/*!
 * Bootstrap v5.0.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #28a745;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #28a745;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #343a40;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto 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;
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #024dbc;
}

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;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
  -ms-overflow-style: scrollbar;
}

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: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

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 {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[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;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  white-space: normal;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-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;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-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;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  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.333333%;
}

.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.666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

.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 {
    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.333333%;
  }
  .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.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
  .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 {
    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.333333%;
  }
  .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.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
  .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 {
    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.333333%;
  }
  .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.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
  .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 {
    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.333333%;
  }
  .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.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
  .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 {
    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.333333%;
  }
  .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.666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
  .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;
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
  border-bottom-width: 1px;
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #bbd6fe;
  --bs-table-striped-bg: #b3cdf3;
  --bs-table-striped-color: #212529;
  --bs-table-active-bg: #acc4e9;
  --bs-table-active-color: #212529;
  --bs-table-hover-bg: #afc9ee;
  --bs-table-hover-color: #212529;
  color: #212529;
  border-color: #acc4e9;
}

.table-secondary {
  --bs-table-bg: #d6d8db;
  --bs-table-striped-bg: #cdcfd2;
  --bs-table-striped-color: #212529;
  --bs-table-active-bg: #c4c6c9;
  --bs-table-active-color: #212529;
  --bs-table-hover-bg: #c8cbce;
  --bs-table-hover-color: #212529;
  color: #212529;
  border-color: #c4c6c9;
}

.table-success {
  --bs-table-bg: #c3e6cb;
  --bs-table-striped-bg: #bbdcc3;
  --bs-table-striped-color: #212529;
  --bs-table-active-bg: #b3d3bb;
  --bs-table-active-color: #212529;
  --bs-table-hover-bg: #b7d8bf;
  --bs-table-hover-color: #212529;
  color: #212529;
  border-color: #b3d3bb;
}

.table-info {
  --bs-table-bg: #bee5eb;
  --bs-table-striped-bg: #b6dbe1;
  --bs-table-striped-color: #212529;
  --bs-table-active-bg: #aed2d8;
  --bs-table-active-color: #212529;
  --bs-table-hover-bg: #b2d7dc;
  --bs-table-hover-color: #212529;
  color: #212529;
  border-color: #aed2d8;
}

.table-warning {
  --bs-table-bg: #ffeeba;
  --bs-table-striped-bg: #f4e4b3;
  --bs-table-striped-color: #212529;
  --bs-table-active-bg: #e9daac;
  --bs-table-active-color: #212529;
  --bs-table-hover-bg: #eedfaf;
  --bs-table-hover-color: #212529;
  color: #212529;
  border-color: #e9daac;
}

.table-danger {
  --bs-table-bg: #f5c6cb;
  --bs-table-striped-bg: #eabec3;
  --bs-table-striped-color: #212529;
  --bs-table-active-bg: #e0b6bb;
  --bs-table-active-color: #212529;
  --bs-table-hover-bg: #e5babf;
  --bs-table-hover-color: #212529;
  color: #212529;
  border-color: #e0b6bb;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #edeef0;
  --bs-table-striped-color: #212529;
  --bs-table-active-bg: #e3e4e5;
  --bs-table-active-color: #212529;
  --bs-table-hover-bg: #e8e9ea;
  --bs-table-hover-color: #212529;
  color: #212529;
  border-color: #e3e4e5;
}

.table-dark {
  --bs-table-bg: #343a40;
  --bs-table-striped-bg: #3e444a;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #484e53;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #43494e;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #484e53;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.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%;
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  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:focus {
  color: #495057;
  background-color: #fff;
  border-color: #8bbafe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  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-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-color {
  max-width: 3rem;
  padding: 0.375rem;
}

.form-control-color::-moz-color-swatch {
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select:focus {
  border-color: #8bbafe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.form-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.75em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.75em;
}

.form-check-input {
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.125em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  transition: background-color 0.15s ease-in-out, background-position 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-check-input {
    transition: none;
  }
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #8bbafe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
  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");
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  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 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: .5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: .5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238bbafe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.form-file {
  --bs-form-file-height: calc(1.5em + 0.75rem + 2px);
  position: relative;
}

.form-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: var(--bs-form-file-height);
  margin: 0;
  opacity: 0;
}

.form-file-input:focus-within ~ .form-file-label {
  border-color: #8bbafe;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.form-file-input[disabled] ~ .form-file-label .form-file-text,
.form-file-input:disabled ~ .form-file-label .form-file-text {
  background-color: #e9ecef;
}

.form-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
  height: var(--bs-form-file-height);
  border-color: #ced4da;
  border-radius: 0.25rem;
}

.form-file-text {
  display: block;
  flex-grow: 1;
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.form-file-button {
  display: block;
  flex-shrink: 0;
  padding: 0.375rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.form-file-sm {
  --bs-form-file-height: calc(1.5em + 0.5rem + 2px);
  font-size: 0.875rem;
}

.form-file-sm .form-file-text,
.form-file-sm .form-file-button {
  padding: 0.25rem 0.5rem;
}

.form-file-lg {
  --bs-form-file-height: calc(1.5em + 1rem + 2px);
  font-size: 1.25rem;
}

.form-file-lg .form-file-text,
.form-file-lg .form-file-button {
  padding: 0.5rem 1rem;
}

.form-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-range:focus {
  outline: none;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #bed8fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #bed8fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.form-range::-ms-thumb:active {
  background-color: #bed8fe;
}

.form-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.form-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.form-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-file .form-file-input:focus ~ .form-file-label {
  z-index: 3;
}

.input-group > .form-file > .form-file-input:focus {
  z-index: 4;
}

.input-group > .form-file:not(:last-child) > .form-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-file:not(:first-child) > .form-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control {
  min-height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control {
  min-height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 1.75rem;
}

.input-group > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(40, 167, 69, 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: #28a745;
  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='%2328a745' 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: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  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='%2328a745' 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 1.75rem;
  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: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #28a745;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #28a745;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

.was-validated .form-file-input:valid ~ .form-file-label, .form-file-input.is-valid ~ .form-file-label {
  border-color: #28a745;
}

.was-validated .form-file-input:valid:focus ~ .form-file-label, .form-file-input.is-valid:focus ~ .form-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  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: .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-tooltip,
.is-invalid ~ .invalid-feedback,
.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' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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.2rem 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;
  padding-right: calc(0.75em + 2.3125rem);
  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' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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 1.75rem;
  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.2rem 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.2rem 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 {
  margin-left: .5em;
}

.was-validated .form-file-input:invalid ~ .form-file-label, .form-file-input.is-invalid ~ .form-file-label {
  border-color: #dc3545;
}

.was-validated .form-file-input:invalid:focus ~ .form-file-label, .form-file-input.is-invalid:focus ~ .form-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-primary:hover {
  color: #fff;
  background-color: #025ce2;
  border-color: #0257d5;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #025ce2;
  border-color: #0257d5;
  box-shadow: 0 0 0 0.2rem rgba(49, 132, 253, 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: #0257d5;
  border-color: #0252c9;
}

.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.2rem rgba(49, 132, 253, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 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: #545b62;
  border-color: #4e555b;
}

.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.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-check:checked + .btn-success,
.btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-check:focus + .btn-info, .btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-check:checked + .btn-info,
.btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.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.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning:disabled, .btn-warning.disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem 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: #bd2130;
  border-color: #b21f2d;
}

.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.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-check:focus + .btn-light, .btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-check:checked + .btn-light,
.btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.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.2rem rgba(216, 217, 219, 0.5);
}

.btn-light:disabled, .btn-light.disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 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: #0d6efd;
  border-color: #0d6efd;
}

.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.2rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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: #6c757d;
  border-color: #6c757d;
}

.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.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.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.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  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.2rem 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.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.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.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

.btn-link:hover {
  color: #024dbc;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar > .container,
.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  align-items: center;
  width: 100%;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.2rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #024dbc;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.5em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.5rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem 1rem;
  color: inherit;
}

.alert-primary {
  color: #073984;
  background-color: #cfe2ff;
  border-color: #bbd6fe;
}

.alert-primary .alert-link {
  color: #042454;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #073984;
  background-color: #bbd6fe;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #073984;
  background-color: #a2c7fe;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #073984;
  border-color: #073984;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

@media (min-width: 1200px) {
  .close {
    font-size: 1.5rem;
  }
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:hover, .close:focus {
  opacity: .75;
}

.close:disabled, .close.disabled {
  pointer-events: none;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .tooltip-arrow, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .tooltip-arrow, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[x-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[x-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[x-placement^="top"] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .popover-arrow, .bs-popover-auto[x-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .popover-arrow::before, .bs-popover-auto[x-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .popover-arrow::after, .bs-popover-auto[x-placement^="right"] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .popover-arrow, .bs-popover-auto[x-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .popover-arrow::before, .bs-popover-auto[x-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .popover-arrow::after, .bs-popover-auto[x-placement^="left"] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}

.link-primary:hover, .link-primary:focus {
  color: #024dbc;
}

.link-secondary {
  color: #6c757d;
}

.link-secondary:hover, .link-secondary:focus {
  color: #494f54;
}

.link-success {
  color: #28a745;
}

.link-success:hover, .link-success:focus {
  color: #19692c;
}

.link-info {
  color: #17a2b8;
}

.link-info:hover, .link-info:focus {
  color: #0f6674;
}

.link-warning {
  color: #ffc107;
}

.link-warning:hover, .link-warning:focus {
  color: #ba8b00;
}

.link-danger {
  color: #dc3545;
}

.link-danger:hover, .link-danger:focus {
  color: #a71d2a;
}

.link-light {
  color: #f8f9fa;
}

.link-light:hover, .link-light:focus {
  color: #cbd3da;
}

.link-dark {
  color: #343a40;
}

.link-dark:hover, .link-dark:focus {
  color: #121416;
}

.embed-responsive {
  position: relative;
  width: 100%;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only,
.sr-only-focusable:not(:focus) {
  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;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !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;
}

.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: -webkit-sticky !important;
  position: sticky !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !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;
}

.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;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: 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;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #28a745 !important;
}

.text-info {
  color: #17a2b8 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #343a40 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !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;
}

.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;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #28a745 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.font-italic {
  font-style: italic !important;
}

.font-normal {
  font-style: normal !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  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-left {
  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) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
  .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;
  }
  .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;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: 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;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
  .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;
  }
  .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;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: 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;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
  .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;
  }
  .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;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: 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;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
  .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;
  }
  .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;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: 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;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !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;
  }
  .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;
  }
  .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;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: 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;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-0 {
    margin-right: 0 !important;
  }
  .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xxl-3 {
    margin-right: 1rem !important;
  }
  .mr-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mr-xxl-5 {
    margin-right: 3rem !important;
  }
  .mr-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-0 {
    margin-left: 0 !important;
  }
  .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xxl-3 {
    margin-left: 1rem !important;
  }
  .ml-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ml-xxl-5 {
    margin-left: 3rem !important;
  }
  .ml-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-0 {
    padding-right: 0 !important;
  }
  .pr-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xxl-3 {
    padding-right: 1rem !important;
  }
  .pr-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pr-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-0 {
    padding-left: 0 !important;
  }
  .pl-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xxl-3 {
    padding-left: 1rem !important;
  }
  .pl-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .pl-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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;
  }
}
/*!
 * Bootstrap Grid v5.0.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  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.333333%;
}

.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.666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

.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 {
    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.333333%;
  }
  .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.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
  .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 {
    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.333333%;
  }
  .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.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
  .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 {
    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.333333%;
  }
  .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.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
  .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 {
    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.333333%;
  }
  .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.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
  .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 {
    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.333333%;
  }
  .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.666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
  .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;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !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;
}

.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;
}

.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;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: 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;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
  .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;
  }
  .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;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: 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;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
  .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;
  }
  .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;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: 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;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
  .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;
  }
  .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;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: 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;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
  .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;
  }
  .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;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: 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;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !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;
  }
  .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;
  }
  .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;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: 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;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-0 {
    margin-right: 0 !important;
  }
  .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xxl-3 {
    margin-right: 1rem !important;
  }
  .mr-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mr-xxl-5 {
    margin-right: 3rem !important;
  }
  .mr-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-0 {
    margin-left: 0 !important;
  }
  .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xxl-3 {
    margin-left: 1rem !important;
  }
  .ml-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ml-xxl-5 {
    margin-left: 3rem !important;
  }
  .ml-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-0 {
    padding-right: 0 !important;
  }
  .pr-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xxl-3 {
    padding-right: 1rem !important;
  }
  .pr-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pr-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-0 {
    padding-left: 0 !important;
  }
  .pl-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xxl-3 {
    padding-left: 1rem !important;
  }
  .pl-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .pl-xxl-5 {
    padding-left: 3rem !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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;
  }
}
@font-face {
    font-family: 'fontello';
    src: url('./font/fontello.eot?33356274');
    src: url('./font/fontello.eot?33356274#iefix') format('embedded-opentype'),
         url('./font/fontello.woff2?33356274') format('woff2'),
         url('./font/fontello.woff?33356274') format('woff'),
         url('./font/fontello.ttf?33356274') format('truetype'),
         url('./font/fontello.svg?33356274#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
  
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
  
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
  
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
  
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
  
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
  
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-right-big:before { content: '\e800'; } /* '' */
  .icon-left-big:before { content: '\e801'; } /* '' */
  .icon-link-ext:before { content: '\f08e'; } /* '' */
  .icon-menu:before { content: '\f0c9'; } /* '' */
  .icon-circle-empty:before { content: '\f10c'; } /* '' */
  .icon-circle:before { content: '\f111'; } /* '' */
  
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Serif Italic'), local('NotoSerif-Italic'), url(https://fonts.gstatic.com/s/notoserif/v8/ga6Kaw1J5X9T9RW6j9bNfFImZzC7TMQ.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Serif Italic'), local('NotoSerif-Italic'), url(https://fonts.gstatic.com/s/notoserif/v8/ga6Kaw1J5X9T9RW6j9bNfFImbjC7TMQ.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Serif Italic'), local('NotoSerif-Italic'), url(https://fonts.gstatic.com/s/notoserif/v8/ga6Kaw1J5X9T9RW6j9bNfFImZjC7TMQ.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Serif Italic'), local('NotoSerif-Italic'), url(https://fonts.gstatic.com/s/notoserif/v8/ga6Kaw1J5X9T9RW6j9bNfFImaTC7TMQ.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Serif Italic'), local('NotoSerif-Italic'), url(https://fonts.gstatic.com/s/notoserif/v8/ga6Kaw1J5X9T9RW6j9bNfFImZTC7TMQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Serif Italic'), local('NotoSerif-Italic'), url(https://fonts.gstatic.com/s/notoserif/v8/ga6Kaw1J5X9T9RW6j9bNfFImZDC7TMQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Serif Italic'), local('NotoSerif-Italic'), url(https://fonts.gstatic.com/s/notoserif/v8/ga6Kaw1J5X9T9RW6j9bNfFImajC7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Serif'), local('NotoSerif'), url(https://fonts.gstatic.com/s/notoserif/v8/ga6Iaw1J5X9T9RW6j9bNfFoWaCi_.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Serif'), local('NotoSerif'), url(https://fonts.gstatic.com/s/notoserif/v8/ga6Iaw1J5X9T9RW6j9bNfFMWaCi_.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Serif'), local('NotoSerif'), url(https://fonts.gstatic.com/s/notoserif/v8/ga6Iaw1J5X9T9RW6j9bNfFsWaCi_.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Serif'), local('NotoSerif'), url(https://fonts.gstatic.com/s/notoserif/v8/ga6Iaw1J5X9T9RW6j9bNfFQWaCi_.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Serif'), local('NotoSerif'), url(https://fonts.gstatic.com/s/notoserif/v8/ga6Iaw1J5X9T9RW6j9bNfFgWaCi_.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Serif'), local('NotoSerif'), url(https://fonts.gstatic.com/s/notoserif/v8/ga6Iaw1J5X9T9RW6j9bNfFkWaCi_.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Serif'), local('NotoSerif'), url(https://fonts.gstatic.com/s/notoserif/v8/ga6Iaw1J5X9T9RW6j9bNfFcWaA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Serif Bold'), local('NotoSerif-Bold'), url(https://fonts.gstatic.com/s/notoserif/v8/ga6Law1J5X9T9RW6j9bNdOwzfRqecf1I.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Serif Bold'), local('NotoSerif-Bold'), url(https://fonts.gstatic.com/s/notoserif/v8/ga6Law1J5X9T9RW6j9bNdOwzfROecf1I.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Serif Bold'), local('NotoSerif-Bold'), url(https://fonts.gstatic.com/s/notoserif/v8/ga6Law1J5X9T9RW6j9bNdOwzfRuecf1I.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Serif Bold'), local('NotoSerif-Bold'), url(https://fonts.gstatic.com/s/notoserif/v8/ga6Law1J5X9T9RW6j9bNdOwzfRSecf1I.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Serif Bold'), local('NotoSerif-Bold'), url(https://fonts.gstatic.com/s/notoserif/v8/ga6Law1J5X9T9RW6j9bNdOwzfRiecf1I.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Serif Bold'), local('NotoSerif-Bold'), url(https://fonts.gstatic.com/s/notoserif/v8/ga6Law1J5X9T9RW6j9bNdOwzfRmecf1I.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Serif Bold'), local('NotoSerif-Bold'), url(https://fonts.gstatic.com/s/notoserif/v8/ga6Law1J5X9T9RW6j9bNdOwzfReecQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Sans Italic'), local('NotoSans-Italic'), url(https://fonts.gstatic.com/s/notosans/v9/o-0OIpQlx3QUlC5A4PNr4ARPQ_m87A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Sans Italic'), local('NotoSans-Italic'), url(https://fonts.gstatic.com/s/notosans/v9/o-0OIpQlx3QUlC5A4PNr4ARGQ_m87A.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Sans Italic'), local('NotoSans-Italic'), url(https://fonts.gstatic.com/s/notosans/v9/o-0OIpQlx3QUlC5A4PNr4ARDQ_m87A.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* greek-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Sans Italic'), local('NotoSans-Italic'), url(https://fonts.gstatic.com/s/notosans/v9/o-0OIpQlx3QUlC5A4PNr4AROQ_m87A.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Sans Italic'), local('NotoSans-Italic'), url(https://fonts.gstatic.com/s/notosans/v9/o-0OIpQlx3QUlC5A4PNr4ARBQ_m87A.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Sans Italic'), local('NotoSans-Italic'), url(https://fonts.gstatic.com/s/notosans/v9/o-0OIpQlx3QUlC5A4PNr4ARNQ_m87A.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Sans Italic'), local('NotoSans-Italic'), url(https://fonts.gstatic.com/s/notosans/v9/o-0OIpQlx3QUlC5A4PNr4ARMQ_m87A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Sans Italic'), local('NotoSans-Italic'), url(https://fonts.gstatic.com/s/notosans/v9/o-0OIpQlx3QUlC5A4PNr4ARCQ_k.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v9/o-0IIpQlx3QUlC5A4PNr6DRAW_0.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v9/o-0IIpQlx3QUlC5A4PNr4TRAW_0.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v9/o-0IIpQlx3QUlC5A4PNr5DRAW_0.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* greek-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v9/o-0IIpQlx3QUlC5A4PNr6TRAW_0.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v9/o-0IIpQlx3QUlC5A4PNr5jRAW_0.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v9/o-0IIpQlx3QUlC5A4PNr6jRAW_0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v9/o-0IIpQlx3QUlC5A4PNr6zRAW_0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v9/o-0IIpQlx3QUlC5A4PNr5TRA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v9/o-0NIpQlx3QUlC5A4PNjXhFVadyB1Wk.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v9/o-0NIpQlx3QUlC5A4PNjXhFVYNyB1Wk.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v9/o-0NIpQlx3QUlC5A4PNjXhFVZdyB1Wk.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* greek-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v9/o-0NIpQlx3QUlC5A4PNjXhFVaNyB1Wk.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v9/o-0NIpQlx3QUlC5A4PNjXhFVZ9yB1Wk.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v9/o-0NIpQlx3QUlC5A4PNjXhFVa9yB1Wk.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v9/o-0NIpQlx3QUlC5A4PNjXhFVatyB1Wk.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v9/o-0NIpQlx3QUlC5A4PNjXhFVZNyB.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
.invisible {
  visibility: collapse;
  z-index: -1 !important; }

.fill-none {
  fill: none; }

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

.muted {
  opacity: 0.5 !important; }

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

.wLevel_1 {
  font-size: 2vw; }
  @media screen and (max-width: 1000px) {
    .wLevel_1 {
      font-size: 6vw; } }

.wLevel_2 {
  font-size: 3.2vw; }
  @media screen and (max-width: 1000px) {
    .wLevel_2 {
      font-size: 7.4vw; } }

.wLevel_3 {
  font-size: 1.7vw; }
  @media screen and (max-width: 1000px) {
    .wLevel_3 {
      font-size: 4.8vw; } }

.wLevel_4 {
  font-size: 0.9vw; }
  @media screen and (max-width: 1000px) {
    .wLevel_4 {
      font-size: 2.3vw; } }

.wLevel_5 {
  font-size: 0.85rem; }
  @media screen and (max-width: 1000px) {
    .wLevel_5 {
      font-size: 2.7vw; } }

.widget_text_content {
  clear: both;
  line-height: 1.2; }

.widget_max_button {
  display: flex;
  justify-content: flex-end; }

.widget-border-left {
  border-left: 16px solid #0F617E; }

.widget-border-right {
  border-right: 16px solid #0F617E; }

.widget-margin-bottom {
  margin-bottom: 1em; }

.wleft {
  text-align: left; }
  @media screen and (max-width: 1000px) {
    .wleft {
      text-align: center; } }

.wright {
  text-align: right; }
  @media screen and (max-width: 1000px) {
    .wright {
      text-align: center; } }

.wbold {
  font-weight: 700; }

.widget_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 75%; }

.widget .resources-button-group {
  display: flex;
  flex: 1;
  flex-direction: column; }

.resources-button-group .button {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 60px;
  margin: 10px;
  padding: 15px;
  background-color: #F5F5F5 !important;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
  text-align: left;
  color: #000000;
  text-decoration: none;
  transition: .25s box-shadow; }
  .resources-button-group .button i {
    font-size: 45px;
    text-align: left;
    color: #ac1f25 !important;
    margin-right: 20px; }
  .resources-button-group .button:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.widget3_container_main {
  display: flex;
  flex-direction: column;
  height: 100%; }

.widget3_container_table {
  flex: 1 1 auto;
  min-height: 80px;
  overflow-y: scroll; }
  @media screen and (max-width: 1000px) {
    .widget3_container_table {
      height: 40vh !important;
      overflow-y: scroll; } }

.widget3_container_table_title {
  flex: 1 1 auto; }
  @media screen and (max-width: 1000px) {
    .widget3_container_table_title {
      font-size: 1em; } }

.widget7_container_main,
.widget5_container_main {
  display: flex;
  flex-direction: column;
  height: 100%; }

.widget7_container_table {
  flex: 1 1 auto;
  height: 0px;
  overflow-y: scroll; }
  @media screen and (max-width: 1000px) {
    .widget7_container_table {
      height: 500px;
      overflow-y: scroll; } }

.widget7_containerchart {
  flex: 1 1 auto;
  min-height: 300px;
  overflow-y: hidden; }

.widget7_table_title {
  flex: 1 1 auto; }
  @media screen and (max-width: 1000px) {
    .widget7_table_title {
      font-size: 1em; } }

.widget-border-tb {
  border-top: 1px solid darkgrey;
  border-bottom: 1px solid darkgrey; }

.widget-border-top {
  border-top: 1px solid darkgrey; }

.widget_general_notes_container-left {
  display: flex;
  justify-content: flex-end; }
  @media screen and (max-width: 1000px) {
    .widget_general_notes_container-left {
      justify-content: center; } }

.scrollWidget {
  overflow-y: scroll; }

@media screen and (max-width: 1000px) {
  .wtable > thead th {
    font-size: 0.9em; } }

/* updated big number card styles */
.number-card-container {
  background-color: #CCE5E9;
  height: 190px;
  margin-bottom: 40px; }
  .number-card-container.three-tier {
    height: 210px; }
    .number-card-container.three-tier > .card-note {
      display: flex;
      justify-content: space-between;
      margin-left: 25px; }
      @media screen and (max-width: 1000px) {
        .number-card-container.three-tier > .card-note {
          position: relative;
          top: 60px; } }
      @media only screen and (max-width: 767px) {
        .number-card-container.three-tier > .card-note {
          top: 51px;
          line-height: 1.3em; } }
    @media screen and (max-width: 1000px) {
      .number-card-container.three-tier {
        min-height: 520px; } }
    @media only screen and (max-width: 767px) {
      .number-card-container.three-tier {
        min-height: 560px;
        line-height: 1.3em; } }
  .number-card-container > .card-note {
    margin-right: 3%;
    text-align: right;
    margin-top: -10px;
    font-size: 14px;
    color: #111111; }
    @media screen and (max-width: 1000px) {
      .number-card-container > .card-note {
        position: relative;
        top: 30px; } }
  @media screen and (max-width: 1000px) {
    .number-card-container {
      min-height: 480px; } }

.number-card-date-container {
  margin-right: 3%;
  margin-left: 3%;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1000px) {
    .number-card-date-container {
      position: relative;
      top: 45px;
      flex-direction: column;
      align-items: flex-start; } }
  .number-card-date-container > .card-note {
    text-align: right;
    margin-top: -10px;
    font-size: 14px;
    color: #111111; }
    @media screen and (max-width: 1000px) {
      .number-card-date-container > .card-note {
        margin-top: -5px; } }

.card-container {
  width: 94%;
  height: 128px;
  margin-bottom: 38px;
  margin-left: 3%;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .card-container.three-tier {
    height: 148px; }
    @media screen and (max-width: 1000px) {
      .card-container.three-tier {
        min-height: 400px !important; } }
  @media screen and (max-width: 1000px) {
    .card-container {
      flex-direction: column;
      justify-content: start;
      min-height: 380px; } }

.number-card {
  background-color: #FFFFFF;
  width: 32%;
  height: 128px;
  margin-top: 20px; }
  .number-card.flexed {
    display: flex;
    align-items: center;
    justify-content: center; }
    .number-card.flexed div h3.card-category {
      line-height: inherit !important; }
  .number-card .level-high {
    background: #ff0000;
    color: #fff;
    text-transform: capitalize;
    padding: 0 3px; }
  .number-card .level-moderate {
    background: #fff70e;
    color: #fff;
    text-transform: capitalize;
    padding: 0 3px; }
  .number-card .level-substantial {
    background: #ff7134;
    color: #000;
    text-transform: capitalize;
    padding: 0 3px; }
  .number-card .level-low {
    background: #1d8aff;
    color: #fff;
    text-transform: capitalize;
    padding: 0 3px; }
  .number-card.three-tier {
    height: 148px; }
    @media screen and (max-width: 1000px) {
      .number-card.three-tier {
        min-height: 140px !important; } }
  @media screen and (max-width: 1000px) {
    .number-card:last-child {
      margin-bottom: 38px; } }
  .number-card > div {
    text-align: center; }
  .number-card > div div.card-number {
    font-size: 30px;
    height: 38px;
    line-height: 38px;
    color: #007c91; }
  .number-card > div h3.card-category {
    font-size: 18px;
    line-height: 38px; }
  .number-card > div div.card-category.save-space {
    font-size: 17px !important; }
    @media screen and (max-width: 1000px) {
      .number-card > div div.card-category.save-space {
        font-size: 26px; } }
  .number-card > div div.card-recent {
    font-size: 16px;
    padding-top: 16px;
    color: #666666; }
  @media screen and (max-width: 1000px) {
    .number-card {
      width: 100%;
      min-height: 120px !important; } }

#content-container {
  height: 100%;
  padding: 0; }

.iframe-container {
  overflow: hidden;
  padding-top: 56.25% !important;
  position: relative;
  /* aspect ratio */ }
  .iframe-container-4x3 {
    padding-top: 75%; }
  .iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

#countyCasesIframe {
  height: 120vh; }

#main-wiget-container {
  padding-top: 0;
  height: 100%;
  display: flex; }
  @media screen and (max-width: 1000px) {
    #main-wiget-container {
      display: block; } }

#wiget-container-left,
#wiget-container-middle,
#wiget-container-right {
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 1000px) {
    #wiget-container-left,
    #wiget-container-middle,
    #wiget-container-right {
      display: block;
      padding: unset; } }

.widgetlegendTxt {
  width: 150px;
  order: 2;
  margin-bottom: 10px; }

.layout_left_A {
  flex: 1 1 20%; }

.layout_left_B {
  flex: 1 1 15%; }

.layout_middle_A {
  flex: 1 1 100%; }

.layout_middle_B {
  flex: 1 1 55%; }

.layout_right_A {
  flex: 1 1 20%; }

.layout_right_B {
  flex: 1 1 25%; }

.maximized {
  font-size: 4em; }

.btnMaximize {
  background: transparent;
  border: none; }
  .btnMaximize:hover {
    cursor: pointer; }
  @media screen and (max-width: 1000px) {
    .btnMaximize {
      display: none; } }

#widget {
  padding: 5px; }
  #widget-container-left .widget:nth-child(3) {
    flex: 1 0 0%;
    padding: 0; }
  #widget-container-left .widget:nth-child(4) {
    flex: 1 0 0% !important;
    padding: 0 !important; }
  #widget-container-middle .widget:nth-child(1) {
    flex: 1 0 0%; }
  #widget-container-right .widget:nth-child(3) {
    flex: 1 0 0%;
    padding: 0; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #widget_4 {
      overflow: auto; } }
  #widget_5 {
    flex: 1 0 0%;
    padding: 0;
    min-height: 150px; }
  #widget button {
    display: flex;
    flex-direction: column; }
  @media screen and (max-width: 1000px) {
    #widget {
      flex: 1 0 auto; } }

.hideWidget {
  display: none; }

.wMaxButtonHidden {
  visibility: hidden; }

@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) and (max-width: 1000px) {
  #maincontent {
    height: auto; } }

@media screen and (max-width: 1000px) {
  .esri-view-root {
    height: 500px; } }

.wtable {
  border-collapse: collapse;
  width: 100%;
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.8em; }
  .wtable > thead th {
    text-align: left;
    padding-left: 3px; }
  .wtable > tbody td {
    padding-left: 3px; }
  .wtable > tbody tr {
    border-bottom: 1px solid lightgrey; }
  .wtable .number-cells {
    text-align: right;
    max-width: 45px; }

