@charset "UTF-8";
/* css/reset.css */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  font-family: sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Koppen */
h1 {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

h6 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* Paragrafen */
p {
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* Links */
a {
  color: #007bff;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Kleine tekst */
small {
  font-size: 0.875rem;
}

/* Emphasis */
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

/* Citaten */
blockquote {
  font-style: italic;
  border-left: 4px solid hsl(240, 12%, 97%);
  padding: 0.5rem;
  margin: 1rem 0;
}

/* Icons */
i {
  margin-right: 5px;
  margin-left: 5px;
}

code {
  display: block;
  color: hsl(200, 100%, 30%);
}

.show-on-hover {
  display: none;
}

@media (max-width: 576px) {
  h1 {
    font-size: 1.75rem !important;
  }
  h2 {
    font-size: 1.2rem;
  }
  h3 {
    font-size: 1.1rem;
  }
  h4, h5, h6 {
    font-size: 1rem;
  }
}
/* Spinner */
.fa-spin {
  animation-duration: 1s !important;
}

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

.spinner-sm {
  font-size: 1rem !important;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 1500px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.row > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
}

.col {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-dark {
  background-color: hsl(0, 0%, 10%);
  color: #fff;
}

.centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
.visible {
  visibility: visible !important;
}

.invisible {
  visibility: visible !important;
}

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

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

.bg-primary {
  background-color: hsl(200, 100%, 34%) !important;
}

.bg-primary-lighter {
  background-color: hsl(215, 89%, 93%) !important;
}

.bg-primary-darker {
  background-color: hsl(200, 100%, 30%) !important;
}

.text-primary {
  color: hsl(200, 100%, 34%) !important;
}

.text-primary-lighter {
  color: hsl(215, 89%, 93%) !important;
}

.text-primary-darker {
  color: hsl(200, 100%, 30%) !important;
}

.bg-secondary {
  background-color: hsl(240, 12%, 97%) !important;
}

.bg-secondary-lighter {
  background-color: hsl(240, 12%, 99%) !important;
}

.bg-secondary-darker {
  background-color: hsl(240, 12%, 90%) !important;
}

.text-secondary {
  color: hsl(240, 12%, 97%) !important;
}

.text-secondary-lighter {
  color: hsl(240, 12%, 99%) !important;
}

.text-secondary-darker {
  color: hsl(240, 12%, 90%) !important;
}

.bg-success {
  background-color: hsl(200, 100%, 34%) !important;
}

.bg-success-lighter {
  background-color: hsl(215, 89%, 93%) !important;
}

.bg-success-darker {
  background-color: hsl(200, 100%, 30%) !important;
}

.text-success {
  color: hsl(200, 100%, 34%) !important;
}

.text-success-lighter {
  color: hsl(215, 89%, 93%) !important;
}

.text-success-darker {
  color: hsl(200, 100%, 30%) !important;
}

.bg-info {
  background-color: hsl(200, 100%, 39%) !important;
}

.bg-info-lighter {
  background-color: hsl(200, 100%, 90%) !important;
}

.bg-info-darker {
  background-color: hsl(200, 100%, 30%) !important;
}

.text-info {
  color: hsl(200, 100%, 39%) !important;
}

.text-info-lighter {
  color: hsl(200, 100%, 90%) !important;
}

.text-info-darker {
  color: hsl(200, 100%, 30%) !important;
}

.bg-warning {
  background-color: hsl(42, 100%, 67%) !important;
}

.bg-warning-lighter {
  background-color: hsl(42, 100%, 90%) !important;
}

.bg-warning-darker {
  background-color: hsl(42, 100%, 25%) !important;
}

.text-warning {
  color: hsl(42, 100%, 67%) !important;
}

.text-warning-lighter {
  color: hsl(42, 100%, 90%) !important;
}

.text-warning-darker {
  color: hsl(42, 100%, 25%) !important;
}

.bg-danger {
  background-color: hsl(346, 84%, 60.8%) !important;
}

.bg-danger-lighter {
  background-color: hsl(346, 84%, 90%) !important;
}

.bg-danger-darker {
  background-color: hsl(346, 84%, 35%) !important;
}

.text-danger {
  color: hsl(346, 84%, 60.8%) !important;
}

.text-danger-lighter {
  color: hsl(346, 84%, 90%) !important;
}

.text-danger-darker {
  color: hsl(346, 84%, 35%) !important;
}

.bg-light {
  background-color: hsl(0, 0%, 90%) !important;
}

.bg-light-lighter {
  background-color: hsl(0, 0%, 90%) !important;
}

.bg-light-darker {
  background-color: hsl(0, 0%, 50%) !important;
}

.text-light {
  color: hsl(0, 0%, 90%) !important;
}

.text-light-lighter {
  color: hsl(0, 0%, 90%) !important;
}

.text-light-darker {
  color: hsl(0, 0%, 50%) !important;
}

.bg-dark {
  background-color: hsl(0, 0%, 10%) !important;
}

.bg-dark-lighter {
  background-color: hsl(0, 0%, 10%) !important;
}

.bg-dark-darker {
  background-color: hsl(0, 0%, 10%) !important;
}

.text-dark {
  color: hsl(0, 0%, 10%) !important;
}

.text-dark-lighter {
  color: hsl(0, 0%, 10%) !important;
}

.text-dark-darker {
  color: hsl(0, 0%, 10%) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-white-lighter {
  background-color: #fff !important;
}

.bg-white-darker {
  background-color: #fff !important;
}

.text-white {
  color: #fff !important;
}

.text-white-lighter {
  color: #fff !important;
}

.text-white-darker {
  color: #fff !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-black-lighter {
  background-color: #000 !important;
}

.bg-black-darker {
  background-color: #000 !important;
}

.text-black {
  color: #000 !important;
}

.text-black-lighter {
  color: #000 !important;
}

.text-black-darker {
  color: #000 !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #000 !important;
}

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

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

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

.active {
  background-color: hsl(200, 100%, 34%);
  color: #fff;
}

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

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

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

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

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

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

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

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

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

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

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

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

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

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

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

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

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

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

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

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

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

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

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

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

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

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

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.p-3 {
  padding: 1rem !important;
}

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

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

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

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

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

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

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

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

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

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

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

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

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

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

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

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

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

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

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

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

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-auto {
  margin-left: auto !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.p-auto {
  padding: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.ps-auto {
  padding-left: auto !important;
}

.pe-auto {
  padding-right: auto !important;
}

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

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

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

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

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

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

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

.d-grid {
  display: grid !important;
}

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

.d-none {
  display: none !important;
}

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

.text-left, .text-start {
  text-align: left !important;
}

.text-right, .text-end {
  text-align: right !important;
}

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

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

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

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

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

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

.fw-normal {
  font-weight: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fs-normal {
  font-size: 1rem !important;
}

.fs-1 {
  font-size: 0.75rem !important;
}

.fs-2 {
  font-size: 0.875rem !important;
}

.fs-3 {
  font-size: 1rem !important;
}

.fs-4 {
  font-size: 1.25rem !important;
}

.fs-5 {
  font-size: 1.563rem !important;
}

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

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

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

.justify-stretch {
  align-items: stretch !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-stretch {
  align-items: stretch !important;
}

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

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

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

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

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

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

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

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

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-grow-2 {
  flex-grow: 2 !important;
}

.flex-grow-3 {
  flex-grow: 3 !important;
}

.flex-grow-4 {
  flex-grow: 4 !important;
}

.flex-grow-5 {
  flex-grow: 5 !important;
}

.w-25 {
  width: 25% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-1 {
  top: 0.25rem !important;
}

.left-1 {
  left: 0.25rem !important;
}

.right-1 {
  right: 0.25rem !important;
}

.bottom-1 {
  bottom: 0.25rem !important;
}

.top-2 {
  top: 0.5rem !important;
}

.left-2 {
  left: 0.5rem !important;
}

.right-2 {
  right: 0.5rem !important;
}

.bottom-2 {
  bottom: 0.5rem !important;
}

.top-3 {
  top: 1rem !important;
}

.left-3 {
  left: 1rem !important;
}

.right-3 {
  right: 1rem !important;
}

.bottom-3 {
  bottom: 1rem !important;
}

.top-4 {
  top: 1.5rem !important;
}

.left-4 {
  left: 1.5rem !important;
}

.right-4 {
  right: 1.5rem !important;
}

.bottom-4 {
  bottom: 1.5rem !important;
}

.top-5 {
  top: 3rem !important;
}

.left-5 {
  left: 3rem !important;
}

.right-5 {
  right: 3rem !important;
}

.bottom-5 {
  bottom: 3rem !important;
}

.top-auto {
  top: auto !important;
}

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

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

.bottom-auto {
  bottom: auto !important;
}

.border {
  border: 1px solid hsl(240, 12%, 90%) !important;
}

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

.border-top {
  border-top: 1px solid hsl(240, 12%, 90%) !important;
}

.border-left {
  border-left: 1px solid hsl(240, 12%, 90%) !important;
}

.border-bottom {
  border-bottom: 1px solid hsl(240, 12%, 90%) !important;
}

.border-right {
  border-right: 1px solid hsl(240, 12%, 90%) !important;
}

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

.rounded-1 {
  border-radius: 0.25rem !important;
}

.rounded-2 {
  border-radius: 0.5rem !important;
}

.rounded-3 {
  border-radius: 0.75rem !important;
}

.rounded-4 {
  border-radius: 1rem !important;
}

.rounded-5 {
  border-radius: 1.5rem !important;
}

.rounded {
  border-radius: 0.75rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-sm-auto {
    padding: auto !important;
  }
  .pt-sm-auto {
    padding-top: auto !important;
  }
  .pb-sm-auto {
    padding-bottom: auto !important;
  }
  .ps-sm-auto {
    padding-left: auto !important;
  }
  .pe-sm-auto {
    padding-right: auto !important;
  }
  .px-sm-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .py-sm-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-left, .text-sm-start {
    text-align: left !important;
  }
  .text-sm-right, .text-sm-end {
    text-align: right !important;
  }
  .text-sm-uppercase {
    text-transform: uppercase !important;
  }
  .text-sm-lowercase {
    text-transform: lowercase !important;
  }
  .text-sm-capitalize {
    text-transform: capitalize !important;
  }
  .text-sm-underline {
    text-decoration: underline !important;
  }
  .text-sm-line-through {
    text-decoration: line-through !important;
  }
  .fw-sm-bold {
    font-weight: bold !important;
  }
  .fw-sm-normal {
    font-weight: normal !important;
  }
  .fw-sm-light {
    font-weight: 300 !important;
  }
  .fs-sm-normal {
    font-size: 1rem !important;
  }
  .fs-sm-1 {
    font-size: 0.75rem !important;
  }
  .fs-sm-2 {
    font-size: 0.875rem !important;
  }
  .fs-sm-3 {
    font-size: 1rem !important;
  }
  .fs-sm-4 {
    font-size: 1.25rem !important;
  }
  .fs-sm-5 {
    font-size: 1.563rem !important;
  }
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .justify-sm-center {
    justify-content: center !important;
  }
  .justify-sm-start {
    justify-content: start !important;
  }
  .justify-sm-end {
    justify-content: end !important;
  }
  .justify-sm-stretch {
    align-items: stretch !important;
  }
  .justify-sm-content-between {
    justify-content: space-between !important;
  }
  .justify-sm-content-around {
    justify-content: space-around !important;
  }
  .justify-sm-content-evenly {
    justify-content: space-evenly !important;
  }
  .align-sm-items-start {
    align-items: flex-start !important;
  }
  .align-sm-items-end {
    align-items: flex-end !important;
  }
  .align-sm-items-stretch {
    align-items: stretch !important;
  }
  .align-sm-items-center {
    align-items: center !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-grow-2 {
    flex-grow: 2 !important;
  }
  .flex-sm-grow-3 {
    flex-grow: 3 !important;
  }
  .flex-sm-grow-4 {
    flex-grow: 4 !important;
  }
  .flex-sm-grow-5 {
    flex-grow: 5 !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-static {
    position: static !important;
  }
  .top-sm-0 {
    top: 0 !important;
  }
  .left-sm-0 {
    left: 0 !important;
  }
  .right-sm-0 {
    right: 0 !important;
  }
  .bottom-sm-0 {
    bottom: 0 !important;
  }
  .top-sm-1 {
    top: 0.25rem !important;
  }
  .left-sm-1 {
    left: 0.25rem !important;
  }
  .right-sm-1 {
    right: 0.25rem !important;
  }
  .bottom-sm-1 {
    bottom: 0.25rem !important;
  }
  .top-sm-2 {
    top: 0.5rem !important;
  }
  .left-sm-2 {
    left: 0.5rem !important;
  }
  .right-sm-2 {
    right: 0.5rem !important;
  }
  .bottom-sm-2 {
    bottom: 0.5rem !important;
  }
  .top-sm-3 {
    top: 1rem !important;
  }
  .left-sm-3 {
    left: 1rem !important;
  }
  .right-sm-3 {
    right: 1rem !important;
  }
  .bottom-sm-3 {
    bottom: 1rem !important;
  }
  .top-sm-4 {
    top: 1.5rem !important;
  }
  .left-sm-4 {
    left: 1.5rem !important;
  }
  .right-sm-4 {
    right: 1.5rem !important;
  }
  .bottom-sm-4 {
    bottom: 1.5rem !important;
  }
  .top-sm-5 {
    top: 3rem !important;
  }
  .left-sm-5 {
    left: 3rem !important;
  }
  .right-sm-5 {
    right: 3rem !important;
  }
  .bottom-sm-5 {
    bottom: 3rem !important;
  }
  .top-sm-auto {
    top: auto !important;
  }
  .left-sm-auto {
    left: auto !important;
  }
  .right-sm-auto {
    right: auto !important;
  }
  .bottom-sm-auto {
    bottom: auto !important;
  }
  .border-sm {
    border: 1px solid hsl(0, 0%, 10%) !important;
  }
  .border-sm-0 {
    border: none !important;
  }
  .border-sm-top {
    border-top: 1px solid hsl(0, 0%, 10%) !important;
  }
  .border-sm-left {
    border-left: 1px solid hsl(0, 0%, 10%) !important;
  }
  .border-sm-bottom {
    border-bottom: 1px solid hsl(0, 0%, 10%) !important;
  }
  .border-sm-right {
    border-right: 1px solid hsl(0, 0%, 10%) !important;
  }
  .rounded-sm-0 {
    border-radius: 0 !important;
  }
  .rounded-sm-1 {
    border-radius: 0.25rem !important;
  }
  .rounded-sm-2 {
    border-radius: 0.5rem !important;
  }
  .rounded-sm-3 {
    border-radius: 0.75rem !important;
  }
  .rounded-sm-4 {
    border-radius: 1rem !important;
  }
  .rounded-sm-5 {
    border-radius: 1.5rem !important;
  }
  .rounded-sm-circle {
    border-radius: 50% !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-md-auto {
    padding: auto !important;
  }
  .pt-md-auto {
    padding-top: auto !important;
  }
  .pb-md-auto {
    padding-bottom: auto !important;
  }
  .ps-md-auto {
    padding-left: auto !important;
  }
  .pe-md-auto {
    padding-right: auto !important;
  }
  .px-md-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .py-md-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-none {
    display: none !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-left, .text-md-start {
    text-align: left !important;
  }
  .text-md-right, .text-md-end {
    text-align: right !important;
  }
  .text-md-uppercase {
    text-transform: uppercase !important;
  }
  .text-md-lowercase {
    text-transform: lowercase !important;
  }
  .text-md-capitalize {
    text-transform: capitalize !important;
  }
  .text-md-underline {
    text-decoration: underline !important;
  }
  .text-md-line-through {
    text-decoration: line-through !important;
  }
  .fw-md-bold {
    font-weight: bold !important;
  }
  .fw-md-normal {
    font-weight: normal !important;
  }
  .fw-md-light {
    font-weight: 300 !important;
  }
  .fs-md-normal {
    font-size: 1rem !important;
  }
  .fs-md-1 {
    font-size: 0.75rem !important;
  }
  .fs-md-2 {
    font-size: 0.875rem !important;
  }
  .fs-md-3 {
    font-size: 1rem !important;
  }
  .fs-md-4 {
    font-size: 1.25rem !important;
  }
  .fs-md-5 {
    font-size: 1.563rem !important;
  }
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .justify-md-center {
    justify-content: center !important;
  }
  .justify-md-start {
    justify-content: start !important;
  }
  .justify-md-end {
    justify-content: end !important;
  }
  .justify-md-stretch {
    align-items: stretch !important;
  }
  .justify-md-content-between {
    justify-content: space-between !important;
  }
  .justify-md-content-around {
    justify-content: space-around !important;
  }
  .justify-md-content-evenly {
    justify-content: space-evenly !important;
  }
  .align-md-items-start {
    align-items: flex-start !important;
  }
  .align-md-items-end {
    align-items: flex-end !important;
  }
  .align-md-items-stretch {
    align-items: stretch !important;
  }
  .align-md-items-center {
    align-items: center !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-grow-2 {
    flex-grow: 2 !important;
  }
  .flex-md-grow-3 {
    flex-grow: 3 !important;
  }
  .flex-md-grow-4 {
    flex-grow: 4 !important;
  }
  .flex-md-grow-5 {
    flex-grow: 5 !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-static {
    position: static !important;
  }
  .top-md-0 {
    top: 0 !important;
  }
  .left-md-0 {
    left: 0 !important;
  }
  .right-md-0 {
    right: 0 !important;
  }
  .bottom-md-0 {
    bottom: 0 !important;
  }
  .top-md-1 {
    top: 0.25rem !important;
  }
  .left-md-1 {
    left: 0.25rem !important;
  }
  .right-md-1 {
    right: 0.25rem !important;
  }
  .bottom-md-1 {
    bottom: 0.25rem !important;
  }
  .top-md-2 {
    top: 0.5rem !important;
  }
  .left-md-2 {
    left: 0.5rem !important;
  }
  .right-md-2 {
    right: 0.5rem !important;
  }
  .bottom-md-2 {
    bottom: 0.5rem !important;
  }
  .top-md-3 {
    top: 1rem !important;
  }
  .left-md-3 {
    left: 1rem !important;
  }
  .right-md-3 {
    right: 1rem !important;
  }
  .bottom-md-3 {
    bottom: 1rem !important;
  }
  .top-md-4 {
    top: 1.5rem !important;
  }
  .left-md-4 {
    left: 1.5rem !important;
  }
  .right-md-4 {
    right: 1.5rem !important;
  }
  .bottom-md-4 {
    bottom: 1.5rem !important;
  }
  .top-md-5 {
    top: 3rem !important;
  }
  .left-md-5 {
    left: 3rem !important;
  }
  .right-md-5 {
    right: 3rem !important;
  }
  .bottom-md-5 {
    bottom: 3rem !important;
  }
  .top-md-auto {
    top: auto !important;
  }
  .left-md-auto {
    left: auto !important;
  }
  .right-md-auto {
    right: auto !important;
  }
  .bottom-md-auto {
    bottom: auto !important;
  }
  .border-md {
    border: 1px solid hsl(0, 0%, 10%) !important;
  }
  .border-md-0 {
    border: none !important;
  }
  .border-md-top {
    border-top: 1px solid hsl(0, 0%, 10%) !important;
  }
  .border-md-left {
    border-left: 1px solid hsl(0, 0%, 10%) !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid hsl(0, 0%, 10%) !important;
  }
  .border-md-right {
    border-right: 1px solid hsl(0, 0%, 10%) !important;
  }
  .rounded-md-0 {
    border-radius: 0 !important;
  }
  .rounded-md-1 {
    border-radius: 0.25rem !important;
  }
  .rounded-md-2 {
    border-radius: 0.5rem !important;
  }
  .rounded-md-3 {
    border-radius: 0.75rem !important;
  }
  .rounded-md-4 {
    border-radius: 1rem !important;
  }
  .rounded-md-5 {
    border-radius: 1.5rem !important;
  }
  .rounded-md-circle {
    border-radius: 50% !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-lg-auto {
    padding: auto !important;
  }
  .pt-lg-auto {
    padding-top: auto !important;
  }
  .pb-lg-auto {
    padding-bottom: auto !important;
  }
  .ps-lg-auto {
    padding-left: auto !important;
  }
  .pe-lg-auto {
    padding-right: auto !important;
  }
  .px-lg-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .py-lg-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-left, .text-lg-start {
    text-align: left !important;
  }
  .text-lg-right, .text-lg-end {
    text-align: right !important;
  }
  .text-lg-uppercase {
    text-transform: uppercase !important;
  }
  .text-lg-lowercase {
    text-transform: lowercase !important;
  }
  .text-lg-capitalize {
    text-transform: capitalize !important;
  }
  .text-lg-underline {
    text-decoration: underline !important;
  }
  .text-lg-line-through {
    text-decoration: line-through !important;
  }
  .fw-lg-bold {
    font-weight: bold !important;
  }
  .fw-lg-normal {
    font-weight: normal !important;
  }
  .fw-lg-light {
    font-weight: 300 !important;
  }
  .fs-lg-normal {
    font-size: 1rem !important;
  }
  .fs-lg-1 {
    font-size: 0.75rem !important;
  }
  .fs-lg-2 {
    font-size: 0.875rem !important;
  }
  .fs-lg-3 {
    font-size: 1rem !important;
  }
  .fs-lg-4 {
    font-size: 1.25rem !important;
  }
  .fs-lg-5 {
    font-size: 1.563rem !important;
  }
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .justify-lg-center {
    justify-content: center !important;
  }
  .justify-lg-start {
    justify-content: start !important;
  }
  .justify-lg-end {
    justify-content: end !important;
  }
  .justify-lg-stretch {
    align-items: stretch !important;
  }
  .justify-lg-content-between {
    justify-content: space-between !important;
  }
  .justify-lg-content-around {
    justify-content: space-around !important;
  }
  .justify-lg-content-evenly {
    justify-content: space-evenly !important;
  }
  .align-lg-items-start {
    align-items: flex-start !important;
  }
  .align-lg-items-end {
    align-items: flex-end !important;
  }
  .align-lg-items-stretch {
    align-items: stretch !important;
  }
  .align-lg-items-center {
    align-items: center !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-grow-2 {
    flex-grow: 2 !important;
  }
  .flex-lg-grow-3 {
    flex-grow: 3 !important;
  }
  .flex-lg-grow-4 {
    flex-grow: 4 !important;
  }
  .flex-lg-grow-5 {
    flex-grow: 5 !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-static {
    position: static !important;
  }
  .top-lg-0 {
    top: 0 !important;
  }
  .left-lg-0 {
    left: 0 !important;
  }
  .right-lg-0 {
    right: 0 !important;
  }
  .bottom-lg-0 {
    bottom: 0 !important;
  }
  .top-lg-1 {
    top: 0.25rem !important;
  }
  .left-lg-1 {
    left: 0.25rem !important;
  }
  .right-lg-1 {
    right: 0.25rem !important;
  }
  .bottom-lg-1 {
    bottom: 0.25rem !important;
  }
  .top-lg-2 {
    top: 0.5rem !important;
  }
  .left-lg-2 {
    left: 0.5rem !important;
  }
  .right-lg-2 {
    right: 0.5rem !important;
  }
  .bottom-lg-2 {
    bottom: 0.5rem !important;
  }
  .top-lg-3 {
    top: 1rem !important;
  }
  .left-lg-3 {
    left: 1rem !important;
  }
  .right-lg-3 {
    right: 1rem !important;
  }
  .bottom-lg-3 {
    bottom: 1rem !important;
  }
  .top-lg-4 {
    top: 1.5rem !important;
  }
  .left-lg-4 {
    left: 1.5rem !important;
  }
  .right-lg-4 {
    right: 1.5rem !important;
  }
  .bottom-lg-4 {
    bottom: 1.5rem !important;
  }
  .top-lg-5 {
    top: 3rem !important;
  }
  .left-lg-5 {
    left: 3rem !important;
  }
  .right-lg-5 {
    right: 3rem !important;
  }
  .bottom-lg-5 {
    bottom: 3rem !important;
  }
  .top-lg-auto {
    top: auto !important;
  }
  .left-lg-auto {
    left: auto !important;
  }
  .right-lg-auto {
    right: auto !important;
  }
  .bottom-lg-auto {
    bottom: auto !important;
  }
  .border-lg {
    border: 1px solid hsl(0, 0%, 10%) !important;
  }
  .border-lg-0 {
    border: none !important;
  }
  .border-lg-top {
    border-top: 1px solid hsl(0, 0%, 10%) !important;
  }
  .border-lg-left {
    border-left: 1px solid hsl(0, 0%, 10%) !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid hsl(0, 0%, 10%) !important;
  }
  .border-lg-right {
    border-right: 1px solid hsl(0, 0%, 10%) !important;
  }
  .rounded-lg-0 {
    border-radius: 0 !important;
  }
  .rounded-lg-1 {
    border-radius: 0.25rem !important;
  }
  .rounded-lg-2 {
    border-radius: 0.5rem !important;
  }
  .rounded-lg-3 {
    border-radius: 0.75rem !important;
  }
  .rounded-lg-4 {
    border-radius: 1rem !important;
  }
  .rounded-lg-5 {
    border-radius: 1.5rem !important;
  }
  .rounded-lg-circle {
    border-radius: 50% !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-xl-auto {
    padding: auto !important;
  }
  .pt-xl-auto {
    padding-top: auto !important;
  }
  .pb-xl-auto {
    padding-bottom: auto !important;
  }
  .ps-xl-auto {
    padding-left: auto !important;
  }
  .pe-xl-auto {
    padding-right: auto !important;
  }
  .px-xl-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .py-xl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-left, .text-xl-start {
    text-align: left !important;
  }
  .text-xl-right, .text-xl-end {
    text-align: right !important;
  }
  .text-xl-uppercase {
    text-transform: uppercase !important;
  }
  .text-xl-lowercase {
    text-transform: lowercase !important;
  }
  .text-xl-capitalize {
    text-transform: capitalize !important;
  }
  .text-xl-underline {
    text-decoration: underline !important;
  }
  .text-xl-line-through {
    text-decoration: line-through !important;
  }
  .fw-xl-bold {
    font-weight: bold !important;
  }
  .fw-xl-normal {
    font-weight: normal !important;
  }
  .fw-xl-light {
    font-weight: 300 !important;
  }
  .fs-xl-normal {
    font-size: 1rem !important;
  }
  .fs-xl-1 {
    font-size: 0.75rem !important;
  }
  .fs-xl-2 {
    font-size: 0.875rem !important;
  }
  .fs-xl-3 {
    font-size: 1rem !important;
  }
  .fs-xl-4 {
    font-size: 1.25rem !important;
  }
  .fs-xl-5 {
    font-size: 1.563rem !important;
  }
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .justify-xl-center {
    justify-content: center !important;
  }
  .justify-xl-start {
    justify-content: start !important;
  }
  .justify-xl-end {
    justify-content: end !important;
  }
  .justify-xl-stretch {
    align-items: stretch !important;
  }
  .justify-xl-content-between {
    justify-content: space-between !important;
  }
  .justify-xl-content-around {
    justify-content: space-around !important;
  }
  .justify-xl-content-evenly {
    justify-content: space-evenly !important;
  }
  .align-xl-items-start {
    align-items: flex-start !important;
  }
  .align-xl-items-end {
    align-items: flex-end !important;
  }
  .align-xl-items-stretch {
    align-items: stretch !important;
  }
  .align-xl-items-center {
    align-items: center !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-grow-2 {
    flex-grow: 2 !important;
  }
  .flex-xl-grow-3 {
    flex-grow: 3 !important;
  }
  .flex-xl-grow-4 {
    flex-grow: 4 !important;
  }
  .flex-xl-grow-5 {
    flex-grow: 5 !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-static {
    position: static !important;
  }
  .top-xl-0 {
    top: 0 !important;
  }
  .left-xl-0 {
    left: 0 !important;
  }
  .right-xl-0 {
    right: 0 !important;
  }
  .bottom-xl-0 {
    bottom: 0 !important;
  }
  .top-xl-1 {
    top: 0.25rem !important;
  }
  .left-xl-1 {
    left: 0.25rem !important;
  }
  .right-xl-1 {
    right: 0.25rem !important;
  }
  .bottom-xl-1 {
    bottom: 0.25rem !important;
  }
  .top-xl-2 {
    top: 0.5rem !important;
  }
  .left-xl-2 {
    left: 0.5rem !important;
  }
  .right-xl-2 {
    right: 0.5rem !important;
  }
  .bottom-xl-2 {
    bottom: 0.5rem !important;
  }
  .top-xl-3 {
    top: 1rem !important;
  }
  .left-xl-3 {
    left: 1rem !important;
  }
  .right-xl-3 {
    right: 1rem !important;
  }
  .bottom-xl-3 {
    bottom: 1rem !important;
  }
  .top-xl-4 {
    top: 1.5rem !important;
  }
  .left-xl-4 {
    left: 1.5rem !important;
  }
  .right-xl-4 {
    right: 1.5rem !important;
  }
  .bottom-xl-4 {
    bottom: 1.5rem !important;
  }
  .top-xl-5 {
    top: 3rem !important;
  }
  .left-xl-5 {
    left: 3rem !important;
  }
  .right-xl-5 {
    right: 3rem !important;
  }
  .bottom-xl-5 {
    bottom: 3rem !important;
  }
  .top-xl-auto {
    top: auto !important;
  }
  .left-xl-auto {
    left: auto !important;
  }
  .right-xl-auto {
    right: auto !important;
  }
  .bottom-xl-auto {
    bottom: auto !important;
  }
  .border-xl {
    border: 1px solid hsl(0, 0%, 10%) !important;
  }
  .border-xl-0 {
    border: none !important;
  }
  .border-xl-top {
    border-top: 1px solid hsl(0, 0%, 10%) !important;
  }
  .border-xl-left {
    border-left: 1px solid hsl(0, 0%, 10%) !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid hsl(0, 0%, 10%) !important;
  }
  .border-xl-right {
    border-right: 1px solid hsl(0, 0%, 10%) !important;
  }
  .rounded-xl-0 {
    border-radius: 0 !important;
  }
  .rounded-xl-1 {
    border-radius: 0.25rem !important;
  }
  .rounded-xl-2 {
    border-radius: 0.5rem !important;
  }
  .rounded-xl-3 {
    border-radius: 0.75rem !important;
  }
  .rounded-xl-4 {
    border-radius: 1rem !important;
  }
  .rounded-xl-5 {
    border-radius: 1.5rem !important;
  }
  .rounded-xl-circle {
    border-radius: 50% !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-xxl-auto {
    padding: auto !important;
  }
  .pt-xxl-auto {
    padding-top: auto !important;
  }
  .pb-xxl-auto {
    padding-bottom: auto !important;
  }
  .ps-xxl-auto {
    padding-left: auto !important;
  }
  .pe-xxl-auto {
    padding-right: auto !important;
  }
  .px-xxl-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .py-xxl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .text-xxl-left, .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-right, .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-uppercase {
    text-transform: uppercase !important;
  }
  .text-xxl-lowercase {
    text-transform: lowercase !important;
  }
  .text-xxl-capitalize {
    text-transform: capitalize !important;
  }
  .text-xxl-underline {
    text-decoration: underline !important;
  }
  .text-xxl-line-through {
    text-decoration: line-through !important;
  }
  .fw-xxl-bold {
    font-weight: bold !important;
  }
  .fw-xxl-normal {
    font-weight: normal !important;
  }
  .fw-xxl-light {
    font-weight: 300 !important;
  }
  .fs-xxl-normal {
    font-size: 1rem !important;
  }
  .fs-xxl-1 {
    font-size: 0.75rem !important;
  }
  .fs-xxl-2 {
    font-size: 0.875rem !important;
  }
  .fs-xxl-3 {
    font-size: 1rem !important;
  }
  .fs-xxl-4 {
    font-size: 1.25rem !important;
  }
  .fs-xxl-5 {
    font-size: 1.563rem !important;
  }
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .justify-xxl-center {
    justify-content: center !important;
  }
  .justify-xxl-start {
    justify-content: start !important;
  }
  .justify-xxl-end {
    justify-content: end !important;
  }
  .justify-xxl-stretch {
    align-items: stretch !important;
  }
  .justify-xxl-content-between {
    justify-content: space-between !important;
  }
  .justify-xxl-content-around {
    justify-content: space-around !important;
  }
  .justify-xxl-content-evenly {
    justify-content: space-evenly !important;
  }
  .align-xxl-items-start {
    align-items: flex-start !important;
  }
  .align-xxl-items-end {
    align-items: flex-end !important;
  }
  .align-xxl-items-stretch {
    align-items: stretch !important;
  }
  .align-xxl-items-center {
    align-items: center !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-grow-2 {
    flex-grow: 2 !important;
  }
  .flex-xxl-grow-3 {
    flex-grow: 3 !important;
  }
  .flex-xxl-grow-4 {
    flex-grow: 4 !important;
  }
  .flex-xxl-grow-5 {
    flex-grow: 5 !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-static {
    position: static !important;
  }
  .top-xxl-0 {
    top: 0 !important;
  }
  .left-xxl-0 {
    left: 0 !important;
  }
  .right-xxl-0 {
    right: 0 !important;
  }
  .bottom-xxl-0 {
    bottom: 0 !important;
  }
  .top-xxl-1 {
    top: 0.25rem !important;
  }
  .left-xxl-1 {
    left: 0.25rem !important;
  }
  .right-xxl-1 {
    right: 0.25rem !important;
  }
  .bottom-xxl-1 {
    bottom: 0.25rem !important;
  }
  .top-xxl-2 {
    top: 0.5rem !important;
  }
  .left-xxl-2 {
    left: 0.5rem !important;
  }
  .right-xxl-2 {
    right: 0.5rem !important;
  }
  .bottom-xxl-2 {
    bottom: 0.5rem !important;
  }
  .top-xxl-3 {
    top: 1rem !important;
  }
  .left-xxl-3 {
    left: 1rem !important;
  }
  .right-xxl-3 {
    right: 1rem !important;
  }
  .bottom-xxl-3 {
    bottom: 1rem !important;
  }
  .top-xxl-4 {
    top: 1.5rem !important;
  }
  .left-xxl-4 {
    left: 1.5rem !important;
  }
  .right-xxl-4 {
    right: 1.5rem !important;
  }
  .bottom-xxl-4 {
    bottom: 1.5rem !important;
  }
  .top-xxl-5 {
    top: 3rem !important;
  }
  .left-xxl-5 {
    left: 3rem !important;
  }
  .right-xxl-5 {
    right: 3rem !important;
  }
  .bottom-xxl-5 {
    bottom: 3rem !important;
  }
  .top-xxl-auto {
    top: auto !important;
  }
  .left-xxl-auto {
    left: auto !important;
  }
  .right-xxl-auto {
    right: auto !important;
  }
  .bottom-xxl-auto {
    bottom: auto !important;
  }
  .border-xxl {
    border: 1px solid hsl(0, 0%, 10%) !important;
  }
  .border-xxl-0 {
    border: none !important;
  }
  .border-xxl-top {
    border-top: 1px solid hsl(0, 0%, 10%) !important;
  }
  .border-xxl-left {
    border-left: 1px solid hsl(0, 0%, 10%) !important;
  }
  .border-xxl-bottom {
    border-bottom: 1px solid hsl(0, 0%, 10%) !important;
  }
  .border-xxl-right {
    border-right: 1px solid hsl(0, 0%, 10%) !important;
  }
  .rounded-xxl-0 {
    border-radius: 0 !important;
  }
  .rounded-xxl-1 {
    border-radius: 0.25rem !important;
  }
  .rounded-xxl-2 {
    border-radius: 0.5rem !important;
  }
  .rounded-xxl-3 {
    border-radius: 0.75rem !important;
  }
  .rounded-xxl-4 {
    border-radius: 1rem !important;
  }
  .rounded-xxl-5 {
    border-radius: 1.5rem !important;
  }
  .rounded-xxl-circle {
    border-radius: 50% !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.btn {
  display: inline-block;
  padding: 0.4em 0.8em;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: hsl(0, 0%, 10%);
  border: 1px solid;
  border-radius: 10px;
  cursor: pointer;
  box-sizing: border-box;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn:hover {
  filter: brightness(93%);
}
.btn:hover, .btn:active, .btn:focus {
  text-decoration: none !important;
}

.btn-xs {
  font-size: 0.75rem;
}

.btn-sm {
  font-size: 0.875rem;
}

.btn-md {
  font-size: 1rem;
}

.btn-lg {
  font-size: 1.25rem;
}

.btn-xl {
  font-size: 1.563rem;
}

.btn-primary {
  background-color: hsl(200, 100%, 34%);
  border-color: hsl(200, 100%, 34%) !important;
  color: #fff;
}

.btn-secondary {
  background-color: hsl(240, 12%, 97%);
  border-color: hsl(240, 12%, 90%) !important;
  color: hsl(0, 0%, 10%);
}

.btn-success {
  background-color: hsl(200, 100%, 34%);
  border-color: hsl(200, 100%, 34%) !important;
  color: #fff;
}

.btn-warning {
  background-color: hsl(42, 100%, 67%);
  border-color: hsl(42, 100%, 67%) !important;
  color: hsl(0, 0%, 10%);
}

.btn-danger {
  background-color: hsl(346, 84%, 60.8%);
  border-color: hsl(346, 84%, 60.8%) !important;
  color: #fff;
}

.btn-info {
  background-color: hsl(200, 100%, 39%);
  border-color: hsl(200, 100%, 39%) !important;
  color: #fff;
}

.btn-light {
  background-color: #fff;
  border-color: hsl(240, 12%, 90%) !important;
  color: hsl(0, 0%, 10%);
}

.btn-secondary {
  border: 1px solid hsl(240, 12%, 90%);
}

.btn-round {
  border-radius: 50% !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 38px;
}

.link {
  background-color: transparent;
  border: none;
}
.link:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  cursor: pointer;
}

.btn-group {
  display: inline-flex !important;
}
.btn-group .btn {
  border-radius: 0 !important;
  margin: 0;
  border-left: none;
}
.btn-group .btn:first-of-type {
  border-left: 1px solid hsl(240, 12%, 90%) !important;
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}
.btn-group .btn:last-of-type {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}
.btn-group .dropdown-menu {
  transform: translateY(40px);
}
.btn-group .form-control {
  border-radius: 0 !important;
  margin: 0;
}
.btn-group .form-control:first-child {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}
.btn-group .form-control:first-child {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

.btn-label {
  display: none;
}

.btn:hover > .btn-label {
  display: inline !important;
}

.card {
  border: 1px solid hsl(240, 12%, 90%);
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: #fff;
}

.card-header {
  background-color: hsl(240, 12%, 97%);
  padding: 0.5rem 1rem;
  font-weight: 600;
  border-bottom: 1px solid hsl(240, 12%, 90%);
  font-size: 0.875rem;
  color: #000;
}

.card-body {
  padding: 1rem;
  background-color: #fff;
}

.card-footer {
  background-color: hsl(240, 12%, 97%);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  padding: 0.5rem 1rem;
  font-weight: 600;
  border-top: 1px solid hsl(240, 12%, 99%);
}

.card-actions {
  float: right;
}

.card-image {
  width: 100%;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.alert {
  width: 100%;
  padding: 0.8rem 1.1rem;
  border-radius: 0.75rem;
  background-color: hsl(0, 0%, 90%);
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 0.875rem;
}

.alert-primary {
  background-color: hsl(215, 89%, 93%);
  color: hsl(200, 100%, 30%);
  border-color: hsl(200, 100%, 34%);
}

.alert-secondary {
  background-color: hsl(240, 12%, 99%);
  color: hsl(240, 12%, 90%);
  border-color: hsl(240, 12%, 97%);
}

.alert-success {
  background-color: hsl(215, 89%, 93%);
  color: hsl(200, 100%, 30%);
  border-color: hsl(200, 100%, 34%);
}

.alert-info {
  background-color: hsl(200, 100%, 90%);
  color: hsl(200, 100%, 30%);
  border-color: hsl(200, 100%, 39%);
}

.alert-warning {
  background-color: hsl(42, 100%, 90%);
  color: hsl(42, 100%, 25%);
  border-color: hsl(42, 100%, 67%);
}

.alert-danger {
  background-color: hsl(346, 84%, 90%);
  color: hsl(346, 84%, 35%);
  border-color: hsl(346, 84%, 60.8%);
}

.badge {
  background-color: hsl(0, 0%, 90%);
  padding: 0.2em 1em;
  border-radius: 100px;
  display: inline-block;
  font-weight: 500;
  font-size: 0.75rem;
}

.badge-primary {
  background-color: hsl(215, 89%, 93%);
  color: hsl(200, 100%, 30%);
}

.badge-secondary {
  background-color: hsl(240, 12%, 97%);
  color: hsl(0, 0%, 10%);
}

.badge-success {
  background-color: hsl(215, 89%, 93%);
  color: hsl(200, 100%, 30%);
}

.badge-warning {
  background-color: hsl(42, 100%, 90%);
  color: hsl(42, 100%, 25%);
}

.badge-danger {
  background-color: hsl(346, 84%, 90%);
  color: hsl(346, 84%, 35%);
}

.badge-info {
  background-color: hsl(200, 100%, 90%);
  color: hsl(200, 100%, 30%);
}

.table {
  width: 100%;
  border-collapse: separate; /* Belangrijk! */
  border-spacing: 0; /* Om ruimte tussen cellen weg te halen */
  border: 1px solid hsl(240, 12%, 90%);
  border-radius: 0.75rem;
  font-size: 0.875rem;
  overflow: hidden;
  /* Tabel rond maken*/
  /* Top corners: default (thead present) */
  /* Top corners: when there is no thead (tbody is first child) */
  /* Bottom corners
   * - With tfoot: only round tfoot corners
   * - Without tfoot: round last tbody row corners
   */
  /* With tfoot present: round only the footer header cells */
  /* Without tfoot: round the last tbody row cells */
}
.table thead, .table thead tr th {
  background-color: #fff;
  border-bottom: 1px solid hsl(240, 12%, 90%) !important;
}
.table tfoot {
  background-color: #fff;
}
.table tfoot tr th {
  border-top: 1px solid hsl(240, 12%, 90%);
  border-bottom: none;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.table tbody {
  background-color: white;
}
.table tbody tr:last-child td {
  border-bottom: none !important;
}
.table th, .table td {
  padding: 0.5rem 0.8rem;
  text-align: left;
  border-bottom: 1px solid hsl(240, 12%, 90%);
}
.table tr:first-of-type th:first-child {
  border-top-left-radius: 0.75rem;
}
.table tr:first-child th:last-child {
  border-top-right-radius: 0.75rem;
}
.table > tbody:first-child tr:first-child td:first-child,
.table > tbody:first-child tr:first-child th:first-child {
  border-top-left-radius: 0.75rem;
}
.table > tbody:first-child tr:first-child td:last-child,
.table > tbody:first-child tr:first-child th:last-child {
  border-top-right-radius: 0.75rem;
}
.table tfoot tr:last-child th:first-child {
  border-bottom-left-radius: 0.75rem;
}
.table tfoot tr:last-child th:last-child {
  border-bottom-right-radius: 0.75rem;
}
.table:not(:has(tfoot)) tbody tr:last-child td:first-child, .table:not(:has(tfoot)) tbody tr:last-child th:first-child {
  border-bottom-left-radius: 0.75rem;
}
.table:not(:has(tfoot)) tbody tr:last-child td:last-child, .table:not(:has(tfoot)) tbody tr:last-child th:last-child {
  border-bottom-right-radius: 0.75rem;
}

/* Bordered table */
.table-bordered td:first-child, .table-bordered th:first-child {
  border-left: none;
}

.table-bordered td, .table-bordered th {
  border-left: 1px solid hsl(240, 12%, 90%);
}

/* Hover table*/
.table-hover tbody tr:hover {
  background-color: hsl(240, 12%, 99%);
}

/* Striped table */
.table-striped tbody tr:nth-child(even) {
  background-color: hsl(0, 0%, 20%) !important;
}

.table-striped-primary tbody tr:nth-child(even) {
  background-color: hsl(215, 89%, 93%);
}

.table-striped-secondary tbody tr:nth-child(even) {
  background-color: hsl(240, 12%, 99%);
}

.table-striped-success tbody tr:nth-child(even) {
  background-color: hsl(215, 89%, 93%);
}

.table-striped-warning tbody tr:nth-child(even) {
  background-color: hsl(42, 100%, 90%);
}

.table-striped-danger tbody tr:nth-child(even) {
  background-color: hsl(346, 84%, 90%);
}

.table-striped-info tbody tr:nth-child(even) {
  background-color: hsl(200, 100%, 90%);
}

/* Small table */
.table-small th, .table-small td {
  padding: 0.25rem 0.8rem;
}

/* Subtle table */
.table-lighter {
  border: none;
}

.table-lighter thead, .table-lighter tfoot {
  background-color: transparent;
}

.form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.col-form-label {
  display: block;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
}

.form-check-label {
  font-size: 0.875rem;
}

.form-control {
  width: 100%;
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
  border: 1px solid hsl(240, 12%, 90%);
  font-size: 0.875rem;
}
.form-control:focus {
  box-shadow: 0 0 0 3px hsl(215, 89%, 93%);
  outline: none;
  box-sizing: border-box;
}
.form-control:disabled {
  background-color: hsl(240, 12%, 97%);
}

.form-control-lg {
  font-size: 1.5rem;
}

.form-control-sm {
  font-size: 0.8rem;
}

.form-text {
  font-size: 0.875rem;
  color: hsl(240, 12%, 97%);
  margin-top: 4px;
}

/* Input groep */
.input-group {
  display: flex;
  width: 100%;
  /*margin-bottom: 1.1rem;*/
}

.input-group-text {
  background-color: hsl(240, 12%, 97%);
  padding: 0.375rem 0.75rem;
  color: hsl(0, 0%, 10%);
}

.input-group > .input-group-text {
  border-top: 1px solid hsl(240, 12%, 90%);
  border-bottom: 1px solid hsl(240, 12%, 90%);
}

.input-group > .input-group-text:first-child {
  border-left: 1px solid hsl(240, 12%, 90%);
}

.input-group > .input-group-text:last-child {
  border-right: 1px solid hsl(240, 12%, 90%);
}

.input-group > *:first-child {
  border-radius: 0.375rem 0 0 0.375rem;
}

.input-group > *:last-child {
  border-radius: 0 0.375rem 0.375rem 0;
}

/* Checkbox */
.form-checkbox-input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
  margin-right: 0.25rem;
  float: left;
  accent-color: hsl(200, 100%, 34%);
  border-radius: 0.375rem;
}

.form-checkbox-input:disabled + .form-checkbox-label {
  opacity: 0.5;
}

/* Switch */
.form-switch-input {
  position: relative;
  -webkit-appearance: none;
  outline: none;
  width: 50px;
  height: 30px;
  background-color: hsl(240, 12%, 97%);
  border: 1px solid hsl(240, 12%, 97%);
  border-radius: 50px;
}
.form-switch-input:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1);
  transition: 300ms ease;
}
.form-switch-input:checked {
  box-shadow: inset 20px 0 0 0 hsl(200, 100%, 34%);
  border-color: hsl(200, 100%, 34%);
  transition: 300ms ease;
}
.form-switch-input:checked:after {
  left: 20px;
  box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
}

.form-switch-label {
  position: relative;
  top: -8px;
  margin-left: 0.25rem;
}

/* Select */
.form-select {
  width: 100%;
  padding: 0.45rem;
  border-radius: 0.375rem;
  border: 1px solid hsl(240, 12%, 90%);
  background-color: #fff;
  font-size: 0.875rem;
}
.form-select:active, .form-select:focus {
  border-color: hsl(240, 12%, 90%);
}
.form-select:disabled {
  background-color: hsl(240, 12%, 97%);
}

.form-select-lg {
  font-size: 1.5rem;
}

.form-select-sm {
  font-size: 0.75rem;
}

/* Select2 */
.select2-container {
  width: 100% !important;
  font-size: 0.875rem;
}

.select2-selection {
  border: 1px solid hsl(240, 12%, 90%) !important;
  border-radius: 0.375rem !important;
  font-size: 1rem !important;
  height: auto !important;
  color: hsl(0, 0%, 10%) !important;
}

.select2-selection__rendered {
  padding: 5px 5px !important;
  line-height: 1.5rem !important;
  font-size: 0.875rem;
}

.select2-selection--single {
  padding-left: 8px !important;
}

.select2-selection--multiple {
  padding: 0 !important;
  line-height: 1.2rem !important;
  height: 39px !important;
  font-size: 0.875rem;
}

.select2-selection__arrow {
  top: 6px !important;
  right: 6px !important;
}

/* Radio's */
.form-radio-input:checked {
  background-color: hsl(200, 100%, 34%);
}

.form-radio-input:disabled + .form-radio-label {
  opacity: 0.5;
}

/* Button group */
.form-radio-btn {
  display: none;
}

.btn-group-primary .form-radio-btn:checked + .btn {
  background-color: hsl(200, 100%, 34%);
  color: #fff;
}

.btn-group-secondary .form-radio-btn:checked + .btn {
  background-color: hsl(240, 12%, 97%);
  color: hsl(200, 100%, 34%);
}

.btn-group-success .form-radio-btn:checked + .btn {
  background-color: hsl(200, 100%, 34%);
  color: #fff;
}

.btn-group-info .form-radio-btn:checked + .btn {
  background-color: hsl(200, 100%, 39%);
  color: #fff;
}

.btn-group-warning .form-radio-btn:checked + .btn {
  background-color: hsl(42, 100%, 67%);
  color: hsl(0, 0%, 10%);
}

.btn-group-danger .form-radio-btn:checked + .btn {
  background-color: hsl(346, 84%, 60.8%);
  color: #fff;
}

fieldset {
  border: none;
}

.invalid-feedback {
  font-size: 0.875rem;
  color: hsl(346, 84%, 60.8%);
  margin-top: 0.3rem;
}

.callout {
  width: 100%;
  border-left: 4px solid hsl(240, 12%, 99%);
  padding: 0.9rem;
  background-color: hsl(0, 0%, 90%);
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-weight: normal;
  font-size: 0.875rem;
}

.callout-primary {
  background-color: hsl(215, 89%, 93%);
  color: hsl(200, 100%, 30%);
  border-color: hsl(200, 100%, 34%);
}

.callout-secondary {
  background-color: hsl(240, 12%, 99%);
  color: hsl(0, 0%, 10%);
  border-color: hsl(0, 0%, 10%);
}

.callout-success {
  background-color: hsl(215, 89%, 93%);
  color: hsl(200, 100%, 30%);
  border-color: hsl(200, 100%, 34%);
}

.callout-warning {
  background-color: hsl(42, 100%, 90%);
  color: hsl(42, 100%, 25%);
  border-color: hsl(42, 100%, 67%);
}

.callout-danger {
  background-color: hsl(346, 84%, 90%);
  color: hsl(346, 84%, 35%);
  border-color: hsl(346, 84%, 60.8%);
}

.callout-info {
  background-color: hsl(200, 100%, 90%);
  color: hsl(200, 100%, 30%);
  border-color: hsl(200, 100%, 39%);
}

.dropdown-btn, .dropdown-split-btn {
  position: relative;
  display: inline-block;
}

.dropdown-btn > *[data-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-no-icon::after {
  content: none !important;
}

.dropdown-menu {
  list-style-type: none;
  position: absolute;
  min-width: 300px;
  border: 1px solid hsl(240, 12%, 90%);
  border-radius: 0.75rem;
  background-color: #fff;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1000;
  display: none;
  color: hsl(0, 0%, 10%);
  font-family: "Inter", sans-serif, sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
}
.dropdown-menu .dropdown-item:first-of-type {
  border-top-right-radius: 0.75rem;
  border-top-left-radius: 0.75rem;
}
.dropdown-menu .dropdown-item:last-of-type {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.dropdown-item {
  padding: 0.5rem;
  color: hsl(0, 0%, 10%) !important;
}
.dropdown-item a {
  color: hsl(0, 0%, 10%);
  text-decoration: none;
  width: 100%;
  display: block;
}
.dropdown-item:hover {
  background-color: hsl(240, 12%, 97%);
  cursor: pointer;
}

.list-icon {
  width: 30px;
  text-align: center;
  display: inline-block;
}

.dropdown-show {
  display: block;
}

.dropdown-divider {
  width: 100%;
  border-bottom: 1px solid hsl(240, 12%, 90%);
  border-top: none;
}

/* Split button */
.dropdown-toggle-split {
  padding-left: 10px;
}

.modal {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: none;
  z-index: 10;
}

.modal-show {
  display: flex;
}

.modal-dialog {
  background-color: #fdfdfd;
  margin: auto;
  border-radius: 0.75rem;
  padding: 1.5rem;
  width: 25%;
  border: 1px solid var(--dark-lighter);
  box-shadow: 5px 7px 20px #676767;
  backdrop-filter: blur(9px);
}

.modal-dialog-25 {
  width: 25%;
}

.modal-dialog-50 {
  width: 50%;
}

.modal-dialog-75 {
  width: 75%;
}

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

.modal-footer {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  justify-content: end;
}

@media (max-width: 576px) {
  .modal-dialog, .modal-dialog-25, .modal-dialog-50 {
    width: 75% !important;
  }
}
.list-group {
  margin: 0;
  list-style-type: none;
  max-width: 400px;
  background-color: #fff;
  border-radius: 0.75rem;
}

.list-group-item {
  padding: 0.7rem;
  font-size: 0.875rem;
  border: 1px solid hsl(240, 12%, 90%);
  box-sizing: border-box;
  margin-bottom: -1px;
}
.list-group-item:first-child {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.list-group-item:last-child {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.nav-pills {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  gap: 0.25rem;
  padding: 0.25rem;
  border-radius: 100px;
  border: 1px solid hsl(240, 12%, 90%);
  overflow: hidden;
}

.nav-pills-item {
  padding: 0.3rem;
  font-weight: 600;
  border-radius: 100px;
  flex-grow: 1;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

/* Indicator */
.nav-pills-indicator {
  position: absolute;
  top: 0.5rem;
  bottom: 0.5rem;
  left: 0;
  width: 0;
  background-color: hsl(200, 100%, 34%);
  border-radius: 100px;
  transition: all 0.3s ease;
  z-index: 0;
  color: #fff;
}

/* Targets */
.nav-target {
  padding: 1rem;
  display: none;
  background-color: #fff;
  border-radius: 0.75rem;
  border: 1px solid hsl(240, 12%, 90%);
  margin-top: 1rem;
}

.nav-target-show {
  display: block;
}

.nav-tabs {
  display: flex;
}

.nav-tabs-item {
  padding: 0.5rem 1.2rem;
  background-color: hsl(240, 12%, 99%) !important;
  color: hsl(0, 0%, 10%);
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-left: 1px solid hsl(240, 12%, 90%);
  border-right: 1px solid hsl(240, 12%, 90%);
  border-top: 1px solid hsl(240, 12%, 90%);
  box-sizing: border-box;
  cursor: pointer;
}
.nav-tabs-item:hover {
  filter: brightness(95%);
}

.nav-tabs-item.active {
  margin-bottom: -1px;
  background-color: white !important;
}

.nav-tabs-target-container {
  border: 1px solid hsl(240, 12%, 90%);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.toast {
  display: inline-block;
  padding: 1.2rem 1rem;
  min-width: 300px;
  border-radius: 0.75rem;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  position: absolute;
  font-weight: 600;
  backdrop-filter: blur(8px);
  transition: top 0.5s ease-in-out;
  top: -150px;
  box-shadow: 6px 4px 6px hsla(0, 0%, 0%, 0.2);
}

.toast-primary {
  background-color: hsl(215, 89%, 93%);
  border-color: hsl(200, 100%, 30%);
  color: hsl(200, 100%, 30%);
}

.toast-secondary {
  background-color: hsl(240, 12%, 97%);
  border-color: hsl(0, 0%, 10%);
  color: hsl(0, 0%, 10%);
}

.toast-success {
  background-color: hsl(215, 89%, 93%);
  border-color: hsl(200, 100%, 34%);
  color: hsl(200, 100%, 30%);
}

.toast-warning {
  background-color: hsl(42, 100%, 90%);
  border-color: hsl(42, 100%, 67%);
  color: hsl(42, 100%, 25%);
}

.toast-danger {
  background-color: hsl(346, 84%, 90%);
  border-color: hsl(346, 84%, 60.8%);
  color: hsl(346, 84%, 35%);
}

.toast-info {
  background-color: hsl(200, 100%, 90%);
  border-color: hsl(200, 100%, 30%);
  color: hsl(200, 100%, 30%);
}

.pagination {
  display: flex;
  list-style: none;
  padding-left: 0;
  gap: 0;
  font-size: 0.875rem;
}
.pagination .page-item.disabled .page-link {
  opacity: 0.5;
  pointer-events: none;
}
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: hsl(200, 100%, 34%);
  border-color: hsl(200, 100%, 34%);
  cursor: default;
}
.pagination .page-item:first-of-type button {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-left: 1px solid hsl(240, 12%, 90%);
}
.pagination .page-item:last-of-type button {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.pagination .page-link {
  display: block;
  padding: 0.5rem 0.75rem;
  color: #000;
  background-color: #fff;
  border: 1px solid hsl(240, 12%, 90%);
  border-left: none;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.pagination .page-link:hover {
  filter: brightness(0.9);
  cursor: pointer;
}
.pagination .page-link:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 116, 173, 0.25);
}

.dt-info, .dt-search, .dt-length {
  font-size: 0.875rem !important;
}

body {
  display: grid;
  grid-template-areas: "header header" "navigation content";
  grid-template-columns: 225px 1fr;
  grid-template-rows: auto 1fr;
  background-color: #fff;
  font-size: 16px;
  overflow-x: hidden;
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Inter", sans-serif, sans-serif;
  color: #000;
  font-weight: normal;
}

.header {
  grid-area: header;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 15px 25px;
  background-color: hsl(200, 100%, 34%);
  font-size: 0.875rem;
  color: white;
  font-weight: 500;
}

.header-title {
  flex-basis: 200px;
}

.header-actions-center {
  flex-grow: 1;
  padding-left: 100px;
}

.header-actions-end {
  padding-right: 75px;
}

.header .dropdown-menu {
  margin-top: 15px;
  margin-left: -15px;
}

.dropdown-btn span i {
  width: 15px;
  margin-left: 0;
}

.nav {
  grid-area: navigation;
  background-color: white;
  border-right: 1px solid hsl(240, 12%, 90%);
  padding-top: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  z-index: 9;
}

.nav hr {
  border: none;
  border-top: 1px solid hsl(240, 12%, 90%);
}

.nav b {
  display: inline-block;
  margin-top: 15px;
  margin-left: 22px;
  font-size: 0.875rem;
  color: hsl(0, 0%, 10%);
  font-weight: 600;
}

.nav-show {
  display: block !important;
  position: absolute;
  width: 40%;
  height: 100% !important;
  z-index: 2;
}

#mobiel-nav-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 2;
}

/* nav-item */
.nav-item {
  margin-top: 4px;
  margin-bottom: 4px;
}

.nav-item .nav-link {
  /*border-radius: $border-radius;*/
  color: hsl(0, 0%, 10%);
  padding: 8px 15px;
  display: block;
  cursor: pointer;
  /*font-weight: 500;*/
}

.nav-item .nav-link:hover {
  background-color: hsl(240, 12%, 99%);
}

.nav-item .nav-link:hover, .nav-item .nav-link:focus {
  text-decoration: none;
}

.nav-item .nav-link:active {
  background-color: hsl(240, 12%, 97%);
}

.nav-item .nav-link i {
  width: 20px;
  color: hsl(0, 0%, 10%);
  text-align: center;
}

/* sub-navigation */
.sub-nav {
  display: none;
  transition: max-height 3s ease;
  max-height: 0;
  overflow: hidden;
  margin-bottom: 1rem;
}

.sub-nav .nav-link {
  padding-left: 52px;
}

.sub-nav-open > .sub-nav {
  display: block;
  max-height: 500px;
  transition: max-height 3s ease;
}

.has-sub-menu > .nav-link {
  position: relative;
}

.has-sub-menu > .nav-link::after {
  content: "›";
  position: absolute;
  right: 20px;
}

.sub-nav-open > .nav-link::after {
  content: "▾";
}

/* === CONTENT === */
.content {
  grid-area: content;
  padding: 50px 100px;
  background-color: hsl(240, 12%, 97%);
}

.page-header {
  margin-bottom: 2.5rem;
  margin-left: -100px;
  margin-top: -50px;
  padding: 0.8rem 100px;
  width: calc(100% + 200px);
  border-bottom: 1px solid hsl(240, 12%, 90%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 hsl(240, 12%, 94%);
}

.page-header h1 {
  margin-bottom: 0;
}

.page-header-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-between;
  align-content: stretch;
}

.page-header-actions .btn {
  margin-left: 0.3rem;
}

/* === RESPONSIVE === */
/* < desktop */
@media (max-width: 1200px) {
  body, html {
    overflow-y: hidden;
  }
  body {
    grid-template-areas: "header" "content";
    grid-template-columns: 1fr;
  }
  .nav {
    display: none;
  }
  .nav-item {
    /*font-weight: 600;*/
  }
  .content {
    overflow-y: auto;
  }
}
/* Mobile */
@media (max-width: 575px) {
  .nav-show {
    width: 60%;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../assets/framework/css/_reset.scss%22,%22../../assets/framework/css/_typography.scss%22,%22../../assets/framework/css/_variables.scss%22,%22../../assets/framework/css/_layout.scss%22,%22../../assets/framework/css/_utilities.scss%22,%22../../assets/framework/css/components/_button.scss%22,%22../../assets/framework/css/components/_card.scss%22,%22../../assets/framework/css/components/_alert.scss%22,%22../../assets/framework/css/components/_badge.scss%22,%22../../assets/framework/css/components/_table.scss%22,%22../../assets/framework/css/components/_form.scss%22,%22../../assets/framework/css/components/_callout.scss%22,%22../../assets/framework/css/components/_dropdown.scss%22,%22../../assets/framework/css/components/_modal.scss%22,%22../../assets/framework/css/components/_lists_group.scss%22,%22../../assets/framework/css/components/_nav_pills.scss%22,%22../../assets/framework/css/components/_nav_tabs.scss%22,%22../../assets/framework/css/components/_toast.scss%22,%22../../assets/framework/css/components/_pagination.scss%22,%22../../assets/framework/css/_theme.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAAA;AACA;AAAA;AAAA;EAGI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AC3BJ;AAMA;EACE;EALA;EACA;;;AAQF;EACE;EAVA;EACA;;;AAaF;EACE;EAfA;EACA;;;AAkBF;EACE;EApBA;EACA;;;AAuBF;EACE;EAzBA;EACA;;;AA4BF;EACE;EA9BA;EACA;;;AAiCF;AACA;EACE;EACA;;;AAGF;AACA;EACE;EACA;;;AAGF;EACE;;;AAGF;AACA;EACE,WC4Ca;;;ADzCf;AACA;EACE;;;AAGF;EACE;;;AAGF;AACA;EACE;EACA;EACA;EACA;;;AAGF;AACA;EACE;EACA;;;AAGF;EACE;EACA,OC5EY;;;ADmFd;EACE;;;AAGF;EACE;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;;AAIJ;AACA;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AExEF;EACE;EACA;EACA;EACA,eAnDoB;EAoDpB,cApDoB;EAsDpB;;;AAGF;EACE;EACA;EAEA;EACA;;;AAGF;EACE,cAnEiB;EAoEjB,eApEiB;EAqEjB;;;AAGF;EACE;EACA;EACA;;;AASF;EACE;EACA;;;AAGF;EACE,kBDnBS;ECoBT,ODXM;;;ACcR;EACE;EACA;EACA;;;AAIF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE;;;AApFA;EARF;EACA,WAQsB;;;AADpB;EARF;EACA,WAQsB;;;AADpB;EARF;EACA,WAQsB;;;AADpB;EARF;EACA,WAQsB;;;AADpB;EARF;EACA,WAQsB;;;AADpB;EARF;EACA,WAQsB;;;AADpB;EARF;EACA,WAQsB;;;AADpB;EARF;EACA,WAQsB;;;AADpB;EARF;EACA,WAQsB;;;AADpB;EARF;EACA,WAQsB;;;AADpB;EARF;EACA,WAQsB;;;AADpB;EARF;EACA,WAQsB;;;AASpB;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AAkFJ;EA9FE;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EASpB;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;;AAkFJ;EA9FE;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EASpB;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;;AAkFJ;EA9FE;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EASpB;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;;AAkFJ;EA9FE;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EASpB;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;;AAkFJ;EA9FE;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EADpB;IARF;IACA,WAQsB;;EASpB;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;;AC2IN;EACE;;;AAIF;EACE;;;AAIF;EACE;;;AAGF;EACE;;;AAyKA;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAjBF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAjBF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAjBF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAjBF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAjBF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAjBF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAjBF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAjBF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAjBF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAIF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAIF;EACE,kBF/ZK;EEgaL,OFnVM;;;AEsVR;EACE;;;AAjWE;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAIF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAhDF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAIF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAhDF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAIF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAhDF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAIF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAhDF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAIF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAhDF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAIF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAhDF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAIF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAUF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AASJ;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAIA;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AA4BJ;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAIA;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAUF;EACE;;;AAEF;EACE;;;AAJF;EACE;;;AAEF;EACE;;;AAJF;EACE;;;AAEF;EACE;;;AAJF;EACE;;;AAEF;EACE;;;AAJF;EACE;;;AAEF;EACE;;;AASJ;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAIA;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAVF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAVF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAVF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAVF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAVF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAVF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAUJ;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAIA;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAKF;EACE;;;AAIJ;EACE;EACA;EACA;EACA;;;AAiFF;EA/WE;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAUF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EASJ;IACE;;EAEF;IACE;;EAEF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAIA;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EA6QF;IACE;;EAEF;IACE;;EArPJ;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAIA;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EAUF;IACE;;EAEF;IACE;;EAJF;IACE;;EAEF;IACE;;EAJF;IACE;;EAEF;IACE;;EAJF;IACE;;EAEF;IACE;;EAJF;IACE;;EAEF;IACE;;EASJ;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAIA;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAUJ;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAIA;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EAUJ;IACE;IACA;IACA;IACA;;;AAiFF;EA/WE;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAUF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EASJ;IACE;;EAEF;IACE;;EAEF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAIA;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EA6QF;IACE;;EAEF;IACE;;EArPJ;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAIA;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EAUF;IACE;;EAEF;IACE;;EAJF;IACE;;EAEF;IACE;;EAJF;IACE;;EAEF;IACE;;EAJF;IACE;;EAEF;IACE;;EAJF;IACE;;EAEF;IACE;;EASJ;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAIA;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAUJ;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAIA;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EAUJ;IACE;IACA;IACA;IACA;;;AAiFF;EA/WE;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAUF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EASJ;IACE;;EAEF;IACE;;EAEF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAIA;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EA6QF;IACE;;EAEF;IACE;;EArPJ;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAIA;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EAUF;IACE;;EAEF;IACE;;EAJF;IACE;;EAEF;IACE;;EAJF;IACE;;EAEF;IACE;;EAJF;IACE;;EAEF;IACE;;EAJF;IACE;;EAEF;IACE;;EASJ;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAIA;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAUJ;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAIA;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EAUJ;IACE;IACA;IACA;IACA;;;AAiFF;EA/WE;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAUF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EASJ;IACE;;EAEF;IACE;;EAEF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAIA;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EA6QF;IACE;;EAEF;IACE;;EArPJ;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAIA;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EAUF;IACE;;EAEF;IACE;;EAJF;IACE;;EAEF;IACE;;EAJF;IACE;;EAEF;IACE;;EAJF;IACE;;EAEF;IACE;;EAJF;IACE;;EAEF;IACE;;EASJ;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAIA;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAUJ;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAIA;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EAUJ;IACE;IACA;IACA;IACA;;;AAiFF;EA/WE;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAhDF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAIF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAUF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EASJ;IACE;;EAEF;IACE;;EAEF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAIA;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EA6QF;IACE;;EAEF;IACE;;EArPJ;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAGF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAIA;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EAUF;IACE;;EAEF;IACE;;EAJF;IACE;;EAEF;IACE;;EAJF;IACE;;EAEF;IACE;;EAJF;IACE;;EAEF;IACE;;EAJF;IACE;;EAEF;IACE;;EASJ;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAIA;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAVF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAUJ;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAIA;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EAUJ;IACE;IACA;IACA;IACA;;;ACxSJ;EACE;EACA;EACA,WHkCa;EGjCb;EACA;EACA;EACA,OHIS;EGHT;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;;AAGF;EACE;;;AAhEA;EACE,WArBU;;;AAoBZ;EACE,WArBU;;;AAoBZ;EACE,WArBU;;;AAoBZ;EACE,WArBU;;;AAoBZ;EACE,WArBU;;;AAgCZ;EACE,kBALiB;EAMjB;EACA,OALW;;;AAEb;EACE,kBALiB;EAMjB;EACA,OALW;;;AAEb;EACE,kBALiB;EAMjB;EACA,OALW;;;AAEb;EACE,kBALiB;EAMjB;EACA,OALW;;;AAEb;EACE,kBALiB;EAMjB;EACA,OALW;;;AAEb;EACE,kBALiB;EAMjB;EACA,OALW;;;AAEb;EACE,kBALiB;EAMjB;EACA,OALW;;;AA6DjB;EACE;;;AAIF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAIF;EACE;EACA;;AAEA;EACE;EACA;EACA;;;AAKJ;EACE;;AAEA;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;;AAIJ;EACE;;AAGF;EACE;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;;;AAKN;EACE;;;AAGF;EACE;;;ACnKF;EACI;EACA,eJ0GY;EIzGZ;EACA,kBJ6EI;;;AI1ER;EACI,kBJiCQ;EIhCR;EACA;EACA;EACA,WJsFW;EIrFX,OJ0DI;;;AIvDR;EACI;EACA,kBJ+DI;;;AI5DR;EACI,kBJmBQ;EIlBR,2BJqFY;EIpFZ,4BJoFY;EInFZ;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA,wBJwEY;EIvEZ,yBJuEY;;;AKlGhB;EACE;EACA;EACA,eL+Fc;EK9Fd,kBLkES;EKjET;EACA;EACA,WLiFa;;;AKhGX;EACE;EACA;EACA;;;AAHF;EACE;EACA;EACA;;;AAHF;EACE;EACA;EACA;;;AAHF;EACE;EACA;EACA;;;AAHF;EACE;EACA;EACA;;;AAHF;EACE;EACA;EACA;;;ACaN;EACE,kBN6DS;EM5DT;EACA,eNwFoB;EMvFpB;EACA;EACA,WNyEa;;;AMtFX;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;ACbN;EACE;EACA;EACA;EACA;EACA,ePuGc;EOtGd,WP4Fa;EO3Fb;AAgCA;AACA;AASA;AAWA;AAAA;AAAA;AAAA;AAIA;AASA;;AAhEA;EACE,kBPuEI;EOtEJ;;AAGF;EACE,kBPkEI;;AOhEJ;EACE;EACA;EACA;EACA;;AAIJ;EACE;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;;AAKF;EACE,wBPkEY;;AO/Dd;EACE,yBP8DY;;AO1Dd;AAAA;EAEE,wBPwDY;;AOrDd;AAAA;EAEE,yBPmDY;;AO3Cd;EACE,2BP0CY;;AOvCd;EACE,4BPsCY;;AOlCd;EAEE,2BPgCY;;AO7Bd;EAEE,4BP2BY;;;AOvBhB;AACA;EACE;;;AAGF;EACE;;;AAGF;AACA;EACE,kBPtDkB;;;AOyDpB;AACA;EACE;;;AAGF;EACE,kBPpGa;;;AOuGf;EACE,kBPnEkB;;;AOsEpB;EACE,kBP5Ga;;;AO+Gf;EACE,kBP/DgB;;;AOkElB;EACE,kBP/De;;;AOkEjB;EACE,kBP3Ea;;;AO8Ef;AACA;EACE;;;AAIF;AACA;EACE;;;AAGF;EACE;;;AC5IF;EACE;EACA;EACA,WR+Fa;;;AQ5Ff;EACE;EACA;EACA;EACA,WRwFa;;;AQrFf;EACE,WRoFa;;;AQjFf;EACE;EACA;EACA;EACA;EACA,WR4Ea;;AQ1Eb;EACE;EACA;EACA;;AAGF;EACE,kBRUQ;;;AQNZ;EACE;;;AAGF;EACE;;;AAGF;EACE,WRsDa;EQrDb,ORJU;EQKV;;;AAGF;AACA;EACE;EACA;AACA;;;AAGF;EACE,kBRhBU;EQiBV;EACA,ORaS;;;AQVX;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AACA;EACE;EACA;EACA;EACA;EACA;EACA,cRtFK;EQuFL,eRmBoB;;;AQhBtB;EACE;;;AAGF;AACA;EACE;EACA;EACA;EACA;EACA;EACA,kBRhEU;EQiEV;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA,YRjCI;EQkCJ;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA,cRxHG;EQyHH;;AAGF;EACE;EACA;;;AAIJ;EACE;EACA;EACA;;;AAGF;AACA;EACE;EACA;EACA,eRlCoB;EQmCpB;EACA,kBRjEM;EQkEN,WRjDa;;AQmDb;EACE,cR3Ge;;AQ8GjB;EACE,kBRjHQ;;;AQqHZ;EACE;;;AAGF;EACE;;;AAGF;AACA;EACE;EACA,WRvEa;;;AQ0Ef;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA,WRrFa;;;AQwFf;EACE;;;AAGF;EACE;EACA;EACA;EACA,WRhGa;;;AQsGf;EACE;EACA;;;AAIF;AACA;EACE,kBR5MK;;;AQ+MP;EACE;;;AAGF;AACA;EACE;;;AAGF;EACE,kBRzNK;EQ0NL,OR7IM;;;AQgJR;EACE,kBRzLU;EQ0LV,OR/NK;;;AQkOP;EACE,kBRnOK;EQoOL,ORvJM;;;AQ0JR;EACE,kBR3LK;EQ4LL,OR5JM;;;AQ+JR;EACE,kBR5LQ;EQ6LR,OR1KS;;;AQ6KX;EACE,kBR7LO;EQ8LP,ORtKM;;;AQyKR;EACE;;;AAGF;EACE,WR7Ja;EQ8Jb,ORvMO;EQwMP;;;AC9OF;EACE;EACA;EACA;EACA,kBTyDS;ESxDT;EACA;EACA;EACA,WTuEa;;;ASvFX;EACE;EACA;EACA;;;AAHF;EACE;EACA;EACA;;;AAHF;EACE;EACA;EACA;;;AAHF;EACE;EACA;EACA;;;AAHF;EACE;EACA;EACA;;;AAHF;EACE;EACA;EACA;;;ACdN;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA,eVmFc;EUlFd,kBVuDM;EUtDN;EACA;EACA;EACA;EACA,OVyCS;EUxCT;EACA;EACA;;AAEA;EACE,yBVuEY;EUtEZ,wBVsEY;;AUnEd;EACE,4BVkEY;EUjEZ,2BViEY;;;AU7DhB;EACE;EACA;;AAEA;EACE,OVoBO;EUnBP;EACA;EACA;;AAGF;EACE,kBVlBQ;EUmBR;;;AAIJ;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;AACA;EACE;;;AClFF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA,eX0Fc;EWzFd;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAOF;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;ACvDJ;EACE;EACA;EACA;EACA,kBZ6EM;EY5EN,eZuGc;;;AYpGhB;EACE;EACA,WZwFa;EYvFb;EACA;EACA;;AAEA;EACE,wBZ4FY;EY3FZ,yBZ2FY;;AYxFd;EACE,2BZuFY;EYtFZ,4BZsFY;;;Aa5GhB;EACE;EACA;EACA;EACA,kBb6EM;Ea5EN;EACA;EACA,ebsGoB;EarGpB;EACA;;;AAGF;EACE;EACA;EACA,eb8FoB;Ea7FpB;EACA;EACA;EACA;EACA;;;AAGF;AACA;EACE;EACA;EACA;EACA;EACA;EACA,kBb1BK;Ea2BL,eb8EoB;Ea7EpB;EACA;EACA,Ob+CM;;;Aa5CR;AACA;EACE;EACA;EACA,kBbwCM;EavCN,ebkEc;EajEd;EACA;;;AAGF;EACE;;;AChDF;EACE;;;AAGF;EACE;EACA;EACA,OdiES;EchET,wBdoGc;EcnGd,yBdmGc;EclGd;EACA;EACA;EACA;EACA;;AAEA;EACE;;;AAMJ;EACE;EACA;;;AAGF;EACE;EACA,2Bd8Ec;Ec7Ed,4Bd6Ec;Ec5Ed,yBd4Ec;;;AezFhB;EACE;EACA;EACA;EACA,efqFc;EepFd;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AApBE;EACE;EACA;EACA;;;AAHF;EACE;EACA;EACA;;;AAHF;EACE;EACA;EACA;;;AAHF;EACE;EACA;EACA;;;AAHF;EACE;EACA;EACA;;;AAHF;EACE;EACA;EACA;;;ACdN;EACE;EACA;EACA;EACA;EACA,WhB6Fa;;AgB1FX;EACE;EACA;;AAGF;EACE,OhBmEE;EgBlEF,kBhBXC;EgBYD,chBZC;EgBaD;;AAGF;EACE,wBhBuFU;EgBtFV,2BhBsFU;EgBrFV;;AAGF;EACE,yBhBiFU;EgBhFV,4BhBgFU;;AgB5Ed;EACE;EACA;EACA,OhBoCI;EgBnCJ,kBhB6CI;EgB5CJ;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;;;AAKN;EACI;;;AChDJ;EACE;EACA,qBACE;EAEF;EACA;EACA,kBjBmEM;EiBlEN,WjB4Ee;EiB3Ef;EACA;EACA;EACA;EACA,OjBmDM;EiBlDN;;;AAIF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBjB7BK;EiB8BL,WjBgEa;EiB/Db;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA,cA7CkB;;;AAgDpB;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAIF;EACE;EACA;EACA;EACA;EACA,WjB8Ba;EiB7Bb;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA,WjBgBa;EiBfb,OjBXS;EiBYT;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;AACA;EACE;EACA;;;AAGF;AACE;EACA,OjB1CS;EiB2CT;EACA;EACA;AACA;;;AAGF;EACE,kBjBhFkB;;;AiBmFpB;EACE;;;AAGF;EACE,kBjBzFU;;;AiB4FZ;EACE;EACA,OjB/DS;EiBgET;;;AAGF;AACA;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;AACA;EACE;EACA;EACA,kBjBvIU;;;AiB0IZ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBjB7GM;EiB8GN;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;AAEA;AACA;EAIE;IACE;;EAGF;IACE;IACA;;EAGF;IACE;;EAGF;AACE;;EAGF;IACE;;;AAIJ;AACA;EACE;IACE%22,%22file%22:%22app.output.css%22%7D */
