﻿:root {
  --bs-blue: #006ADB;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #F6EB61;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #006ADB;
  --bs-secondary: #3F3F3F;
  --bs-warning: #F6EB61;
  --bs-danger: #dc3545;
  --bs-light: #F6F6F6;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3F3F3F;
  background-color: #F6EB61;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1.5rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

/*%heading {
  margin-top: 0; // 1
  margin-bottom: $headings-margin-bottom;
  font-family: $headings-font-family;
  font-style: $headings-font-style;
  font-weight: $headings-font-weight;
  line-height: $headings-line-height;
  color: $headings-color;
}

h1 {
  @extend %heading;
  @include font-size($h1-font-size);
}

h2 {
  @extend %heading;
  @include font-size($h2-font-size);
}

h3 {
  @extend %heading;
  @include font-size($h3-font-size);
}

h4 {
  @extend %heading;
  @include font-size($h4-font-size);
}

h5 {
  @extend %heading;
  @include font-size($h5-font-size);
}

h6 {
  @extend %heading;
  @include font-size($h6-font-size);
}*/
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/*abbr[title],
abbr[data-bs-original-title] { // 1
  text-decoration: underline dotted; // 2
  cursor: help; // 3
  text-decoration-skip-ink: none; // 4
}*/
/*address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}*/
ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #3F3F3F;
  text-decoration: none;
}
a:hover {
  color: #323232;
  text-decoration: underline;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

/*kbd {
  padding: $kbd-padding-y $kbd-padding-x;
  @include font-size($kbd-font-size);
  color: $kbd-color;
  background-color: $kbd-bg;
  @include border-radius($border-radius-sm);

  kbd {
    padding: 0;
    @include font-size(1em);
    font-weight: $nested-kbd-font-weight;
  }
}*/
figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/*legend {
  float: left; // 1
  width: 100%;
  padding: 0;
  margin-bottom: $legend-margin-bottom;
  @include font-size($legend-font-size);
  font-weight: $legend-font-weight;
  line-height: inherit;

  + * {
    clear: left; // 2
  }
}*/
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #3F3F3F;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  /*  .btn-check:focus + &,
    &:focus {
      outline: 0;
      box-shadow: $btn-focus-box-shadow;
    }

    .btn-check:checked + &,
    .btn-check:active + &,
    &:active,
    &.active {
      @include box-shadow($btn-active-box-shadow);

      &:focus {
        @include box-shadow($btn-focus-box-shadow, $btn-active-box-shadow);
      }
    }*/
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #3F3F3F;
  text-decoration: none;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #006ADB;
  border-color: #006ADB;
}
.btn-primary:hover {
  color: #fff;
  background-color: #005aba;
  border-color: #0055af;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #005aba;
  border-color: #0055af;
  box-shadow: 0 0 0 0.25rem rgba(38, 128, 224, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0055af;
  border-color: #0050a4;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 128, 224, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #006ADB;
  border-color: #006ADB;
}

.btn-secondary {
  color: #fff;
  background-color: #3F3F3F;
  border-color: #3F3F3F;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #363636;
  border-color: #323232;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #363636;
  border-color: #323232;
  box-shadow: 0 0 0 0.25rem rgba(92, 92, 92, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #323232;
  border-color: #2f2f2f;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(92, 92, 92, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #3F3F3F;
  border-color: #3F3F3F;
}

.btn-warning {
  color: #000;
  background-color: #F6EB61;
  border-color: #F6EB61;
}
.btn-warning:hover {
  color: #000;
  background-color: #f7ee79;
  border-color: #f7ed71;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #f7ee79;
  border-color: #f7ed71;
  box-shadow: 0 0 0 0.25rem rgba(209, 200, 82, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #f8ef81;
  border-color: #f7ed71;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(209, 200, 82, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #F6EB61;
  border-color: #F6EB61;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #F6F6F6;
  border-color: #F6F6F6;
}
.btn-light:hover {
  color: #000;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  box-shadow: 0 0 0 0.25rem rgba(209, 209, 209, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f8f8f8;
  border-color: #f7f7f7;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(209, 209, 209, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #F6F6F6;
  border-color: #F6F6F6;
}

.btn-outline-primary {
  color: #006ADB;
  border-color: #006ADB;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #006ADB;
  border-color: #006ADB;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 106, 219, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #006ADB;
  border-color: #006ADB;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 106, 219, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #006ADB;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #3F3F3F;
  border-color: #3F3F3F;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #3F3F3F;
  border-color: #3F3F3F;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(63, 63, 63, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #3F3F3F;
  border-color: #3F3F3F;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(63, 63, 63, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #3F3F3F;
  background-color: transparent;
}

.btn-outline-warning {
  color: #F6EB61;
  border-color: #F6EB61;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #F6EB61;
  border-color: #F6EB61;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(246, 235, 97, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #F6EB61;
  border-color: #F6EB61;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(246, 235, 97, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #F6EB61;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #F6F6F6;
  border-color: #F6F6F6;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #F6F6F6;
  border-color: #F6F6F6;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(246, 246, 246, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #F6F6F6;
  border-color: #F6F6F6;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(246, 246, 246, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #F6F6F6;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #3F3F3F;
  text-decoration: none;
}
.btn-link:hover {
  color: #323232;
  text-decoration: underline;
}
.btn-link:focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3F3F3F;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #3F3F3F;
  background-color: #fff;
  border-color: #80b5ed;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 106, 219, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #F0F0F0;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #3F3F3F;
  background-color: #F0F0F0;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e4e4e4;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #3F3F3F;
  background-color: #F0F0F0;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #e4e4e4;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #3F3F3F;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3F3F3F;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #80b5ed;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 106, 219, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #F0F0F0;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #3F3F3F;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback, .invalid-feedback__left {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-feedback__left,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-feedback__left,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback, .form-check-inline .form-check-input ~ .invalid-feedback__left {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  padding-top: 1.5rem;
}

.wrapper {
  width: 100%;
  padding-inline: 1.5rem;
  margin-inline: auto;
  max-width: 1300px;
}

.region {
  padding-bottom: 1rem;
}
.region__title {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 700;
}
.region__brief {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}
.region__brief-divider {
  width: 2px;
  height: 1rem;
  background-color: #3F3F3F;
  margin-inline: 1rem;
}
.region__text {
  position: relative;
  font-size: 0.6875rem;
}
.region__number {
  font-size: 2.8125rem;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 992px) {
  .region__title {
    height: 3.25rem;
    margin-bottom: 0;
    line-height: 1;
  }
  .region__brief {
    margin-bottom: 1.25rem;
  }
}
.region__link {
  text-decoration: none;
}
.region__link:hover {
  text-decoration: underline;
}

ul {
  padding: 0.5rem 0;
  margin-bottom: 0.75rem;
}
ul li {
  list-style: none;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  background-image: url("data:image/svg+xml,%3csvg width='7' height='16' viewBox='0 0 19 38' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 23.5L12.5 0V14.5H19L6 37.5V23.5H0Z' fill='%233F3F3F'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 0.5rem 0.3125rem;
}
.validation-summary ul li {
  background-image: url("data:image/svg+xml,%3csvg width='7' height='16' viewBox='0 0 19 38' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 23.5L12.5 0V14.5H19L6 37.5V23.5H0Z' fill='%23dc3545'/%3e%3c/svg%3e");
}
.region ul li {
  padding-left: 1rem;
  background-position-x: 0.125rem;
}

.nav-links {
  display: flex;
  gap: 2rem;
  margin-bottom: 1.5rem;
  margin-top: 0.875rem;
  justify-content: center;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .nav-links {
    justify-content: start;
    padding-inline: 0.5rem;
  }
}
.nav-links .btn-link {
  margin-left: -0.75rem;
  text-decoration: none;
}
.nav-links .btn-link:hover {
  text-decoration: underline;
}
.not-found .nav-links {
  margin-top: calc(1.2892857143rem + 3.6142857143vw);
}
@media (min-width: 1200px) {
  .not-found .nav-links {
    margin-top: 4rem;
  }
}
@media (min-width: 992px) {
  .not-found .nav-links {
    justify-content: center;
  }
}

.icon-back {
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 3px;
  vertical-align: -3px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233F3F3F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='20' y1='12' x2='4' y2='12'/%3e%3cpolyline points='10 18 4 12 10 6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.skip-links ul, .skip-links li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
.skip-links a {
  position: absolute;
  top: 0.5rem;
}
.skip-links a:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
footer .skip-links a {
  left: 2rem;
}

.outer-link {
  display: inline-block;
  position: relative;
}
.footer .outer-link::after {
  content: "";
  display: none;
  position: absolute;
  right: -1.5em;
  top: 0.25em;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236c757d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6' /%3e%3cpolyline points='15 3 21 3 21 9' /%3e%3cline x1='10' y1='14' x2='21' y2='3' /%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.footer .outer-link:hover::after {
  display: inline-block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.text-block {
  margin-bottom: 2rem;
}
.text-block:last-child {
  margin-bottom: 0;
}
.text-block a {
  color: #006ADB;
}

hr {
  margin: 1.5rem 0 3rem;
}

.news-box {
  margin-bottom: 1rem;
}
.news-box__title {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.25rem;
}

h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.2767857143rem + 2.4642857143vw);
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3.125rem;
  }
}
h1.main-title {
  margin-top: calc(1.3178571429rem + 6.2428571429vw);
}
@media (min-width: 1200px) {
  h1.main-title {
    margin-top: 6rem;
  }
}
h1.project-title {
  font-size: calc(1.2651785714rem + 1.3964285714vw);
  margin-top: calc(1.2892857143rem + 3.6142857143vw);
}
@media (min-width: 1200px) {
  h1.project-title {
    font-size: 2.3125rem;
  }
}
@media (min-width: 1200px) {
  h1.project-title {
    margin-top: 4rem;
  }
}
@media (min-width: 992px) {
  h1.project-title {
    margin: 1rem 0;
  }
}
h1.info-title {
  font-size: calc(1.2651785714rem + 1.3964285714vw);
  margin-top: 1rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 1200px) {
  h1.info-title {
    font-size: 2.3125rem;
  }
}

h2 {
  font-size: calc(1.2607142857rem + 0.9857142857vw);
  font-weight: 500;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  margin-top: 0.5rem;
  font-size: calc(1.2517857143rem + 0.1642857143vw);
  font-weight: 700;
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.375rem;
  }
}

.main-subtitle {
  margin-bottom: 3rem;
}

.signedout-title {
  font-size: calc(1.2892857143rem + 3.6142857143vw);
  margin-top: calc(1.3464285714rem + 8.8714285714vw);
  line-height: 1.1;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .signedout-title {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .signedout-title {
    margin-top: 8rem;
  }
}

.leafmap {
  height: 600px;
  width: 100%;
  background-color: #F0F0F0;
}

.leaflet-tooltip-content {
  min-width: 200px;
  margin-bottom: 0.75rem;
  text-align: center;
  font-weight: bold;
}
.leaflet-tooltip-content a {
  color: #fff;
  font-size: inherit;
}

.map-label {
  text-align: center;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  color: black;
  font-size: 12px;
}

.main-unsubscribe {
  padding-top: 1rem;
}

.phone-fieldset {
  max-width: 46em;
  margin-bottom: 2rem;
}

.form-box {
  position: relative;
  margin-bottom: 1.5rem;
}
.form-box .form-label {
  font-weight: 500;
}

.invalid-feedback, .invalid-feedback__left {
  position: absolute;
  margin-top: 0;
  text-align: right;
}
.invalid-feedback__left {
  text-align: left;
}

.buttons-box {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
}
.buttons-box .btn {
  min-width: 9rem;
}

.validation-summary {
  margin-top: 3rem;
  color: #dc3545;
}

.checkbox-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.checkbox-list li {
  padding: 0;
  background: none;
  margin-bottom: 0.5rem;
}
.checkbox-list li [type=checkbox] {
  width: 1rem;
  height: 1rem;
  vertical-align: top;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  cursor: pointer;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  border-radius: 0.25em;
}
.checkbox-list li [type=checkbox]:active {
  filter: brightness(90%);
}
.checkbox-list li [type=checkbox]:focus {
  border-color: #80b5ed;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 106, 219, 0.25);
}
.checkbox-list li [type=checkbox]:checked {
  background-color: #006ADB;
  border-color: #006ADB;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.checkbox-list li [type=checkbox]:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.checkbox-list li [type=checkbox][disabled] ~ label, .checkbox-list li [type=checkbox]:disabled ~ label {
  opacity: 0.5;
}
.checkbox-list li label {
  cursor: pointer;
  font-weight: 400;
}
.checkbox-list.is-invalid li [type=checkbox] {
  border-color: #dc3545;
}
.checkbox-list.is-invalid li [type=checkbox]:checked {
  background-color: #dc3545;
}
.checkbox-list.is-invalid li [type=checkbox]:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.checkbox-list.is-invalid li [type=checkbox] ~ label {
  color: #dc3545;
}

.footer {
  margin-top: auto;
  position: relative;
  color: #fff;
  background-color: #3F3F3F;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.footer a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.footer .footer-logo {
  max-width: 110px;
}
.footer .powered-by {
  display: block;
  font-size: 0.75rem;
  margin-top: 25px;
}
.footer .privacy-label {
  margin-top: 50px;
}
.footer .privacy-label a {
  color: #fff;
}
.footer .privacy-label a:hover {
  text-decoration: underline;
}
.footer .copyrights {
  margin-top: 10px;
}
.project-page .footer {
  color: #3F3F3F;
  background-color: #F6EB61;
}
.project-page .footer a,
.project-page .footer .privacy-label a {
  color: #3F3F3F;
}

.project-page {
  background-color: #fff;
}
.project-page .leafmap {
  height: 500px;
}

.project-header {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .project-header {
    padding-inline: 2rem;
  }
}

.project-body {
  width: 100%;
  max-width: 1300px;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .project-body {
    padding: 1rem 2rem;
  }
}
.project-body__left {
  background-color: #F0F0F0;
}
.project-body__right {
  background-color: #F6F6F6;
  display: flex;
  flex-direction: column;
}
.project-body__content {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-inline: calc(1.2678571429rem + 1.6428571429vw);
}
@media (min-width: 1200px) {
  .project-body__content {
    padding-inline: 2.5rem;
  }
}
@media (min-width: 992px) {
  .project-body__right .buttons-panel {
    order: 1;
  }
  .project-body__right .project-body__content {
    order: 2;
  }
}
.project-body .large-button {
  display: block;
  border: 0 none;
  margin: 1rem;
  padding: 2.5rem 0.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: none;
  color: #3F3F3F;
}
.project-body .large-button:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .project-body .large-button {
    margin: 0;
  }
}
.project-body .large-button.subscribe-button {
  background-color: #F6EB61;
}
.project-body .large-button.subscribe-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(253, 251, 223, 0.5) inset;
}
.project-body .large-button.unsubscribe-button {
  background-color: #fff;
}
.project-body .large-button.unsubscribe-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(240, 240, 240, 0.5) inset;
}