.table-sort-header {
  cursor: pointer;
  background-color: #F9FAFB; }

th.sorted {
  background-color: #E2E4E9; }

/* new table layout */
.table-toggle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  line-height: 38px;
  cursor: pointer;
  color: #007c91;
  border-top: 3px solid #007c91;
  border-bottom: 1px solid #007c91; }
  .table-toggle.closed {
    color: black;
    border-top: 1px solid #007c91;
    border-bottom: 1px solid  #007c91; }
  .table-toggle:hover {
    background-color: #FBFBFB;
    color: #007c91; }

.table-toggle-icon {
  margin-right: 5px; }

.table-title {
  margin: 0 0 0 5px !important;
  font-size: 1rem;
  align-self: center; }

.data-table {
  width: 100%;
  min-height: 100px; }
  .data-table table {
    width: 100%; }
  .data-table.closed {
    display: none;
    height: 0; }

.data-table-header {
  background-color: #CCE5E9;
  height: 35px;
  line-height: 35px;
  border: 1px solid #CCE5E9; }
  .data-table-header.sorted {
    background-color: #fff !important; }

.table-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media screen and (min-width: 320px) and (max-width: 426px) {
    .table-info {
      flex-direction: column; } }

.table-info-mobile {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media screen and (min-width: 320px) and (max-width: 426px) {
    .table-info-mobile {
      flex-direction: row;
      flex-wrap: wrap; }
      .table-info-mobile .general_note {
        flex-basis: 90%; }
      .table-info-mobile #btnCountyLevelTimeseriesExport {
        flex-basis: 100%; } }

.data-download-btn {
  margin-top: 4px !important;
  margin-bottom: 4px !important; }

table.expanded-data-table th, table.expanded-data-table td {
  padding-left: 15px; }

table.expanded-data-table tbody tr:nth-child(even) {
  background-color: #F2F2F2; }

.scrolling-table-container {
  width: 100%; }
  @media screen and (max-width: 1000px) {
    .scrolling-table-container {
      overflow-x: scroll; } }

#viz031_viewMap {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%; }

#loading {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  display: none; }

#titleDiv {
  position: absolute;
  height: 55px;
  width: 50%;
  display: flex;
  justify-content: space-between;
  color: #f8f8f8;
  background: #464646;
  z-index: 1;
  text-align: center; }

#title {
  margin: 15px;
  font-size: 20px;
  overflow: hidden; }

#gtitleDiv {
  position: absolute;
  top: 10px;
  left: 62px;
  padding: 0 12px 0 12px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center; }

.esri-expand .esri-expand__content {
  box-shadow: none; }

.esri-view-height-xsmall
.esri-ui-corner
.esri-expand
.esri-legend.esri-widget,
.esri-view-height-small
.esri-ui-corner
.esri-expand
.esri-legend.esri-widget {
  max-height: 100%; }

.esri-view-width-less-than-small .esri-zoom .esri-widget--button {
  display: none; }

.esri-legend__layer-caption {
  font-weight: bold; }

.esri-legend__layer-cell--info {
  font-weight: bold; }

#device-indicator {
  position: absolute;
  top: -999em;
  left: -999em; }
  @media only screen and (min-width: 320px) {
    #device-indicator:after {
      content: "mobile"; } }
  @media only screen and (min-width: 768px) {
    #device-indicator:after {
      content: "tablet"; } }
  @media only screen and (min-width: 992px) {
    #device-indicator:after {
      content: "desktop"; } }

.states {
  fill: none; }

.stateborder {
  fill: none;
  stroke: #3e3e3e;
  stroke-linejoin: round; }

.tooltip {
  position: absolute;
  opacity: 0;
  background-color: white;
  border: 2px solid;
  border-radius: 0px;
  padding: 5px;
  z-index: 10;
  visibility: hidden; }

.center-container {
  margin: 0 auto; }
  @media screen and (max-width: 1000px) {
    .center-container {
      margin: 0;
      top: 0px; } }

#list_select_state {
  width: 300px;
  margin: 0 0 0 10px; }
  @media screen and (max-width: 1000px) {
    #list_select_state {
      width: 90%; } }

#list_select_county {
  width: 300px;
  margin: 0 0 0 10px; }
  @media screen and (max-width: 1000px) {
    #list_select_county {
      width: 90%; } }

.dropmenu {
  padding: 0px 20px 20px 0;
  text-align: left; }

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

.community-profile-tooltip {
  position: absolute;
  opacity: 0;
  background-color: white;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px;
  z-index: 10;
  box-shadow: 5px 5px rgba(0, 0, 0, 0.5); }

.county-boundary:nth-child(1n+1) {
  fill: #97a1a9; }

.county-boundary:nth-child(1n+2) {
  fill: #97a1a9; }

.county-boundary:nth-child(1n+3) {
  fill: #97a1a9; }

.county-boundary:nth-child(1n+4) {
  fill: #97a1a9; }

.county-boundary:nth-child(1n+5) {
  fill: #97a1a9; }

.county-boundary:nth-child(1n+6) {
  fill: #97a1a9; }

.county-boundary:nth-child(1n+7) {
  fill: #97a1a9; }

.county-boundary:nth-child(1n+8) {
  fill: #97a1a9; }

.county-boundary:nth-child(1n+9) {
  fill: #97a1a9; }

.county-boundary:nth-child(1n+10) {
  fill: #97a1a9; }

.county-boundary:nth-child(1n+11) {
  fill: #97a1a9; }

.county-boundary:nth-child(1n+12) {
  fill: #97a1a9; }

.county-boundary:nth-child(1n+13) {
  fill: #97a1a9; }

.county-boundary:nth-child(1n+14) {
  fill: #97a1a9; }

.county-boundary:nth-child(1n+15) {
  fill: #97a1a9; }

.county-boundary:nth-child(1n+16) {
  fill: #97a1a9; }

.county-boundary:nth-child(1n+17) {
  fill: #97a1a9; }

.county-boundary:nth-child(1n+18) {
  fill: #97a1a9; }

.county-boundary:nth-child(1n+19) {
  fill: #97a1a9; }

.county-boundary:nth-child(1n+20) {
  fill: #97a1a9; }

.community-loader {
  display: none;
  position: fixed;
  top: 45vh;
  left: 45vw;
  z-index: 10;
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite; }
  @media screen and (max-width: 1000px) {
    .community-loader {
      left: 35%; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#community-profile-wrapper #countyview-map {
  cursor: pointer; }

#community-profile-wrapper #community-profile-map-wrapper {
  flex: 1 1 600px; }

#community-profile-wrapper #map-controls {
  position: absolute;
  background: transparent;
  top: 10px;
  left: 10px;
  z-index: 9999; }
  @media screen and (max-width: 1000px) {
    #community-profile-wrapper #map-controls {
      display: none; } }

#community-profile-wrapper .selected-county {
  stroke: #8b8b8b !important;
  stroke-width: 1.3px !important; }

#community-profile-wrapper .dropmenu select {
  padding: 10px; }

#community-profile-wrapper #returnToMap {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px; }
  #community-profile-wrapper #returnToMap .btn {
    display: block;
    margin: 5px 0 0 25px; }
    @media screen and (max-width: 1000px) {
      #community-profile-wrapper #returnToMap .btn {
        margin: 0 0 0 10px;
        padding: 2px 10px; } }

@media screen and (max-width: 1000px) {
  #community-profile-wrapper #segment-wrapper {
    width: 100%; } }

#community-profile-wrapper #segment-wrapper svg {
  width: 100%; }
  @media screen and (max-width: 1000px) {
    #community-profile-wrapper #segment-wrapper svg {
      overflow: visible !important;
      margin: 0 0 0 -145px; } }
  @media screen and (max-width: 1000px) {
    #community-profile-wrapper #segment-wrapper svg g {
      margin: 0 0 0 -120px;
      z-index: -1 !important; } }

#community-profile-wrapper .segment.secondary {
  background: #ecf2f5; }

#community-profile-wrapper .segments {
  box-shadow: none !important; }

#community-profile-wrapper #sub-view-info table, #community-profile-wrapper #sub-view-info td, #community-profile-wrapper #sub-view-info tr {
  border: none !important; }

#community-profile-wrapper #sub-view-info td:first-child {
  opacity: 0.6; }

#community-profile-wrapper #color-legend {
  width: 99%;
  display: inline-flex;
  margin: 5px;
  padding: 5px;
  border-radius: 0.5rem;
  background: #f2f2f2; }
  #community-profile-wrapper #color-legend ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap; }
    #community-profile-wrapper #color-legend ul.legend-community_transmission_level li:nth-child(1) i.fa-circle {
      color: #FF0000; }
    #community-profile-wrapper #color-legend ul.legend-community_transmission_level li:nth-child(2) i.fa-circle {
      color: #FF7134; }
    #community-profile-wrapper #color-legend ul.legend-community_transmission_level li:nth-child(3) i.fa-circle {
      color: #FFF70E; }
    #community-profile-wrapper #color-legend ul.legend-community_transmission_level li:nth-child(4) i.fa-circle {
      color: #1D8AFF; }
    #community-profile-wrapper #color-legend ul.legend-RPL_THEMES li {
      padding: 5px 10px 5px;
      width: fit-content; }
      #community-profile-wrapper #color-legend ul.legend-RPL_THEMES li i.fa-circle {
        box-shadow: 0px 0px 0px 1px #000;
        border-radius: 50%; }
      #community-profile-wrapper #color-legend ul.legend-RPL_THEMES li:nth-child(1) i.fa-circle {
        color: #e0f3db; }
      #community-profile-wrapper #color-legend ul.legend-RPL_THEMES li:nth-child(2) i.fa-circle {
        color: #a8ddb5; }
      #community-profile-wrapper #color-legend ul.legend-RPL_THEMES li:nth-child(3) i.fa-circle {
        color: #4eb3d3; }
      #community-profile-wrapper #color-legend ul.legend-RPL_THEMES li:nth-child(4) i.fa-circle {
        color: #08589e; }
      #community-profile-wrapper #color-legend ul.legend-RPL_THEMES li:last-child i.fa-circle {
        color: grey; }
    #community-profile-wrapper #color-legend ul li {
      padding: 5px 10px 5px;
      width: fit-content; }
      #community-profile-wrapper #color-legend ul li i.fa-circle {
        box-shadow: 0px 0px 0px 1px #000;
        border-radius: 50%; }
      #community-profile-wrapper #color-legend ul li:nth-child(1) i.fa-circle {
        color: #f7fcf0; }
      #community-profile-wrapper #color-legend ul li:nth-child(2) i.fa-circle {
        color: #e0f3db; }
      #community-profile-wrapper #color-legend ul li:nth-child(3) i.fa-circle {
        color: #ccebc5; }
      #community-profile-wrapper #color-legend ul li:nth-child(4) i.fa-circle {
        color: #a8ddb5; }
      #community-profile-wrapper #color-legend ul li:nth-child(5) i.fa-circle {
        color: #7bccc4; }
      #community-profile-wrapper #color-legend ul li:nth-child(6) i.fa-circle {
        color: #4eb3d3; }
      #community-profile-wrapper #color-legend ul li:nth-child(7) i.fa-circle {
        color: #2b8cbe; }
      #community-profile-wrapper #color-legend ul li:nth-child(8) i.fa-circle {
        color: #08589e; }
      #community-profile-wrapper #color-legend ul li:last-child i.fa-circle {
        color: grey; }
  @media screen and (max-width: 1000px) {
    #community-profile-wrapper #color-legend {
      display: none; } }

.county-indepth-view {
  display: none;
  padding: 20px 0 0 0; }

#community-profile-segment-wrapper {
  display: flex;
  flex-wrap: wrap-reverse; }
  @media screen and (max-width: 1000px) {
    #community-profile-segment-wrapper {
      z-index: -1 !important; } }

#sub-graphs {
  display: none; }
  #sub-graphs h4 {
    text-indent: 2em;
    font-weight: bold !important;
    font-size: 1.3em; }
  @media screen and (max-width: 1000px) {
    #sub-graphs {
      margin: 0;
      padding: 0;
      zoom: 0.7;
      /* IE */
      -moz-transform: scale(0.7);
      /* Firefox */
      -moz-transform-origin: 0 0;
      -o-transform: scale(0.7);
      /* Opera */
      -o-transform-origin: 0 0;
      -webkit-transform: scale(0.7);
      /* Safari And Chrome */
      -webkit-transform-origin: 0 0;
      transform: scale(0.7);
      /* Standard Property */
      transform-origin: 0 0;
      /* Standard Property */ } }

.timeseries-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px; }
  .timeseries-title h5 {
    font-size: 1.5em; }

#timeseries-modal {
  display: none; }
  #timeseries-modal #community-profile-slider {
    width: 60%; }
  #timeseries-modal .timeseries-expand {
    display: none; }
  #timeseries-modal .modal-dialog {
    max-width: 50vw !important; }
    #timeseries-modal .modal-dialog .timeseries-chart {
      width: 100% !important;
      padding-bottom: 50px; }
      #timeseries-modal .modal-dialog .timeseries-chart #percentMetric {
        padding-top: 10px; }
    #timeseries-modal .modal-dialog svg {
      zoom: 1.1; }
    #timeseries-modal .modal-dialog #time-series-total-title {
      font-weight: bold !important;
      padding: 0 0 0 20px; }

#timeseries-header-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 0 0; }
  #timeseries-header-wrapper .timeseries-expand {
    color: teal;
    text-align: right; }
    #timeseries-header-wrapper .timeseries-expand:hover {
      cursor: pointer; }

#sub-view-info {
  display: none;
  width: 400px;
  min-height: 300px; }

#map-subview-wrapper {
  padding: 20px 0 0 0;
  flex-wrap: wrap;
  justify-content: space-around; }
  @media screen and (max-width: 1000px) {
    #map-subview-wrapper {
      padding: 0px;
      flex-direction: column;
      overflow: hidden; } }
  #map-subview-wrapper #level-comm-transmission-note {
    margin-top: 10px;
    margin-bottom: 10px; }

#community-profile-slider,
#expanded-community-profile-slider {
  display: none;
  margin: 0 auto;
  width: 50%;
  padding: 0;
  position: relative;
  right: -25px; }
  #community-profile-slider #amount,
  #community-profile-slider #expanded-amount,
  #expanded-community-profile-slider #amount,
  #expanded-community-profile-slider #expanded-amount {
    text-indent: 2em;
    outline: 0;
    border: 0;
    cursor: default; }
  #community-profile-slider h4,
  #expanded-community-profile-slider h4 {
    font-size: 1.5em;
    text-indent: 1.5em; }

#days-segments {
  display: none !important;
  min-height: 0 !important;
  padding: 10px !important;
  background-color: #ebf5f6; }
  #days-segments h2 {
    margin: 0;
    padding: 0;
    color: #007C91;
    font-weight: normal;
    font-size: 1.2em; }
  #days-segments h4 {
    font-size: 1.2em; }
  #days-segments .column {
    border: 5px solid #ebf5f6; }
  #days-segments .bg-white {
    justify-content: center;
    display: flex;
    flex-direction: column; }

.teal-text {
  color: #007C91 !important; }

#communityCharacteristics,
#accordionCases,
#caseDemographics,
#testDemographics {
  padding: 20px 0; }

.timeseries-chart {
  max-height: 200px;
  height: 180px;
  padding: 0;
  margin: 0;
  width: 100% !important; }
  .timeseries-chart div[class$="-expanded-title"] {
    position: absolute;
    top: -1px;
    left: 0; }
  .timeseries-chart .astriskPlacement {
    padding: 10px 0;
    display: none; }
  .timeseries-chart .tick {
    color: #ccc;
    font-size: 0.8em; }
  .timeseries-chart .domain {
    color: #ccc; }
  .timeseries-chart#metro-hospital-covid {
    margin-bottom: 10px; }
  .timeseries-chart .column {
    height: 100px; }
  .timeseries-chart small:first-child {
    font-weight: bold; }

ul#community-characteristics-list {
  list-style-type: none; }
  ul#community-characteristics-list span {
    font-weight: bold; }

#community-profile-wrapper {
  display: flex;
  flex-direction: column; }
  #community-profile-wrapper h3 {
    font-size: 3em;
    font-weight: normal; }
  #community-profile-wrapper h4 {
    font-weight: normal; }
  #community-profile-wrapper .list_select_map_data {
    height: 3em !important;
    max-width: 500px; }
    @media screen and (max-width: 1000px) {
      #community-profile-wrapper .list_select_map_data {
        width: 100%; } }
  #community-profile-wrapper #map-selection-dropdown-wrapper {
    width: 35%;
    min-width: 355px;
    height: auto;
    background: #fff;
    padding: 20px; }
    @media screen and (max-width: 1000px) {
      #community-profile-wrapper #map-selection-dropdown-wrapper {
        display: block;
        width: 100%;
        min-width: 300px;
        margin: 35px 0 0; } }
  #community-profile-wrapper #map-data-dropdown-wrapper {
    display: flex;
    flex-wrap: wrap; }
    #community-profile-wrapper #map-data-dropdown-wrapper #time-peroid-callout {
      align-self: center; }
      @media screen and (max-width: 1000px) {
        #community-profile-wrapper #map-data-dropdown-wrapper #time-peroid-callout {
          align-self: auto;
          padding: 0 0 10px 0; } }
    @media screen and (max-width: 1000px) {
      #community-profile-wrapper #map-data-dropdown-wrapper {
        flex-direction: column; } }
    #community-profile-wrapper #map-data-dropdown-wrapper .list_select_map_data {
      margin: 5px 0 0 97px;
      height: 3em !important; }
      @media screen and (max-width: 1000px) {
        #community-profile-wrapper #map-data-dropdown-wrapper .list_select_map_data {
          margin: 5px 0; } }
  #community-profile-wrapper #map-header-wrapper {
    display: flex;
    flex-flow: row wrap; }
    @media screen and (max-width: 1000px) {
      #community-profile-wrapper #map-header-wrapper {
        flex-flow: column nowrap;
        justify-content: center; } }
    #community-profile-wrapper #map-header-wrapper #datanote {
      width: 45%;
      max-width: 500px; }
      @media screen and (max-width: 1000px) {
        #community-profile-wrapper #map-header-wrapper #datanote {
          width: 100%;
          max-width: unset; } }
  #community-profile-wrapper #map-data-label {
    float: left;
    position: relative;
    top: 25px;
    margin-right: 15px; }
    @media screen and (max-width: 1000px) {
      #community-profile-wrapper #map-data-label {
        width: 100%;
        float: none;
        margin: 0 0 10px 0;
        top: 0; } }
  #community-profile-wrapper #community-dropdown_wrapper {
    padding: 15px 0 0 0; }
  #community-profile-wrapper i.green {
    color: #007C91 !important; }
  #community-profile-wrapper i.red {
    color: #910d12 !important; }
  #community-profile-wrapper .rates {
    margin: 5px 0 0 0; }
  #community-profile-wrapper.secondary-view #community-risk {
    width: 100%; }
    @media screen and (max-width: 1000px) {
      #community-profile-wrapper.secondary-view #community-risk {
        margin-bottom: 20px; } }
    #community-profile-wrapper.secondary-view #community-risk #risk-of-transmission-cards {
      display: flex; }
      #community-profile-wrapper.secondary-view #community-risk #risk-of-transmission-cards div {
        text-transform: uppercase; }
      @media screen and (max-width: 1000px) {
        #community-profile-wrapper.secondary-view #community-risk #risk-of-transmission-cards {
          flex-direction: column; } }
      #community-profile-wrapper.secondary-view #community-risk #risk-of-transmission-cards div {
        flex-grow: 1;
        padding: 20px;
        text-align: center;
        vertical-align: middle;
        opacity: 0.3; }
        #community-profile-wrapper.secondary-view #community-risk #risk-of-transmission-cards div.active {
          opacity: 1; }
  #community-profile-wrapper.secondary-view .list_select_map_data {
    max-width: 350px;
    height: 3em !important; }
  #community-profile-wrapper.secondary-view #returnToMap {
    display: inline-block; }
    @media screen and (max-width: 1000px) {
      #community-profile-wrapper.secondary-view #returnToMap {
        display: flex; } }
  #community-profile-wrapper.secondary-view #map-subview-wrapper {
    justify-content: flex-start;
    flex-direction: column; }
    #community-profile-wrapper.secondary-view #map-subview-wrapper > div:first-child {
      flex: 1 1 600px; }
      @media screen and (max-width: 1000px) {
        #community-profile-wrapper.secondary-view #map-subview-wrapper > div:first-child {
          flex: 1 1 1000px; } }
  #community-profile-wrapper.secondary-view #map-data-dropdown-wrapper {
    flex-direction: column; }
    #community-profile-wrapper.secondary-view #map-data-dropdown-wrapper #time-peroid-callout {
      align-self: auto;
      padding: 0 0 10px 0; }
  #community-profile-wrapper.secondary-view #days-segments {
    margin: 50px 0; }
  #community-profile-wrapper.secondary-view #map-header-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    #community-profile-wrapper.secondary-view #map-header-wrapper #datanote {
      width: 45%; }
      @media screen and (max-width: 1000px) {
        #community-profile-wrapper.secondary-view #map-header-wrapper #datanote {
          width: 100%; } }
    @media screen and (max-width: 1000px) {
      #community-profile-wrapper.secondary-view #map-header-wrapper {
        flex-direction: column; } }
  #community-profile-wrapper.secondary-view #segment-wrapper {
    margin-left: 50px;
    border: none !important; }
    @media screen and (max-width: 1000px) {
      #community-profile-wrapper.secondary-view #segment-wrapper {
        width: 100%; } }
  #community-profile-wrapper.secondary-view .center-container {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0px; }
    @media screen and (max-width: 1000px) {
      #community-profile-wrapper.secondary-view .center-container {
        padding-top: 200px; } }
  #community-profile-wrapper.secondary-view #vaccinations {
    display: flex;
    padding: 20px 0; }
  #community-profile-wrapper.secondary-view #sub-graphs, #community-profile-wrapper.secondary-view #sub-view-info {
    visibility: visible !important; }
  #community-profile-wrapper.secondary-view #sub-graphs {
    flex: 0 1 700px;
    display: flex;
    padding: 20px 0; }
    #community-profile-wrapper.secondary-view #sub-graphs .x.axis {
      font-size: 0.6em; }
  #community-profile-wrapper.secondary-view #community-dropdown_wrapper {
    height: 175px; }
    #community-profile-wrapper.secondary-view #community-dropdown_wrapper .dropmenu {
      display: block !important; }
      #community-profile-wrapper.secondary-view #community-dropdown_wrapper .dropmenu span {
        font-weight: bold; }
      #community-profile-wrapper.secondary-view #community-dropdown_wrapper .dropmenu select {
        display: block;
        margin: 10px 0 5px 0 !important; }

#community-profile-vaccinations .pgdata-child {
  padding: 10px 10px 20px 10px !important; }
  @media screen and (max-width: 1000px) {
    #community-profile-vaccinations .pgdata-child {
      padding-bottom: 10px !important; } }
  #community-profile-vaccinations .pgdata-child div {
    background-color: transparent !important; }
  #community-profile-vaccinations .pgdata-child .card-wrapper {
    background-color: #FFF !important; }
    #community-profile-vaccinations .pgdata-child .card-wrapper .row {
      background-color: #FFF !important; }
      #community-profile-vaccinations .pgdata-child .card-wrapper .row .card-number {
        display: flex;
        flex-direction: column;
        justify-content: center; }
    #community-profile-vaccinations .pgdata-child .card-wrapper .grayBackground {
      background-color: #F2F2F2 !important; }

#vaccinations-wrapper {
  margin-top: 25px;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 1000px) {
    #vaccinations-wrapper {
      flex-direction: column; } }
  #vaccinations-wrapper #vaccinations-map-title h3 {
    padding: 20px 20px 0 20px; }
  #vaccinations-wrapper #vaccinations-map-legend {
    text-align: center;
    position: relative;
    top: 26px; }
    #vaccinations-wrapper #vaccinations-map-legend h5 {
      padding: 15px 0 0 0;
      font-weight: bold; }
    #vaccinations-wrapper #vaccinations-map-legend ul {
      list-style-type: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      #vaccinations-wrapper #vaccinations-map-legend ul li {
        display: flex;
        padding: 15px;
        padding-left: 0px; }
        #vaccinations-wrapper #vaccinations-map-legend ul li div {
          width: 25px;
          height: 25px;
          background: #fff;
          border: 1px solid #333;
          border-radius: 50%; }
        #vaccinations-wrapper #vaccinations-map-legend ul li:nth-child(1) div {
          background: #fff; }
        #vaccinations-wrapper #vaccinations-map-legend ul li:nth-child(2) div {
          background: #ccffcc; }
        #vaccinations-wrapper #vaccinations-map-legend ul li:nth-child(3) div {
          background: #7fcdbb; }
        #vaccinations-wrapper #vaccinations-map-legend ul li:nth-child(4) div {
          background: #41b6c4; }
        #vaccinations-wrapper #vaccinations-map-legend ul li:nth-child(5) div {
          background: #1d91c0; }
        #vaccinations-wrapper #vaccinations-map-legend ul li:nth-child(6) div {
          background: #225ea8; }
        #vaccinations-wrapper #vaccinations-map-legend ul li:nth-child(7) div {
          background: #003366; }
        #vaccinations-wrapper #vaccinations-map-legend ul li span {
          align-self: center;
          margin-left: 5px; }
  #vaccinations-wrapper #vaccinations-map-selections-wrapper {
    display: block;
    font-size: 0.9em;
    text-align: center;
    position: relative;
    top: 0px;
    width: 90%; }
  #vaccinations-wrapper #vaccinations-territories {
    position: relative; }
    #vaccinations-wrapper #vaccinations-territories h4 {
      padding: 20px;
      font-size: 1.3em;
      font-weight: bold; }
    #vaccinations-wrapper #vaccinations-territories-list ul {
      list-style-type: none; }
      #vaccinations-wrapper #vaccinations-territories-list ul li {
        display: inline-block !important;
        margin: 10px 0px;
        background: #ccc;
        padding: 5px 10px;
        border: 1px solid #333; }
        #vaccinations-wrapper #vaccinations-territories-list ul li:hover {
          cursor: pointer; }
  #vaccinations-wrapper #vaccinations-federal {
    position: relative; }
    #vaccinations-wrapper #vaccinations-federal h4 {
      padding: 20px;
      font-size: 1.3em;
      font-weight: bold; }
    #vaccinations-wrapper #vaccinations-federal-list ul {
      list-style-type: none; }
      #vaccinations-wrapper #vaccinations-federal-list ul li {
        display: inline;
        background: #ccc;
        padding: 5px 10px;
        border: 1px solid #333; }
        #vaccinations-wrapper #vaccinations-federal-list ul li:hover {
          cursor: pointer; }
  #vaccinations-wrapper #vaccinations-banner-wrapper {
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 1000px) {
      #vaccinations-wrapper #vaccinations-banner-wrapper {
        width: 96%; } }
    #vaccinations-wrapper #vaccinations-banner-wrapper .parent-card-container-padding {
      padding-bottom: 5px !important; }
      @media screen and (max-width: 1000px) {
        #vaccinations-wrapper #vaccinations-banner-wrapper .parent-card-container-padding {
          padding-bottom: 0 !important;
          margin-bottom: 20px !important; } }
    #vaccinations-wrapper #vaccinations-banner-wrapper .parent-card-container-background-color {
      background-color: #CCE5E9; }
    #vaccinations-wrapper #vaccinations-banner-wrapper .container > h4 {
      padding: 0;
      margin: 0;
      font-size: 1em;
      padding: 0 0 25px 0; }
    @media screen and (max-width: 1000px) {
      #vaccinations-wrapper #vaccinations-banner-wrapper .container {
        margin: 0 !important;
        padding: 0; } }
    #vaccinations-wrapper #vaccinations-banner-wrapper .container .info-layout {
      display: flex;
      flex-flow: row wrap; }
      #vaccinations-wrapper #vaccinations-banner-wrapper .container .info-layout > div:nth-of-type(1) {
        flex-basis: 24.9999%; }
      #vaccinations-wrapper #vaccinations-banner-wrapper .container .info-layout > div:nth-of-type(2) {
        flex-basis: 72.999%; }
      @media only screen and (max-width: 767px) {
        #vaccinations-wrapper #vaccinations-banner-wrapper .container .info-layout > div:nth-of-type(1) {
          flex-basis: 100%; }
        #vaccinations-wrapper #vaccinations-banner-wrapper .container .info-layout > div:nth-of-type(2) {
          flex-basis: 100%; } }
      #vaccinations-wrapper #vaccinations-banner-wrapper .container .info-layout .us-vax-icon-layout {
        display: flex; }
        #vaccinations-wrapper #vaccinations-banner-wrapper .container .info-layout .us-vax-icon-layout p {
          align-self: center;
          padding-left: 0.3rem; }
      #vaccinations-wrapper #vaccinations-banner-wrapper .container .info-layout .time-info-wrapper {
        display: flex;
        justify-content: flex-end; }
        #vaccinations-wrapper #vaccinations-banner-wrapper .container .info-layout .time-info-wrapper .time-info-content small {
          font-size: 63%; }
    #vaccinations-wrapper #vaccinations-banner-wrapper .pgdata-child {
      padding: 10px 10px 20px 10px !important; }
      @media screen and (max-width: 1000px) {
        #vaccinations-wrapper #vaccinations-banner-wrapper .pgdata-child {
          padding-bottom: 10px !important; } }
      #vaccinations-wrapper #vaccinations-banner-wrapper .pgdata-child div {
        background-color: transparent !important; }
      #vaccinations-wrapper #vaccinations-banner-wrapper .pgdata-child .card-wrapper {
        background-color: #FFF !important; }
        #vaccinations-wrapper #vaccinations-banner-wrapper .pgdata-child .card-wrapper .row {
          background-color: #FFF !important; }
        #vaccinations-wrapper #vaccinations-banner-wrapper .pgdata-child .card-wrapper .grayBackground {
          background-color: #F2F2F2 !important; }
    #vaccinations-wrapper #vaccinations-banner-wrapper .newWidth {
      width: 73%; }
      @media screen and (min-width: 1000px) and (max-width: 1200px) {
        #vaccinations-wrapper #vaccinations-banner-wrapper .newWidth {
          width: 100%; } }
      @media screen and (min-width: 1200px) and (max-width: 1400px) {
        #vaccinations-wrapper #vaccinations-banner-wrapper .newWidth {
          width: 60%; } }
      @media screen and (min-width: 1400px) and (max-width: 1600px) {
        #vaccinations-wrapper #vaccinations-banner-wrapper .newWidth {
          width: 66%; } }
      @media screen and (min-width: 1600px) {
        #vaccinations-wrapper #vaccinations-banner-wrapper .newWidth {
          width: 73%; } }
    #vaccinations-wrapper #vaccinations-banner-wrapper .vax-height {
      height: 475px !important; }
      @media only screen and (min-width: 768px) {
        #vaccinations-wrapper #vaccinations-banner-wrapper .vax-height {
          height: 475px !important; } }
    #vaccinations-wrapper #vaccinations-banner-wrapper .card-wrapper {
      padding-top: 10px;
      height: 115px;
      position: relative; }
      #vaccinations-wrapper #vaccinations-banner-wrapper .card-wrapper .card-content {
        margin: 0;
        width: 98%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      #vaccinations-wrapper #vaccinations-banner-wrapper .card-wrapper .card-category {
        font-size: 0.8em; }
      #vaccinations-wrapper #vaccinations-banner-wrapper .card-wrapper .description-card-category {
        font-size: 0.8em; }
      @media only screen and (max-width: 410px) and (min-width: 320px) {
        #vaccinations-wrapper #vaccinations-banner-wrapper .card-wrapper .card-category {
          font-size: 0.66em; }
        #vaccinations-wrapper #vaccinations-banner-wrapper .card-wrapper .description-card-category {
          font-size: 0.62em;
          line-height: 1.2em; }
        #vaccinations-wrapper #vaccinations-banner-wrapper .card-wrapper .mobile-padding {
          padding-left: .2em; } }
      #vaccinations-wrapper #vaccinations-banner-wrapper .card-wrapper .card-number {
        font-size: 1.1em; }
        @media screen and (max-width: 1000px) {
          #vaccinations-wrapper #vaccinations-banner-wrapper .card-wrapper .card-number {
            font-size: .85em; } }
    #vaccinations-wrapper #vaccinations-banner-wrapper .card-wrap .card-number {
      font-size: 1.2em; }
    #vaccinations-wrapper #vaccinations-banner-wrapper .card-updated {
      min-width: 350px;
      bottom: 10px;
      right: 15px;
      background: transparent !important;
      font-size: 12px; }
    #vaccinations-wrapper #vaccinations-banner-wrapper .time {
      right: 45px; }
      @media screen and (max-width: 1000px) {
        #vaccinations-wrapper #vaccinations-banner-wrapper .time {
          right: 0px; } }
  #vaccinations-wrapper #vaccinations-visual-wrapper {
    width: 96%;
    margin: 0px 15px 0 0;
    align-self: flex-end; }
    @media screen and (max-width: 1000px) {
      #vaccinations-wrapper #vaccinations-visual-wrapper {
        width: 100%;
        align-self: flex-start; } }
  #vaccinations-wrapper #vaccinations-graph-map-container {
    display: flex;
    flex-flow: column-reverse; }
    @media screen and (max-width: 1000px) {
      #vaccinations-wrapper #vaccinations-graph-map-container {
        width: auto;
        flex-wrap: wrap; } }
  #vaccinations-wrapper #vaccinations-banner-wrapper2 {
    padding: 0;
    margin: 0;
    margin-top: 20px;
    display: flex;
    width: 100%; }
    @media screen and (max-width: 1000px) {
      #vaccinations-wrapper #vaccinations-banner-wrapper2 {
        display: block;
        width: 100%; } }
    #vaccinations-wrapper #vaccinations-banner-wrapper2 #vaccinationsLongTermBarChart {
      width: 100%; }
    #vaccinations-wrapper #vaccinations-banner-wrapper2 #vaccinationsLongTermBarChart2 {
      width: 100%; }
    #vaccinations-wrapper #vaccinations-banner-wrapper2 .parent-card-container-padding {
      padding-bottom: 5px !important; }
      @media screen and (max-width: 1000px) {
        #vaccinations-wrapper #vaccinations-banner-wrapper2 .parent-card-container-padding {
          padding-bottom: 0 !important;
          margin-bottom: 20px !important; } }
    #vaccinations-wrapper #vaccinations-banner-wrapper2 .vax-parent-card-container-padding {
      padding-bottom: 5px !important; }
      @media screen and (max-width: 1000px) {
        #vaccinations-wrapper #vaccinations-banner-wrapper2 .vax-parent-card-container-padding {
          padding-bottom: 0 !important;
          margin-bottom: 0 !important; } }
    #vaccinations-wrapper #vaccinations-banner-wrapper2 .container {
      position: relative;
      display: flex;
      justify-content: flex-end; }
      #vaccinations-wrapper #vaccinations-banner-wrapper2 .container > h4 {
        padding: 0;
        margin: 0;
        font-size: 1em;
        padding: 0 0 25px 0; }
      @media screen and (max-width: 1000px) {
        #vaccinations-wrapper #vaccinations-banner-wrapper2 .container {
          margin: 0 !important;
          padding: 0; } }
    #vaccinations-wrapper #vaccinations-banner-wrapper2 .pgdata-child {
      padding: 10px 10px 50px 10px !important; }
      @media screen and (max-width: 1000px) {
        #vaccinations-wrapper #vaccinations-banner-wrapper2 .pgdata-child {
          padding-bottom: 10px !important; } }
    #vaccinations-wrapper #vaccinations-banner-wrapper2 .card-wrapper {
      padding-top: 10px;
      height: 115px;
      position: relative; }
      #vaccinations-wrapper #vaccinations-banner-wrapper2 .card-wrapper .card-content {
        margin: 0;
        width: 98%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      #vaccinations-wrapper #vaccinations-banner-wrapper2 .card-wrapper .card-category {
        font-size: 0.8em; }
      #vaccinations-wrapper #vaccinations-banner-wrapper2 .card-wrapper .card-number {
        font-size: 1.2em; }
    #vaccinations-wrapper #vaccinations-banner-wrapper2 .card-updated {
      position: absolute;
      min-width: 350px;
      bottom: 10px;
      right: 15px;
      background: transparent !important;
      font-size: 13px; }
    #vaccinations-wrapper #vaccinations-banner-wrapper2 .download-container {
      display: flex;
      flex-direction: column;
      position: relative;
      top: 0px;
      width: 170px;
      padding: 15px;
      border: #D4D4D5 1px solid;
      background-color: #ffffff;
      border-radius: .25rem;
      z-index: 999; }
    #vaccinations-wrapper #vaccinations-banner-wrapper2 .graph-container {
      display: flex;
      flex-direction: column-reverse;
      position: relative;
      align-items: flex-end; }
    #vaccinations-wrapper #vaccinations-banner-wrapper2 .download-button-fixes-ltc {
      position: absolute;
      bottom: -116px; }
    #vaccinations-wrapper #vaccinations-banner-wrapper2 .download-button-fixes-US {
      margin-left: 43%;
      position: absolute;
      bottom: -160px; }
      @media screen and (max-width: 1000px) {
        #vaccinations-wrapper #vaccinations-banner-wrapper2 .download-button-fixes-US {
          bottom: -110px; } }
    #vaccinations-wrapper #vaccinations-banner-wrapper2 .container-fix-us-vaccinations {
      justify-content: flex-start;
      margin-bottom: 60px; }
  #vaccinations-wrapper table.expanded-data-table.vaccinations-fontsize th, #vaccinations-wrapper table.expanded-data-table.vaccinations-fontsize td {
    font-size: 0.73em;
    line-height: 1.4em; }
  #vaccinations-wrapper table.expanded-data-table.vaccinations-fontsize th, #vaccinations-wrapper table.expanded-data-table.vaccinations-fontsize td {
    font-size: 0.73em;
    line-height: 1.4em; }

.POC-iframe-parent-container {
  flex-grow: 1; }
  .POC-iframe-parent-container .iframe-btn-container {
    display: flex;
    justify-content: flex-end;
    min-height: 3em;
    padding: 3px;
    border-radius: 5px;
    align-self: center; }
    .POC-iframe-parent-container .iframe-btn-container a {
      border: 3px;
      background-color: #007c91;
      color: #ffffff !important; }
    .POC-iframe-parent-container .iframe-btn-container:hover {
      color: #ffffff !important; }

.hide-container {
  height: 0;
  overflow: hidden;
  display: none; }

#transmit-btn {
  align-self: center; }

.ETT-child {
  padding: .3em; }

#custom_select {
  position: relative;
  font-size: small;
  width: 150px;
  border: 1px solid #AAA; }
  #custom_select_container {
    display: inline-block;
    margin-left: 10px; }
    @media screen and (max-width: 1000px) {
      #custom_select_container {
        display: block; } }
  #custom_select select {
    display: none; }

.select-selected:after {
  /*style the arrow inside the select element:*/
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent; }

.select-selected .select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px; }

.select-selected-items div, .select-selected-selected {
  /*style the items (options), including the selected item:*/
  color: #EEE;
  padding: .295em 0 .39em 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none; }

.select-selected-items {
  position: absolute;
  background-color: #333;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99; }

.select-selected-hide {
  display: none; }

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 1000px) {
  .custom-select > div {
    display: none; } }

@media screen and (max-width: 1000px) {
  .custom-select > select > option {
    background-color: #333; } }

@media screen and (max-width: 1000px) {
  .custom-select > select {
    display: block;
    width: 100%;
    background: transparent;
    color: #EEE;
    text-indent: 6px; } }

@media screen and (max-width: 1000px) {
  .custom-select {
    width: auto;
    height: 35px; } }

.cv-bold {
  font-weight: bold !important; }

.cv-blue {
  color: #0F617E; }

.cv-maroon {
  color: #AC1F25; }

.cv-black {
  color: #000; }

.cv-white {
  color: #FFF; }

.cv-darkgrey {
  color: #BBB; }

.cv-grey {
  color: #CCC; }

.cv-ltgrey {
  color: #EEE; }

.cv-chartblue_a {
  color: #3182BD; }

.cv-chartblue_b {
  color: #9ECAE1; }

.cv-darkgrey_bg {
  background-color: #BBB; }

.cv-grey_bg {
  background-color: #CCC; }

.cv-ltgrey_bg {
  background-color: #EEE; }

.cv-maroon_bg {
  background-color: #AC1F25; }

.cv-blue_bg {
  background-color: #0F617E; }

.chart-title {
  font-size: 1.1em; }

.chart-subtitle {
  font-size: 0.8em; }

.chart-title_2 {
  font-size: 1.3em; }

.chart-subtitle_2 {
  font-size: 0.9em; }

.chart-legendTitle {
  font-size: 1.1em; }

#chart-title {
  font-size: 1.135em; }

.axis {
  font-size: 0.9em; }

.general_note {
  font-size: 0.86rem;
  /* approximates to 12px size */
  font-weight: 500; }

.general_subhead_note {
  color: #bbbbbb;
  /*Dark GRAY*/
  font-size: 0.7rem;
  font-weight: 500; }

.general_text {
  font-size: 0.9rem;
  font-weight: 500; }

.general_bold {
  font-size: 0.9rem;
  font-weight: bold; }

.general_header {
  font-size: 1.0rem;
  font-weight: bold; }

.popup_table_style {
  padding: 6px;
  border-collapse: separate;
  border-spacing: 0px;
  /* Only works with border-collapse: separate set */
  background: #ffff66;
  border-left: 8px solid  #ac1f25;
  /*COVID Maroon*/ }

.popup_td_number_style {
  text-align: right; }

.btnMapDataToggle, .btnTrendsDataToggle {
  border: none;
  background-color: transparent;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
  margin-right: 10px; }

.selects-container {
  display: flex;
  flex-direction: row;
  margin-top: 10px; }

.selects-container div {
  flex: 1 auto; }

.selects-container span {
  margin-right: 25vw; }

@media screen and (max-width: 1000px) {
  .selects-container {
    flex-direction: column; } }

.selectsED-container {
  display: flex;
  flex-direction: row;
  margin-top: 10px; }

.selectsED-container span {
  margin-right: 25vw; }

@media screen and (max-width: 1000px) {
  .selectsED-container {
    flex-direction: column; } }

#forecast-chart-container svg text {
  font-size: 1em; }

#forecast-chart-container .legend-drawer .row-title,
#forecast-chart-container .legend-drawer .control-row {
  font-size: 1.4em; }

@media screen and (max-width: 1000px) {
  #ed-trends-chart .x.axis {
    font-size: 0.4rem; } }

@media screen and (max-width: 1000px) {
  #viz_area_us_cases #viz008_svg text {
    font-size: 0.35rem; } }

@media screen and (max-width: 1000px) {
  #us-trends-viz-container {
    margin: 50px 0 0 0;
    transform: scaleY(1.3); } }

@media screen and (max-width: 1000px) {
  #us-trends-viz-container g.tick {
    font-size: 0.4rem; } }

@media screen and (max-width: 1000px) {
  #territory-chart > svg {
    font-size: 6px; } }

.hcp-main {
  padding-top: 20px !important; }
  .hcp-main .column.hcp-child {
    padding: 50px 20px !important;
    background-color: #CCE5E9; }
    .hcp-main .column.hcp-child div {
      padding: 20px 40px;
      background-color: white; }
      .hcp-main .column.hcp-child div p:nth-of-type(1) {
        font-size: 1.5em; }
      .hcp-main .column.hcp-child div p:nth-of-type(2) {
        font-size: 3em;
        color: #1763aa; }

p#time-stamp {
  padding-top: 10px; }

#hcp-export {
  padding: 15px !important; }

.number-card-details {
  margin: .3em 0 .3em; }
  .number-card-details h3 {
    font-size: 14px; }
  @media screen and (min-width: 320px) and (max-width: 426px) {
    .number-card-details h3 {
      font-size: 12px; } }

#chart-1-title-details, #chart-2-title-details, #chart-3-title-details, #hospital-card-title-details {
  font-size: 17px; }
  @media screen and (min-width: 320px) and (max-width: 426px) {
    #chart-1-title-details, #chart-2-title-details, #chart-3-title-details, #hospital-card-title-details {
      font-size: 13px; } }

.chart-titles h2 {
  margin: 2.8em 0 0; }
  @media screen and (min-width: 320px) and (max-width: 426px) {
    .chart-titles h2 {
      font-size: 1.14rem; } }

.chart-titles.space-util {
  margin-top: 2rem; }
  @media screen and (min-width: 320px) and (max-width: 426px) {
    .chart-titles.space-util h2 {
      font-size: 1.14rem !important; } }

@media screen and (min-width: 320px) and (max-width: 426px) {
  #mainContent_Title h2.pg-main-title {
    font-size: 1.2711rem !important; } }

.subscript {
  margin-top: 30px;
  font-size: 12px !important; }

.chart-titles.space-util {
  margin-top: 2rem; }
  @media screen and (min-width: 320px) and (max-width: 426px) {
    .chart-titles.space-util h2 {
      font-size: 1.14rem !important; } }

.pgdata-one-card.parent-card-container-height {
  height: 210px; }

.pgdata-one-card.margin-spacer {
  width: auto;
  margin: 2rem 0rem !important; }
  @media only screen and (max-width: 767px) {
    .pgdata-one-card.margin-spacer {
      width: auto;
      margin: 2rem 0 rem !important; } }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    .pgdata-one-card.margin-spacer {
      width: auto;
      margin: 2rem 0 !important; } }

.pgdata-one-card .card-styles {
  background-color: #CCE5E9; }
  .pgdata-one-card .card-styles .card-wrapper {
    height: 164px;
    padding-top: 20px; }
    .pgdata-one-card .card-styles .card-wrapper .card-text {
      text-align: center; }
  .pgdata-one-card .card-styles div {
    background-color: white; }
    .pgdata-one-card .card-styles div h3 {
      font-size: 24px;
      line-height: 47px; }
    .pgdata-one-card .card-styles div div.card-number {
      font-size: 48px;
      height: 48px;
      line-height: 48px;
      color: #007c91; }

@media only screen and (max-width: 767px) {
  .pgdata-one-card.ui.grid > .column.card-styles:not(.row):not(.row) {
    padding: .7rem 0.8rem 2rem !important; } }

.pgdata-main {
  /*padding-top: 20px !important; */ }
  .pgdata-main.grid-override {
    width: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 40px !important; }
    @media only screen and (max-width: 767px) {
      .pgdata-main.grid-override {
        width: auto;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 8rem !important; } }
    @media only screen and (max-width: 991px) and (min-width: 768px) {
      .pgdata-main.grid-override {
        width: auto;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 10rem !important; } }
  .pgdata-main.vax-grid-override {
    width: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0px !important; }
    @media only screen and (max-width: 767px) {
      .pgdata-main.vax-grid-override {
        width: auto;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0rem !important; } }
    @media only screen and (max-width: 991px) and (min-width: 768px) {
      .pgdata-main.vax-grid-override {
        width: auto;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0rem !important; } }
  .pgdata-main.parent-card-container-height {
    height: 210px; }
  .pgdata-main .column.pgdata-child {
    background-color: #CCE5E9; }
    .pgdata-main .column.pgdata-child .card-wrapper {
      height: 148px;
      padding-top: 20px; }
    .pgdata-main .column.pgdata-child div {
      background-color: white; }
      .pgdata-main .column.pgdata-child div h3 {
        font-size: 24px;
        line-height: 47px; }
      .pgdata-main .column.pgdata-child div div.card-number {
        font-size: 48px;
        height: 48px;
        line-height: 48px;
        color: #007c91; }
  @media only screen and (max-width: 767px) {
    .pgdata-main.ui.stackable > .column.pgdata-child:nth-of-type(2):not(.row) {
      padding-bottom: 30px !important; }
    .pgdata-main.ui.grid > .column.pgdata-child:not(.row):nth-of-type(1):not(.row) {
      padding: .5rem 0.8rem .3rem !important; }
    .pgdata-main.ui.grid > .column.pgdata-child:not(.row):nth-of-type(2):not(.row) {
      padding: .5rem 0.8rem 2rem !important; } }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    .pgdata-main.ui.stackable > .column.pgdata-child:nth-of-type(2):not(.row) {
      padding-bottom: 30px !important; }
    .pgdata-main.ui.grid > .column.pgdata-child:not(.row) {
      padding: .5rem 0.8rem !important; }
    .pgdata-main.ui.stackable > .column.pgdata-child:nth-of-type(2):not(.row) {
      padding-bottom: 30px !important; }
    .pgdata-main.ui.grid > .column.pgdata-child:not(.row):nth-of-type(1):not(.row) {
      padding: .5rem 0.8rem .3rem !important; }
    .pgdata-main.ui.grid > .column.pgdata-child:not(.row):nth-of-type(2):not(.row) {
      padding: .5rem 0.8rem 2rem !important; } }

.state-report-profile {
  margin: 20px 0px;
  font-size: .9rem; }

html,
body {
  height: 100%;
  margin: 0; }

body {
  font-family: 'Open Sans', sans-serif; }

main {
  height: auto; }

a {
  color: #0653B1 !important; }
  a:hover {
    color: #1e70bf !important;
    text-decoration: none; }

#header_top, #header_bottom {
  height: 25px;
  padding: 5px;
  background-color: #333;
  color: white; }

#header_middle {
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap; }

img .resize {
  max-width: 40%; }

img-responsive {
  max-width: 100%;
  display: block;
  height: auto;
  border: 0; }

.skipOptions {
  text-align: left; }
  .skipOptions a {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden; }
    .skipOptions a:focus, .skipOptions a:active {
      position: static;
      left: 0;
      padding: 5px;
      width: auto;
      height: auto;
      overflow: visible;
      text-decoration: underline;
      outline: 3px solid #ff751a !important; }

.header-content-container {
  display: flex;
  justify-content: space-between; }
  .header-content-container img {
    margin-top: 10px;
    margin-right: 5px;
    width: 80px; }

.header-text-wrapper {
  padding: 20px 20px 5px 20px; }
  .header-text-wrapper > * {
    margin: 0;
    color: #fff; }
  .header-text-wrapper h1 {
    font-size: 3em;
    font-weight: bold; }
  .header-text-wrapper h4 {
    padding-left: 5px !important; }
  .header-text-wrapper p {
    font-size: 0.8em;
    padding-left: 5px; }

.box {
  display: block; }

#outerContainer {
  padding-left: 5em;
  padding-right: 5em;
  margin: 0 auto;
  margin-top: 16px;
  max-width: 1900px; }
  @media screen and (max-width: 1000px) {
    #outerContainer {
      padding: unset; } }

#outRightMainContainer {
  width: 100%;
  padding-left: 35px; }
  @media screen and (max-width: 1000px) {
    #outRightMainContainer {
      padding: 0 1rem;
      width: 100%; } }

#navButtonsLeft {
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  height: 100%; }

.subscription {
  width: 275px;
  display: flex;
  flex-direction: column;
  border: 1px solid #E4E4E4;
  cursor: default; }
  .subscription .subscription-header {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #E4E4E4; }
    .subscription .subscription-header .cdc-icon-email_03 {
      font-size: 1.2em;
      color: grey; }
    .subscription .subscription-header .subscription-header-text {
      font-size: 1.1em;
      margin-left: 5px; }
  .subscription .subscription-body {
    padding: 10px; }
    .subscription .subscription-body .form-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 20px; }

.fa-minus {
  color: #bdbdbd; }

.fa-plus {
  color: #bdbdbd; }

.boxbtn {
  /*background-color: #efefef;*/
  color: #151616; }
  .boxbtn:focus {
    background-color: #ffffff;
    color: #007B91 !important; }
  .boxbtn:hover {
    cursor: pointer;
    border-color: #888;
    color: #007B91 !important; }

.parentNav {
  align-items: center;
  height: 75px;
  width: 275px;
  font-size: 1.0625em !important;
  background-color: #ffffff;
  border: 0px solid #000000;
  text-align: left;
  padding-left: 20px; }
  .parentNav:focus {
    background-color: #fbfbfb;
    color: #007B91 !important; }
  .parentNav:hover {
    background-color: #fbfbfb;
    color: #007B91 !important; }

.externalLinkBtn {
  align-items: center;
  height: 75px;
  width: 275px;
  font-size: 1.0625em !important;
  background-color: #ffffff;
  border: 0px solid #000000;
  text-align: left;
  padding-left: 20px; }
  .externalLinkBtn:focus {
    background-color: #fbfbfb;
    color: #007B91 !important; }
  .externalLinkBtn:hover {
    background-color: #fbfbfb;
    color: #007B91 !important; }

.childContainer {
  display: flex; }

.homeContainer {
  height: 75px;
  list-style: none;
  padding: 0px; }

.homeBtn {
  height: 75px;
  width: 275px;
  font-size: 1.0625em !important;
  background-color: #ffffff;
  border: 0px solid #000000;
  text-align: left;
  padding-left: 20px; }
  .homeBtn:focus {
    background-color: #ffffff;
    color: #007B91 !important; }

.homeBtnSelected {
  height: 75px;
  color: #007B91;
  background-color: #eef6f6 !important;
  border: 0px solid #ffffff;
  border-top: 1px solid #17a2b8; }

.childContainer .boxbtn {
  justify-content: center;
  padding-left: 20px; }

.boxbtnSelected {
  min-height: 45px;
  color: #007B91;
  font-weight: 600;
  background-color: #eef6f6 !important; }

.firstPage {
  background-color: #d8d8d8;
  color: #c84e07;
  font-weight: bold; }

.boxbtnV2 {
  font-family: sans-serif;
  color: #EEE;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  max-width: 100%;
  /* useful when width is set to anything other than 100% */
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  margin-left: 10px; }

#header_nav ul {
  padding-inline-start: 0px;
  margin: 0px; }
  #header_nav ul li {
    list-style: none inside; }

.skipNav {
  text-align: center;
  width: 150px;
  /*margin-top:10px*/ }
  .skipNav a {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    /*border:1px solid #fff;*/
    padding: 5px;
    color: #000000 !important;
    background-color: #efefef; }
    .skipNav a:focus, .skipNav a:active {
      position: static;
      left: 0;
      width: auto;
      height: auto;
      overflow: visible;
      text-decoration: underline;
      color: #c6c60e; }

.stateCol:hover {
  outline: 1px solid #444; }

.skipTable {
  width: 150px;
  /*margin-top:10px*/ }
  .skipTable a {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin-left: 5px; }
    .skipTable a:focus, .skipTable a:active {
      position: static;
      left: 0;
      width: auto;
      height: auto;
      overflow: visible;
      text-decoration: underline;
      color: #c6c60e; }

.headerSubtitle {
  font-size: 1.07142857rem;
  padding-left: 5px !important; }

.breadCrumbContainer {
  height: 30px;
  padding-top: 5px;
  color: #333; }

.breadCrumbPrntName {
  margin-left: 15px; }

.breadcrumbArrow {
  padding-right: 5px;
  font-size: 0.8em;
  margin-left: -5px; }

.breadCrumbContainer .fa-chevron-right {
  color: #333;
  margin-left: 10px; }

.parentboxbtnSelected {
  background-color: #ffffff;
  color: #007B91 !important; }

.subBorder {
  border-top: 1px solid #17a2b8;
  border-bottom: 1px solid #17a2b8; }

.custom-card-styles {
  height: 75px;
  list-style: none;
  padding: 0px; }

.navbar {
  background-color: #efefef;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd; }
  .navbar button {
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    border: 0px solid black;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    outline: none; }
    @media screen and (min-width: 320px) and (max-width: 1000px) {
      .navbar button {
        width: 100%;
        font-size: 14px;
        padding: 14px 16px;
        text-decoration: none;
        border: 0px solid black;
        border-bottom: 1px solid #bdbdbd;
        outline: none;
        background-color: #333;
        color: #ffffff;
        text-align: left; } }
  @media screen and (min-width: 320px) and (max-width: 1000px) {
    .navbar ul {
      width: 100%; } }
  @media screen and (max-width: 2000px) and (min-width: 1000px) {
    .navbar {
      background-color: #efefef;
      border-top: 1px solid #bdbdbd;
      border-bottom: 1px solid #bdbdbd; } }
  @media screen and (min-width: 320px) and (max-width: 1000px) {
    .navbar {
      overflow: none;
      background-color: #efefef;
      border-top: 1px solid #bdbdbd;
      border-bottom: 1px solid #bdbdbd; } }

.externalLink {
  overflow: hidden;
  list-style: none inside;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #E4E4E4; }

.subnav {
  overflow: hidden;
  list-style: none inside;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #E4E4E4; }
  .subnav .subnavbtn {
    font-size: 14px;
    border: none;
    outline: none;
    padding: 14px 16px;
    font-family: inherit;
    margin: 0; }
    @media screen and (min-width: 320px) and (max-width: 1000px) {
      .subnav .subnavbtn {
        font-size: 14px;
        border: none;
        outline: none;
        padding: 14px 16px;
        font-family: inherit;
        margin: 0; } }
  @media screen and (min-width: 320px) and (max-width: 1000px) {
    .subnav {
      float: none;
      overflow: hidden;
      list-style: none inside;
      margin: 0px;
      padding: 0px; } }

/* Add a red background color to navigation links on hover */
.navbar button:hover,
.subnav:hover .subnavbtn {
  background-color: #ffffff;
  color: #ffffff !important; }

/* Style the subnav content - positioned absolute */
.subnav-content {
  display: none;
  width: 275px;
  left: 50;
  background-color: #ffffff;
  z-index: 1;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  list-style: none inside;
  padding: 0px;
  margin: 0px; }
  .subnav-content button {
    text-decoration: none;
    background-color: #ffffff;
    width: 100%;
    border: 0px solid black;
    text-align: left; }
    @media screen and (min-width: 320px) and (max-width: 1000px) {
      .subnav-content button {
        text-decoration: none;
        background-color: #ffffff;
        width: 100%;
        border: 0px solid black;
        border-bottom: 1px solid #bdbdbd;
        text-align: left;
        color: #000000;
        width: 100%; } }
  .subnav-content li {
    min-height: 45px;
    border-bottom: 1px solid #bdbdbd;
    font-size: 1.0625em !important;
    border: 0px solid #000000; }
  @media screen and (min-width: 320px) and (max-width: 1000px) {
    .subnav-content {
      left: 50;
      background-color: #ffffff;
      width: 250px;
      z-index: 1;
      border: 1px solid #dcd7d7;
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12);
      /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
      list-style: none inside;
      position: relative;
      display: none;
      margin: 0px;
      padding: 0px; } }

#titleSection .mainContentSubtitle-Symbol {
  vertical-align: super;
  font-size: 0.8em; }

div .search:focus, select:focus {
  border: 2px solid #ff751a !important; }

ul.subsubnav-content {
  display: none;
  padding-left: 10px; }

.select-label {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-weight: bold; }

.axis-text {
  font-size: 1.2em !important; }

/* hide the trends avg line */
.hide-avg-line {
  display: none; }

/* site-wide contact footer */
#commonFooter {
  color: #fff;
  font-size: 0.8rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding-left: 1rem;
  padding-right: 1rem;
  min-height: 40px;
  line-height: 40px;
  width: 100%;
  margin-bottom: -20px; }
  @media screen and (min-width: 769px) {
    #commonFooter {
      padding-left: 6.1rem;
      padding-right: 6.1rem; } }
  #commonFooter div {
    background-color: #ffffff !important; }
    #commonFooter div a {
      color: #000000 !important;
      background-color: #F2F2F2 !important; }
      #commonFooter div a span.under-line {
        text-decoration: underline;
        color: #064CA2; }
      #commonFooter div a:nth-of-type(1) {
        margin-bottom: .333rem; }

#commonFooter i {
  margin-right: 5px; }

#commonFooter > div {
  margin-right: 15px; }

.footer-gap {
  flex-grow: 2; }

.footer-link-btn {
  padding-left: 4px;
  padding-right: 4px;
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #005eaa;
  text-align: center;
  flex-grow: 1;
  margin-right: 0 !important; }

.crosslink-container {
  display: block;
  margin: 40px 0; }
  .crosslink-container a {
    color: #000000 !important; }
  @media screen and (max-width: 768px) {
    .crosslink-container {
      padding-left: 2.1em;
      padding-right: 2.1em; } }

.cross-link-content {
  line-height: 1.4285em !important;
  background-color: white !important;
  border: 1.5px solid #e0e0e0 !important;
  border-radius: 5px;
  padding: 25px 0 25px 25px;
  vertical-align: middle;
  margin-bottom: 20px;
  flex: 0 0 100%; }
  .cross-link-content:hover {
    box-shadow: 0px 1px 5px #7e9ba5; }
  .cross-link-content h2 {
    color: #027d92;
    font-size: 1.5rem !important; }
  @media screen and (max-width: 768px) {
    .cross-link-content h2 {
      font-size: 1.5em; } }
  .cross-link-content a.crosslink-styles {
    color: #000000 !important; }
  .cross-link-content span.under-line {
    text-decoration: underline;
    color: #064CA2; }

/*Serlogy Styling*/
.serlogyIframeContainer {
  width: 100%;
  border-top: 1px solid #afafaf; }

.serlogyIframe {
  width: 100%;
  height: 100%; }

@media screen and (min-width: 320px) and (max-width: 1000px) {
  #navButtons .subnav .fa,
  #navButtons .subnav .fas {
    float: right; } }

ul#stlyeplaceHolder li {
  display: flex; }
  ul#stlyeplaceHolder li button#styling-ele {
    flex: auto;
    height: 45px;
    border-left: none !important;
    pointer-events: none; }
    ul#stlyeplaceHolder li button#styling-ele:focus {
      outline: none !important; }

/* Container for the Demographics Chart/Data Downloads */
.download-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 45px;
  right: 5px;
  width: 170px;
  padding: 15px;
  border: #D4D4D5 1px solid;
  background-color: #ffffff;
  border-radius: .25rem;
  z-index: 999; }

#chart-table-toggle,
#forecast-export,
#ed-trends-export,
#demo-export {
  max-width: 42px;
  padding: 12px 14px 12px 14px; }

#chart-table-toggle > *,
#forecast-export > *,
#ed-trends-export > * {
  pointer-events: none; }

#ed-trends-table-container {
  width: max-content;
  margin-top: 20px; }

#forecast-table-container {
  margin-top: 20px; }

#forecast-table-container > table,
#ed-trends-table-container > table {
  display: block;
  max-height: 60vh;
  overflow: auto; }

/*  Micrograph code */
#ed-trends-chart-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* outline: 2px dotted; */
  font-weight: bold;
  font-size: .999em; }

#ed-trends-chart-title {
  /* outline: 2px dotted red; */
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%; }

#ed-trends-chart {
  /* outline: 2px dotted green; */
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

#ed-trends-all-states-chart {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  /* min-height: 460px;         */
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  /* outline: 1px dotted; */ }

#ed-trends-all-states-chart div {
  height: auto;
  border: 0.3px solid rgba(51, 51, 51, 0.55);
  align-self: stretch;
  flex: 0 0 auto;
  margin-right: 2px;
  width: 240px; }

#ed-trends-all-states-chart div.focused,
#ed-trends-all-states-chart div:focus {
  cursor: pointer;
  border: 1.5px solid rgba(51, 51, 51, 0.8); }

div#UnitedStates {
  order: -1; }

.main-view-container {
  transform: translate(70px, 195px); }

.main-content {
  transform: translate(10px, 190px); }

#ed-trends-all-states-chart div.banner-txt-cont {
  width: 200px; }

.banner-text-container {
  transform: translate(-35px, -164px); }

.banner-text {
  transform: translate(50px, 95px);
  font-size: 3.2rem;
  white-space: normal; }

.states-view-x-axis {
  font-size: 3vw;
  font-weight: 900; }

.states-view-label {
  font-size: 1.7em; }

.states-view-y-axis {
  font-size: 2.9em;
  font-weight: 900; }

.state-viewbox {
  height: 160px; }

.svg-states-container-mobile {
  display: none; }

.svg-states-container {
  display: block; }

/* legend for Allstates graph*/
.legend-container {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: -2px;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 10px;
  padding: 5px;
  justify-content: space-between;
  width: 100%;
  background: white; }

.legend-child {
  display: flex; }

.color-block {
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #000000;
  margin-right: 2px; }

.legend-child:nth-of-type(1) .color-block {
  background-color: #4682B4; }

.legend-child:nth-of-type(2) .color-block {
  background-color: #AC1F25; }

.legend-child:nth-of-type(3) .color-block {
  background-color: #cc4c02; }

.legend-child:nth-of-type(4) .color-block {
  background-color: #57b452; }

.legend-child p {
  font-size: 1em;
  margin: 0; }

.legend-blocks {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

#links-descrip {
  flex-basis: 100%;
  text-align: center;
  margin-top: 5px; }

#links-descrip p {
  font-size: 1.5rem; }

/* link container */
.link-container {
  flex: none !important;
  padding-top: .68rem;
  margin-right: .68rem; }

#btnMobileHome,
#header_nav a.icon {
  display: none; }

.pframe {
  width: 100%;
  border: none; }

.topframe {
  height: 25vh;
  background-color: #2C2C2C; }

.bottomframe {
  height: 125vh; }
  @media screen and (min-width: 320px) and (max-width: 420px) {
    .bottomframe {
      height: 40vh; } }
  @media screen and (min-width: 768px) and (max-width: 1000px) {
    .bottomframe {
      height: 50vh; } }
  @media screen and (min-width: 1400px) and (max-width: 2560px) {
    .bottomframe {
      height: 120vh; } }

.serlogyIframe {
  height: 180vh; }

#titleSection {
  display: block;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 5px; }
  #titleSection h1 {
    font-size: 2rem;
    padding-bottom: 5px; }
  #titleSection h3 {
    font-size: 0.9em; }
    #titleSection h3:nth-child(n+2) {
      padding-top: 5px; }
  #titleSection h3.hcp-subtitle {
    font-size: 1.5em; }
  #titleSection h3.pg-sub-header {
    font-size: 1.5em;
    margin-bottom: 25px; }
  #titleSection #mainContent_SubTitle {
    line-height: 1.5; }

.topSubtitleBtn {
  padding: 10px;
  background-color: #80B9C2;
  color: #242424; }
  .topSubtitleBtn:hover {
    background-color: #7dadb4; }

#top-banner {
  display: flex;
  align-items: center;
  margin: 20px 15px 0px 20px;
  padding: 20px;
  background: rgba(0, 124, 145, 0.2);
  border-left: 5px solid #007c91; }
  #top-banner .top-banner-icon > i {
    font-size: 3em;
    color: #007c91; }
  #top-banner .top-banner-text {
    margin-left: 20px;
    text-align: left; }
    #top-banner .top-banner-text p {
      font-size: 0.8em;
      font-weight: 400; }

.map-chart-title {
  margin: 10px 0 5px 0 !important;
  font-size: 1rem; }

.cvi_footer {
  font-size: 0.8em;
  margin-top: 25px; }

#pageFooter {
  padding: 5px; }

sup.dagger-size {
  font-size: 1em; }

.usmapLegendTitle {
  font-weight: bold;
  text-align: center; }

#svgviz005_uscases,
#svgviz023_alllabs {
  display: block;
  margin: auto; }

#mapHorzLegendDivSvg {
  display: block;
  margin: auto; }

.territoryStatesText {
  pointer-events: none; }

#title_container {
  display: flex;
  flex-direction: row; }

#divHeader_image {
  margin-left: auto; }

#viz-cntrl-btns > button {
  display: inline-block;
  padding: 12px 14px 12px 14px; }

.header-top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap; }