.blast-no-data {
  text-align: center;
  font-size: 1.25rem;
}

.blast-table {
  width: 100%;
}
.blast-table th {
  padding: 1.25rem;
  font-weight: normal;
}
.blast-table td {
  padding: 1.25rem;
  background-color: #fff;
  vertical-align: top;
}
.blast-table td.blank-row {
  background-color: transparent;
  padding: 0.25rem;
}

.toggle-blast-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 0.5rem;
  margin-bottom: calc(1.275rem + 2.3vw);
}
@media (min-width: 1200px) {
  .toggle-blast-panel {
    margin-bottom: 3rem;
  }
}
.toggle-blast-panel .toggle-label {
  flex: 0 1 auto;
  font-size: clamp(1.125rem, 4vw, 1.25rem);
  overflow-wrap: break-word;
  cursor: pointer;
  opacity: 0.6;
  border: 0 none;
  padding: 0;
  background: transparent;
  font-weight: bold;
  color: inherit;
}
.toggle-blast-panel .toggle-label[aria-pressed=true] {
  opacity: 1;
}
.toggle-blast-panel .switch {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 60px;
  height: 34px;
}
.toggle-blast-panel .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-blast-panel .switch input:checked + .slider {
  background-color: #5D5D5D;
}
.toggle-blast-panel .switch input:checked + .slider::before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.toggle-blast-panel .switch input:focus + .slider {
  box-shadow: 0 0 1px #5D5D5D;
}
.toggle-blast-panel .slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  border-radius: 34px;
  background-color: #5D5D5D;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-blast-panel .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  border-radius: 50%;
  left: 4px;
  bottom: 4px;
  background-color: #FFFFFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.info-page.wrapper {
  max-width: 85ch;
}
.info-page .nav-links {
  justify-content: start;
}
@media (min-width: 992px) {
  .info-page .nav-links {
    padding-inline: 0;
  }
}
.info-page__content {
  margin-bottom: calc(1.2892857143rem + 3.6142857143vw);
}
@media (min-width: 1200px) {
  .info-page__content {
    margin-bottom: 4rem;
  }
}
.info-page a:not(.btn) {
  text-decoration: underline;
}
.info-page a:not(.btn):hover {
  color: #000;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid, .main-unsubscribe {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #D9D9D6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #D9D9D6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #D9D9D6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #D9D9D6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #006ADB !important;
}