.header-top-line > div {
  display: flex; }

.demo-card {
  flex: 0 1 48%; }
  @media screen and (max-width: 1260px) {
    .demo-card {
      flex: 0 0 auto;
      width: 100% !important; } }

@media screen and (max-width: 1260px) {
  .demo-cards {
    flex-direction: column; } }

.subnav.buttons {
  max-width: 80%;
  margin: 0 auto !important;
  border: 1px solid #EFEFEF; }

.subnav-btn {
  background: #EFEFEF !important;
  font-weight: normal !important; }
  .subnav-btn.active {
    background: #fff !important;
    font-weight: bold !important; }

.theme-cyan .btn:hover, .theme-cyan .footer-link-btn:hover {
  background-color: #006578 !important; }

.ui.button, .theme-cyan .ui .btn {
  border-radius: 0rem !important; }

.main-ctn {
  display: flex;
  flex-direction: column;
  text-align: center; }

.btn-layout {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  font-size: 0;
  vertical-align: baseline;
  margin: 0 .25em 0 0; }

.sub-ctn.btn-layout button {
  /* outline:1px dotted red; */
  margin-right: 0;
  border-radius: .18571429rem;
  border: 1px solid #EFEFEF; }

.view-historic-container {
  margin-top: 1rem; }
  .view-historic-container .view-historic-child a.btn.bor-rad {
    border-radius: 0;
    border: 1px solid #EFEFEF;
    font-size: .899em;
    padding: .78571429em 1.5em .78571429em; }

/** Trends **/
#trends-choices {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  #trends-choices.no-line {
    justify-content: flex-start;
    align-items: center; }
    #trends-choices.no-line #chart-toggle {
      margin-left: 150px; }
      @media screen and (min-width: 320px) and (max-width: 1000px) {
        #trends-choices.no-line #chart-toggle {
          margin-left: 0; } }
  @media screen and (min-width: 320px) and (max-width: 1000px) {
    #trends-choices {
      flex-direction: column;
      align-items: center; } }
  #trends-choices #chart-toggle,
  #trends-choices #seven-day-avg {
    margin-top: 10px;
    font-size: 1.1em; }
  #trends-choices #seven-day-avg {
    margin-right: 20px; }
    #trends-choices #seven-day-avg.hide {
      display: none; }

.dwnl-img-container {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap; }
  @media screen and (min-width: 320px) and (max-width: 426px) {
    .dwnl-img-container {
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      min-height: 6.5rem; } }
  .dwnl-img-container a#viewHistoricLink.bor-rad {
    border-radius: 0;
    margin-right: .5rem; }
  .dwnl-img-container.margin-spacer {
    margin: 1rem 0; }
  .dwnl-img-container.trendsgraph-spacer {
    margin: 1rem 0; }
    @media screen and (min-width: 320px) and (max-width: 1000px) {
      .dwnl-img-container.trendsgraph-spacer {
        margin: 5rem 0rem 1rem 0rem; } }
  .dwnl-img-container.demographics-spacer {
    margin: 0 0 1rem; }
  .dwnl-img-container #dwnload-img-age-chart,
  .dwnl-img-container #dwnload-img-ethnic-chart,
  .dwnl-img-container #dwnload-img-vacc-maps,
  .dwnl-img-container #dwnload-img-ICU-chart,
  .dwnl-img-container #dwn-img,
  .dwnl-img-container #dwnld-graph,
  .dwnl-img-container #dwn-compare-trends-img,
  .dwnl-img-container #dwnld-trend-graph,
  .dwnl-img-container #dwn-testing-img {
    background-color: #007c91 !important;
    border-color: #007c91 !important;
    color: #fff !important;
    max-width: 450px !important;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
    border-radius: 0px;
    font-style: normal;
    font-size: 16px !important; }
    .dwnl-img-container #dwnload-img-age-chart:hover,
    .dwnl-img-container #dwnload-img-ethnic-chart:hover,
    .dwnl-img-container #dwnload-img-vacc-maps:hover,
    .dwnl-img-container #dwnload-img-ICU-chart:hover,
    .dwnl-img-container #dwn-img:hover,
    .dwnl-img-container #dwnld-graph:hover,
    .dwnl-img-container #dwn-compare-trends-img:hover,
    .dwnl-img-container #dwnld-trend-graph:hover,
    .dwnl-img-container #dwn-testing-img:hover {
      background-color: #006578 !important; }

/* new design, styles to radio-style selection of visualizations */
.radio-selection-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 100%;
  background-color: #ebf5f6;
  padding-top: 20px;
  padding-bottom: 20px; }
  .radio-selection-container div {
    margin-left: 10px;
    margin-right: 10px; }
    .radio-selection-container div .reduced {
      margin-left: 5px;
      margin-right: 5px; }
    .radio-selection-container div form {
      text-align: left; }
  @media screen and (min-width: 320px) and (max-width: 1000px) {
    .radio-selection-container {
      flex-direction: column;
      padding-top: 0; }
      .radio-selection-container .hideHr {
        display: none !important; }
      .radio-selection-container #rightAxis {
        width: 194px !important;
        height: 54px !important; } }
  .radio-selection-container .trends-legend-bar3 {
    width: 2.5rem;
    height: .3888rem;
    background-color: #FFAD42; }
  .radio-selection-container #rightAxis {
    width: 268px; }

.sub-ctn #metric_callout_box {
  padding: 10px 10px 10px 10px;
  text-align: left;
  background-color: #B6C6D2;
  color: black;
  overflow-wrap: break-word;
  width: 100%; }

@media screen and (min-width: 320px) and (max-width: 1000px) {
  .sub-ctn #metric_callout_box {
    width: 94%; } }

#state-selector {
  width: 80%; }
  @media screen and (min-width: 320px) and (max-width: 1000px) {
    #state-selector {
      width: 100%; } }

#comparison-chart-selectors {
  margin-left: 20px;
  margin-right: 20px; }
  @media screen and (min-width: 320px) and (max-width: 1000px) {
    #comparison-chart-selectors {
      margin-left: 10px;
      margin-right: 10px; } }

.viz-selections-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #ebf5f6;
  padding: 15px; }

.cases-and-deaths-radio-container, .visualization-radio-container {
  margin-bottom: 5px; }
  @media screen and (min-width: 320px) and (max-width: 1000px) {
    .cases-and-deaths-radio-container, .visualization-radio-container {
      margin-top: 10px; } }

.radio-title, .dropdown-title {
  text-align: left;
  font-weight: bold; }

/* Compare Trends styles, as needed */
/* a disabled state for buttons; could be used elsewhere if needed */
button.disabled {
  pointer-events: none;
  cursor: default; }

@media only screen and (min-width: 320px) and (max-width: 768px) {
  #ed-trends-all-states-chart div {
    /* height: auto;
        border: .3px solid rgba(51,51,51,0.55);               
        flex-basis: 100%;
        margin-right: 0.100em;
        height: 350px !important; */
    height: auto;
    border: 0.3px solid rgba(51, 51, 51, 0.55);
    align-self: stretch;
    flex: 0 0 90%;
    margin-right: .100em; }
  .svg-states-container-mobile {
    display: block; }
  .svg-states-container {
    display: none; }
  .banner-text-container {
    height: 100%;
    transform: translate(-35px, -274px); }
  .states-view-x-axis,
  .states-view-y-axis {
    font-size: 1.5em; }
  .micro-line {
    stroke-width: 8px; }
  .banner-text {
    transform: translate(50px, 150px);
    font-size: 1.7em; }
  .legend-blocks {
    flex-basis: 91%;
    flex-direction: row;
    margin-bottom: 10px; }
  .color-block {
    /* flex-basis: 17%; */
    height: 36px;
    width: 43px;
    margin-right: 3px; }
  .legend-child p {
    font-size: .9em;
    flex-basis: 70%; }
  .legend-child {
    margin-bottom: 5px;
    width: 50%;
    display: flex;
    flex-wrap: wrap; }
  #links-descrip p {
    font-size: 1rem; }
  .sub-ctn.btn-layout button {
    /* outline: 1px dotted red; */
    margin-right: .13rem;
    margin-bottom: .13rem;
    border-radius: .18571429rem;
    border: 1px solid #EFEFEF; }
  #titleSection h3.hcp-subtitle {
    padding: 0;
    margin: 0;
    font-size: 0.9em; }
  #titleSection h3.pg-sub-header {
    padding: 0;
    margin: 0;
    font-size: 0.9em; } }

.viz-cntrl-btns > button {
  display: inline-block !important;
  padding: 12px 14px 12px 14px !important; }

.link-container {
  margin-bottom: 1.3rem; }

.vertical-align-helper {
  display: flex;
  justify-content: baseline;
  align-items: center; }

.vertical-align-helper label[for="seven-day-avg-checkbox"] {
  margin-left: .333rem;
  margin-right: .333rem; }

.vertical-align-helper .trends-legend-bar {
  width: 2.5rem;
  height: .3888rem;
  background-color: #AC1F25; }

.vertical-align-helper2 {
  display: flex;
  justify-content: baseline;
  align-items: center; }

.vertical-align-helper2 .trends-legend-bar2 {
  width: 30px;
  height: .3888rem;
  background-color: #AC1F25; }

.cpr-content {
  margin: 20px 0px;
  font-size: 0.9rem; }
  .cpr-content a {
    margin-top: 5px; }

/*******  MEDIA QUERY  *******/
@media only screen and (max-width: 767px) {
  /** 
    media query at the point where Semantic UI breaks stackable grid elements down to mobile
    have to directly break it down ourselves so we can re-order the cards as requested
    **/
  .ui.two.cards {
    display: flex;
    flex-direction: column; }
  .ui.two.cards > .card {
    /* width: 90% !important;
        margin: 2em auto; */
    width: 96% !important;
    max-width: 9999px;
    margin: 1em auto !important; }
  .ui.two.cards > .card:nth-of-type(1) {
    order: 1 !important; }
  .ui.two.cards > .card:nth-of-type(2) {
    order: 4 !important; }
  .ui.two.cards > .card:nth-of-type(3) {
    order: 2 !important; }
  .ui.two.cards > .card:nth-of-type(4) {
    order: 5 !important; }
  .ui.two.cards > .card:nth-of-type(5) {
    order: 3 !important; }
  .ui.two.cards > .card:nth-of-type(6) {
    order: 6 !important; } }

@media screen and (max-width: 1000px) {
  main {
    height: auto; }
  .countyCasesIframe {
    height: 100vh; }
  #btnMobileHome {
    display: block;
    text-transform: capitalize; }
  .header-text-wrapper {
    padding-left: 5px; }
  .remove_mobile {
    display: none; }
  #title_container {
    order: 2; }
  #title_container h1 {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: -8px;
    padding-left: 8px; }
  .box {
    display: none; }
  .box.responsive {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 5; }
  #header_top,
  #header_bottom,
  #divHeader_image {
    display: none; }
  #header_top,
  #header_bottom {
    display: none; }
  #header_nav {
    order: 1;
    position: relative;
    /*overflow: hidden;*/
    background-color: #333;
    min-height: 40px;
    padding: 5px 0 0 0; }
  #header_nav a.icon {
    background: #333;
    display: block;
    position: absolute;
    right: 0;
    top: 0; }
  #header_nav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
    height: 10px; }
  /* #header_nav a:hover {
        background-color: #ddd;
        color: black;
    } */
  .boxbtn {
    display: block;
    background-color: #333;
    border: none;
    color: #fff;
    text-align: left;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 12px 0 7px 10px; }
  .boxbtn:not(:first-child) {
    border: 2px inset #444; }
  .boxbtnSelected:not(#btnMobileHome) {
    color: #c84e07; }
  .subscription {
    display: flex !important;
    width: auto;
    margin: 15px; }
  .cvi_footer {
    font-size: 0.7rem;
    font-weight: 500; }
  #mainContent_Title {
    font-size: 1rem; }
  [id^="high-case-msg-"] {
    font-size: .9rem !important; } }

.vacciations-titleSection {
  margin-left: 15px !important; }

body {
  font-size: 17px;
  font-family: "Open Sans", apple-system, blinkmacsystemfont, "Segoe UI", "Helvetica Neue", arial, sans-serif !important; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "Open Sans", apple-system, blinkmacsystemfont, "Segoe UI", "Helvetica Neue", arial, sans-serif !important;
  font-weight: normal !important;
  margin: 0 !important; }

a {
  color: #075290 !important; }

.col {
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%; }

.tooltip {
  opacity: 1 !important; }

@media screen and (max-width: 1000px) {
  #header_nav a.icon {
    background: none !important; } }

.dropdown {
  font-size: 14px !important; }

#demographics-container .card-title {
  font-weight: normal !important;
  font-size: 1em;
  margin-bottom: 0.5rem !important; }

#demographics-container .header .card-subtitle {
  clear: both;
  font-weight: normal !important; }

.d3f-controls .legend-drawer .legend-middle-container .toggle-button.selected {
  background-color: #007c91 !important;
  border-color: #007c91 !important;
  color: #fff; }

.theme-cyan .btn,
.theme-cyan .footer-link-btn {
  background-color: #007c91 !important;
  border-color: #007c91 !important;
  color: #fff !important;
  max-width: 530px !important; }

.theme-cyan .footer-link-btn {
  padding: 0 15px !important; }
  @media screen and (min-width: 769px) {
    .theme-cyan .footer-link-btn {
      padding: 0 7px !important; } }

.theme-cyan .site-title {
  display: block;
  background-color: #006778;
  color: #fff;
  border-bottom: 3px solid #007185; }
  .theme-cyan .site-title a {
    color: #fff !important; }
  .theme-cyan .site-title .tagline {
    color: #fff; }

.headerSubtitle {
  padding-top: 30px; }
  .headerSubtitle a.headerAnchorSubtitle {
    color: #000000 !important; }
    .headerSubtitle a.headerAnchorSubtitle:hover {
      color: #000000 !important; }

.site-title {
  padding: 29px 38px;
  font-weight: 500;
  font-family: "Open Sans", "Segoe UI", "Helvetica Neue", arial, sans-serif; }
  @media (max-width: 991px) {
    .site-title {
      font-size: 0.8em; } }

.site-title a,
.site-title a:link,
.site-title a:visited {
  font-size: 40px;
  text-decoration: none;
  color: #fff;
  vertical-align: middle; }
  @media screen and (max-width: 1000px) {
    .site-title a,
    .site-title a:link,
    .site-title a:visited {
      font-size: 28px; } }

.site-title a:hover * {
  text-decoration: underline; }

.site-title .tagline {
  margin-bottom: 0; }

.site-title .site-title-image {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative; }

@media (min-width: 992px) {
  .site-title .site-title-image {
    text-align: right; } }

.site-title .site-title-image img {
  max-height: 35px; }

#title_container {
  margin: 10px 0 10px 0; }

.d-none {
  display: none; }

.dropdown a,
.dropdown-submenu a,
.dropdown-menu a {
  text-decoration: none !important; }

.dropdown a:hover,
.dropdown-submenu a:hover,
.dropdown-menu a:hover {
  text-decoration: underline; }

header .cdc-header-local-search .dropdown-menu,
header .cdc-header-search .dropdown-menu,
header .headerSearch .dropdown-menu {
  z-index: 10000; }

.header-wrapper {
  padding-bottom: 20px; }
  @media (max-width: 991px) {
    .header-wrapper {
      padding-top: 5px;
      padding-bottom: 0px; } }

header .tp-search-advanced {
  display: none !important; }

header .tp-search-advanced a {
  color: #005eaa !important;
  line-height: 2; }

header .tp-search-advanced a span {
  font-size: 1.2em; }

header .tp-search-advanced a span::before {
  color: #005eaa !important; }

header #cdcAdvancedSearch .tp-search-advanced-extended {
  display: none; }

header #cdcAdvancedSearch.is-extended .tp-search-advanced-extended {
  display: flex; }

header #cdcAdvancedSearch.is-extended .tp-search-advanced-extended-hide {
  display: none; }

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

@media (max-width: 991px) {
  .tp-search {
    display: none;
    padding: 0 0 0.75rem 0; } }

.tp-search .headerSearch.atsdr-header-search {
  margin-top: 0; }

.tp-search .headerSearch .input-group {
  justify-content: flex-end; }

@media (min-width: 1200px) {
  .tp-search .headerSearch .input-group {
    max-width: 350px; } }

.tp-search .headerSearch .btn-outline-secondary {
  background: #fff; }

.tp-search .headerSearch .btn.search-button {
  padding: 0;
  margin-top: 0.375rem; }

.tp-search .headerSearch .btn.search-button:hover {
  text-decoration: none !important; }

.tp-search .headerSearch .btn.search-button span {
  display: none; }

.tp-search .headerSearch .btn.search-button .fi {
  vertical-align: middle;
  line-height: 1 !important; }

@media (min-width: 768px) {
  .tp-search .headerSearch .btn.search-button {
    padding: 0.375rem 0.175rem 0.375rem 0.75rem; }
  .tp-search .headerSearch .btn.search-button span {
    display: inline-block; }
  .tp-search .headerSearch .btn.search-button svg {
    width: 24px !important;
    height: 24px !important; } }

@media (max-width: 767px) {
  .tp-search .headerSearch .btn.search-button {
    background-color: transparent;
    border-color: transparent;
    color: #005eaa; }
  .tp-search .headerSearch .btn.search-button:hover,
  .tp-search .headerSearch .btn.search-button:focus {
    background-color: transparent;
    border-color: transparent !important; }
  .tp-search .headerSearch .btn.search-button svg {
    fill: #005eaa;
    float: right; }
  .tp-search .headerSearch .btn.search-button .fi.x24::before {
    font-size: 40px; } }

.tp-search .headerSearch .btn.search-button:hover {
  text-decoration: none; }

.tp-search .headerSearch .btn.search-submit:hover {
  text-decoration: none !important; }

.tp-search .headerSearch .btn.search-submit .fi {
  padding-top: 2px;
  display: block;
  color: #005eaa; }

@media (max-width: 767px) {
  .tp-search .headerSearch .show .btn.search-button {
    background-color: transparent !important;
    border-color: transparent !important; }
  .tp-search .headerSearch .dropdown-toggle::after {
    content: none;
    margin: 0; } }

.tp-search .headerSearch.cdc-header-local-search .input-group {
  max-width: inherit;
  width: 100%; }

@media (max-width: 767px) {
  .tp-search .dropdown-menu-search span.form-control-clear {
    display: none !important; } }

@media (min-width: 768px) {
  .tp-search .dropdown-menu-search {
    background-color: #f0f0f0; } }

@media (min-width: 1200px) {
  .tp-search .dropdown-menu-search {
    background-color: #fff; } }

.tp-search .dropdown-menu-search .a-z-index {
  margin-top: 1rem; }

@media (min-width: 1200px) {
  .tp-search .dropdown-menu-search .a-z-index {
    margin-top: 0; } }

@media (min-width: 1200px) {
  .tp-search .dropdown-menu-search .a-z-index {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0; } }

.tp-search .dropdown-menu-search .a-z-index a {
  color: #005eaa !important;
  text-decoration: underline !important; }

.tp-search .dropdown-menu-search .a-z-index a:hover {
  text-decoration: none !important; }

.tp-search .dropdown-menu-search #headerSearch.form-control:focus + .local-search-clear[style*="visible"] {
  border-color: #80bdff; }

.tp-search .no-toggle::after {
  border: none !important; }

.tp-search .search-submit {
  padding-top: 11px;
  padding-bottom: 13px;
  background-color: #e0e0e0 !important;
  border-color: #bdbdbd !important; }

.tp-search .search-submit .svg-icon {
  width: 24px;
  height: 24px; }

.tp-search .show .no-toggle .dropdown-menu-medium-search-icon,
.tp-search .show .no-toggle span.dropdown-menu-medium-search-icon {
  display: none; }

.tp-search .show .no-toggle .dropdown-menu-medium-close-icon {
  display: inline !important; }

.tp-search .large-search .btn-search {
  border-color: #bdbdbd; }

.tp-search .large-search .fs0875.text-right {
  margin-bottom: 0.5rem; }

.tp-search .large-search [name="query"] {
  padding-right: 2em; }

.tp-search .small-search.show .no-toggle {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.tp-search .small-search .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  box-shadow: -1px 3px 5px 0 #d6d6d6;
  margin-left: -10px; }

.tp-search .medium-search {
  padding-top: 20px; }

.tp-search .medium-search .show .no-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.tp-search .medium-search .dropdown-menu {
  margin-top: 0;
  border: 0;
  border-top-right-radius: 0;
  background-color: #f0f0f0; }

.tp-search .medium-search .dropdown-menu-medium-close-icon,
.tp-search .medium-search .dropdown-menu-medium-search-icon {
  float: right; }

.tp-search .large-search .form-control-clear,
.tp-search .medium-search .form-control-clear,
.tp-search .dropdown-menu-search .form-control-clear {
  pointer-events: auto;
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 59px;
  z-index: 99;
  display: block;
  line-height: 1.4;
  text-align: center;
  font-size: 30px; }

.tp-search .large-search .form-control-clear.local-search-clear,
.tp-search .medium-search .form-control-clear.local-search-clear,
.tp-search .dropdown-menu-search .form-control-clear.local-search-clear {
  position: relative;
  background-color: #fff;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  margin-left: -1px;
  height: 40px;
  right: 0;
  width: 0; }

.tp-search .large-search .form-control-clear.local-search-clear[style*="visible"],
.tp-search .medium-search .form-control-clear.local-search-clear[style*="visible"],
.tp-search .dropdown-menu-search .form-control-clear.local-search-clear[style*="visible"] {
  width: 1.5rem;
  margin-left: -1.5rem;
  border-color: #ced4da; }

.tp-search .large-search .form-control-clear.local-search-clear[style*="visible"]:focus,
.tp-search .medium-search .form-control-clear.local-search-clear[style*="visible"]:focus,
.tp-search .dropdown-menu-search .form-control-clear.local-search-clear[style*="visible"]:focus {
  border-color: #80bdff; }

#cdc-search-results .searchResultsData #solr-search-form fieldset {
  padding-left: 0; }

#cdc-search-results .searchResultsData #solr-search-form input[name="query"] {
  height: 25px;
  padding-left: 5px; }

#cdc-search-results .searchResultsData #solr-search-form input.input-submit {
  height: 29px;
  margin-top: 1px; }

#cdc-search-results .searchResultsSummary {
  font-weight: bold;
  line-height: 1.8em; }

#cdc-search-results .searchResultsSummary .search-term {
  background: #eee;
  padding: 2px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: normal;
  display: inline-block;
  line-height: 1.2em; }

#cdc-search-results .searchResultsSummary .search-term i {
  font-size: 0.8em;
  opacity: 0.3;
  bottom: 2px; }

#cdc-search-results .searchResultsSummary .search-term:hover {
  background: #cef; }

#cdc-search-results .searchResultsSummary .search-term:hover i {
  opacity: 0.8; }

#cdc-search-results .searchResultsSummary .search-terms-clear {
  font-weight: normal; }

.hidden-two,
.hidden-three,
.hidden-four {
  display: none; }

.pagination li {
  display: inline; }

.pagination ul {
  padding: 0;
  margin: 0 0 0 0;
  border-radius: 4px; }

.searchResultsModule {
  border-bottom: none;
  padding: 11px 0 20px 0; }

.searchResultsModule .searchResultsAudio {
  margin-top: 0.5em; }

.searchResultsData {
  min-height: 400px;
  padding: 15px 0; }

.searchResultsData em {
  padding-right: 0; }

.searchResultsData .searchResultsSummary {
  font-size: 14pt;
  margin: 10px 0 10px 0;
  color: #222; }

.searchResultsData .searchResultsModule {
  color: #222;
  line-height: 22px; }

.searchResultsData .searchResultsModule p {
  padding: 0;
  margin: 0; }

.searchResultsData .searchResultsModule h3 {
  margin-bottom: 0;
  margin-top: 8px;
  line-height: inherit;
  font-size: 16px !important;
  font-weight: normal !important; }

.searchResultsData .searchResultsModule h3 a {
  color: #075290; }

.searchResultsData .searchResultsModule h3 a:link,
.searchResultsData .searchResultsModule h3 a:visited {
  text-decoration: none !important; }

.searchResultsData .searchResultsModule h3 a:hover,
.searchResultsData .searchResultsModule h3 a:active {
  text-decoration: underline !important; }

.searchResultsData .searchResultsModule h3 small {
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-size: 13px; }

.searchResultsData .searchResultsModule .searchResultsUrl {
  color: #006d21;
  line-height: 20px;
  word-break: break-all;
  margin: 0;
  padding-bottom: 3px; }

.searchResultsData .searchResultsModule .searchResultsTitle {
  padding-bottom: 3px; }

.searchResultsData .searchResultsModule .cdc-faq-accordion {
  margin-top: 1rem;
  margin-bottom: -20px;
  border: 0; }

.searchResultsData .searchResultsModule .cdc-faq-accordion .card {
  border: 0; }

.searchResultsData .searchResultsModule .cdc-faq-accordion .card-header {
  border-left: 4px solid transparent;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: -1px; }

.searchResultsData .searchResultsModule .cdc-faq-accordion .card-header .card-title {
  font-weight: normal;
  font-size: 0.95em;
  width: calc(100% - 20px); }

.searchResultsData .searchResultsModule .cdc-faq-accordion .card-header .card-title.btn.btn-link:focus {
  text-decoration: none; }

.searchResultsData .searchResultsModule .cdc-faq-accordion .card-header[aria-expanded="true"] {
  border-left: 4px solid #005eaa;
  color: #005eaa; }

.searchResultsData .searchResultsModule .cdc-faq-accordion .card-body {
  color: #555;
  font-size: 0.9em; }

.searchResultsData .searchResultsModule .cdc-faq-accordion .card-body p {
  margin: 5px 0; }

.searchResultsData .searchResultsModule .cdc-faq-accordion .card-body ul {
  margin-left: 20px; }

.searchResultsData .searchResultsModule .cdc-faq-accordion .btn.btn-more {
  color: #075290;
  text-align: left;
  padding-left: 20px; }

.searchResultsData .searchResultsModule .cdc-faq-accordion .btn.btn-more:hover {
  color: #075290;
  text-decoration: none; }

.searchResultsData .searchResultsModule .cdc-faq-accordion .btn.btn-more:focus {
  box-shadow: none; }

.searchResultsData .searchResultsModule .cdc-faq-accordion .btn.btn-more[aria-expanded="false"]::after {
  content: "Show more"; }

.searchResultsData .searchResultsModule .cdc-faq-accordion .btn.btn-more[aria-expanded="true"]::after {
  content: "Show less"; }

.searchResultsData .searchResultsModule .cdc-faq-accordion .collapse.show {
  border: 0; }

.searchResultsData .searchResultsBBModule {
  border: 1px solid #ccc;
  background-color: #efefef;
  padding: 10px 18px 6px 18px;
  font-size: 10pt;
  color: #222;
  margin-bottom: 10px; }

.searchResultsData .searchResultsBBModule p {
  padding: 0;
  margin: 0; }

.searchResultsData .searchResultsBBModule h3 {
  margin-bottom: 0;
  padding-bottom: 10px;
  margin-top: 0;
  line-height: inherit;
  font-size: 18px !important; }

.searchResultsData .searchResultsBBModule h3 a {
  color: #075290; }

.searchResultsData .searchResultsBBModule h3 a:link,
.searchResultsData .searchResultsBBModule h3 a:visited {
  text-decoration: none !important; }

.searchResultsData .searchResultsBBModule h3 a:hover,
.searchResultsData .searchResultsBBModule h3 a:active {
  text-decoration: underline !important; }

.searchResultsData .searchResultsBBModule .searchResultsUrl {
  color: #006d21;
  line-height: 14px;
  word-break: break-word;
  margin: 4px 0 0 0; }

.searchResultsData .searchResultsBBModule .searchResultsBBItem {
  padding-bottom: 0;
  margin-bottom: 13px; }

.searchResultsData .searchResultsBBModule .searchResultsBBItem p {
  line-height: 20px; }

.searchResultsData .searchResultsBBModule .searchResultsBBItem h3 {
  font-size: 13pt !important;
  margin: 0;
  padding: 0;
  line-height: 15px;
  font-weight: normal !important; }

.searchResultsData .searchResultsPaging {
  text-align: center;
  padding: 10px 0;
  margin: 20px 0; }

.searchResultsData .searchResultsPaging .searchBtnPrev {
  margin-right: 6px; }

.searchResultsData .searchResultsPaging .searchBtnNext {
  margin-left: 6px; }

.searchResultsData .searchResultsPaging .searchBtnNext,
.searchResultsData .searchResultsPaging .searchBtnPrev {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 7px 8px;
  border-radius: 3px; }

.searchResultsData .searchResultsPaging .searchBtnNext:hover,
.searchResultsData .searchResultsPaging .searchBtnPrev:hover {
  background-color: #efefef; }

.searchResultsData .searchResultsPaging .icon-angle-right {
  margin-left: 7px; }

.searchResultsData .searchResultsPaging .icon-angle-left {
  margin-right: 7px; }

.searchResultsData .searchResultsPaging.pagination ul > .active > a,
.searchResultsData .searchResultsPaging.pagination ul > .active > span {
  color: #999 !important;
  cursor: default !important; }

.searchResultsData .searchResultsPaging.pagination .endcap a {
  font-size: 11pt; }

.searchResultsData .searchResultsPaging.pagination ul > li > a:hover,
.searchResultsData .searchResultsPaging.pagination ul > li > a:focus,
.searchResultsData .searchResultsPaging.pagination ul > .active > a,
.searchResultsData .searchResultsPaging.pagination ul > .active > span {
  background-color: #f5f5f5; }

.searchResultsData .searchResultsPaging.pagination ul > li > a,
.searchResultsData .searchResultsPaging.pagination ul > li > span {
  float: left;
  padding: 6px 12px;
  line-height: 20px;
  text-decoration: none !important;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
  cursor: pointer !important; }

.searchResultsData .searchResultsPaging.pagination ul > .disabled > span,
.searchResultsData .searchResultsPaging.pagination ul > .disabled > a,
.searchResultsData .searchResultsPaging.pagination ul > .disabled > a:hover,
.searchResultsData .searchResultsPaging.pagination ul > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent;
  cursor: default !important; }

.searchResultsData .searchResultsPaging.pagination ul > li:first-child > a,
.searchResultsData .searchResultsPaging.pagination ul > li:first-child > span {
  border-left-width: 1px; }

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

.searchResultsData .searchSpinner .icon-refresh {
  font-size: 16pt; }

.searchResultsData .cdc-widget {
  float: right;
  padding: 0 0 1em 1em; }

@media (max-width: 575px) {
  .searchResultsData .cdc-widget {
    float: none;
    padding: 0 0 1em 0;
    margin: 0 auto;
    text-align: center; } }

.tp-search form .input-group .searchTypeAhead {
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 1000; }

.tp-search form .input-group .searchTypeAhead .searchTypeAheadWrap {
  border: 1px solid #e5e5e5;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 300px;
  background-color: #fff; }

.tp-search form .input-group .searchTypeAhead .searchTypeAheadWrap ul {
  padding: 0;
  margin: 0; }

.tp-search form .input-group .searchTypeAhead .searchTypeAheadWrap li {
  list-style-type: none;
  text-align: left;
  margin-bottom: 0; }

.tp-search form .input-group .searchTypeAhead .searchTypeAheadWrap li a {
  padding: 5px 8px;
  display: block;
  text-decoration: none; }

.tp-search form .input-group .searchTypeAhead .searchTypeAheadWrap li a:hover {
  background-color: #efefef; }

.searchResultsPaging .disabled.endcap {
  padding: 0;
  background-color: none; }

.searchResultsData {
  padding: 0 15px 15px 0; }

.searchResultsPaging ul {
  display: inline-block;
  float: none !important; }

.pagination li a {
  text-decoration: none;
  color: #075290; }

.searchResultsTitle a {
  text-decoration: none; }

.searchResultsTitle {
  margin-top: 7px; }

.searchResultsSummary {
  font-size: 14pt;
  margin: 10px 0 10px 0;
  color: #222; }

.searchResultsUrl a {
  color: #006d21;
  line-height: 20px;
  word-break: break-all;
  margin: 0;
  text-decoration: none; }

.searchResultsUrl a:hover {
  color: #006d21;
  text-decoration: underline; }

#masthead-homepage {
  fill: #000; }

.headerSearch {
  margin-top: 0.2rem; }

@media (min-width: 992px) {
  .headerSearch {
    margin-top: 1rem; } }

@media (min-width: 1200px) {
  .headerSearch {
    margin-top: inherit; } }

.headerSearch .form-control-clear {
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  line-height: 1.4;
  text-align: center;
  font-size: 30px; }

.headerSearch.cdc-header-local-search .form-control-clear {
  left: -25px; }

@media only screen and (min-width: 1200px) {
  .dropdown-menu.dropdown-menu-right.dropdown-menu-medium-search {
    position: relative !important;
    top: inherit;
    left: inherit;
    transform: none !important;
    display: flex;
    border: 0;
    box-shadow: none;
    padding: 0;
    width: 100%;
    justify-content: flex-end; } }

@media only screen and (min-width: 768px) {
  .dropdown-menu .menu-promo {
    position: absolute;
    bottom: 0;
    display: block;
    border: none;
    width: 100%;
    max-width: 315px; } }

footer .footer-wrapper * {
  font-size: 13px !important; }

#commonFooter .footer-link-btn {
  display: flex;
  flex-flow: column nowrap;
  max-width: 300px;
  height: auto;
  margin-bottom: 24px; }

footer .footer-wrapper {
  font-size: 13px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
  color: #fff !important;
  background-color: #333; }

footer .footer-wrapper a {
  color: #fff !important; }

footer .footer-wrapper .footer-slim ul.list-inline {
  text-align: center; }

footer .footer-wrapper .footer-slim ul.list-inline li {
  display: inline-block; }

footer .footer-wrapper .footer-slim span {
  display: inline-block; }

@media only screen and (max-width: 1200px) {
  footer .footer-wrapper .footer-slim ul.list-inline {
    text-align: left; }
  footer .footer-wrapper .footer-slim ul.list-inline li {
    display: block;
    float: none; } }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  footer .footer-wrapper .footer-slim ul.list-inline {
    -moz-columns: 2;
    columns: 2;
    width: 100%; } }

@media only screen and (max-width: 991px) {
  footer .footer-wrapper .footer-slim {
    margin-bottom: 2.6rem; } }

footer .footer-wrapper span {
  display: block; }

footer .footer-wrapper svg {
  width: 24px;
  height: 24px; }

footer .footer-wrapper a {
  color: #fff;
  text-decoration: none; }

footer .footer-wrapper a:hover {
  text-decoration: underline; }

footer .footer-wrapper .connect-iconsa:hover {
  text-decoration: none; }

footer .footer-wrapper .connect-icons .list-inline li a span.fi {
  width: 24px;
  height: 24px; }

footer .footer-wrapper li {
  margin-bottom: 3px; }

footer .footer-wrapper ul {
  padding-left: 0;
  list-style-type: none; }

footer .footer-wrapper ul.list-inline {
  display: inline-block;
  margin-bottom: 3px; }

footer .footer-wrapper ul.list-inline li {
  float: left;
  margin-right: 10px; }

footer .footer-wrapper ul.list-inline li img {
  width: 24px; }

footer .footer-wrapper ul.list-inline li.rounded-circle {
  background-color: #fff;
  padding: 7px;
  margin-right: 7px; }

footer .agency-footer {
  font-size: 13px;
  padding-top: 0.5rem;
  padding-bottom: 1rem !important;
  margin-bottom: 1rem;
  background: #f5f5f5; }

footer .agency-footer a {
  color: #000 !important;
  text-decoration: none; }

footer .agency-footer a:hover {
  text-decoration: underline; }

footer .agency-footer a.footer-ext svg {
  fill: #000;
  float: left; }

footer .agency-footer a.footer-ext svg + span {
  display: block;
  overflow: hidden; }

footer .agency-footer a.footer-ext svg {
  fill: #000; }

footer .language-footer {
  background: white;
  padding-top: 1rem; }

@media only screen and (max-width: 991px) {
  footer .language-footer {
    margin-bottom: 3rem !important; } }

footer .language-footer strong {
  font-size: 13px;
  color: #333; }

footer .language-footer strong a {
  color: #333; }

footer .language-footer span a {
  color: #333; }

.social-media-footer {
  list-style: none;
  padding-left: 0 !important; }

.social-media-footer li {
  margin-bottom: 0;
  width: 100%;
  text-align: center; }

.social-media-footer li:not(:first-of-type) {
  border-left: 1px solid #fff; }

.social-media-footer li .fi {
  position: relative;
  top: 3px;
  color: #fff; }

div.socl-hd.card-header {
  height: auto; }

div.socl-hd.card-header h4 {
  float: none; }

/* social media */
.page-share {
  list-style-type: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.page-share ul {
  margin-bottom: 0;
  padding: 0; }

.page-share li {
  display: inline-block;
  padding-left: 0.875rem;
  margin-bottom: 0; }

.page-share li a {
  display: inline-block; }

.page-share li a .fi {
  font-size: 24px;
  vertical-align: middle; }

.page-share li a .fi.cdc-icon-fb-round {
  color: #3b5998; }

.page-share li a .fi.cdc-icon-email-round {
  color: #333; }

.page-share li a .fi.cdc-icon-twitter-round {
  color: #00b6f1; }

.page-share li a .fi.cdc-icon-syndication-round {
  color: #f45a03; }

.socialMediaFeeds {
  padding: 0;
  background: #fff;
  border: 1px solid #e0e0e0; }

.socialMediaFeeds .card-header {
  padding-left: none;
  background: #fff;
  height: 50px; }

.socialMediaFeeds .card-header svg {
  float: left; }

.socialMediaFeeds .card-header h4 {
  float: left;
  position: relative;
  left: 10px; }

.socialMediaFeeds .card-footer a {
  text-decoration: none; }

.socialMediaFeeds .card-footer a:hover {
  color: #005eaa;
  border-bottom: 1px solid #005eaa; }

.socialMediaFeeds svg.social-icon {
  width: 25px;
  height: 25px;
  float: left;
  margin: 0 5px 0 0; }

.socialMediaFeeds .post {
  font-size: 17px;
  padding: 10px 0;
  line-height: 30px;
  border-bottom: 1px dashed #e0e0e0; }

.socialMediaFeeds .post:last-child {
  border-bottom: none; }

.socialMediaFeeds .feed-header {
  width: 100%;
  font-weight: 400;
  font-size: 1.375rem; }

.socialMediaFeeds .feed-header a {
  text-decoration: none; }

#social-media-footer-container .d-lg-none {
  display: block !important; }

.footer-wrapper a,
.site-title a {
  color: white !important; }

html {
  background-color: white;
  font-size: 17px !important; }

body {
  font-size: 17px !important;
  font-family: "Open Sans", apple-system, blinkmacsystemfont, "Segoe UI", "Helvetica Neue", arial, sans-serif;
  background-color: white; }

html.cdc-2020 .body-wrapper {
  padding-top: 6px; }

.form-control {
  font-size: 1rem !important; }

footer .footer-wrapper * {
  font-size: 13px !important; }

#header_middle {
  margin: 0;
  padding: 0;
  background-image: none; }

#header_middle * {
  color: black; }

#header_title {
  margin: 0;
  padding: 0; }

#header_middle h2 {
  font-size: 40px;
  font-weight: normal; }

#header_middle p {
  font-size: 19px; }

#header_nav {
  background-color: white;
  border-top: none; }

.navbar {
  border-bottom: none; }

#titleSection {
  font-weight: normal !important; }
  @media screen and (max-width: 1000px) {
    #titleSection h2 {
      margin-top: 0 !important; } }

@media screen and (max-width: 1000px) {
  #mainContent_Title {
    font-size: 1.5em !important; } }

.breadcrumbArrow i {
  color: #ccc !important; }

#commonFooter .footer-link-btn {
  display: flex;
  flex-flow: column nowrap;
  max-width: 300px;
  height: auto;
  margin-bottom: 24px; }

#header_nav {
  margin-top: 12px; }

#title_container {
  min-height: 80px; }

/* .container {
    max-width: unset!important;
} */
#cdc-meganav-bar nav.navbar {
  background-color: white;
  color: #444444; }

#cdc-meganav-bar .yamm .nav-link {
  color: #444444 !important; }

/* Bootstrap Overrides */
/* Generated by grunt-webfont */
/* stylelint-disable */
/* Based on https://github.com/endtwist/fontcustom/blob/master/lib/fontcustom/templates/fontcustom.css */
@font-face {
  font-family: "cdciconfont";
  src: url("../TemplatePackage/fonts/cdciconfont.eot");
  src: url("../TemplatePackage/fonts/cdciconfont.eot") format("embedded-opentype"), url("../TemplatePackage/fonts/cdciconfont.woff2") format("woff2"), url("../TemplatePackage/fonts/cdciconfont.woff") format("woff"), url("../TemplatePackage/fonts/cdciconfont.ttf") format("truetype"), url("../TemplatePackage/fonts/cdciconfont.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Bootstrap Overrides */
[class^="cdc-icon-"]:before,
[class*=" cdc-icon-"]:before {
  font-family: "cdciconfont";
  display: inline-block;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a [class^="cdc-icon-"],
a [class*=" cdc-icon-"] {
  display: inline-block;
  text-decoration: inherit; }

/* Makes the font 33% larger relative to the icon container */
.cdc-icon-large:before {
  vertical-align: top;
  font-size: 1.333em; }

/* Keeps button heights with and without icons the same */
.btn [class^="cdc-icon-"],
.btn [class*=" cdc-icon-"] {
  line-height: 0.9em; }

li [class^="cdc-icon-"],
li [class*=" cdc-icon-"] {
  display: inline-block;
  min-width: 1.25em;
  text-align: center; }

/* 1.5 increased font size for cdc-icon-large * 1.25 width */
li .cdc-icon-large[class^="cdc-icon-"],
li .cdc-icon-large[class*=" cdc-icon-"] {
  min-width: 1.875em; }

li[class^="cdc-icon-"],
li[class*=" cdc-icon-"] {
  margin-left: 0;
  list-style-type: none; }

li[class^="cdc-icon-"]:before,
li[class*=" cdc-icon-"]:before {
  text-indent: -2em;
  text-align: center; }

li[class^="cdc-icon-"].cdc-icon-large:before,
li[class*=" cdc-icon-"].cdc-icon-large:before {
  text-indent: -1.333em; }

.x24::before {
  font-size: 24px;
  text-align: center; }

.x16::before {
  font-size: 16px;
  text-align: center; }

.btn-layout {
  min-height: 50px;
  flex-wrap: nowrap; }
  @media screen and (max-width: 1000px) {
    .btn-layout {
      flex-wrap: wrap; } }

.btn-layout .subnav-btn {
  font-size: 16px !important; }

/* Icons */
.cdc-icon-alert_01:before {
  content: "\f101"; }

.cdc-icon-alert_02:before {
  content: "\f102"; }

.cdc-icon-alert_03:before {
  content: "\f103"; }

.cdc-icon-alert_04:before {
  content: "\f104"; }

.cdc-icon-alert_05:before {
  content: "\f105"; }

.cdc-icon-alert_06:before {
  content: "\f106"; }

.cdc-icon-allergy_01:before {
  content: "\f107"; }

.cdc-icon-animal_01:before {
  content: "\f108"; }

.cdc-icon-animal_02:before {
  content: "\f109"; }

.cdc-icon-animal_03:before {
  content: "\f10a"; }

.cdc-icon-audio_01:before {
  content: "\f10b"; }

.cdc-icon-audio_02:before {
  content: "\f10c"; }

.cdc-icon-audio_03:before {
  content: "\f10d"; }

.cdc-icon-audio_04:before {
  content: "\f10e"; }

.cdc-icon-audio_05:before {
  content: "\f10f"; }

.cdc-icon-badge_01:before {
  content: "\f110"; }

.cdc-icon-badge_02:before {
  content: "\f111"; }

.cdc-icon-badge_03:before {
  content: "\f112"; }

.cdc-icon-badge_04:before {
  content: "\f113"; }

.cdc-icon-badge_05:before {
  content: "\f114"; }

.cdc-icon-bag_01:before {
  content: "\f115"; }

.cdc-icon-bat_1:before {
  content: "\f116"; }

.cdc-icon-book_01:before {
  content: "\f117"; }

.cdc-icon-book_02:before {
  content: "\f118"; }

.cdc-icon-book_03:before {
  content: "\f119"; }

.cdc-icon-book_04:before {
  content: "\f11a"; }

.cdc-icon-bookmark_01:before {
  content: "\f11b"; }

.cdc-icon-brain_01:before {
  content: "\f11c"; }

.cdc-icon-building_01:before {
  content: "\f11d"; }

.cdc-icon-building_02:before {
  content: "\f11e"; }

.cdc-icon-building_03:before {
  content: "\f11f"; }

.cdc-icon-building_04:before {
  content: "\f120"; }

.cdc-icon-calendar_01:before {
  content: "\f121"; }

.cdc-icon-cancer_02:before {
  content: "\f122"; }

.cdc-icon-candle:before {
  content: "\f123"; }

.cdc-icon-cat_1:before {
  content: "\f124"; }

.cdc-icon-chart_01:before {
  content: "\f125"; }

.cdc-icon-chart_02:before {
  content: "\f126"; }

.cdc-icon-chart_03:before {
  content: "\f127"; }

.cdc-icon-chart_04:before {
  content: "\f128"; }

.cdc-icon-chat_01:before {
  content: "\f129"; }

.cdc-icon-chat_02:before {
  content: "\f12a"; }

.cdc-icon-chat_03:before {
  content: "\f12b"; }

.cdc-icon-chat_04:before {
  content: "\f12c"; }

.cdc-icon-chat_05:before {
  content: "\f12d"; }

.cdc-icon-chicken_1:before {
  content: "\f12e"; }

.cdc-icon-cleaning_01:before {
  content: "\f12f"; }

.cdc-icon-cleaning_02:before {
  content: "\f130"; }

.cdc-icon-cleaning_03:before {
  content: "\f131"; }

.cdc-icon-clipboard_01:before {
  content: "\f132"; }

.cdc-icon-clock_01:before {
  content: "\f133"; }

.cdc-icon-clothes_01:before {
  content: "\f134"; }

.cdc-icon-cloud_01:before {
  content: "\f135"; }

.cdc-icon-comment3:before {
  content: "\f136"; }

.cdc-icon-contact:before {
  content: "\f137"; }

.cdc-icon-crowd:before {
  content: "\f138"; }

.cdc-icon-data_01:before {
  content: "\f139"; }

.cdc-icon-device_01:before {
  content: "\f13a"; }

.cdc-icon-device_02:before {
  content: "\f13b"; }

.cdc-icon-device_03:before {
  content: "\f13c"; }

.cdc-icon-device_04:before {
  content: "\f13d"; }

.cdc-icon-digital-thermometer:before {
  content: "\f13e"; }

.cdc-icon-direction_01:before {
  content: "\f13f"; }

.cdc-icon-dog_1:before {
  content: "\f140"; }

.cdc-icon-double_arrow:before {
  content: "\f141"; }

.cdc-icon-download_01:before {
  content: "\f142"; }

.cdc-icon-ecig_01:before {
  content: "\f143"; }

.cdc-icon-ecig_02:before {
  content: "\f144"; }

.cdc-icon-ecig_03:before {
  content: "\f145"; }

.cdc-icon-ecigs:before {
  content: "\f146"; }

.cdc-icon-edit_01:before {
  content: "\f147"; }

.cdc-icon-email_01:before {
  content: "\f148"; }

.cdc-icon-email_02:before {
  content: "\f149"; }

.cdc-icon-email_03:before {
  content: "\f14a"; }

.cdc-icon-eye_01:before {
  content: "\f14b"; }

.cdc-icon-fig1_1:before {
  content: "\f14c"; }

.cdc-icon-flea_fly:before {
  content: "\f14d"; }

.cdc-icon-flea:before {
  content: "\f14e"; }

.cdc-icon-food_01:before {
  content: "\f14f"; }

.cdc-icon-food_02:before {
  content: "\f150"; }

.cdc-icon-food_03:before {
  content: "\f151"; }

.cdc-icon-food_04:before {
  content: "\f152"; }

.cdc-icon-food_05:before {
  content: "\f153"; }

.cdc-icon-food_06:before {
  content: "\f154"; }

.cdc-icon-globe_01:before {
  content: "\f155"; }

.cdc-icon-globe_02:before {
  content: "\f156"; }

.cdc-icon-globe_03:before {
  content: "\f157"; }

.cdc-icon-glove:before {
  content: "\f158"; }

.cdc-icon-grid_01:before {
  content: "\f159"; }

.cdc-icon-handwashing:before {
  content: "\f15a"; }

.cdc-icon-hazard_01:before {
  content: "\f15b"; }

.cdc-icon-hazard_02:before {
  content: "\f15c"; }

.cdc-icon-hazard_03:before {
  content: "\f15d"; }

.cdc-icon-hazard_04:before {
  content: "\f15e"; }

.cdc-icon-hazard_05:before {
  content: "\f15f"; }

.cdc-icon-heart_01:before {
  content: "\f160"; }

.cdc-icon-home_01:before {
  content: "\f161"; }

.cdc-icon-hospital_01:before {
  content: "\f162"; }

.cdc-icon-idea_01:before {
  content: "\f163"; }

.cdc-icon-kidney_01:before {
  content: "\f164"; }

.cdc-icon-lab_01:before {
  content: "\f165"; }

.cdc-icon-lab_02:before {
  content: "\f166"; }

.cdc-icon-lab_03:before {
  content: "\f167"; }

.cdc-icon-lab_04:before {
  content: "\f168"; }

.cdc-icon-lab_05:before {
  content: "\f169"; }

.cdc-icon-lab_06:before {
  content: "\f16a"; }

.cdc-icon-lab_07:before {
  content: "\f16b"; }

.cdc-icon-link_01:before {
  content: "\f16c"; }

.cdc-icon-lite_00:before {
  content: "\f16d"; }

.cdc-icon-lite_01:before {
  content: "\f16e"; }

.cdc-icon-lite_02:before {
  content: "\f16f"; }

.cdc-icon-lite_03:before {
  content: "\f170"; }

.cdc-icon-lite_04:before {
  content: "\f171"; }

.cdc-icon-lite_05:before {
  content: "\f172"; }

.cdc-icon-lite_06:before {
  content: "\f173"; }

.cdc-icon-lite_07:before {
  content: "\f174"; }

.cdc-icon-lite_08:before {
  content: "\f175"; }

.cdc-icon-lite_09:before {
  content: "\f176"; }

.cdc-icon-logo_01:before {
  content: "\f177"; }

.cdc-icon-map_01:before {
  content: "\f178"; }

.cdc-icon-map_02:before {
  content: "\f179"; }

.cdc-icon-mask:before {
  content: "\f17a"; }

.cdc-icon-medical_01:before {
  content: "\f17b"; }

.cdc-icon-medical_02:before {
  content: "\f17c"; }

.cdc-icon-medical_03:before {
  content: "\f17d"; }

.cdc-icon-medical_04:before {
  content: "\f17e"; }

.cdc-icon-medical_05:before {
  content: "\f17f"; }

.cdc-icon-medical_06:before {
  content: "\f180"; }

.cdc-icon-medical_07:before {
  content: "\f181"; }

.cdc-icon-medical_08:before {
  content: "\f182"; }

.cdc-icon-medical_09:before {
  content: "\f183"; }

.cdc-icon-medical_10:before {
  content: "\f184"; }

.cdc-icon-medical_11:before {
  content: "\f185"; }

.cdc-icon-money_01:before {
  content: "\f186"; }

.cdc-icon-no_01:before {
  content: "\f187"; }

.cdc-icon-paper_01:before {
  content: "\f188"; }

.cdc-icon-paper_02:before {
  content: "\f189"; }

.cdc-icon-paper_03:before {
  content: "\f18a"; }

.cdc-icon-people_01:before {
  content: "\f18b"; }

.cdc-icon-people_02:before {
  content: "\f18c"; }

.cdc-icon-people_03:before {
  content: "\f18d"; }

.cdc-icon-people_04:before {
  content: "\f18e"; }

.cdc-icon-people_05:before {
  content: "\f18f"; }

.cdc-icon-people_06:before {
  content: "\f190"; }

.cdc-icon-people_07:before {
  content: "\f191"; }

.cdc-icon-people_08:before {
  content: "\f192"; }

.cdc-icon-people_09:before {
  content: "\f193"; }

.cdc-icon-phone_01:before {
  content: "\f194"; }

.cdc-icon-photo_01:before {
  content: "\f195"; }

.cdc-icon-photo_02:before {
  content: "\f196"; }

.cdc-icon-photo_03:before {
  content: "\f197"; }

.cdc-icon-photo_04:before {
  content: "\f198"; }

.cdc-icon-photo_05:before {
  content: "\f199"; }

.cdc-icon-pig_1:before {
  content: "\f19a"; }

.cdc-icon-pin_01:before {
  content: "\f19b"; }

.cdc-icon-pin_02:before {
  content: "\f19c"; }

.cdc-icon-preschool:before {
  content: "\f19d"; }

.cdc-icon-presentation_01:before {
  content: "\f19e"; }

.cdc-icon-question_01:before {
  content: "\f19f"; }

.cdc-icon-question_02:before {
  content: "\f1a0"; }

.cdc-icon-question_03:before {
  content: "\f1a1"; }

.cdc-icon-repellent:before {
  content: "\f1a2"; }

.cdc-icon-scale_01:before {
  content: "\f1a3"; }

.cdc-icon-scale_02:before {
  content: "\f1a4"; }

.cdc-icon-search_01:before {
  content: "\f1a5"; }

.cdc-icon-search_02:before {
  content: "\f1a6"; }

.cdc-icon-search_03:before {
  content: "\f1a7"; }

.cdc-icon-signal_01:before {
  content: "\f1a8"; }

.cdc-icon-single_arrow:before {
  content: "\f1a9"; }

.cdc-icon-smoking_01:before {
  content: "\f1aa"; }

.cdc-icon-sol_00:before {
  content: "\f1ab"; }

.cdc-icon-sol_01:before {
  content: "\f1ac"; }

.cdc-icon-sol_02:before {
  content: "\f1ad"; }

.cdc-icon-sol_03:before {
  content: "\f1ae"; }

.cdc-icon-sol_04:before {
  content: "\f1af"; }

.cdc-icon-sol_05:before {
  content: "\f1b0"; }

.cdc-icon-sol_06:before {
  content: "\f1b1"; }

.cdc-icon-sol_07:before {
  content: "\f1b2"; }

.cdc-icon-sol_08:before {
  content: "\f1b3"; }

.cdc-icon-sol_09:before {
  content: "\f1b4"; }

.cdc-icon-sports_01:before {
  content: "\f1b5"; }

.cdc-icon-spraybottle:before {
  content: "\f1b6"; }

.cdc-icon-stack_01:before {
  content: "\f1b7"; }

.cdc-icon-stack_02:before {
  content: "\f1b8"; }

.cdc-icon-stack_03:before {
  content: "\f1b9"; }

.cdc-icon-stack_04:before {
  content: "\f1ba"; }

.cdc-icon-symbol_01:before {
  content: "\f1bb"; }

.cdc-icon-symbol_02:before {
  content: "\f1bc"; }

.cdc-icon-symptom1:before {
  content: "\f1bd"; }

.cdc-icon-symptom2:before {
  content: "\f1be"; }

.cdc-icon-symptom3:before {
  content: "\f1bf"; }

.cdc-icon-tick:before {
  content: "\f1c0"; }

.cdc-icon-tools_01:before {
  content: "\f1c1"; }

.cdc-icon-tools_02:before {
  content: "\f1c2"; }

.cdc-icon-tools_03:before {
  content: "\f1c3"; }

.cdc-icon-tools_04:before {
  content: "\f1c4"; }

.cdc-icon-travel_01:before {
  content: "\f1c5"; }

.cdc-icon-travel_02:before {
  content: "\f1c6"; }

.cdc-icon-tweezers:before {
  content: "\f1c7"; }

.cdc-icon-usa_map:before {
  content: "\f1c8"; }

.cdc-icon-video_01:before {
  content: "\f1c9"; }

.cdc-icon-video_02:before {
  content: "\f1ca"; }

.cdc-icon-video_03:before {
  content: "\f1cb"; }

.cdc-icon-video_04:before {
  content: "\f1cc"; }

.cdc-icon-weather_01:before {
  content: "\f1cd"; }

.cdc-icon-weather_02:before {
  content: "\f1ce"; }

.cdc-icon-weather_03:before {
  content: "\f1cf"; }

.cdc-icon-weather_04:before {
  content: "\f1d0"; }

.cdc-icon-weather_05:before {
  content: "\f1d1"; }

.cdc-icon-weather_06:before {
  content: "\f1d2"; }

.cdc-icon-weather_07:before {
  content: "\f1d3"; }

.cdc-icon-weather_08:before {
  content: "\f1d4"; }

.cdc-icon-weather_09:before {
  content: "\f1d5"; }

.cdc-icon-weather_10:before {
  content: "\f1d6"; }

.cdc-icon-weather_11:before {
  content: "\f1d7"; }

.cdc-icon-wreath:before {
  content: "\f1d8"; }

.cdc-icon-cdc-tv:before {
  content: "\f1d9"; }

.cdc-icon-fb:before {
  content: "\f1da"; }

.cdc-icon-flickr:before {
  content: "\f1db"; }

.cdc-icon-govd:before {
  content: "\f1dc"; }

.cdc-icon-insta:before {
  content: "\f1de"; }

.cdc-icon-linkedin:before {
  content: "\f1df"; }

.cdc-icon-pinterest:before {
  content: "\f1df"; }

.cdc-icon-podcast:before {
  content: "\f1e0"; }

.cdc-icon-rss:before {
  content: "\f1e1"; }

.cdc-icon-snapchat:before {
  content: "\f1e3"; }

.cdc-icon-syndication:before {
  content: "\f1e3"; }

.cdc-icon-tumblr:before {
  content: "\f1e4"; }

.cdc-icon-twitter:before {
  content: "\f1e5"; }

.cdc-icon-youtube:before {
  content: "\f1e6"; }

.cdc-icon-bookmark-round:before {
  content: "\f1e7"; }

.cdc-icon-cdc-tv-round:before {
  content: "\f1e8"; }

.cdc-icon-email-round:before {
  content: "\f1e9"; }

.cdc-icon-fb-round:before {
  content: "\f1ea"; }

.cdc-icon-flickr-round:before {
  content: "\f1eb"; }

.cdc-icon-govd-round:before {
  content: "\f1ec"; }

.cdc-icon-ig-round:before {
  content: "\f1ed"; }

.cdc-icon-linkedin-round:before {
  content: "\f1ee"; }

.cdc-icon-pinterest-round:before {
  content: "\f1ef"; }

.cdc-icon-podcast-round:before {
  content: "\f1f0"; }

.cdc-icon-rss-round:before {
  content: "\f1f1"; }

.cdc-icon-syndication-round:before {
  content: "\f1f2"; }

.cdc-icon-tumblr-round:before {
  content: "\f1f3"; }

.cdc-icon-twitter-round:before {
  content: "\f1f4"; }

.cdc-icon-youtube-round:before {
  content: "\f1f5"; }

.cdc-icon-bookmark-white:before {
  content: "\f1f6"; }

.cdc-icon-cdc-tv-white:before {
  content: "\f1f8"; }

.cdc-icon-email-white:before {
  content: "\f1f8"; }

.cdc-icon-fb-white:before {
  content: "\f1fa"; }

.cdc-icon-flickr-white:before {
  content: "\f1fa"; }

.cdc-icon-govd-white:before {
  content: "\f1fb"; }

.cdc-icon-ig-white:before {
  content: "\f1fc"; }

.cdc-icon-linkedin-white:before {
  content: "\f1fe"; }

.cdc-icon-pinterest-white:before {
  content: "\f1fe"; }

.cdc-icon-podcast-white:before {
  content: "\f1ff"; }

.cdc-icon-rss-white:before {
  content: "\f201"; }

.cdc-icon-syndication-white:before {
  content: "\f202"; }

.cdc-icon-tumblr-white:before {
  content: "\f202"; }

.cdc-icon-twitter-white:before {
  content: "\f204"; }

.cdc-icon-youtube-white:before {
  content: "\f205"; }

.cdc-icon-epub:before {
  content: "\f205"; }

.cdc-icon-excel:before {
  content: "\f206"; }

.cdc-icon-external:before {
  content: "\f208"; }

.cdc-icon-image:before {
  content: "\f208"; }

.cdc-icon-media:before {
  content: "\f209"; }

.cdc-icon-pdf:before {
  content: "\f20a"; }

.cdc-icon-ppt:before {
  content: "\f20b"; }

.cdc-icon-sas:before {
  content: "\f20c"; }

.cdc-icon-stats:before {
  content: "\f20d"; }

.cdc-icon-txt:before {
  content: "\f20e"; }

.cdc-icon-word:before {
  content: "\f20f"; }

.cdc-icon-zip:before {
  content: "\f210"; }

.cdc-icon-arrow-down:before {
  content: "\f211"; }

.cdc-icon-cdcsearch:before {
  content: "\f212"; }

.cdc-icon-close-circle:before {
  content: "\f213"; }

.cdc-icon-minus:before {
  content: "\f214"; }

.cdc-icon-next:before {
  content: "\f215"; }

.cdc-icon-play-circle-outline:before {
  content: "\f216"; }

.cdc-icon-plus:before {
  content: "\f217"; }

.cdc-icon-prev:before {
  content: "\f218"; }

.cdc-icon-resize:before {
  content: "\f219"; }

.cdc-icon-cdc-play:before {
  content: "\f21a"; }

.cdc-icon-pause-circle-outline:before {
  content: "\f21b"; }

.cdc-icon-pause-circle:before {
  content: "\f21c"; }

.cdc-icon-pause-octagon-outline:before {
  content: "\f21d"; }

.cdc-icon-pause-octagon:before {
  content: "\f21e"; }

.cdc-icon-pause:before {
  content: "\f21f"; }

.cdc-icon-repeat-off:before {
  content: "\f220"; }

.cdc-icon-repeat-once:before {
  content: "\f221"; }

.cdc-icon-repeat:before {
  content: "\f222"; }

.cdc-icon-replay:before {
  content: "\f223"; }

.cdc-icon-shuffle-disabled:before {
  content: "\f224"; }

.cdc-icon-shuffle-variant:before {
  content: "\f225"; }

.cdc-icon-shuffle:before {
  content: "\f226"; }

.cdc-icon-skip-backward:before {
  content: "\f227"; }

.cdc-icon-skip-forward:before {
  content: "\f228"; }

.cdc-icon-skip-next-circle-outline:before {
  content: "\f229"; }

.cdc-icon-skip-next-circle:before {
  content: "\f22a"; }

.cdc-icon-skip-next:before {
  content: "\f22b"; }

.cdc-icon-skip-previous-circle-outline:before {
  content: "\f22c"; }

.cdc-icon-skip-previous-circle:before {
  content: "\f22d"; }

.cdc-icon-skip-previous:before {
  content: "\f22e"; }

.cdc-icon-stop:before {
  content: "\f22f"; }

.cdc-icon-surround-sound-2-0:before {
  content: "\f230"; }

.cdc-icon-surround-sound-3-1:before {
  content: "\f231"; }

.cdc-icon-surround-sound-5-1:before {
  content: "\f232"; }

.cdc-icon-surround-sound-7-1:before {
  content: "\f233"; }

.cdc-icon-surround-sound:before {
  content: "\f234"; }

.cdc-icon-volume-high:before {
  content: "\f235"; }

.cdc-icon-volume-low:before {
  content: "\f236"; }

.cdc-icon-volume-medium:before {
  content: "\f237"; }

.cdc-icon-volume-minus:before {
  content: "\f238"; }

.cdc-icon-volume-mute:before {
  content: "\f239"; }

.cdc-icon-volume-off:before {
  content: "\f23a"; }

.cdc-icon-volume-plus:before {
  content: "\f23b"; }

.cdc-icon-volume:before {
  content: "\f23c"; }

.cdc-icon-magnify:before {
  content: "\f23f"; }

.cdc-icon-email:before {
  content: "\f240"; }

.cdc-icon-phone:before {
  content: "\f241"; }

.cdc-icon-settings:before {
  content: "\f241"; }

.cdc-icon-close:before {
  content: "\f242"; }

.cdc-icon-accessible-icon:before {
  content: "\f243"; }

.cdc-icon-algolia:before {
  content: "\f244"; }

.cdc-icon-hubspot:before {
  content: "\f245"; }

.cdc-icon-microsoft:before {
  content: "\f246"; }

.cdc-icon-windows:before {
  content: "\f247"; }

.cdc-icon-square:before {
  content: "\f248"; }

.cdc-icon-address-book-light:before {
  content: "\f249"; }

.cdc-icon-address-card-light:before {
  content: "\f24a"; }

.cdc-icon-allergies-light:before {
  content: "\f24b"; }

.cdc-icon-ambulance-light:before {
  content: "\f24c"; }

.cdc-icon-american-sign-language-interpreting-light:before {
  content: "\f24d"; }

.cdc-icon-analytics-light:before {
  content: "\f24e"; }

.cdc-icon-apple-alt-light:before {
  content: "\f24f"; }

.cdc-icon-archive-light:before {
  content: "\f250"; }

.cdc-icon-arrow-alt-circle-down-light:before {
  content: "\f251"; }

.cdc-icon-arrow-alt-circle-left-light:before {
  content: "\f252"; }

.cdc-icon-arrow-alt-circle-right-light:before {
  content: "\f253"; }

.cdc-icon-arrow-alt-circle-up-light:before {
  content: "\f254"; }

.cdc-icon-atlas-light:before {
  content: "\f255"; }

.cdc-icon-baby-carriage-light:before {
  content: "\f256"; }

.cdc-icon-baby-light:before {
  content: "\f257"; }

.cdc-icon-bacteria-light:before {
  content: "\f258"; }

.cdc-icon-bacterium-light:before {
  content: "\f259"; }

.cdc-icon-balance-scale-light:before {
  content: "\f25a"; }

.cdc-icon-ballot-check-light:before {
  content: "\f25b"; }

.cdc-icon-ballot-light:before {
  content: "\f25c"; }

.cdc-icon-ban-light:before {
  content: "\f25d"; }

.cdc-icon-band-aid-light:before {
  content: "\f25e"; }

.cdc-icon-bed-light:before {
  content: "\f25f"; }

.cdc-icon-bicycle-light:before {
  content: "\f260"; }

.cdc-icon-biking-light:before {
  content: "\f261"; }

.cdc-icon-blind-light:before {
  content: "\f262"; }

.cdc-icon-bolt-light:before {
  content: "\f263"; }

.cdc-icon-book-alt-light:before {
  content: "\f264"; }

.cdc-icon-book-light:before {
  content: "\f265"; }

.cdc-icon-book-medical-light:before {
  content: "\f266"; }

.cdc-icon-book-open-light:before {
  content: "\f267"; }

.cdc-icon-book-reader-light:before {
  content: "\f268"; }

.cdc-icon-book-user-light:before {
  content: "\f269"; }

.cdc-icon-books-medical-light:before {
  content: "\f26a"; }

.cdc-icon-box-tissue-light:before {
  content: "\f26b"; }

.cdc-icon-bread-loaf-light:before {
  content: "\f26c"; }

.cdc-icon-briefcase-light:before {
  content: "\f26d"; }

.cdc-icon-briefcase-medical-light:before {
  content: "\f26e"; }

.cdc-icon-browser-light:before {
  content: "\f26f"; }

.cdc-icon-building-light:before {
  content: "\f270"; }

.cdc-icon-bullseye-pointer-light:before {
  content: "\f271"; }

.cdc-icon-burger-soda-light:before {
  content: "\f272"; }

.cdc-icon-bus-light:before {
  content: "\f273"; }

.cdc-icon-calendar-alt-light:before {
  content: "\f274"; }

.cdc-icon-calendar-check-light:before {
  content: "\f275"; }

.cdc-icon-calendar-day-light:before {
  content: "\f276"; }

.cdc-icon-calendar-edit-light:before {
  content: "\f277"; }

.cdc-icon-calendar-exclamation-light:before {
  content: "\f278"; }

.cdc-icon-calendar-light:before {
  content: "\f279"; }

.cdc-icon-calendar-plus-light:before {
  content: "\f27a"; }

.cdc-icon-calendar-star-light:before {
  content: "\f27b"; }

.cdc-icon-capsules-light:before {
  content: "\f27c"; }

.cdc-icon-car-bus-light:before {
  content: "\f27d"; }

.cdc-icon-car-side-light:before {
  content: "\f27e"; }

.cdc-icon-carrot-light:before {
  content: "\f27f"; }

.cdc-icon-cauldron-light:before {
  content: "\f280"; }

.cdc-icon-chalkboard-teacher-light:before {
  content: "\f281"; }

.cdc-icon-chart-area-light:before {
  content: "\f282"; }

.cdc-icon-chart-bar-light:before {
  content: "\f283"; }

.cdc-icon-chart-line-light:before {
  content: "\f284"; }

.cdc-icon-chart-pie-light:before {
  content: "\f285"; }

.cdc-icon-check-circle-light:before {
  content: "\f286"; }

.cdc-icon-check-light:before {
  content: "\f287"; }

.cdc-icon-check-square-light:before {
  content: "\f288"; }

.cdc-icon-cheese-swiss-light:before {
  content: "\f289"; }

.cdc-icon-cheeseburger-light:before {
  content: "\f28a"; }

.cdc-icon-chevron-circle-down-light:before {
  content: "\f28b"; }

.cdc-icon-chevron-circle-left-light:before {
  content: "\f28c"; }

.cdc-icon-chevron-circle-right-light:before {
  content: "\f28d"; }

.cdc-icon-chevron-circle-up-light:before {
  content: "\f28e"; }

.cdc-icon-chevron-double-right-light:before {
  content: "\f28f"; }

.cdc-icon-chevron-right-light:before {
  content: "\f290"; }

.cdc-icon-child-light:before {
  content: "\f291"; }

.cdc-icon-city-light:before {
  content: "\f292"; }

.cdc-icon-clinic-medical-light:before {
  content: "\f293"; }

.cdc-icon-clipboard-check-light:before {
  content: "\f294"; }

.cdc-icon-clipboard-light:before {
  content: "\f295"; }

.cdc-icon-clipboard-list-check-light:before {
  content: "\f296"; }

.cdc-icon-clipboard-list-light:before {
  content: "\f297"; }

.cdc-icon-clipboard-prescription-light:before {
  content: "\f298"; }

.cdc-icon-clipboard-user-light:before {
  content: "\f299"; }

.cdc-icon-cloud-light:before {
  content: "\f29a"; }

.cdc-icon-clouds-sun-light:before {
  content: "\f29b"; }

.cdc-icon-cocktail-light:before {
  content: "\f29c"; }

.cdc-icon-code-light:before {
  content: "\f29d"; }

.cdc-icon-coffee-togo-light:before {
  content: "\f29e"; }

.cdc-icon-cog-light:before {
  content: "\f29f"; }

.cdc-icon-cogs-light:before {
  content: "\f2a0"; }

.cdc-icon-comment-alt-light:before {
  content: "\f2a1"; }

.cdc-icon-comment-alt-lines-light:before {
  content: "\f2a2"; }

.cdc-icon-comment-alt-medical-light:before {
  content: "\f2a3"; }

.cdc-icon-comment-light:before {
  content: "\f2a4"; }

.cdc-icon-comment-lines-light:before {
  content: "\f2a5"; }

.cdc-icon-comment-medical-light:before {
  content: "\f2a6"; }

.cdc-icon-comments-alt-light:before {
  content: "\f2a7"; }

.cdc-icon-comments-light:before {
  content: "\f2a8"; }

.cdc-icon-conveyor-belt-light:before {
  content: "\f2a9"; }

.cdc-icon-copy-light:before {
  content: "\f2aa"; }

.cdc-icon-couch-light:before {
  content: "\f2ab"; }

.cdc-icon-cow-light:before {
  content: "\f2ac"; }

.cdc-icon-credit-card-light:before {
  content: "\f2ad"; }

.cdc-icon-database-light:before {
  content: "\f2ae"; }

.cdc-icon-deaf-light:before {
  content: "\f2af"; }

.cdc-icon-desktop-alt-light:before {
  content: "\f2b0"; }

.cdc-icon-desktop-light:before {
  content: "\f2b1"; }

.cdc-icon-diagnoses-light:before {
  content: "\f2b2"; }

.cdc-icon-disease-light:before {
  content: "\f2b3"; }

.cdc-icon-dna-light:before {
  content: "\f2b4"; }

.cdc-icon-dog-light:before {
  content: "\f2b5"; }

.cdc-icon-dolly-flatbed-alt-light:before {
  content: "\f2b6"; }

.cdc-icon-door-closed-light:before {
  content: "\f2b7"; }

.cdc-icon-door-open-light:before {
  content: "\f2b8"; }

.cdc-icon-download-light:before {
  content: "\f2b9"; }

.cdc-icon-drumstick-light:before {
  content: "\f2ba"; }

.cdc-icon-dumbbell-light:before {
  content: "\f2bb"; }

.cdc-icon-dumpster-light:before {
  content: "\f2bc"; }

.cdc-icon-ear-light:before {
  content: "\f2bd"; }

.cdc-icon-envelope-light:before {
  content: "\f2be"; }

.cdc-icon-envelope-open-text-light:before {
  content: "\f2bf"; }

.cdc-icon-exclamation-circle-light:before {
  content: "\f2c0"; }

.cdc-icon-exclamation-square-light:before {
  content: "\f2c1"; }

.cdc-icon-exclamation-triangle-light:before {
  content: "\f2c2"; }

.cdc-icon-eye-dropper-light:before {
  content: "\f2c3"; }

.cdc-icon-eye-light:before {
  content: "\f2c4"; }

.cdc-icon-farm-light:before {
  content: "\f2c5"; }

.cdc-icon-female-light:before {
  content: "\f2c6"; }

.cdc-icon-file-alt-light:before {
  content: "\f2c7"; }

.cdc-icon-file-archive-light:before {
  content: "\f2c8"; }

.cdc-icon-file-audio-light:before {
  content: "\f2c9"; }

.cdc-icon-file-certificate-light:before {
  content: "\f2ca"; }

.cdc-icon-file-chart-line-light:before {
  content: "\f2cb"; }

.cdc-icon-file-medical-alt-light:before {
  content: "\f2cc"; }

.cdc-icon-file-medical-light:before {
  content: "\f2cd"; }

.cdc-icon-file-prescription-light:before {
  content: "\f2ce"; }

.cdc-icon-files-medical-light:before {
  content: "\f2cf"; }

.cdc-icon-first-aid-light:before {
  content: "\f2d0"; }

.cdc-icon-flag-alt-light:before {
  content: "\f2d1"; }

.cdc-icon-flag-light:before {
  content: "\f2d2"; }

.cdc-icon-flame-light:before {
  content: "\f2d3"; }

.cdc-icon-flask-light:before {
  content: "\f2d4"; }

.cdc-icon-flower-daffodil-light:before {
  content: "\f2d5"; }

.cdc-icon-folder-plus-light:before {
  content: "\f2d6"; }

.cdc-icon-football-ball-light:before {
  content: "\f2d7"; }

.cdc-icon-forklift-light:before {
  content: "\f2d8"; }

.cdc-icon-frown-light:before {
  content: "\f2d9"; }

.cdc-icon-gamepad-alt-light:before {
  content: "\f2da"; }

.cdc-icon-gas-pump-light:before {
  content: "\f2db"; }

.cdc-icon-globe-africa-light:before {
  content: "\f2dc"; }

.cdc-icon-globe-americas-light:before {
  content: "\f2dd"; }

.cdc-icon-globe-asia-light:before {
  content: "\f2de"; }

.cdc-icon-globe-europe-light:before {
  content: "\f2df"; }

.cdc-icon-globe-light:before {
  content: "\f2e0"; }

.cdc-icon-graduation-cap-light:before {
  content: "\f2e1"; }

.cdc-icon-grin-light:before {
  content: "\f2e2"; }

.cdc-icon-h-square-light:before {
  content: "\f2e3"; }

.cdc-icon-hand-holding-heart-light:before {
  content: "\f2e4"; }

.cdc-icon-hand-holding-medical-light:before {
  content: "\f2e5"; }

.cdc-icon-hand-paper-light:before {
  content: "\f2e6"; }

.cdc-icon-hand-point-right-light:before {
  content: "\f2e7"; }

.cdc-icon-hand-sparkles-light:before {
  content: "\f2e8"; }

.cdc-icon-hands-helping-light:before {
  content: "\f2e9"; }

.cdc-icon-hands-wash-light:before {
  content: "\f2ea"; }

.cdc-icon-handshake-slash-light:before {
  content: "\f2eb"; }

.cdc-icon-head-side-cough-light:before {
  content: "\f2ec"; }

.cdc-icon-head-side-cough-slash-light:before {
  content: "\f2ed"; }

.cdc-icon-head-side-mask-light:before {
  content: "\f2ee"; }

.cdc-icon-head-side-medical-light:before {
  content: "\f2ef"; }

.cdc-icon-headset-light:before {
  content: "\f2f0"; }

.cdc-icon-heart-rate-light:before {
  content: "\f2f1"; }

.cdc-icon-heartbeat-light:before {
  content: "\f2f2"; }

.cdc-icon-heat-light:before {
  content: "\f2f3"; }

.cdc-icon-hiking-light:before {
  content: "\f2f4"; }

.cdc-icon-home-lg-light:before {
  content: "\f2f5"; }

.cdc-icon-hospital-alt-light:before {
  content: "\f2f6"; }

.cdc-icon-hospital-light:before {
  content: "\f2f7"; }

.cdc-icon-hospital-symbol-light:before {
  content: "\f2f8"; }

.cdc-icon-hospital-user-light:before {
  content: "\f2f9"; }

.cdc-icon-hotel-light:before {
  content: "\f2fa"; }

.cdc-icon-house-leave-light:before {
  content: "\f2fb"; }

.cdc-icon-house-return-light:before {
  content: "\f2fc"; }

.cdc-icon-house-user-light:before {
  content: "\f2fd"; }

.cdc-icon-ice-cream-light:before {
  content: "\f2fe"; }

.cdc-icon-id-badge-light:before {
  content: "\f2ff"; }

.cdc-icon-id-card-light:before {
  content: "\f300"; }

.cdc-icon-inbox-light:before {
  content: "\f301"; }

.cdc-icon-info-circle-light:before {
  content: "\f302"; }

.cdc-icon-info-light:before {
  content: "\f303"; }

.cdc-icon-info-square-light:before {
  content: "\f304"; }

.cdc-icon-inhaler-light:before {
  content: "\f305"; }

.cdc-icon-key-light:before {
  content: "\f306"; }

.cdc-icon-keyboard-light:before {
  content: "\f307"; }

.cdc-icon-keynote-light:before {
  content: "\f308"; }

.cdc-icon-landmark-alt-light:before {
  content: "\f309"; }

.cdc-icon-landmark-light:before {
  content: "\f30a"; }

.cdc-icon-laptop-house-light:before {
  content: "\f30b"; }

.cdc-icon-laptop-light:before {
  content: "\f30c"; }

.cdc-icon-laptop-medical-light:before {
  content: "\f30d"; }

.cdc-icon-leaf-light:before {
  content: "\f30e"; }

.cdc-icon-leaf-oak-light:before {
  content: "\f30f"; }

.cdc-icon-lightbulb-light:before {
  content: "\f310"; }

.cdc-icon-link-light:before {
  content: "\f311"; }

.cdc-icon-lock-alt-light:before {
  content: "\f312"; }

.cdc-icon-lock-open-alt-light:before {
  content: "\f313"; }

.cdc-icon-luggage-cart-light:before {
  content: "\f314"; }

.cdc-icon-lungs-light:before {
  content: "\f315"; }

.cdc-icon-lungs-virus-light:before {
  content: "\f316"; }

.cdc-icon-mail-bulk-light:before {
  content: "\f317"; }

.cdc-icon-male-light:before {
  content: "\f318"; }

.cdc-icon-map-light:before {
  content: "\f319"; }

.cdc-icon-map-marker-alt-slash-light:before {
  content: "\f31a"; }

.cdc-icon-medkit-light:before {
  content: "\f31b"; }

.cdc-icon-microphone-light:before {
  content: "\f31c"; }

.cdc-icon-microscope-light:before {
  content: "\f31d"; }

.cdc-icon-mobile-alt-light:before {
  content: "\f31e"; }

.cdc-icon-mobile-light:before {
  content: "\f31f"; }

.cdc-icon-monitor-heart-rate-light:before {
  content: "\f320"; }

.cdc-icon-moon-light:before {
  content: "\f321"; }

.cdc-icon-mortar-pestle-light:before {
  content: "\f322"; }

.cdc-icon-mouse-pointer-light:before {
  content: "\f323"; }

.cdc-icon-network-wired-light:before {
  content: "\f324"; }

.cdc-icon-newspaper-light:before {
  content: "\f325"; }

.cdc-icon-notes-medical-light:before {
  content: "\f326"; }

.cdc-icon-passport-light:before {
  content: "\f327"; }

.cdc-icon-paw-light:before {
  content: "\f328"; }

.cdc-icon-people-arrows-light:before {
  content: "\f329"; }

.cdc-icon-person-sign-light:before {
  content: "\f32a"; }

.cdc-icon-phone-office-light:before {
  content: "\f32b"; }

.cdc-icon-pills-light:before {
  content: "\f32c"; }

.cdc-icon-place-of-worship-light:before {
  content: "\f32d"; }

.cdc-icon-plane-arrival-light:before {
  content: "\f32e"; }

.cdc-icon-plane-departure-light:before {
  content: "\f32f"; }

.cdc-icon-plane-light:before {
  content: "\f330"; }

.cdc-icon-plane-slash-light:before {
  content: "\f331"; }

.cdc-icon-play-circle-light:before {
  content: "\f332"; }

.cdc-icon-play-light:before {
  content: "\f333"; }

.cdc-icon-poll-people-light:before {
  content: "\f334"; }

.cdc-icon-poop-light:before {
  content: "\f335"; }

.cdc-icon-popcorn-light:before {
  content: "\f336"; }

.cdc-icon-portrait-light:before {
  content: "\f337"; }

.cdc-icon-prescription-bottle-alt-light:before {
  content: "\f338"; }

.cdc-icon-prescription-bottle-light:before {
  content: "\f339"; }

.cdc-icon-prescription-light:before {
  content: "\f33a"; }

.cdc-icon-presentation-light:before {
  content: "\f33b"; }

.cdc-icon-procedures-light:before {
  content: "\f33c"; }

.cdc-icon-pump-medical-light:before {
  content: "\f33d"; }

.cdc-icon-pump-soap-light:before {
  content: "\f33e"; }

.cdc-icon-pumpkin-light:before {
  content: "\f33f"; }

.cdc-icon-question-circle-light:before {
  content: "\f340"; }

.cdc-icon-question-light:before {
  content: "\f341"; }

.cdc-icon-question-square-light:before {
  content: "\f342"; }

.cdc-icon-ribbon-light:before {
  content: "\f343"; }

.cdc-icon-running-light:before {
  content: "\f344"; }

.cdc-icon-school-light:before {
  content: "\f345"; }

.cdc-icon-search-light:before {
  content: "\f346"; }

.cdc-icon-share-alt-light:before {
  content: "\f347"; }

.cdc-icon-share-light:before {
  content: "\f348"; }

.cdc-icon-ship-light:before {
  content: "\f349"; }

.cdc-icon-shipping-fast-light:before {
  content: "\f34a"; }

.cdc-icon-shopping-cart-light:before {
  content: "\f34b"; }

.cdc-icon-shower-light:before {
  content: "\f34c"; }

.cdc-icon-shuttle-van-light:before {
  content: "\f34d"; }

.cdc-icon-sign-language-light:before {
  content: "\f34e"; }

.cdc-icon-sink-light:before {
  content: "\f34f"; }

.cdc-icon-sitemap-light:before {
  content: "\f350"; }

.cdc-icon-soap-light:before {
  content: "\f351"; }

.cdc-icon-spray-can-light:before {
  content: "\f352"; }

.cdc-icon-star-light:before {
  content: "\f353"; }

.cdc-icon-stethoscope-light:before {
  content: "\f354"; }

.cdc-icon-stomach-light:before {
  content: "\f355"; }

.cdc-icon-stopwatch-light:before {
  content: "\f356"; }

.cdc-icon-store-alt-slash-light:before {
  content: "\f357"; }

.cdc-icon-store-slash-light:before {
  content: "\f358"; }

.cdc-icon-stretcher-light:before {
  content: "\f359"; }

.cdc-icon-subway-light:before {
  content: "\f35a"; }

.cdc-icon-suitcase-light:before {
  content: "\f35b"; }

.cdc-icon-sun-light:before {
  content: "\f35c"; }

.cdc-icon-swimmer-light:before {
  content: "\f35d"; }

.cdc-icon-swimming-pool-light:before {
  content: "\f35e"; }

.cdc-icon-sync-alt-light:before {
  content: "\f35f"; }

.cdc-icon-syringe-light:before {
  content: "\f360"; }

.cdc-icon-table-light:before {
  content: "\f361"; }

.cdc-icon-tablet-alt-light:before {
  content: "\f362"; }

.cdc-icon-tablets-light:before {
  content: "\f363"; }

.cdc-icon-taxi-light:before {
  content: "\f364"; }

.cdc-icon-temperature-high-light:before {
  content: "\f365"; }

.cdc-icon-temperature-low-light:before {
  content: "\f366"; }

.cdc-icon-thumbs-down-light:before {
  content: "\f367"; }

.cdc-icon-thumbs-up-light:before {
  content: "\f368"; }

.cdc-icon-times-circle-light:before {
  content: "\f369"; }

.cdc-icon-times-light:before {
  content: "\f36a"; }

.cdc-icon-tint-light:before {
  content: "\f36b"; }

.cdc-icon-tint-slash-light:before {
  content: "\f36c"; }

.cdc-icon-toolbox-light:before {
  content: "\f36d"; }

.cdc-icon-tools-light:before {
  content: "\f36e"; }

.cdc-icon-tooth-light:before {
  content: "\f36f"; }

.cdc-icon-train-light:before {
  content: "\f370"; }

.cdc-icon-trash-light:before {
  content: "\f371"; }

.cdc-icon-tshirt-light:before {
  content: "\f372"; }

.cdc-icon-umbrella-beach-light:before {
  content: "\f373"; }

.cdc-icon-universal-access-light:before {
  content: "\f374"; }

.cdc-icon-user-chart-light:before {
  content: "\f375"; }

.cdc-icon-user-clock-light:before {
  content: "\f376"; }

.cdc-icon-user-cog-light:before {
  content: "\f377"; }

.cdc-icon-user-friends-light:before {
  content: "\f378"; }

.cdc-icon-user-graduate-light:before {
  content: "\f379"; }

.cdc-icon-user-hard-hat-light:before {
  content: "\f37a"; }

.cdc-icon-user-injured-light:before {
  content: "\f37b"; }

.cdc-icon-user-light:before {
  content: "\f37c"; }

.cdc-icon-user-md-chat-light:before {
  content: "\f37d"; }

.cdc-icon-user-md-light:before {
  content: "\f37e"; }

.cdc-icon-user-nurse-light:before {
  content: "\f37f"; }

.cdc-icon-users-class-light:before {
  content: "\f380"; }

.cdc-icon-users-light:before {
  content: "\f381"; }

.cdc-icon-users-medical-light:before {
  content: "\f382"; }

.cdc-icon-users-slash-light:before {
  content: "\f383"; }

.cdc-icon-venus-mars-light:before {
  content: "\f384"; }

.cdc-icon-vial-light:before {
  content: "\f385"; }

.cdc-icon-vials-light:before {
  content: "\f386"; }

.cdc-icon-virus-light:before {
  content: "\f387"; }

.cdc-icon-virus-slash-light:before {
  content: "\f388"; }

.cdc-icon-viruses-light:before {
  content: "\f389"; }

.cdc-icon-walking-light:before {
  content: "\f38a"; }

.cdc-icon-washer-light:before {
  content: "\f38b"; }

.cdc-icon-water-light:before {
  content: "\f38c"; }

.cdc-icon-weight-light:before {
  content: "\f38d"; }

.cdc-icon-wheelchair-light:before {
  content: "\f38e"; }

.cdc-icon-window-close-light:before {
  content: "\f38f"; }

.cdc-icon-x-ray-light:before {
  content: "\f390"; }

.cdc-icon-address-book:before {
  content: "\f391"; }

.cdc-icon-address-card:before {
  content: "\f392"; }

.cdc-icon-allergies:before {
  content: "\f393"; }

.cdc-icon-ambulance:before {
  content: "\f394"; }

.cdc-icon-american-sign-language-interpreting:before {
  content: "\f395"; }

.cdc-icon-analytics:before {
  content: "\f396"; }

.cdc-icon-apple-alt:before {
  content: "\f397"; }

.cdc-icon-archive:before {
  content: "\f398"; }

.cdc-icon-arrow-alt-circle-down:before {
  content: "\f399"; }

.cdc-icon-arrow-alt-circle-left:before {
  content: "\f39a"; }

.cdc-icon-arrow-alt-circle-right:before {
  content: "\f39b"; }

.cdc-icon-arrow-alt-circle-up:before {
  content: "\f39c"; }

.cdc-icon-atlas:before {
  content: "\f39d"; }

.cdc-icon-baby-carriage:before {
  content: "\f39e"; }

.cdc-icon-baby:before {
  content: "\f39f"; }

.cdc-icon-bacteria:before {
  content: "\f3a0"; }

.cdc-icon-bacterium:before {
  content: "\f3a1"; }

.cdc-icon-balance-scale:before {
  content: "\f3a2"; }

.cdc-icon-ballot-check:before {
  content: "\f3a3"; }

.cdc-icon-ballot:before {
  content: "\f3a4"; }

.cdc-icon-ban:before {
  content: "\f3a5"; }

.cdc-icon-band-aid:before {
  content: "\f3a6"; }

.cdc-icon-bed:before {
  content: "\f3a7"; }

.cdc-icon-bicycle:before {
  content: "\f3a8"; }

.cdc-icon-biking:before {
  content: "\f3a9"; }

.cdc-icon-blind:before {
  content: "\f3aa"; }

.cdc-icon-bolt:before {
  content: "\f3ab"; }

.cdc-icon-book-alt:before {
  content: "\f3ac"; }

.cdc-icon-book-medical:before {
  content: "\f3ad"; }

.cdc-icon-book-open:before {
  content: "\f3ae"; }

.cdc-icon-book-reader:before {
  content: "\f3af"; }

.cdc-icon-book-user:before {
  content: "\f3b0"; }

.cdc-icon-book:before {
  content: "\f3b1"; }

.cdc-icon-books-medical:before {
  content: "\f3b2"; }

.cdc-icon-box-tissue:before {
  content: "\f3b3"; }

.cdc-icon-bread-loaf:before {
  content: "\f3b4"; }

.cdc-icon-briefcase-medical:before {
  content: "\f3b5"; }

.cdc-icon-briefcase:before {
  content: "\f3b6"; }

.cdc-icon-browser:before {
  content: "\f3b7"; }

.cdc-icon-building:before {
  content: "\f3b8"; }

.cdc-icon-bullseye-pointer:before {
  content: "\f3b9"; }

.cdc-icon-burger-soda:before {
  content: "\f3ba"; }

.cdc-icon-bus:before {
  content: "\f3bb"; }

.cdc-icon-calendar-alt:before {
  content: "\f3bc"; }

.cdc-icon-calendar-check:before {
  content: "\f3bd"; }

.cdc-icon-calendar-day:before {
  content: "\f3be"; }

.cdc-icon-calendar-edit:before {
  content: "\f3bf"; }

.cdc-icon-calendar-exclamation:before {
  content: "\f3c0"; }

.cdc-icon-calendar-plus:before {
  content: "\f3c1"; }

.cdc-icon-calendar-star:before {
  content: "\f3c2"; }

.cdc-icon-calendar:before {
  content: "\f3c3"; }

.cdc-icon-capsules:before {
  content: "\f3c4"; }

.cdc-icon-car-bus:before {
  content: "\f3c5"; }

.cdc-icon-car-side:before {
  content: "\f3c6"; }

.cdc-icon-carrot:before {
  content: "\f3c7"; }

.cdc-icon-cauldron:before {
  content: "\f3c8"; }

.cdc-icon-chalkboard-teacher:before {
  content: "\f3c9"; }

.cdc-icon-chart-area:before {
  content: "\f3ca"; }

.cdc-icon-chart-bar:before {
  content: "\f3cb"; }

.cdc-icon-chart-line:before {
  content: "\f3cc"; }

.cdc-icon-chart-pie:before {
  content: "\f3cd"; }

.cdc-icon-check-circle:before {
  content: "\f3ce"; }

.cdc-icon-check-square:before {
  content: "\f3cf"; }

.cdc-icon-check:before {
  content: "\f3d0"; }

.cdc-icon-cheese-swiss:before {
  content: "\f3d1"; }

.cdc-icon-cheeseburger:before {
  content: "\f3d2"; }

.cdc-icon-chevron-circle-down:before {
  content: "\f3d3"; }

.cdc-icon-chevron-circle-left:before {
  content: "\f3d4"; }

.cdc-icon-chevron-circle-right:before {
  content: "\f3d5"; }

.cdc-icon-chevron-circle-up:before {
  content: "\f3d6"; }

.cdc-icon-chevron-double-right:before {
  content: "\f3d7"; }

.cdc-icon-chevron-right:before {
  content: "\f3d8"; }

.cdc-icon-child:before {
  content: "\f3d9"; }

.cdc-icon-city:before {
  content: "\f3da"; }

.cdc-icon-clinic-medical:before {
  content: "\f3db"; }

.cdc-icon-clipboard-check:before {
  content: "\f3dc"; }

.cdc-icon-clipboard-list-check:before {
  content: "\f3dd"; }

.cdc-icon-clipboard-list:before {
  content: "\f3de"; }

.cdc-icon-clipboard-prescription:before {
  content: "\f3df"; }

.cdc-icon-clipboard-user:before {
  content: "\f3e0"; }

.cdc-icon-clipboard:before {
  content: "\f3e1"; }

.cdc-icon-cloud:before {
  content: "\f3e2"; }

.cdc-icon-clouds-sun:before {
  content: "\f3e3"; }

.cdc-icon-cocktail:before {
  content: "\f3e4"; }

.cdc-icon-code:before {
  content: "\f3e5"; }

.cdc-icon-coffee-togo:before {
  content: "\f3e6"; }

.cdc-icon-cog:before {
  content: "\f3e7"; }

.cdc-icon-cogs:before {
  content: "\f3e8"; }

.cdc-icon-comment-alt-lines:before {
  content: "\f3e9"; }

.cdc-icon-comment-alt-medical:before {
  content: "\f3ea"; }

.cdc-icon-comment-alt:before {
  content: "\f3eb"; }

.cdc-icon-comment-lines:before {
  content: "\f3ec"; }

.cdc-icon-comment-medical:before {
  content: "\f3ed"; }

.cdc-icon-comment:before {
  content: "\f3ee"; }

.cdc-icon-comments-alt:before {
  content: "\f3ef"; }

.cdc-icon-comments:before {
  content: "\f3f0"; }

.cdc-icon-conveyor-belt:before {
  content: "\f3f1"; }

.cdc-icon-copy:before {
  content: "\f3f2"; }

.cdc-icon-couch:before {
  content: "\f3f3"; }

.cdc-icon-cow:before {
  content: "\f3f4"; }

.cdc-icon-credit-card:before {
  content: "\f3f5"; }

.cdc-icon-database:before {
  content: "\f3f6"; }

.cdc-icon-deaf:before {
  content: "\f3f7"; }

.cdc-icon-desktop-alt:before {
  content: "\f3f8"; }

.cdc-icon-desktop:before {
  content: "\f3fc"; }

.cdc-icon-diagnoses:before {
  content: "\f3fa"; }

.cdc-icon-disease:before {
  content: "\f3fb"; }

.cdc-icon-dna:before {
  content: "\f3fc"; }

.cdc-icon-dog:before {
  content: "\f3fd"; }

.cdc-icon-dolly-flatbed-alt:before {
  content: "\f3fe"; }

.cdc-icon-door-closed:before {
  content: "\f3ff"; }

.cdc-icon-door-open:before {
  content: "\f400"; }

.cdc-icon-download:before {
  content: "\f401"; }

.cdc-icon-drumstick:before {
  content: "\f402"; }

.cdc-icon-dumbbell:before {
  content: "\f403"; }

.cdc-icon-dumpster:before {
  content: "\f404"; }

.cdc-icon-ear:before {
  content: "\f405"; }

.cdc-icon-envelope-open-text:before {
  content: "\f406"; }

.cdc-icon-envelope:before {
  content: "\f407"; }

.cdc-icon-exclamation-circle:before {
  content: "\f408"; }

.cdc-icon-exclamation-square:before {
  content: "\f409"; }

.cdc-icon-exclamation-triangle:before {
  content: "\f40a"; }

.cdc-icon-eye-dropper:before {
  content: "\f40b"; }

.cdc-icon-eye:before {
  content: "\f40c"; }

.cdc-icon-farm:before {
  content: "\f40d"; }

.cdc-icon-female:before {
  content: "\f40e"; }

.cdc-icon-file-alt:before {
  content: "\f40f"; }

.cdc-icon-file-archive:before {
  content: "\f410"; }

.cdc-icon-file-audio:before {
  content: "\f411"; }

.cdc-icon-file-certificate:before {
  content: "\f412"; }

.cdc-icon-file-chart-line:before {
  content: "\f413"; }

.cdc-icon-file-medical-alt:before {
  content: "\f414"; }

.cdc-icon-file-medical:before {
  content: "\f415"; }

.cdc-icon-file-prescription:before {
  content: "\f416"; }

.cdc-icon-files-medical:before {
  content: "\f417"; }

.cdc-icon-first-aid:before {
  content: "\f418"; }

.cdc-icon-flag-alt:before {
  content: "\f419"; }

.cdc-icon-flag:before {
  content: "\f41a"; }

.cdc-icon-flame:before {
  content: "\f41b"; }

.cdc-icon-flask:before {
  content: "\f41c"; }

.cdc-icon-flower-daffodil:before {
  content: "\f41d"; }

.cdc-icon-folder-plus:before {
  content: "\f41e"; }

.cdc-icon-football-ball:before {
  content: "\f41f"; }

.cdc-icon-forklift:before {
  content: "\f420"; }

.cdc-icon-frown:before {
  content: "\f421"; }

.cdc-icon-gamepad-alt:before {
  content: "\f422"; }

.cdc-icon-gas-pump:before {
  content: "\f423"; }

.cdc-icon-globe-africa:before {
  content: "\f424"; }

.cdc-icon-globe-americas:before {
  content: "\f425"; }

.cdc-icon-globe-asia:before {
  content: "\f426"; }

.cdc-icon-globe-europe:before {
  content: "\f427"; }

.cdc-icon-globe:before {
  content: "\f428"; }

.cdc-icon-graduation-cap:before {
  content: "\f429"; }

.cdc-icon-grin:before {
  content: "\f42a"; }

.cdc-icon-h-square:before {
  content: "\f42b"; }

.cdc-icon-hand-holding-heart:before {
  content: "\f42c"; }

.cdc-icon-hand-holding-medical:before {
  content: "\f42d"; }

.cdc-icon-hand-paper:before {
  content: "\f42e"; }

.cdc-icon-hand-point-right:before {
  content: "\f42f"; }

.cdc-icon-hand-sparkles:before {
  content: "\f430"; }

.cdc-icon-hands-helping:before {
  content: "\f431"; }

.cdc-icon-hands-wash:before {
  content: "\f432"; }

.cdc-icon-handshake-slash:before {
  content: "\f433"; }

.cdc-icon-head-side-cough-slash:before {
  content: "\f434"; }

.cdc-icon-head-side-cough:before {
  content: "\f435"; }

.cdc-icon-head-side-mask:before {
  content: "\f436"; }

.cdc-icon-head-side-medical:before {
  content: "\f437"; }

.cdc-icon-headset:before {
  content: "\f438"; }

.cdc-icon-heart-rate:before {
  content: "\f439"; }

.cdc-icon-heartbeat:before {
  content: "\f43a"; }

.cdc-icon-heat:before {
  content: "\f43b"; }

.cdc-icon-hiking:before {
  content: "\f43c"; }

.cdc-icon-home-lg:before {
  content: "\f43d"; }

.cdc-icon-hospital-alt:before {
  content: "\f43e"; }

.cdc-icon-hospital-symbol:before {
  content: "\f43f"; }

.cdc-icon-hospital-user:before {
  content: "\f440"; }

.cdc-icon-hospital:before {
  content: "\f441"; }

.cdc-icon-hotel:before {
  content: "\f442"; }

.cdc-icon-house-leave:before {
  content: "\f443"; }

.cdc-icon-house-return:before {
  content: "\f444"; }

.cdc-icon-house-user:before {
  content: "\f445"; }

.cdc-icon-ice-cream:before {
  content: "\f446"; }

.cdc-icon-id-badge:before {
  content: "\f447"; }

.cdc-icon-id-card:before {
  content: "\f448"; }

.cdc-icon-inbox:before {
  content: "\f449"; }

.cdc-icon-info-circle:before {
  content: "\f44a"; }

.cdc-icon-info-square:before {
  content: "\f44b"; }

.cdc-icon-info:before {
  content: "\f44c"; }

.cdc-icon-inhaler:before {
  content: "\f44d"; }

.cdc-icon-key:before {
  content: "\f44e"; }

.cdc-icon-keyboard:before {
  content: "\f44f"; }

.cdc-icon-keynote:before {
  content: "\f450"; }

.cdc-icon-landmark-alt:before {
  content: "\f451"; }

.cdc-icon-landmark:before {
  content: "\f452"; }

.cdc-icon-laptop-house:before {
  content: "\f453"; }

.cdc-icon-laptop-medical:before {
  content: "\f454"; }

.cdc-icon-laptop:before {
  content: "\f455"; }

.cdc-icon-leaf-oak:before {
  content: "\f456"; }

.cdc-icon-leaf:before {
  content: "\f457"; }

.cdc-icon-lightbulb:before {
  content: "\f458"; }

.cdc-icon-link:before {
  content: "\f459"; }

.cdc-icon-lock-alt:before {
  content: "\f45a"; }

.cdc-icon-lock-open-alt:before {
  content: "\f45b"; }

.cdc-icon-luggage-cart:before {
  content: "\f45c"; }

.cdc-icon-lungs-virus:before {
  content: "\f45d"; }

.cdc-icon-lungs:before {
  content: "\f45e"; }

.cdc-icon-mail-bulk:before {
  content: "\f45f"; }

.cdc-icon-male:before {
  content: "\f460"; }

.cdc-icon-map-marker-alt-slash:before {
  content: "\f461"; }

.cdc-icon-map:before {
  content: "\f462"; }

.cdc-icon-medkit:before {
  content: "\f463"; }

.cdc-icon-microphone:before {
  content: "\f464"; }

.cdc-icon-microscope:before {
  content: "\f465"; }

.cdc-icon-mobile-alt:before {
  content: "\f466"; }

.cdc-icon-mobile:before {
  content: "\f467"; }

.cdc-icon-monitor-heart-rate:before {
  content: "\f468"; }

.cdc-icon-moon:before {
  content: "\f469"; }

.cdc-icon-mortar-pestle:before {
  content: "\f46a"; }

.cdc-icon-mouse-pointer:before {
  content: "\f46b"; }

.cdc-icon-network-wired:before {
  content: "\f46c"; }

.cdc-icon-newspaper:before {
  content: "\f46d"; }

.cdc-icon-notes-medical:before {
  content: "\f46e"; }

.cdc-icon-passport:before {
  content: "\f46f"; }

.cdc-icon-paw:before {
  content: "\f470"; }

.cdc-icon-people-arrows:before {
  content: "\f471"; }

.cdc-icon-person-sign:before {
  content: "\f472"; }

.cdc-icon-phone-office:before {
  content: "\f473"; }

.cdc-icon-pills:before {
  content: "\f474"; }

.cdc-icon-place-of-worship:before {
  content: "\f475"; }

.cdc-icon-plane-arrival:before {
  content: "\f476"; }

.cdc-icon-plane-departure:before {
  content: "\f477"; }

.cdc-icon-plane-slash:before {
  content: "\f478"; }

.cdc-icon-plane:before {
  content: "\f479"; }

.cdc-icon-play-circle:before {
  content: "\f47a"; }

.cdc-icon-play:before {
  content: "\f47b"; }

.cdc-icon-poll-people:before {
  content: "\f47c"; }

.cdc-icon-poop:before {
  content: "\f47d"; }

.cdc-icon-popcorn:before {
  content: "\f47e"; }

.cdc-icon-portrait:before {
  content: "\f47f"; }

.cdc-icon-prescription-bottle-alt:before {
  content: "\f480"; }

.cdc-icon-prescription-bottle:before {
  content: "\f481"; }

.cdc-icon-prescription:before {
  content: "\f482"; }

.cdc-icon-presentation:before {
  content: "\f483"; }

.cdc-icon-procedures:before {
  content: "\f484"; }

.cdc-icon-pump-medical:before {
  content: "\f485"; }

.cdc-icon-pump-soap:before {
  content: "\f486"; }

.cdc-icon-pumpkin:before {
  content: "\f487"; }

.cdc-icon-question-circle:before {
  content: "\f488"; }

.cdc-icon-question-square:before {
  content: "\f489"; }

.cdc-icon-question:before {
  content: "\f48a"; }

.cdc-icon-ribbon:before {
  content: "\f48b"; }

.cdc-icon-running:before {
  content: "\f48c"; }

.cdc-icon-school:before {
  content: "\f48d"; }

.cdc-icon-search:before {
  content: "\f48e"; }

.cdc-icon-share-alt:before {
  content: "\f48f"; }

.cdc-icon-share:before {
  content: "\f490"; }

.cdc-icon-ship:before {
  content: "\f491"; }

.cdc-icon-shipping-fast:before {
  content: "\f492"; }

.cdc-icon-shopping-cart:before {
  content: "\f493"; }

.cdc-icon-shower:before {
  content: "\f494"; }

.cdc-icon-shuttle-van:before {
  content: "\f495"; }

.cdc-icon-sign-language:before {
  content: "\f496"; }

.cdc-icon-sink:before {
  content: "\f497"; }

.cdc-icon-sitemap:before {
  content: "\f498"; }

.cdc-icon-soap:before {
  content: "\f499"; }

.cdc-icon-spray-can:before {
  content: "\f49a"; }

.cdc-icon-star:before {
  content: "\f49b"; }

.cdc-icon-stethoscope:before {
  content: "\f49c"; }

.cdc-icon-stomach:before {
  content: "\f49d"; }

.cdc-icon-stopwatch:before {
  content: "\f49e"; }

.cdc-icon-store-alt-slash:before {
  content: "\f49f"; }

.cdc-icon-store-slash:before {
  content: "\f4a0"; }

.cdc-icon-stretcher:before {
  content: "\f4a1"; }

.cdc-icon-subway:before {
  content: "\f4a2"; }

.cdc-icon-suitcase:before {
  content: "\f4a3"; }

.cdc-icon-sun:before {
  content: "\f4a4"; }

.cdc-icon-swimmer:before {
  content: "\f4a5"; }

.cdc-icon-swimming-pool:before {
  content: "\f4a6"; }

.cdc-icon-sync-alt:before {
  content: "\f4a7"; }

.cdc-icon-syringe:before {
  content: "\f4a8"; }

.cdc-icon-table:before {
  content: "\f4a9"; }

.cdc-icon-tablet-alt:before {
  content: "\f4aa"; }

.cdc-icon-tablets:before {
  content: "\f4ab"; }

.cdc-icon-taxi:before {
  content: "\f4ac"; }

.cdc-icon-temperature-high:before {
  content: "\f4ad"; }

.cdc-icon-temperature-low:before {
  content: "\f4ae"; }

.cdc-icon-thumbs-down:before {
  content: "\f4af"; }

.cdc-icon-thumbs-up:before {
  content: "\f4b0"; }

.cdc-icon-times-circle:before {
  content: "\f4b1"; }

.cdc-icon-times:before {
  content: "\f4b2"; }

.cdc-icon-tint-slash:before {
  content: "\f4b3"; }

.cdc-icon-tint:before {
  content: "\f4b4"; }

.cdc-icon-toolbox:before {
  content: "\f4b5"; }

.cdc-icon-tools:before {
  content: "\f4b6"; }

.cdc-icon-tooth:before {
  content: "\f4b7"; }

.cdc-icon-train:before {
  content: "\f4b8"; }

.cdc-icon-trash:before {
  content: "\f4b9"; }

.cdc-icon-tshirt:before {
  content: "\f4ba"; }

.cdc-icon-umbrella-beach:before {
  content: "\f4bb"; }

.cdc-icon-universal-access:before {
  content: "\f4bc"; }

.cdc-icon-user-chart:before {
  content: "\f4bd"; }

.cdc-icon-user-clock:before {
  content: "\f4be"; }

.cdc-icon-user-cog:before {
  content: "\f4bf"; }

.cdc-icon-user-friends:before {
  content: "\f4c0"; }

.cdc-icon-user-graduate:before {
  content: "\f4c1"; }

.cdc-icon-user-hard-hat:before {
  content: "\f4c2"; }

.cdc-icon-user-injured:before {
  content: "\f4c3"; }

.cdc-icon-user-md-chat:before {
  content: "\f4c4"; }

.cdc-icon-user-md:before {
  content: "\f4c5"; }

.cdc-icon-user-nurse:before {
  content: "\f4c6"; }

.cdc-icon-user:before {
  content: "\f4c7"; }

.cdc-icon-users-class:before {
  content: "\f4c8"; }

.cdc-icon-users-medical:before {
  content: "\f4c9"; }

.cdc-icon-users-slash:before {
  content: "\f4ca"; }

.cdc-icon-users:before {
  content: "\f4cb"; }

.cdc-icon-venus-mars:before {
  content: "\f4cc"; }

.cdc-icon-vial:before {
  content: "\f4cd"; }

.cdc-icon-vials:before {
  content: "\f4ce"; }

.cdc-icon-virus-slash:before {
  content: "\f4cf"; }

.cdc-icon-virus:before {
  content: "\f4d0"; }

.cdc-icon-viruses:before {
  content: "\f4d1"; }

.cdc-icon-walking:before {
  content: "\f4d2"; }

.cdc-icon-washer:before {
  content: "\f4d3"; }

.cdc-icon-water:before {
  content: "\f4d4"; }

.cdc-icon-weight:before {
  content: "\f4d5"; }

.cdc-icon-wheelchair:before {
  content: "\f4d6"; }

.cdc-icon-window-close:before {
  content: "\f4d7"; }

.cdc-icon-x-ray:before {
  content: "\f4d8"; }

.cdc-icon-address-book-solid:before {
  content: "\f4d9"; }

.cdc-icon-address-card-solid:before {
  content: "\f4da"; }

.cdc-icon-allergies-solid:before {
  content: "\f4db"; }

.cdc-icon-ambulance-solid:before {
  content: "\f4dc"; }

.cdc-icon-american-sign-language-interpreting-solid:before {
  content: "\f4dd"; }

.cdc-icon-analytics-solid:before {
  content: "\f4de"; }

.cdc-icon-apple-alt-solid:before {
  content: "\f4df"; }

.cdc-icon-archive-solid:before {
  content: "\f4e0"; }

.cdc-icon-arrow-alt-circle-down-solid:before {
  content: "\f4e1"; }

.cdc-icon-arrow-alt-circle-left-solid:before {
  content: "\f4e2"; }

.cdc-icon-arrow-alt-circle-right-solid:before {
  content: "\f4e3"; }

.cdc-icon-arrow-alt-circle-up-solid:before {
  content: "\f4e4"; }

.cdc-icon-atlas-solid:before {
  content: "\f4e5"; }

.cdc-icon-baby-carriage-solid:before {
  content: "\f4e6"; }

.cdc-icon-baby-solid:before {
  content: "\f4e7"; }

.cdc-icon-bacteria-solid:before {
  content: "\f4e8"; }

.cdc-icon-bacterium-solid:before {
  content: "\f4e9"; }

.cdc-icon-balance-scale-solid:before {
  content: "\f4ea"; }

.cdc-icon-ballot-check-solid:before {
  content: "\f4eb"; }

.cdc-icon-ballot-solid:before {
  content: "\f4ec"; }

.cdc-icon-ban-solid:before {
  content: "\f4ed"; }

.cdc-icon-band-aid-solid:before {
  content: "\f4ee"; }

.cdc-icon-bed-solid:before {
  content: "\f4ef"; }

.cdc-icon-bicycle-solid:before {
  content: "\f4f0"; }

.cdc-icon-biking-solid:before {
  content: "\f4f1"; }

.cdc-icon-blind-solid:before {
  content: "\f4f2"; }

.cdc-icon-bolt-solid:before {
  content: "\f4f3"; }

.cdc-icon-book-alt-solid:before {
  content: "\f4f4"; }

.cdc-icon-book-medical-solid:before {
  content: "\f4f5"; }

.cdc-icon-book-open-solid:before {
  content: "\f4f6"; }

.cdc-icon-book-reader-solid:before {
  content: "\f4f7"; }

.cdc-icon-book-solid:before {
  content: "\f4f8"; }

.cdc-icon-book-user-solid:before {
  content: "\f4f9"; }

.cdc-icon-books-medical-solid:before {
  content: "\f4fa"; }

.cdc-icon-box-tissue-solid:before {
  content: "\f4fb"; }

.cdc-icon-bread-loaf-solid:before {
  content: "\f4fc"; }

.cdc-icon-briefcase-medical-solid:before {
  content: "\f4fd"; }

.cdc-icon-briefcase-solid:before {
  content: "\f4fe"; }

.cdc-icon-browser-solid:before {
  content: "\f4ff"; }

.cdc-icon-building-solid:before {
  content: "\f500"; }

.cdc-icon-bullseye-pointer-solid:before {
  content: "\f501"; }

.cdc-icon-burger-soda-solid:before {
  content: "\f502"; }

.cdc-icon-bus-solid:before {
  content: "\f503"; }

.cdc-icon-calendar-alt-solid:before {
  content: "\f504"; }

.cdc-icon-calendar-check-solid:before {
  content: "\f505"; }

.cdc-icon-calendar-day-solid:before {
  content: "\f506"; }

.cdc-icon-calendar-edit-solid:before {
  content: "\f507"; }

.cdc-icon-calendar-exclamation-solid:before {
  content: "\f508"; }

.cdc-icon-calendar-plus-solid:before {
  content: "\f509"; }

.cdc-icon-calendar-solid:before {
  content: "\f50a"; }

.cdc-icon-calendar-star-solid:before {
  content: "\f50b"; }

.cdc-icon-capsules-solid:before {
  content: "\f50c"; }

.cdc-icon-car-bus-solid:before {
  content: "\f50d"; }

.cdc-icon-car-side-solid:before {
  content: "\f50e"; }

.cdc-icon-carrot-solid:before {
  content: "\f50f"; }

.cdc-icon-cauldron-solid:before {
  content: "\f510"; }

.cdc-icon-chalkboard-teacher-solid:before {
  content: "\f511"; }

.cdc-icon-chart-area-solid:before {
  content: "\f512"; }

.cdc-icon-chart-bar-solid:before {
  content: "\f513"; }

.cdc-icon-chart-line-solid:before {
  content: "\f514"; }

.cdc-icon-chart-pie-solid:before {
  content: "\f515"; }

.cdc-icon-check-circle-solid:before {
  content: "\f516"; }

.cdc-icon-check-solid:before {
  content: "\f517"; }

.cdc-icon-check-square-solid:before {
  content: "\f518"; }

.cdc-icon-cheese-swiss-solid:before {
  content: "\f519"; }

.cdc-icon-cheeseburger-solid:before {
  content: "\f51a"; }

.cdc-icon-chevron-circle-down-solid:before {
  content: "\f51b"; }

.cdc-icon-chevron-circle-left-solid:before {
  content: "\f51c"; }

.cdc-icon-chevron-circle-right-solid:before {
  content: "\f51d"; }

.cdc-icon-chevron-circle-up-solid:before {
  content: "\f51e"; }

.cdc-icon-chevron-double-right-solid:before {
  content: "\f51f"; }

.cdc-icon-chevron-right-solid:before {
  content: "\f520"; }

.cdc-icon-child-solid:before {
  content: "\f521"; }

.cdc-icon-city-solid:before {
  content: "\f522"; }

.cdc-icon-clinic-medical-solid:before {
  content: "\f523"; }

.cdc-icon-clipboard-check-solid:before {
  content: "\f524"; }

.cdc-icon-clipboard-list-check-solid:before {
  content: "\f525"; }

.cdc-icon-clipboard-list-solid:before {
  content: "\f526"; }

.cdc-icon-clipboard-prescription-solid:before {
  content: "\f527"; }

.cdc-icon-clipboard-solid:before {
  content: "\f528"; }

.cdc-icon-clipboard-user-solid:before {
  content: "\f529"; }

.cdc-icon-cloud-solid:before {
  content: "\f52a"; }

.cdc-icon-clouds-sun-solid:before {
  content: "\f52b"; }

.cdc-icon-cocktail-solid:before {
  content: "\f52c"; }

.cdc-icon-code-solid:before {
  content: "\f52d"; }

.cdc-icon-coffee-togo-solid:before {
  content: "\f52e"; }

.cdc-icon-cog-solid:before {
  content: "\f52f"; }

.cdc-icon-cogs-solid:before {
  content: "\f530"; }

.cdc-icon-comment-alt-lines-solid:before {
  content: "\f531"; }

.cdc-icon-comment-alt-medical-solid:before {
  content: "\f532"; }

.cdc-icon-comment-alt-solid:before {
  content: "\f533"; }

.cdc-icon-comment-lines-solid:before {
  content: "\f534"; }

.cdc-icon-comment-medical-solid:before {
  content: "\f535"; }

.cdc-icon-comment-solid:before {
  content: "\f536"; }

.cdc-icon-comments-alt-solid:before {
  content: "\f537"; }

.cdc-icon-comments-solid:before {
  content: "\f538"; }

.cdc-icon-conveyor-belt-solid:before {
  content: "\f539"; }

.cdc-icon-copy-solid:before {
  content: "\f53a"; }

.cdc-icon-couch-solid:before {
  content: "\f53b"; }

.cdc-icon-cow-solid:before {
  content: "\f53c"; }

.cdc-icon-credit-card-solid:before {
  content: "\f53d"; }

.cdc-icon-database-solid:before {
  content: "\f53e"; }

.cdc-icon-deaf-solid:before {
  content: "\f53f"; }

.cdc-icon-desktop-alt-solid:before {
  content: "\f540"; }

.cdc-icon-desktop-solid:before {
  content: "\f541"; }

.cdc-icon-diagnoses-solid:before {
  content: "\f542"; }

.cdc-icon-disease-solid:before {
  content: "\f543"; }

.cdc-icon-dna-solid:before {
  content: "\f544"; }

.cdc-icon-dog-solid:before {
  content: "\f545"; }

.cdc-icon-dolly-flatbed-alt-solid:before {
  content: "\f546"; }

.cdc-icon-door-closed-solid:before {
  content: "\f547"; }

.cdc-icon-door-open-solid:before {
  content: "\f548"; }

.cdc-icon-download-solid:before {
  content: "\f549"; }

.cdc-icon-drumstick-solid:before {
  content: "\f54a"; }

.cdc-icon-dumbbell-solid:before {
  content: "\f54b"; }

.cdc-icon-dumpster-solid:before {
  content: "\f54c"; }

.cdc-icon-ear-solid:before {
  content: "\f54d"; }

.cdc-icon-envelope-open-text-solid:before {
  content: "\f54e"; }

.cdc-icon-envelope-solid:before {
  content: "\f54f"; }

.cdc-icon-exclamation-circle-solid:before {
  content: "\f550"; }

.cdc-icon-exclamation-square-solid:before {
  content: "\f551"; }

.cdc-icon-exclamation-triangle-solid:before {
  content: "\f552"; }

.cdc-icon-eye-dropper-solid:before {
  content: "\f553"; }

.cdc-icon-eye-solid:before {
  content: "\f554"; }

.cdc-icon-farm-solid:before {
  content: "\f555"; }

.cdc-icon-female-solid:before {
  content: "\f556"; }

.cdc-icon-file-alt-solid:before {
  content: "\f557"; }

.cdc-icon-file-archive-solid:before {
  content: "\f558"; }

.cdc-icon-file-audio-solid:before {
  content: "\f559"; }

.cdc-icon-file-certificate-solid:before {
  content: "\f55a"; }

.cdc-icon-file-chart-line-solid:before {
  content: "\f55b"; }

.cdc-icon-file-medical-alt-solid:before {
  content: "\f55c"; }

.cdc-icon-file-medical-solid:before {
  content: "\f55d"; }

.cdc-icon-file-prescription-solid:before {
  content: "\f55e"; }

.cdc-icon-files-medical-solid:before {
  content: "\f55f"; }

.cdc-icon-first-aid-solid:before {
  content: "\f560"; }

.cdc-icon-flag-alt-solid:before {
  content: "\f561"; }

.cdc-icon-flag-solid:before {
  content: "\f562"; }

.cdc-icon-flame-solid:before {
  content: "\f563"; }

.cdc-icon-flask-solid:before {
  content: "\f564"; }

.cdc-icon-flower-daffodil-solid:before {
  content: "\f565"; }

.cdc-icon-folder-plus-solid:before {
  content: "\f566"; }

.cdc-icon-football-ball-solid:before {
  content: "\f567"; }

.cdc-icon-forklift-solid:before {
  content: "\f568"; }

.cdc-icon-frown-solid:before {
  content: "\f569"; }

.cdc-icon-gamepad-alt-solid:before {
  content: "\f56a"; }

.cdc-icon-gas-pump-solid:before {
  content: "\f56b"; }

.cdc-icon-globe-africa-solid:before {
  content: "\f56c"; }

.cdc-icon-globe-americas-solid:before {
  content: "\f56d"; }

.cdc-icon-globe-asia-solid:before {
  content: "\f56e"; }

.cdc-icon-globe-europe-solid:before {
  content: "\f56f"; }

.cdc-icon-globe-solid:before {
  content: "\f570"; }

.cdc-icon-graduation-cap-solid:before {
  content: "\f571"; }

.cdc-icon-grin-solid:before {
  content: "\f572"; }

.cdc-icon-h-square-solid:before {
  content: "\f573"; }

.cdc-icon-hand-holding-heart-solid:before {
  content: "\f574"; }

.cdc-icon-hand-holding-medical-solid:before {
  content: "\f575"; }

.cdc-icon-hand-paper-solid:before {
  content: "\f576"; }

.cdc-icon-hand-point-right-solid:before {
  content: "\f577"; }

.cdc-icon-hand-sparkles-solid:before {
  content: "\f578"; }

.cdc-icon-hands-helping-solid:before {
  content: "\f579"; }

.cdc-icon-hands-wash-solid:before {
  content: "\f57a"; }

.cdc-icon-handshake-slash-solid:before {
  content: "\f57b"; }

.cdc-icon-head-side-cough-slash-solid:before {
  content: "\f57c"; }

.cdc-icon-head-side-cough-solid:before {
  content: "\f57d"; }

.cdc-icon-head-side-mask-solid:before {
  content: "\f57e"; }

.cdc-icon-head-side-medical-solid:before {
  content: "\f57f"; }

.cdc-icon-headset-solid:before {
  content: "\f580"; }

.cdc-icon-heart-rate-solid:before {
  content: "\f581"; }

.cdc-icon-heartbeat-solid:before {
  content: "\f582"; }

.cdc-icon-heat-solid:before {
  content: "\f583"; }

.cdc-icon-hiking-solid:before {
  content: "\f584"; }

.cdc-icon-home-lg-solid:before {
  content: "\f585"; }

.cdc-icon-hospital-alt-solid:before {
  content: "\f586"; }

.cdc-icon-hospital-solid:before {
  content: "\f587"; }

.cdc-icon-hospital-symbol-solid:before {
  content: "\f588"; }

.cdc-icon-hospital-user-solid:before {
  content: "\f589"; }

.cdc-icon-hotel-solid:before {
  content: "\f58a"; }

.cdc-icon-house-leave-solid:before {
  content: "\f58b"; }

.cdc-icon-house-return-solid:before {
  content: "\f58c"; }

.cdc-icon-house-user-solid:before {
  content: "\f58d"; }

.cdc-icon-ice-cream-solid:before {
  content: "\f58e"; }

.cdc-icon-id-badge-solid:before {
  content: "\f58f"; }

.cdc-icon-id-card-solid:before {
  content: "\f590"; }

.cdc-icon-inbox-solid:before {
  content: "\f591"; }

.cdc-icon-info-circle-solid:before {
  content: "\f592"; }

.cdc-icon-info-solid:before {
  content: "\f593"; }

.cdc-icon-info-square-solid:before {
  content: "\f594"; }

.cdc-icon-inhaler-solid:before {
  content: "\f595"; }

.cdc-icon-key-solid:before {
  content: "\f596"; }

.cdc-icon-keyboard-solid:before {
  content: "\f597"; }

.cdc-icon-keynote-solid:before {
  content: "\f598"; }

.cdc-icon-landmark-alt-solid:before {
  content: "\f599"; }

.cdc-icon-landmark-solid:before {
  content: "\f59a"; }

.cdc-icon-laptop-house-solid:before {
  content: "\f59b"; }

.cdc-icon-laptop-medical-solid:before {
  content: "\f59c"; }

.cdc-icon-laptop-solid:before {
  content: "\f59d"; }

.cdc-icon-leaf-oak-solid:before {
  content: "\f59e"; }

.cdc-icon-leaf-solid:before {
  content: "\f59f"; }

.cdc-icon-lightbulb-solid:before {
  content: "\f5a0"; }

.cdc-icon-link-solid:before {
  content: "\f5a1"; }

.cdc-icon-lock-alt-solid:before {
  content: "\f5a2"; }

.cdc-icon-lock-open-alt-solid:before {
  content: "\f5a3"; }

.cdc-icon-luggage-cart-solid:before {
  content: "\f5a4"; }

.cdc-icon-lungs-solid:before {
  content: "\f5a5"; }

.cdc-icon-lungs-virus-solid:before {
  content: "\f5a6"; }

.cdc-icon-mail-bulk-solid:before {
  content: "\f5a7"; }

.cdc-icon-male-solid:before {
  content: "\f5a8"; }

.cdc-icon-map-marker-alt-slash-solid:before {
  content: "\f5a9"; }

.cdc-icon-map-solid:before {
  content: "\f5aa"; }

.cdc-icon-medkit-solid:before {
  content: "\f5ab"; }

.cdc-icon-microphone-solid:before {
  content: "\f5ac"; }

.cdc-icon-microscope-solid:before {
  content: "\f5ad"; }

.cdc-icon-mobile-alt-solid:before {
  content: "\f5ae"; }

.cdc-icon-mobile-solid:before {
  content: "\f5af"; }

.cdc-icon-monitor-heart-rate-solid:before {
  content: "\f5b0"; }

.cdc-icon-moon-solid:before {
  content: "\f5b1"; }

.cdc-icon-mortar-pestle-solid:before {
  content: "\f5b2"; }

.cdc-icon-mouse-pointer-solid:before {
  content: "\f5b3"; }

.cdc-icon-network-wired-solid:before {
  content: "\f5b4"; }

.cdc-icon-newspaper-solid:before {
  content: "\f5b5"; }

.cdc-icon-notes-medical-solid:before {
  content: "\f5b6"; }

.cdc-icon-passport-solid:before {
  content: "\f5b7"; }

.cdc-icon-paw-solid:before {
  content: "\f5b8"; }

.cdc-icon-people-arrows-solid:before {
  content: "\f5b9"; }

.cdc-icon-person-sign-solid:before {
  content: "\f5ba"; }

.cdc-icon-phone-office-solid:before {
  content: "\f5bb"; }

.cdc-icon-pills-solid:before {
  content: "\f5bc"; }

.cdc-icon-place-of-worship-solid:before {
  content: "\f5bd"; }

.cdc-icon-plane-arrival-solid:before {
  content: "\f5be"; }

.cdc-icon-plane-departure-solid:before {
  content: "\f5bf"; }

.cdc-icon-plane-slash-solid:before {
  content: "\f5c0"; }

.cdc-icon-plane-solid:before {
  content: "\f5c1"; }

.cdc-icon-play-circle-solid:before {
  content: "\f5c2"; }

.cdc-icon-play-solid:before {
  content: "\f5c3"; }

.cdc-icon-poll-people-solid:before {
  content: "\f5c4"; }

.cdc-icon-poop-solid:before {
  content: "\f5c5"; }

.cdc-icon-popcorn-solid:before {
  content: "\f5c6"; }

.cdc-icon-portrait-solid:before {
  content: "\f5c7"; }

.cdc-icon-prescription-bottle-alt-solid:before {
  content: "\f5c8"; }

.cdc-icon-prescription-bottle-solid:before {
  content: "\f5c9"; }

.cdc-icon-prescription-solid:before {
  content: "\f5ca"; }

.cdc-icon-presentation-solid:before {
  content: "\f5cb"; }

.cdc-icon-procedures-solid:before {
  content: "\f5cc"; }

.cdc-icon-pump-medical-solid:before {
  content: "\f5cd"; }

.cdc-icon-pump-soap-solid:before {
  content: "\f5ce"; }

.cdc-icon-pumpkin-solid:before {
  content: "\f5cf"; }

.cdc-icon-question-circle-solid:before {
  content: "\f5d0"; }

.cdc-icon-question-solid:before {
  content: "\f5d1"; }

.cdc-icon-question-square-solid:before {
  content: "\f5d2"; }

.cdc-icon-ribbon-solid:before {
  content: "\f5d3"; }

.cdc-icon-running-solid:before {
  content: "\f5d4"; }

.cdc-icon-school-solid:before {
  content: "\f5d5"; }

.cdc-icon-search-solid:before {
  content: "\f5d6"; }

.cdc-icon-share-alt-solid:before {
  content: "\f5d7"; }

.cdc-icon-share-solid:before {
  content: "\f5d8"; }

.cdc-icon-ship-solid:before {
  content: "\f5d9"; }

.cdc-icon-shipping-fast-solid:before {
  content: "\f5da"; }

.cdc-icon-shopping-cart-solid:before {
  content: "\f5db"; }

.cdc-icon-shower-solid:before {
  content: "\f5dc"; }

.cdc-icon-shuttle-van-solid:before {
  content: "\f5dd"; }

.cdc-icon-sign-language-solid:before {
  content: "\f5de"; }

.cdc-icon-sink-solid:before {
  content: "\f5df"; }

.cdc-icon-sitemap-solid:before {
  content: "\f5e0"; }

.cdc-icon-soap-solid:before {
  content: "\f5e1"; }

.cdc-icon-spray-can-solid:before {
  content: "\f5e2"; }

.cdc-icon-star-solid:before {
  content: "\f5e3"; }

.cdc-icon-stethoscope-solid:before {
  content: "\f5e4"; }

.cdc-icon-stomach-solid:before {
  content: "\f5e5"; }

.cdc-icon-stopwatch-solid:before {
  content: "\f5e6"; }

.cdc-icon-store-alt-slash-solid:before {
  content: "\f5e7"; }

.cdc-icon-store-slash-solid:before {
  content: "\f5e8"; }

.cdc-icon-stretcher-solid:before {
  content: "\f5e9"; }

.cdc-icon-subway-solid:before {
  content: "\f5ea"; }

.cdc-icon-suitcase-solid:before {
  content: "\f5eb"; }

.cdc-icon-sun-solid:before {
  content: "\f5ec"; }

.cdc-icon-swimmer-solid:before {
  content: "\f5ed"; }

.cdc-icon-swimming-pool-solid:before {
  content: "\f5ee"; }

.cdc-icon-sync-alt-solid:before {
  content: "\f5ef"; }

.cdc-icon-syringe-solid:before {
  content: "\f5f0"; }

.cdc-icon-table-solid:before {
  content: "\f5f1"; }

.cdc-icon-tablet-alt-solid:before {
  content: "\f5f2"; }

.cdc-icon-tablets-solid:before {
  content: "\f5f3"; }

.cdc-icon-taxi-solid:before {
  content: "\f5f4"; }

.cdc-icon-temperature-high-solid:before {
  content: "\f5f5"; }

.cdc-icon-temperature-low-solid:before {
  content: "\f5f6"; }

.cdc-icon-thumbs-down-solid:before {
  content: "\f5f7"; }

.cdc-icon-thumbs-up-solid:before {
  content: "\f5f8"; }

.cdc-icon-times-circle-solid:before {
  content: "\f5f9"; }

.cdc-icon-times-solid:before {
  content: "\f5fa"; }

.cdc-icon-tint-slash-solid:before {
  content: "\f5fb"; }

.cdc-icon-tint-solid:before {
  content: "\f5fc"; }

.cdc-icon-toolbox-solid:before {
  content: "\f5fd"; }

.cdc-icon-tools-solid:before {
  content: "\f5fe"; }

.cdc-icon-tooth-solid:before {
  content: "\f5ff"; }

.cdc-icon-train-solid:before {
  content: "\f600"; }

.cdc-icon-trash-solid:before {
  content: "\f601"; }

.cdc-icon-tshirt-solid:before {
  content: "\f602"; }

.cdc-icon-umbrella-beach-solid:before {
  content: "\f603"; }

.cdc-icon-universal-access-solid:before {
  content: "\f604"; }

.cdc-icon-user-chart-solid:before {
  content: "\f605"; }

.cdc-icon-user-clock-solid:before {
  content: "\f606"; }

.cdc-icon-user-cog-solid:before {
  content: "\f607"; }

.cdc-icon-user-friends-solid:before {
  content: "\f608"; }

.cdc-icon-user-graduate-solid:before {
  content: "\f609"; }

.cdc-icon-user-hard-hat-solid:before {
  content: "\f60a"; }

.cdc-icon-user-injured-solid:before {
  content: "\f60b"; }

.cdc-icon-user-md-chat-solid:before {
  content: "\f60c"; }

.cdc-icon-user-md-solid:before {
  content: "\f60d"; }

.cdc-icon-user-nurse-solid:before {
  content: "\f60e"; }

.cdc-icon-user-solid:before {
  content: "\f60f"; }

.cdc-icon-users-class-solid:before {
  content: "\f610"; }

.cdc-icon-users-medical-solid:before {
  content: "\f611"; }

.cdc-icon-users-slash-solid:before {
  content: "\f612"; }

.cdc-icon-users-solid:before {
  content: "\f613"; }

.cdc-icon-venus-mars-solid:before {
  content: "\f614"; }

.cdc-icon-vial-solid:before {
  content: "\f615"; }

.cdc-icon-vials-solid:before {
  content: "\f616"; }

.cdc-icon-virus-slash-solid:before {
  content: "\f617"; }

.cdc-icon-virus-solid:before {
  content: "\f618"; }

.cdc-icon-viruses-solid:before {
  content: "\f619"; }

.cdc-icon-walking-solid:before {
  content: "\f61a"; }

.cdc-icon-washer-solid:before {
  content: "\f61b"; }

.cdc-icon-water-solid:before {
  content: "\f61c"; }

.cdc-icon-weight-solid:before {
  content: "\f61d"; }

.cdc-icon-wheelchair-solid:before {
  content: "\f61e"; }

.cdc-icon-window-close-solid:before {
  content: "\f61f"; }

.cdc-icon-x-ray-solid:before {
  content: "\f620"; }

button:focus {
  outline: 3px solid #ff751a !important;
  outline-offset: -2px; }

@media screen and (max-width: 1000px) {
  #navButtons button.boxbtnSelected,
  #navButtons button.parentNav.parentboxbtnSelected {
    border-left: none !important;
    border-top: none !important;
    border-right: none !important; } }

#navButtons {
  width: 100%; }
  @media screen and (max-width: 1000px) {
    #navButtons {
      position: relative;
      background: #333 !important;
      color: #fff !important;
      top: -130px; } }
  @media screen and (max-width: 1000px) {
    #navButtons button {
      background: #333 !important;
      color: #fff !important; } }
  @media screen and (max-width: 1000px) {
    #navButtons ul.sub-content {
      display: block;
      background: #222;
      color: #fff;
      top: 0 !important; } }
  @media screen and (max-width: 1000px) {
    #navButtons ul.sub-content li {
      display: block !important;
      background: none; }
      #navButtons ul.sub-content li button {
        padding-bottom: 5px !important;
        padding-top: 5px !important; }
      #navButtons ul.sub-content li .boxbtnSelected {
        padding-bottom: 5px !important;
        padding-top: 5px !important; } }
  @media screen and (max-width: 1000px) {
    #navButtons ul.sub-content button {
      border-right: none !important;
      background: none !important;
      color: #fff !important; } }

@media screen and (max-width: 1000px) {
  #casesCont {
    height: 0px !important; } }

#btnMobileHome {
  padding: 5px;
  color: #fff; }

h2#btnMobileHome {
  font-size: 1.4em;
  padding: 5px 0 0 10px; }

@media screen and (max-width: 1000px) {
  #btnMobileHome {
    display: none !important; } }

#header_nav #mobile-submenu {
  display: none; }
  @media screen and (max-width: 1000px) {
    #header_nav #mobile-submenu {
      display: block;
      width: 95vw; } }

#header_nav #submenu-select {
  width: 100%; }

#header_nav .card {
  border-radius: 5px; }
  #header_nav .card .card-header {
    border-radius: 5px 5px 0px 0px !important; }

.bg-cyan {
  background: #007c91;
  border: 1px solid #f2f2f2;
  color: #fff !important; }

.btn-dark {
  background: #333; }

@media screen and (max-width: 1000px) {
  .breadCrumbContainer {
    font-size: 0.7em;
    padding: 5px 0 0 10px; } }

#social-media-footer-container {
  margin: 50px 20px;
  padding: 10px 20px 40px 20px;
  border: 1px dashed #f2f2f2; }

@media screen and (max-width: 1000px) {
  .mobile-caret .fa-caret-down,
  .mobile-caret .fa-caret-up {
    color: #fff !important; } }

.buttonDataViewTogg {
  padding: 13px !important; }

#viz-chart-map-toggle .btn-cyan {
  background: #fff !important;
  color: #666666 !important; }
  #viz-chart-map-toggle .btn-cyan.active {
    color: #007c91 !important; }

.legend-drawer .row {
  width: auto !important; }

.legend-drawer .row-icon {
  width: 0px; }

.legend-drawer .row-url {
  width: 25px;
  position: relative;
  right: -70%; }

.legend-drawer .row-title {
  width: 5% !important; }

.legend-bottom-container {
  max-height: 135px !important; }

@media screen and (max-width: 1000px) {
  #viz-chart-map-toggle button {
    padding: 6px !important; } }

#commonFooter {
  padding-top: 5px; }

.btn-layout .btn.active {
  color: #007c91 !important;
  background: #fff !important; }

.btn-layout button {
  border-radius: 0 !important; }

.sub-content .boxbtn {
  margin: 0 !important; }

@media (min-width: 992px) {
  #navButtons ul li button:not(.parentboxbtnSelected) {
    border-left: 1px solid lightgray !important;
    border-bottom: 1px solid #65b0bd !important; }
  #navButtons ul li button.parentboxbtnSelected {
    border-right: 0px solid !important; }
  #navButtons ul li button#prntCases {
    border-left: 0px solid !important; } }

#navButtons button.boxbtnSelected {
  border-top: 0 !important; }

#navButtons button.parentNav.parentboxbtnSelected ~ ul.subnav-content li:last-child button {
  border-right: 0 !important; }

#navButtons button.parentNav.parentboxbtnSelected ~ ul.subnav-content li button.boxbtn.boxbtnSelected {
  border-right: 1px solid lightgray !important; }

.cdc-logo,
.site-title .row > .col {
  padding-left: 0px !important; }

#covid-home-link {
  display: block; }
  @media screen and (max-width: 992px) {
    #covid-home-link {
      color: #fff !important; } }

@media screen and (min-width: 992px) {
  #navButtons button {
    background-color: white;
    border-bottom: 1px solid black;
    color: black !important;
    border-right: none; } }

#navButtons > ul {
  margin: 0;
  padding: 0; }

#navButtons ol li,
#navButtons ul li {
  margin: 0;
  border: transparent; }

#navButtons button.boxbtnSelected:hover {
  color: black !important; }

#navButtons button.boxbtnSelected,
#navButtons button.parentNav.parentboxbtnSelected {
  border-top: 3px solid #007c91 !important;
  border-right: 1px solid #444444;
  border-left: 1px solid #444444;
  border-color: #dee2e6 #dee2e6 #fff;
  color: black;
  height: 45px; }
  @media screen and (max-width: 1000px) {
    #navButtons button.boxbtnSelected,
    #navButtons button.parentNav.parentboxbtnSelected {
      border-top: 0 !important; } }

#navButtons button.parentNav.parentboxbtnSelected ~ ul.subnav-content {
  width: 100% !important;
  left: 0 !important;
  top: 75px !important;
  border: none;
  box-shadow: none;
  margin-top: 0 !important; }