.border-secondary {
  border-color: #3F3F3F !important;
}

.border-warning {
  border-color: #F6EB61 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #F6F6F6 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.2678571429rem + 1.6428571429vw) !important;
}

.fs-2 {
  font-size: calc(1.2607142857rem + 0.9857142857vw) !important;
}

.fs-3 {
  font-size: calc(1.2571428571rem + 0.6571428571vw) !important;
}

.fs-4 {
  font-size: calc(1.2535714286rem + 0.3285714286vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #006ADB !important;
}

.text-secondary {
  color: #3F3F3F !important;
}

.text-warning {
  color: #F6EB61 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #F6F6F6 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #3F3F3F !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #006ADB !important;
}

.bg-secondary {
  background-color: #3F3F3F !important;
}

.bg-warning {
  background-color: #F6EB61 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #F6F6F6 !important;
}

.bg-body {
  background-color: #F6EB61 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block, .main-unsubscribe {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/bs/_root.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/bs/_reboot.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/bs/_variables.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/bs/vendor/_rfs.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/_bm_variables.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/bs/_buttons.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/bs/mixins/_buttons.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/bs/mixins/_border-radius.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/bs/mixins/_transition.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/bs/mixins/_gradients.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/bs/_grid.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/bs/mixins/_grid.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/bs/mixins/_breakpoints.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/bs/forms/_labels.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/bs/forms/_form-text.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/bs/forms/_form-control.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/bs/forms/_form-select.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/bs/mixins/_forms.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/_common.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/bs/mixins/_visually-hidden.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/_typography.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/_leafmap.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/_form-controls.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/_footer.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/_project-page.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/_toggle-switch.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/_info-page.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/bs/mixins/_utilities.scss%22,%22file:///C:/Users/GlennAbrahamsen/source/repos/blastmanager.web/BmAzure/CommunityPortal/Styles/SCSS/bs/utilities/_api.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%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jBsC;Ea/iBtC;EZgII,WALI;EI7QN;;AQsJF;EACE;EACA;EACA,mBb8a0B;;Aa3a5B;EACE;EACA;EACA,mBbwa0B;;;Aaha5B;EACE,YbuhBoC;;AaphBtC;EACE,YbohBoC;;AajhBtC;EACE,YbihBoC;;;Aa5gBxC;EACE;EACA;EACA,Sb8X4B;;Aa5X5B;EACE;;AAGF;EACE;ER/LA;;AQmMF;EACE;ERpMA;;;ASdJ;EACE;EACA;EACA;EAEA;Eb2RI,WALI;EanRR,adoa4B;Ecna5B,adya4B;Ecxa5B,OZUc;EYTd,kBdRS;EcST;EACA;EACA,qBdgxBkC;Ec/wBlC,iBdgxBkC;Ec/wBlC;ETFE;ECHE,YQQJ;EACA;;ARLI;EQfN;IRgBQ;;;AQMN;EACE,cdwqBoC;EcvqBpC;EAKE,YdixB4B;;Ac7wBhC;EAEE,edkiB0B;EcjiB1B;;AAGF;EAEE,kBZtCO;;AY2CT;EACE;EACA;;;AAIJ;EACE,ad2hB4B;Ec1hB5B,gBd0hB4B;EczhB5B,cd0hB4B;ECjTxB,WALI;;;AahOV;EACE,adwhB4B;EcvhB5B,gBduhB4B;EcthB5B,cduhB4B;ECrTxB,WALI;;;AcvQR;EACE;EACA;EACA,Yf2nBoC;EClXlC,WALI;EcjQN,Ofw1BqB;;;Aer1BvB;EACE;EACA;EACA;EACA;EACA;EACA;EACA;Ed4PE,WALI;EcpPN,OAvBc;EAwBd,kBAvBiB;EVHjB;;;AU+BA;AAAA;AAAA;AAAA;EAEE;;;AA9CF;EAoDE,cf6zBmB;Ee1zBjB,efipBgC;EehpBhC;EACA;EACA;EACA;;AAGF;EACE,cfkzBiB;EejzBjB,YA/Ca;;;AAjBjB;EAyEI,ef+nBgC;Ee9nBhC;;;AA1EJ;EAiFE,cfgyBmB;;Ae7xBjB;EAEE,ef4sB8B;Ee3sB9B;EACA;EACA;;AAIJ;EACE,cfmxBiB;EelxBjB,YA9Ea;;;AAjBjB;EAsGE,cf2wBmB;;AezwBnB;EACE,kBfwwBiB;;AerwBnB;EACE,YA5Fa;;AA+Ff;EACE,OfgwBiB;;;Ae3vBrB;EACE;;;AAvHF;AAAA;AAAA;EA+HI;;AAIF;AAAA;AAAA;EACE;;;AAjHN;EACE;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EACI;;AAEA;EACI,OxBRD;;;AyB+BL;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAJF;AAEF;EAEI;EAAA;;;AAYF;AAdF;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AAFJ;EAEI;EAAA;;;AAFJ;EAEI;EAAA;;;AAFJ;EAEI;EAAA;;;AAFJ;EAEI;EAAA;;;AAFJ;EAEI;;;AAFJ;EAEI;;;AfYN;EedE;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;;AfYN;EedE;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;;AfYN;EedE;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;;AfYN;EedE;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;;AfYN;EedE;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;;AChCV;ED8BM;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;;ACbV;EDWM;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI;;EAFJ;IAEI%22%7D */