#navButtons button.parentNav.parentboxbtnSelected ~ ul.subnav-tier {
  top: 100px !important; }

#navButtons button.parentNav.parentboxbtnSelected ~ ul.subnav-content li {
  display: inline-block !important; }

@media screen and (min-width: 1000px) {
  #navButtons button.parentNav.parentboxbtnSelected ~ ul.subnav-content li button {
    border: none !important;
    text-decoration: underline;
    margin: 10px;
    padding: 0px;
    height: auto;
    border-right: 1px solid lightgray !important;
    padding-left: 20px; } }

@media screen and (max-width: 1000px) {
  #navButtons button.parentNav.parentboxbtnSelected ~ ul.subnav-content li button {
    padding: 0 0 5px 7px;
    border-right: none;
    text-decoration: none; } }

@media screen and (min-width: 1000px) {
  #navButtons button.parentNav.parentboxbtnSelected ~ ul.subnav-content li button.boxbtn.boxbtnSelected {
    text-decoration: none;
    margin: 10px;
    padding: 0 20px; } }

@media screen and (min-width: 1000px) {
  #navButtons button.parentNav.parentboxbtnSelected ~ ul.subnav-content li:last-child button.boxbtn.boxbtnSelected {
    border: none !important; } }

@media screen and (min-width: 992px) {
  .subnav {
    overflow: visible; } }

.ul-break {
  display: block;
  height: 85px; }

.mute {
  color: #ccc !important; }

.subnav-content {
  background-color: transparent !important; }
  @media screen and (max-width: 992px) {
    .subnav-content {
      display: none !important; } }

#header_nav {
  margin-top: 12px; }

@media screen and (max-width: 992px) {
  #forecast-chart-container g.axis.axis-x {
    font-size: 0.2em !important; } }

@media screen and (max-width: 992px) {
  .mobile-caret {
    display: none; } }

@media screen and (max-width: 600px) {
  .__acs a {
    color: #fff !important; } }

.bkg-clr {
  background-color: #CCE5E9; }

.util-pad {
  padding: 0px 10px; }

.margin-btm-spacer {
  margin-bottom: 1rem; }

.info-icon-size-ref {
  font-size: 0.7rem; }

.vax-anchor {
  color: #000000 !important; }
  .vax-anchor:hover {
    color: #000000 !important; }

#landing-container {
  display: flex;
  flex-direction: column; }

.landing-title {
  border-top: #65B0BD solid 2px;
  border-bottom: #65B0BD solid 1px;
  font-size: 17px;
  padding-bottom: 10px; }
  .landing-title h2 {
    font-size: 28px;
    padding-top: 2px; }

.landing-card {
  margin-top: 45px; }
  .landing-card h2 {
    font-size: 28px; }
  .landing-card p {
    margin: 0 0 .5rem; }
  .landing-card-main {
    border: solid 1px #E4E4E4;
    border-radius: 1px;
    padding: 1rem;
    background-color: #FFFFFF;
    text-align: left;
    width: 100%;
    height: 100%; }
    .landing-card-main h4 {
      font-size: 20px;
      color: #007C91;
      margin-bottom: .5rem !important; }
    .landing-card-main .main-image {
      align-items: center;
      justify-content: center;
      display: flex;
      border: solid 1px #E4E4E4;
      border-radius: 1px;
      padding: .5rem; }
    .landing-card-main .small-image {
      align-items: center;
      justify-content: center;
      display: flex;
      border: solid 1px #E4E4E4;
      border-radius: 1px;
      padding: .25rem 0; }
    .landing-card-main:hover {
      box-shadow: 0 1px 5px 3px #D3D3D3; }

.cards-container {
  display: flex;
  flex-direction: column; }

.sub-card {
  margin: .5rem 0; }

#update-list a {
  color: #064CA2 !important; }

#icon-style {
  color: #006581; }

.flex-2 {
  display: flex;
  align-items: stretch; }

.hdcard-section {
  height: 100%;
  width: 100%; }

.hdcard-container {
  border: solid 1px #E4E4E4;
  border-radius: 1px;
  padding: 1rem;
  background-color: #FFFFFF;
  text-align: left;
  width: 100%;
  height: 100%; }

.topLinks {
  padding: 10px;
  border-bottom: 1px dashed #b3b3b3; }

.hdcard-container h4 a {
  color: #007C91 !important; }

.landing-topLinks {
  margin-top: 45px; }
  .landing-topLinks-main {
    border-bottom: 1px dashed #b3b3b3;
    border-radius: 1px;
    padding: 1rem;
    background-color: #FFFFFF;
    text-align: left;
    height: 100%;
    margin: 0 .5rem .5rem; }
    .landing-topLinks-main:hover {
      box-shadow: 0 1px 5px 3px #D3D3D3; }

.status-bar-toggle {
  padding: .8rem 0;
  font-weight: 600;
  font-size: 16px; }

.status-toggle {
  font-weight: normal; }
  .status-toggle-text {
    color: #686868;
    margin-right: 1rem; }
  .status-toggle-icon {
    font-size: 1rem;
    color: #BDBDBD; }

.status-row {
  border-bottom: 1px solid #F0F0F0; }

.status-item {
  font-family: 'Open Sans';
  justify-content: center;
  align-items: center;
  margin-top: .2rem;
  margin-bottom: .2rem;
  padding: 0 10px;
  border: none;
  background-color: #FFFFFF; }
  @media screen and (max-width: 1024px) {
    .status-item {
      flex-direction: column;
      justify-content: flex-start; } }

.grow-2 {
  flex-grow: 2; }

.grow-3 {
  flex-grow: 3; }

.status-label {
  color: #555555;
  font-size: 14px;
  text-align: left; }
  .status-label-top {
    min-width: 24px;
    font-weight: bold; }
    @media screen and (max-width: 1024px) {
      .status-label-top {
        display: inline; } }
    @media screen and (max-width: 576px) {
      .status-label-top {
        font-size: 13px; } }
  @media screen and (max-width: 1024px) {
    .status-label-bottom {
      display: inline; } }
  @media screen and (max-width: 576px) {
    .status-label-bottom {
      font-size: 13px; } }
  .status-label-total {
    font-size: 28px;
    margin-left: 1rem; }
    @media screen and (max-width: 1024px) {
      .status-label-total {
        margin-left: 0; } }
    @media screen and (max-width: 576px) {
      .status-label-total {
        font-size: 20px; } }
  .status-label-total:hover {
    color: #007C91; }
  .status-label-arrow {
    color: #B75959;
    font-size: 30px;
    margin-left: 1rem; }
    @media screen and (max-width: 1024px) {
      .status-label-arrow {
        margin-left: 0; } }
  .status-label-arrow:hover {
    color: #883b3b; }
  @media screen and (max-width: 1024px) {
    .status-label {
      text-align: center; } }

@media screen and (max-width: 1024px) {
  .status-number {
    margin-top: 10px; } }

.status-arrow-label {
  min-width: 74px; }
  @media screen and (max-width: 1024px) {
    .status-arrow-label {
      text-align: center; } }

#vaccination-trends-graph-wrapper .overlay:hover {
  fill: #333;
  opacity: 0.1;
  transition: opacity, fill 140ms ease-in; }

#vaccination-trends-graph-wrapper.view-cumulative #avg-rate-line, #vaccination-trends-graph-wrapper.view-cumulative #seven-day-avg {
  display: none; }

#vaccination-trends-graph-wrapper.avg-false #avg-rate-line,
#vaccination-trends-graph-wrapper.avg-false #seven-day-avg {
  display: none; }

#vaccination-trends-graph-wrapper.avg-true #avg-rate-line,
#vaccination-trends-graph-wrapper.avg-true #seven-day-avg {
  display: static; }

#vaccination-trends-filter-wrapper {
  margin: 15px 0; }
  #vaccination-trends-filter-wrapper #location-select {
    padding: 0px 5px; }
  #vaccination-trends-filter-wrapper .vaccination-trends-radio-container {
    padding-bottom: 10px; }

#vaccination-trends-header {
  padding: 10px 0;
  font-size: 1em;
  font-weight: bold !important; }

#vaccine-trends-table .data-table-header {
  line-height: 25px !important; }

#vaccine-trends-table-container {
  zoom: 0.6; }

@media only screen and (max-width: 992px) {
  #viz_area_one.dwnl-img-container {
    display: none; } }

.vac-ltc-layout {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .vac-ltc-layout .align-icon {
    display: flex;
    align-items: center; }
    .vac-ltc-layout .align-icon p {
      margin-bottom: 0;
      padding-left: .5em; }

.trends-icon-layout-container {
  width: 100%;
  display: flex;
  justify-content: flex-end; }
  .trends-icon-layout-container .trends-icon-layout {
    display: flex;
    align-items: center; }
    .trends-icon-layout-container .trends-icon-layout p {
      margin-bottom: 0;
      padding-right: .5em; }

.vax-demograph-layout-container .trends-icon-layout {
  display: flex; }
  .vax-demograph-layout-container .trends-icon-layout p {
    margin-bottom: 0;
    padding-right: .5em;
    align-self: center; }

.vax-us-font-size {
  font-size: 12.8px;
  white-space: nowrap;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .vax-us-font-size {
      white-space: normal; } }

.vax-txt-color {
  color: #808080;
  font-weight: bold; }


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