@charset "UTF-8";
.bootstrap {
  /*!
   * Bootstrap v4.6.2 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Copyright 2011-2022 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
}
.bootstrap :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.bootstrap *,
.bootstrap *::before,
.bootstrap *::after {
  box-sizing: border-box;
}
.bootstrap html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bootstrap article, .bootstrap aside, .bootstrap figcaption, .bootstrap figure, .bootstrap footer, .bootstrap header, .bootstrap hgroup, .bootstrap main, .bootstrap nav, .bootstrap section {
  display: block;
}
.bootstrap body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
.bootstrap [tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
.bootstrap hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.bootstrap h1, .bootstrap h2, .bootstrap h3, .bootstrap h4, .bootstrap h5, .bootstrap h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.bootstrap p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bootstrap abbr[title],
.bootstrap abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.bootstrap address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.bootstrap ol,
.bootstrap ul,
.bootstrap dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bootstrap ol ol,
.bootstrap ul ul,
.bootstrap ol ul,
.bootstrap ul ol {
  margin-bottom: 0;
}
.bootstrap dt {
  font-weight: 700;
}
.bootstrap dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.bootstrap blockquote {
  margin: 0 0 1rem;
}
.bootstrap b,
.bootstrap strong {
  font-weight: bolder;
}
.bootstrap small {
  font-size: 80%;
}
.bootstrap sub,
.bootstrap sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.bootstrap sub {
  bottom: -0.25em;
}
.bootstrap sup {
  top: -0.5em;
}
.bootstrap a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
.bootstrap a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.bootstrap a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
.bootstrap a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.bootstrap pre,
.bootstrap code,
.bootstrap kbd,
.bootstrap samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
.bootstrap pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
.bootstrap figure {
  margin: 0 0 1rem;
}
.bootstrap img {
  vertical-align: middle;
  border-style: none;
}
.bootstrap svg {
  overflow: hidden;
  vertical-align: middle;
}
.bootstrap table {
  border-collapse: collapse;
}
.bootstrap caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
.bootstrap th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.bootstrap label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.bootstrap button {
  border-radius: 0;
}
.bootstrap button:focus:not(:focus-visible) {
  outline: 0;
}
.bootstrap input,
.bootstrap button,
.bootstrap select,
.bootstrap optgroup,
.bootstrap textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bootstrap button,
.bootstrap input {
  overflow: visible;
}
.bootstrap button,
.bootstrap select {
  text-transform: none;
}
.bootstrap [role=button] {
  cursor: pointer;
}
.bootstrap select {
  word-wrap: normal;
}
.bootstrap button,
.bootstrap [type=button],
.bootstrap [type=reset],
.bootstrap [type=submit] {
  -webkit-appearance: button;
}
.bootstrap button:not(:disabled),
.bootstrap [type=button]:not(:disabled),
.bootstrap [type=reset]:not(:disabled),
.bootstrap [type=submit]:not(:disabled) {
  cursor: pointer;
}
.bootstrap button::-moz-focus-inner,
.bootstrap [type=button]::-moz-focus-inner,
.bootstrap [type=reset]::-moz-focus-inner,
.bootstrap [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.bootstrap input[type=radio],
.bootstrap input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
.bootstrap textarea {
  overflow: auto;
  resize: vertical;
}
.bootstrap fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.bootstrap legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
.bootstrap progress {
  vertical-align: baseline;
}
.bootstrap [type=number]::-webkit-inner-spin-button,
.bootstrap [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.bootstrap [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
.bootstrap [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bootstrap ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.bootstrap output {
  display: inline-block;
}
.bootstrap summary {
  display: list-item;
  cursor: pointer;
}
.bootstrap template {
  display: none;
}
.bootstrap [hidden] {
  display: none !important;
}
.bootstrap h1, .bootstrap h2, .bootstrap h3, .bootstrap h4, .bootstrap h5, .bootstrap h6,
.bootstrap .h1, .bootstrap .h2, .bootstrap .h3, .bootstrap .h4, .bootstrap .h5, .bootstrap .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.bootstrap h1, .bootstrap .h1 {
  font-size: 2.5rem;
}
.bootstrap h2, .bootstrap .h2 {
  font-size: 2rem;
}
.bootstrap h3, .bootstrap .h3 {
  font-size: 1.75rem;
}
.bootstrap h4, .bootstrap .h4 {
  font-size: 1.5rem;
}
.bootstrap h5, .bootstrap .h5 {
  font-size: 1.25rem;
}
.bootstrap h6, .bootstrap .h6 {
  font-size: 1rem;
}
.bootstrap .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.bootstrap .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.bootstrap small,
.bootstrap .small {
  font-size: 0.875em;
  font-weight: 400;
}
.bootstrap mark,
.bootstrap .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.bootstrap .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bootstrap .list-inline {
  padding-left: 0;
  list-style: none;
}
.bootstrap .list-inline-item {
  display: inline-block;
}
.bootstrap .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.bootstrap .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.bootstrap .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.bootstrap .blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.bootstrap .blockquote-footer::before {
  content: "— ";
}
.bootstrap .img-fluid {
  max-width: 100%;
  height: auto;
}
.bootstrap .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.bootstrap .figure {
  display: inline-block;
}
.bootstrap .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.bootstrap .figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.bootstrap code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > .bootstrap code {
  color: inherit;
}
.bootstrap kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
.bootstrap kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
.bootstrap pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
.bootstrap pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.bootstrap .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.bootstrap .container,
.bootstrap .container-fluid,
.bootstrap .container-xl,
.bootstrap .container-lg,
.bootstrap .container-md,
.bootstrap .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .bootstrap .container-sm, .bootstrap .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrap .container-xl, .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container {
    max-width: 1140px;
  }
}
.bootstrap .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.bootstrap .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap .no-gutters > .col,
.bootstrap .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap .col-xl,
.bootstrap .col-xl-auto, .bootstrap .col-xl-12, .bootstrap .col-xl-11, .bootstrap .col-xl-10, .bootstrap .col-xl-9, .bootstrap .col-xl-8, .bootstrap .col-xl-7, .bootstrap .col-xl-6, .bootstrap .col-xl-5, .bootstrap .col-xl-4, .bootstrap .col-xl-3, .bootstrap .col-xl-2, .bootstrap .col-xl-1, .bootstrap .col-lg,
.bootstrap .col-lg-auto, .bootstrap .col-lg-12, .bootstrap .col-lg-11, .bootstrap .col-lg-10, .bootstrap .col-lg-9, .bootstrap .col-lg-8, .bootstrap .col-lg-7, .bootstrap .col-lg-6, .bootstrap .col-lg-5, .bootstrap .col-lg-4, .bootstrap .col-lg-3, .bootstrap .col-lg-2, .bootstrap .col-lg-1, .bootstrap .col-md,
.bootstrap .col-md-auto, .bootstrap .col-md-12, .bootstrap .col-md-11, .bootstrap .col-md-10, .bootstrap .col-md-9, .bootstrap .col-md-8, .bootstrap .col-md-7, .bootstrap .col-md-6, .bootstrap .col-md-5, .bootstrap .col-md-4, .bootstrap .col-md-3, .bootstrap .col-md-2, .bootstrap .col-md-1, .bootstrap .col-sm,
.bootstrap .col-sm-auto, .bootstrap .col-sm-12, .bootstrap .col-sm-11, .bootstrap .col-sm-10, .bootstrap .col-sm-9, .bootstrap .col-sm-8, .bootstrap .col-sm-7, .bootstrap .col-sm-6, .bootstrap .col-sm-5, .bootstrap .col-sm-4, .bootstrap .col-sm-3, .bootstrap .col-sm-2, .bootstrap .col-sm-1, .bootstrap .col,
.bootstrap .col-auto, .bootstrap .col-12, .bootstrap .col-11, .bootstrap .col-10, .bootstrap .col-9, .bootstrap .col-8, .bootstrap .col-7, .bootstrap .col-6, .bootstrap .col-5, .bootstrap .col-4, .bootstrap .col-3, .bootstrap .col-2, .bootstrap .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.bootstrap .row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.bootstrap .row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.bootstrap .row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.bootstrap .row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.bootstrap .row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.bootstrap .row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.bootstrap .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.bootstrap .col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.bootstrap .col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.bootstrap .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.bootstrap .col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.bootstrap .col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.bootstrap .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.bootstrap .col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.bootstrap .col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.bootstrap .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.bootstrap .col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.bootstrap .col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.bootstrap .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.bootstrap .order-first {
  order: -1;
}
.bootstrap .order-last {
  order: 13;
}
.bootstrap .order-0 {
  order: 0;
}
.bootstrap .order-1 {
  order: 1;
}
.bootstrap .order-2 {
  order: 2;
}
.bootstrap .order-3 {
  order: 3;
}
.bootstrap .order-4 {
  order: 4;
}
.bootstrap .order-5 {
  order: 5;
}
.bootstrap .order-6 {
  order: 6;
}
.bootstrap .order-7 {
  order: 7;
}
.bootstrap .order-8 {
  order: 8;
}
.bootstrap .order-9 {
  order: 9;
}
.bootstrap .order-10 {
  order: 10;
}
.bootstrap .order-11 {
  order: 11;
}
.bootstrap .order-12 {
  order: 12;
}
.bootstrap .offset-1 {
  margin-left: 8.33333333%;
}
.bootstrap .offset-2 {
  margin-left: 16.66666667%;
}
.bootstrap .offset-3 {
  margin-left: 25%;
}
.bootstrap .offset-4 {
  margin-left: 33.33333333%;
}
.bootstrap .offset-5 {
  margin-left: 41.66666667%;
}
.bootstrap .offset-6 {
  margin-left: 50%;
}
.bootstrap .offset-7 {
  margin-left: 58.33333333%;
}
.bootstrap .offset-8 {
  margin-left: 66.66666667%;
}
.bootstrap .offset-9 {
  margin-left: 75%;
}
.bootstrap .offset-10 {
  margin-left: 83.33333333%;
}
.bootstrap .offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .bootstrap .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrap .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .bootstrap .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .bootstrap .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .bootstrap .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .bootstrap .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .bootstrap .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .bootstrap .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .bootstrap .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .bootstrap .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap .order-sm-first {
    order: -1;
  }
  .bootstrap .order-sm-last {
    order: 13;
  }
  .bootstrap .order-sm-0 {
    order: 0;
  }
  .bootstrap .order-sm-1 {
    order: 1;
  }
  .bootstrap .order-sm-2 {
    order: 2;
  }
  .bootstrap .order-sm-3 {
    order: 3;
  }
  .bootstrap .order-sm-4 {
    order: 4;
  }
  .bootstrap .order-sm-5 {
    order: 5;
  }
  .bootstrap .order-sm-6 {
    order: 6;
  }
  .bootstrap .order-sm-7 {
    order: 7;
  }
  .bootstrap .order-sm-8 {
    order: 8;
  }
  .bootstrap .order-sm-9 {
    order: 9;
  }
  .bootstrap .order-sm-10 {
    order: 10;
  }
  .bootstrap .order-sm-11 {
    order: 11;
  }
  .bootstrap .order-sm-12 {
    order: 12;
  }
  .bootstrap .offset-sm-0 {
    margin-left: 0;
  }
  .bootstrap .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-sm-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-sm-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-sm-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .bootstrap .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrap .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .bootstrap .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .bootstrap .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .bootstrap .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .bootstrap .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .bootstrap .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .bootstrap .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .bootstrap .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .bootstrap .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap .order-md-first {
    order: -1;
  }
  .bootstrap .order-md-last {
    order: 13;
  }
  .bootstrap .order-md-0 {
    order: 0;
  }
  .bootstrap .order-md-1 {
    order: 1;
  }
  .bootstrap .order-md-2 {
    order: 2;
  }
  .bootstrap .order-md-3 {
    order: 3;
  }
  .bootstrap .order-md-4 {
    order: 4;
  }
  .bootstrap .order-md-5 {
    order: 5;
  }
  .bootstrap .order-md-6 {
    order: 6;
  }
  .bootstrap .order-md-7 {
    order: 7;
  }
  .bootstrap .order-md-8 {
    order: 8;
  }
  .bootstrap .order-md-9 {
    order: 9;
  }
  .bootstrap .order-md-10 {
    order: 10;
  }
  .bootstrap .order-md-11 {
    order: 11;
  }
  .bootstrap .order-md-12 {
    order: 12;
  }
  .bootstrap .offset-md-0 {
    margin-left: 0;
  }
  .bootstrap .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-md-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-md-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-md-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .bootstrap .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrap .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .bootstrap .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .bootstrap .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .bootstrap .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .bootstrap .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .bootstrap .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .bootstrap .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .bootstrap .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .bootstrap .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap .order-lg-first {
    order: -1;
  }
  .bootstrap .order-lg-last {
    order: 13;
  }
  .bootstrap .order-lg-0 {
    order: 0;
  }
  .bootstrap .order-lg-1 {
    order: 1;
  }
  .bootstrap .order-lg-2 {
    order: 2;
  }
  .bootstrap .order-lg-3 {
    order: 3;
  }
  .bootstrap .order-lg-4 {
    order: 4;
  }
  .bootstrap .order-lg-5 {
    order: 5;
  }
  .bootstrap .order-lg-6 {
    order: 6;
  }
  .bootstrap .order-lg-7 {
    order: 7;
  }
  .bootstrap .order-lg-8 {
    order: 8;
  }
  .bootstrap .order-lg-9 {
    order: 9;
  }
  .bootstrap .order-lg-10 {
    order: 10;
  }
  .bootstrap .order-lg-11 {
    order: 11;
  }
  .bootstrap .order-lg-12 {
    order: 12;
  }
  .bootstrap .offset-lg-0 {
    margin-left: 0;
  }
  .bootstrap .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-lg-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-lg-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-lg-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .bootstrap .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrap .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .bootstrap .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .bootstrap .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .bootstrap .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .bootstrap .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .bootstrap .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .bootstrap .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .bootstrap .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .bootstrap .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap .order-xl-first {
    order: -1;
  }
  .bootstrap .order-xl-last {
    order: 13;
  }
  .bootstrap .order-xl-0 {
    order: 0;
  }
  .bootstrap .order-xl-1 {
    order: 1;
  }
  .bootstrap .order-xl-2 {
    order: 2;
  }
  .bootstrap .order-xl-3 {
    order: 3;
  }
  .bootstrap .order-xl-4 {
    order: 4;
  }
  .bootstrap .order-xl-5 {
    order: 5;
  }
  .bootstrap .order-xl-6 {
    order: 6;
  }
  .bootstrap .order-xl-7 {
    order: 7;
  }
  .bootstrap .order-xl-8 {
    order: 8;
  }
  .bootstrap .order-xl-9 {
    order: 9;
  }
  .bootstrap .order-xl-10 {
    order: 10;
  }
  .bootstrap .order-xl-11 {
    order: 11;
  }
  .bootstrap .order-xl-12 {
    order: 12;
  }
  .bootstrap .offset-xl-0 {
    margin-left: 0;
  }
  .bootstrap .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap .offset-xl-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap .offset-xl-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap .offset-xl-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.bootstrap .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.bootstrap .table th,
.bootstrap .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.bootstrap .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.bootstrap .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.bootstrap .table-sm th,
.bootstrap .table-sm td {
  padding: 0.3rem;
}
.bootstrap .table-bordered {
  border: 1px solid #dee2e6;
}
.bootstrap .table-bordered th,
.bootstrap .table-bordered td {
  border: 1px solid #dee2e6;
}
.bootstrap .table-bordered thead th,
.bootstrap .table-bordered thead td {
  border-bottom-width: 2px;
}
.bootstrap .table-borderless th,
.bootstrap .table-borderless td,
.bootstrap .table-borderless thead th,
.bootstrap .table-borderless tbody + tbody {
  border: 0;
}
.bootstrap .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.bootstrap .table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap .table-primary,
.bootstrap .table-primary > th,
.bootstrap .table-primary > td {
  background-color: #b8daff;
}
.bootstrap .table-primary th,
.bootstrap .table-primary td,
.bootstrap .table-primary thead th,
.bootstrap .table-primary tbody + tbody {
  border-color: #7abaff;
}
.bootstrap .table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.bootstrap .table-hover .table-primary:hover > td,
.bootstrap .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.bootstrap .table-secondary,
.bootstrap .table-secondary > th,
.bootstrap .table-secondary > td {
  background-color: #d6d8db;
}
.bootstrap .table-secondary th,
.bootstrap .table-secondary td,
.bootstrap .table-secondary thead th,
.bootstrap .table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.bootstrap .table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.bootstrap .table-hover .table-secondary:hover > td,
.bootstrap .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.bootstrap .table-success,
.bootstrap .table-success > th,
.bootstrap .table-success > td {
  background-color: #c3e6cb;
}
.bootstrap .table-success th,
.bootstrap .table-success td,
.bootstrap .table-success thead th,
.bootstrap .table-success tbody + tbody {
  border-color: #8fd19e;
}
.bootstrap .table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.bootstrap .table-hover .table-success:hover > td,
.bootstrap .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.bootstrap .table-info,
.bootstrap .table-info > th,
.bootstrap .table-info > td {
  background-color: #bee5eb;
}
.bootstrap .table-info th,
.bootstrap .table-info td,
.bootstrap .table-info thead th,
.bootstrap .table-info tbody + tbody {
  border-color: #86cfda;
}
.bootstrap .table-hover .table-info:hover {
  background-color: #abdde5;
}
.bootstrap .table-hover .table-info:hover > td,
.bootstrap .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.bootstrap .table-warning,
.bootstrap .table-warning > th,
.bootstrap .table-warning > td {
  background-color: #ffeeba;
}
.bootstrap .table-warning th,
.bootstrap .table-warning td,
.bootstrap .table-warning thead th,
.bootstrap .table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.bootstrap .table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.bootstrap .table-hover .table-warning:hover > td,
.bootstrap .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.bootstrap .table-danger,
.bootstrap .table-danger > th,
.bootstrap .table-danger > td {
  background-color: #f5c6cb;
}
.bootstrap .table-danger th,
.bootstrap .table-danger td,
.bootstrap .table-danger thead th,
.bootstrap .table-danger tbody + tbody {
  border-color: #ed969e;
}
.bootstrap .table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.bootstrap .table-hover .table-danger:hover > td,
.bootstrap .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.bootstrap .table-light,
.bootstrap .table-light > th,
.bootstrap .table-light > td {
  background-color: #fdfdfe;
}
.bootstrap .table-light th,
.bootstrap .table-light td,
.bootstrap .table-light thead th,
.bootstrap .table-light tbody + tbody {
  border-color: #fbfcfc;
}
.bootstrap .table-hover .table-light:hover {
  background-color: #ececf6;
}
.bootstrap .table-hover .table-light:hover > td,
.bootstrap .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.bootstrap .table-dark,
.bootstrap .table-dark > th,
.bootstrap .table-dark > td {
  background-color: #c6c8ca;
}
.bootstrap .table-dark th,
.bootstrap .table-dark td,
.bootstrap .table-dark thead th,
.bootstrap .table-dark tbody + tbody {
  border-color: #95999c;
}
.bootstrap .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.bootstrap .table-hover .table-dark:hover > td,
.bootstrap .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.bootstrap .table-active,
.bootstrap .table-active > th,
.bootstrap .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap .table-hover .table-active:hover > td,
.bootstrap .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap .table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.bootstrap .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.bootstrap .table-dark {
  color: #fff;
  background-color: #343a40;
}
.bootstrap .table-dark th,
.bootstrap .table-dark td,
.bootstrap .table-dark thead th {
  border-color: #454d55;
}
.bootstrap .table-dark.table-bordered {
  border: 0;
}
.bootstrap .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.bootstrap .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .bootstrap .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .bootstrap .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .bootstrap .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.bootstrap .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.bootstrap .table-responsive > .table-bordered {
  border: 0;
}
.bootstrap .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .form-control {
    transition: none;
  }
}
.bootstrap .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.bootstrap .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrap .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.bootstrap .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.bootstrap .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.bootstrap .form-control:disabled, .bootstrap .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.bootstrap input[type=date].form-control,
.bootstrap input[type=time].form-control,
.bootstrap input[type=datetime-local].form-control,
.bootstrap input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.bootstrap select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.bootstrap select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.bootstrap .form-control-file,
.bootstrap .form-control-range {
  display: block;
  width: 100%;
}
.bootstrap .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.bootstrap .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.bootstrap .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.bootstrap .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.bootstrap .form-control-plaintext.form-control-sm, .bootstrap .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap .form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.bootstrap .form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.bootstrap select.form-control[size], .bootstrap select.form-control[multiple] {
  height: auto;
}
.bootstrap textarea.form-control {
  height: auto;
}
.bootstrap .form-group {
  margin-bottom: 1rem;
}
.bootstrap .form-text {
  display: block;
  margin-top: 0.25rem;
}
.bootstrap .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.bootstrap .form-row > .col,
.bootstrap .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.bootstrap .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.bootstrap .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.bootstrap .form-check-input[disabled] ~ .form-check-label, .bootstrap .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.bootstrap .form-check-label {
  margin-bottom: 0;
}
.bootstrap .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.bootstrap .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.bootstrap .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}
.bootstrap .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .bootstrap .valid-tooltip, .form-row > [class*=col-] > .bootstrap .valid-tooltip {
  left: 5px;
}
.was-validated .bootstrap:valid ~ .valid-feedback,
.was-validated .bootstrap:valid ~ .valid-tooltip, .bootstrap.is-valid ~ .valid-feedback,
.bootstrap.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .bootstrap .form-control:valid, .bootstrap .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .bootstrap .form-control:valid:focus, .bootstrap .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .bootstrap select.form-control:valid, .bootstrap select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated .bootstrap textarea.form-control:valid, .bootstrap textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .bootstrap .custom-select:valid, .bootstrap .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .bootstrap .custom-select:valid:focus, .bootstrap .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .bootstrap .form-check-input:valid ~ .form-check-label, .bootstrap .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .bootstrap .form-check-input:valid ~ .valid-feedback,
.was-validated .bootstrap .form-check-input:valid ~ .valid-tooltip, .bootstrap .form-check-input.is-valid ~ .valid-feedback,
.bootstrap .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .bootstrap .custom-control-input:valid ~ .custom-control-label, .bootstrap .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .bootstrap .custom-control-input:valid ~ .custom-control-label::before, .bootstrap .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .bootstrap .custom-control-input:valid:checked ~ .custom-control-label::before, .bootstrap .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .bootstrap .custom-control-input:valid:focus ~ .custom-control-label::before, .bootstrap .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .bootstrap .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .bootstrap .custom-file-input:valid ~ .custom-file-label, .bootstrap .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .bootstrap .custom-file-input:valid:focus ~ .custom-file-label, .bootstrap .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.bootstrap .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.bootstrap .invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .bootstrap .invalid-tooltip, .form-row > [class*=col-] > .bootstrap .invalid-tooltip {
  left: 5px;
}
.was-validated .bootstrap:invalid ~ .invalid-feedback,
.was-validated .bootstrap:invalid ~ .invalid-tooltip, .bootstrap.is-invalid ~ .invalid-feedback,
.bootstrap.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .bootstrap .form-control:invalid, .bootstrap .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .bootstrap .form-control:invalid:focus, .bootstrap .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .bootstrap select.form-control:invalid, .bootstrap select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated .bootstrap textarea.form-control:invalid, .bootstrap textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .bootstrap .custom-select:invalid, .bootstrap .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .bootstrap .custom-select:invalid:focus, .bootstrap .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .bootstrap .form-check-input:invalid ~ .form-check-label, .bootstrap .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .bootstrap .form-check-input:invalid ~ .invalid-feedback,
.was-validated .bootstrap .form-check-input:invalid ~ .invalid-tooltip, .bootstrap .form-check-input.is-invalid ~ .invalid-feedback,
.bootstrap .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .bootstrap .custom-control-input:invalid ~ .custom-control-label, .bootstrap .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .bootstrap .custom-control-input:invalid ~ .custom-control-label::before, .bootstrap .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .bootstrap .custom-control-input:invalid:checked ~ .custom-control-label::before, .bootstrap .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .bootstrap .custom-control-input:invalid:focus ~ .custom-control-label::before, .bootstrap .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .bootstrap .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .bootstrap .custom-file-input:invalid ~ .custom-file-label, .bootstrap .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .bootstrap .custom-file-input:invalid:focus ~ .custom-file-label, .bootstrap .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.bootstrap .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.bootstrap .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .bootstrap .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .bootstrap .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .bootstrap .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .bootstrap .form-inline .input-group,
.bootstrap .form-inline .custom-select {
    width: auto;
  }
  .bootstrap .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .bootstrap .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .bootstrap .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .bootstrap .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.bootstrap .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .btn {
    transition: none;
  }
}
.bootstrap .btn:hover {
  color: #212529;
  text-decoration: none;
}
.bootstrap .btn:focus, .bootstrap .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrap .btn.disabled, .bootstrap .btn:disabled {
  opacity: 0.65;
}
.bootstrap .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.bootstrap a.btn.disabled,
.bootstrap fieldset:disabled a.btn {
  pointer-events: none;
}
.bootstrap .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.bootstrap .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.bootstrap .btn-primary:focus, .bootstrap .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.bootstrap .btn-primary.disabled, .bootstrap .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.bootstrap .btn-primary:not(:disabled):not(.disabled):active, .bootstrap .btn-primary:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.bootstrap .btn-primary:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.bootstrap .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.bootstrap .btn-secondary:focus, .bootstrap .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.bootstrap .btn-secondary.disabled, .bootstrap .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap .btn-secondary:not(:disabled):not(.disabled):active, .bootstrap .btn-secondary:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.bootstrap .btn-secondary:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.bootstrap .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.bootstrap .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.bootstrap .btn-success:focus, .bootstrap .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.bootstrap .btn-success.disabled, .bootstrap .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.bootstrap .btn-success:not(:disabled):not(.disabled):active, .bootstrap .btn-success:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.bootstrap .btn-success:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-success:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.bootstrap .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrap .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.bootstrap .btn-info:focus, .bootstrap .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.bootstrap .btn-info.disabled, .bootstrap .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrap .btn-info:not(:disabled):not(.disabled):active, .bootstrap .btn-info:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.bootstrap .btn-info:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-info:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.bootstrap .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.bootstrap .btn-warning:focus, .bootstrap .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.bootstrap .btn-warning.disabled, .bootstrap .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap .btn-warning:not(:disabled):not(.disabled):active, .bootstrap .btn-warning:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.bootstrap .btn-warning:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.bootstrap .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrap .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.bootstrap .btn-danger:focus, .bootstrap .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.bootstrap .btn-danger.disabled, .bootstrap .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrap .btn-danger:not(:disabled):not(.disabled):active, .bootstrap .btn-danger:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.bootstrap .btn-danger:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.bootstrap .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.bootstrap .btn-light:focus, .bootstrap .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.bootstrap .btn-light.disabled, .bootstrap .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap .btn-light:not(:disabled):not(.disabled):active, .bootstrap .btn-light:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.bootstrap .btn-light:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-light:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.bootstrap .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.bootstrap .btn-dark:focus, .bootstrap .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.bootstrap .btn-dark.disabled, .bootstrap .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap .btn-dark:not(:disabled):not(.disabled):active, .bootstrap .btn-dark:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.bootstrap .btn-dark:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.bootstrap .btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.bootstrap .btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.bootstrap .btn-outline-primary:focus, .bootstrap .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.bootstrap .btn-outline-primary.disabled, .bootstrap .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.bootstrap .btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.bootstrap .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.bootstrap .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.bootstrap .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap .btn-outline-secondary:focus, .bootstrap .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.bootstrap .btn-outline-secondary.disabled, .bootstrap .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.bootstrap .btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.bootstrap .btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.bootstrap .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.bootstrap .btn-outline-success:focus, .bootstrap .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.bootstrap .btn-outline-success.disabled, .bootstrap .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.bootstrap .btn-outline-success:not(:disabled):not(.disabled):active, .bootstrap .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.bootstrap .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.bootstrap .btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrap .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrap .btn-outline-info:focus, .bootstrap .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.bootstrap .btn-outline-info.disabled, .bootstrap .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.bootstrap .btn-outline-info:not(:disabled):not(.disabled):active, .bootstrap .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrap .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.bootstrap .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.bootstrap .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap .btn-outline-warning:focus, .bootstrap .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.bootstrap .btn-outline-warning.disabled, .bootstrap .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.bootstrap .btn-outline-warning:not(:disabled):not(.disabled):active, .bootstrap .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.bootstrap .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.bootstrap .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrap .btn-outline-danger:focus, .bootstrap .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.bootstrap .btn-outline-danger.disabled, .bootstrap .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.bootstrap .btn-outline-danger:not(:disabled):not(.disabled):active, .bootstrap .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrap .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.bootstrap .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap .btn-outline-light:focus, .bootstrap .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.bootstrap .btn-outline-light.disabled, .bootstrap .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.bootstrap .btn-outline-light:not(:disabled):not(.disabled):active, .bootstrap .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.bootstrap .btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.bootstrap .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap .btn-outline-dark:focus, .bootstrap .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.bootstrap .btn-outline-dark.disabled, .bootstrap .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.bootstrap .btn-outline-dark:not(:disabled):not(.disabled):active, .bootstrap .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bootstrap .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bootstrap .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bootstrap .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.bootstrap .btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.bootstrap .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.bootstrap .btn-link:focus, .bootstrap .btn-link.focus {
  text-decoration: underline;
}
.bootstrap .btn-link:disabled, .bootstrap .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.bootstrap .btn-lg, .bootstrap .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.bootstrap .btn-sm, .bootstrap .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.bootstrap .btn-block {
  display: block;
  width: 100%;
}
.bootstrap .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.bootstrap input[type=submit].btn-block,
.bootstrap input[type=reset].btn-block,
.bootstrap input[type=button].btn-block {
  width: 100%;
}
.bootstrap .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .fade {
    transition: none;
  }
}
.bootstrap .fade:not(.show) {
  opacity: 0;
}
.bootstrap .collapse:not(.show) {
  display: none;
}
.bootstrap .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .collapsing {
    transition: none;
  }
}
.bootstrap .collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .collapsing.width {
    transition: none;
  }
}
.bootstrap .dropup,
.bootstrap .dropright,
.bootstrap .dropdown,
.bootstrap .dropleft {
  position: relative;
}
.bootstrap .dropdown-toggle {
  white-space: nowrap;
}
.bootstrap .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;
}
.bootstrap .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.bootstrap .dropdown-menu-left {
  right: auto;
  left: 0;
}
.bootstrap .dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .bootstrap .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .bootstrap .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .bootstrap .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .bootstrap .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .bootstrap .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .bootstrap .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .bootstrap .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .bootstrap .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.bootstrap .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.bootstrap .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.bootstrap .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.bootstrap .dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.bootstrap .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.bootstrap .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.bootstrap .dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.bootstrap .dropleft .dropdown-toggle::after {
  display: none;
}
.bootstrap .dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.bootstrap .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.bootstrap .dropdown-menu[x-placement^=top], .bootstrap .dropdown-menu[x-placement^=right], .bootstrap .dropdown-menu[x-placement^=bottom], .bootstrap .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.bootstrap .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.bootstrap .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.bootstrap .dropdown-item:hover, .bootstrap .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.bootstrap .dropdown-item.active, .bootstrap .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.bootstrap .dropdown-item.disabled, .bootstrap .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.bootstrap .dropdown-menu.show {
  display: block;
}
.bootstrap .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.bootstrap .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.bootstrap .btn-group,
.bootstrap .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.bootstrap .btn-group > .btn,
.bootstrap .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.bootstrap .btn-group > .btn:hover,
.bootstrap .btn-group-vertical > .btn:hover {
  z-index: 1;
}
.bootstrap .btn-group > .btn:focus, .bootstrap .btn-group > .btn:active, .bootstrap .btn-group > .btn.active,
.bootstrap .btn-group-vertical > .btn:focus,
.bootstrap .btn-group-vertical > .btn:active,
.bootstrap .btn-group-vertical > .btn.active {
  z-index: 1;
}
.bootstrap .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bootstrap .btn-toolbar .input-group {
  width: auto;
}
.bootstrap .btn-group > .btn:not(:first-child),
.bootstrap .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.bootstrap .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap .btn-group > .btn:not(:first-child),
.bootstrap .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.bootstrap .dropdown-toggle-split::after, .dropup .bootstrap .dropdown-toggle-split::after, .dropright .bootstrap .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .bootstrap .dropdown-toggle-split::before {
  margin-right: 0;
}
.bootstrap .btn-sm + .dropdown-toggle-split, .bootstrap .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.bootstrap .btn-lg + .dropdown-toggle-split, .bootstrap .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.bootstrap .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.bootstrap .btn-group-vertical > .btn,
.bootstrap .btn-group-vertical > .btn-group {
  width: 100%;
}
.bootstrap .btn-group-vertical > .btn:not(:first-child),
.bootstrap .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.bootstrap .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .btn-group-vertical > .btn:not(:first-child),
.bootstrap .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap .btn-group-toggle > .btn,
.bootstrap .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.bootstrap .btn-group-toggle > .btn input[type=radio],
.bootstrap .btn-group-toggle > .btn input[type=checkbox],
.bootstrap .btn-group-toggle > .btn-group > .btn input[type=radio],
.bootstrap .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.bootstrap .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.bootstrap .input-group > .form-control,
.bootstrap .input-group > .form-control-plaintext,
.bootstrap .input-group > .custom-select,
.bootstrap .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.bootstrap .input-group > .form-control + .form-control,
.bootstrap .input-group > .form-control + .custom-select,
.bootstrap .input-group > .form-control + .custom-file,
.bootstrap .input-group > .form-control-plaintext + .form-control,
.bootstrap .input-group > .form-control-plaintext + .custom-select,
.bootstrap .input-group > .form-control-plaintext + .custom-file,
.bootstrap .input-group > .custom-select + .form-control,
.bootstrap .input-group > .custom-select + .custom-select,
.bootstrap .input-group > .custom-select + .custom-file,
.bootstrap .input-group > .custom-file + .form-control,
.bootstrap .input-group > .custom-file + .custom-select,
.bootstrap .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.bootstrap .input-group > .form-control:focus,
.bootstrap .input-group > .custom-select:focus,
.bootstrap .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.bootstrap .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.bootstrap .input-group > .form-control:not(:first-child),
.bootstrap .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .input-group > .custom-file {
  display: flex;
  align-items: center;
}
.bootstrap .input-group > .custom-file:not(:last-child) .custom-file-label, .bootstrap .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .input-group:not(.has-validation) > .form-control:not(:last-child),
.bootstrap .input-group:not(.has-validation) > .custom-select:not(:last-child),
.bootstrap .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.bootstrap .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap .input-group.has-validation > .form-control:nth-last-child(n+3),
.bootstrap .input-group.has-validation > .custom-select:nth-last-child(n+3),
.bootstrap .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.bootstrap .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap .input-group-prepend,
.bootstrap .input-group-append {
  display: flex;
}
.bootstrap .input-group-prepend .btn,
.bootstrap .input-group-append .btn {
  position: relative;
  z-index: 2;
}
.bootstrap .input-group-prepend .btn:focus,
.bootstrap .input-group-append .btn:focus {
  z-index: 3;
}
.bootstrap .input-group-prepend .btn + .btn,
.bootstrap .input-group-prepend .btn + .input-group-text,
.bootstrap .input-group-prepend .input-group-text + .input-group-text,
.bootstrap .input-group-prepend .input-group-text + .btn,
.bootstrap .input-group-append .btn + .btn,
.bootstrap .input-group-append .btn + .input-group-text,
.bootstrap .input-group-append .input-group-text + .input-group-text,
.bootstrap .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.bootstrap .input-group-prepend {
  margin-right: -1px;
}
.bootstrap .input-group-append {
  margin-left: -1px;
}
.bootstrap .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.bootstrap .input-group-text input[type=radio],
.bootstrap .input-group-text input[type=checkbox] {
  margin-top: 0;
}
.bootstrap .input-group-lg > .form-control:not(textarea),
.bootstrap .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.bootstrap .input-group-lg > .form-control,
.bootstrap .input-group-lg > .custom-select,
.bootstrap .input-group-lg > .input-group-prepend > .input-group-text,
.bootstrap .input-group-lg > .input-group-append > .input-group-text,
.bootstrap .input-group-lg > .input-group-prepend > .btn,
.bootstrap .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.bootstrap .input-group-sm > .form-control:not(textarea),
.bootstrap .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.bootstrap .input-group-sm > .form-control,
.bootstrap .input-group-sm > .custom-select,
.bootstrap .input-group-sm > .input-group-prepend > .input-group-text,
.bootstrap .input-group-sm > .input-group-append > .input-group-text,
.bootstrap .input-group-sm > .input-group-prepend > .btn,
.bootstrap .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.bootstrap .input-group-lg > .custom-select,
.bootstrap .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.bootstrap .input-group > .input-group-prepend > .btn,
.bootstrap .input-group > .input-group-prepend > .input-group-text,
.bootstrap .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.bootstrap .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.bootstrap .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.bootstrap .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.bootstrap .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap .input-group > .input-group-append > .btn,
.bootstrap .input-group > .input-group-append > .input-group-text,
.bootstrap .input-group > .input-group-prepend:not(:first-child) > .btn,
.bootstrap .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.bootstrap .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.bootstrap .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}
.bootstrap .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.bootstrap .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.bootstrap .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.bootstrap .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrap .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.bootstrap .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.bootstrap .custom-control-input[disabled] ~ .custom-control-label, .bootstrap .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.bootstrap .custom-control-input[disabled] ~ .custom-control-label::before, .bootstrap .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.bootstrap .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.bootstrap .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.bootstrap .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.bootstrap .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.bootstrap .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.bootstrap .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.bootstrap .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.bootstrap .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.bootstrap .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.bootstrap .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.bootstrap .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.bootstrap .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.bootstrap .custom-switch {
  padding-left: 2.25rem;
}
.bootstrap .custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.bootstrap .custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.bootstrap .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.bootstrap .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.bootstrap .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.bootstrap .custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrap .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.bootstrap .custom-select[multiple], .bootstrap .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.bootstrap .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.bootstrap .custom-select::-ms-expand {
  display: none;
}
.bootstrap .custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.bootstrap .custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.bootstrap .custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.bootstrap .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.bootstrap .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.bootstrap .custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrap .custom-file-input[disabled] ~ .custom-file-label, .bootstrap .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.bootstrap .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.bootstrap .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.bootstrap .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.bootstrap .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.bootstrap .custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.bootstrap .custom-range:focus {
  outline: 0;
}
.bootstrap .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrap .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrap .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrap .custom-range::-moz-focus-outer {
  border: 0;
}
.bootstrap .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.bootstrap .custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.bootstrap .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.bootstrap .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.bootstrap .custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.bootstrap .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.bootstrap .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.bootstrap .custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.bootstrap .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.bootstrap .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.bootstrap .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.bootstrap .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.bootstrap .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.bootstrap .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.bootstrap .custom-range:disabled::-moz-range-track {
  cursor: default;
}
.bootstrap .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.bootstrap .custom-control-label::before,
.bootstrap .custom-file-label,
.bootstrap .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .custom-control-label::before,
.bootstrap .custom-file-label,
.bootstrap .custom-select {
    transition: none;
  }
}
.bootstrap .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.bootstrap .nav-link:hover, .bootstrap .nav-link:focus {
  text-decoration: none;
}
.bootstrap .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.bootstrap .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.bootstrap .nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.bootstrap .nav-tabs .nav-link:hover, .bootstrap .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.bootstrap .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.bootstrap .nav-tabs .nav-link.active,
.bootstrap .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.bootstrap .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap .nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.bootstrap .nav-pills .nav-link.active,
.bootstrap .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.bootstrap .nav-fill > .nav-link,
.bootstrap .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.bootstrap .nav-justified > .nav-link,
.bootstrap .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.bootstrap .tab-content > .tab-pane {
  display: none;
}
.bootstrap .tab-content > .active {
  display: block;
}
.bootstrap .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.bootstrap .navbar .container,
.bootstrap .navbar .container-fluid,
.bootstrap .navbar .container-sm,
.bootstrap .navbar .container-md,
.bootstrap .navbar .container-lg,
.bootstrap .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.bootstrap .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.bootstrap .navbar-brand:hover, .bootstrap .navbar-brand:focus {
  text-decoration: none;
}
.bootstrap .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.bootstrap .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.bootstrap .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.bootstrap .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.bootstrap .navbar-toggler:hover, .bootstrap .navbar-toggler:focus {
  text-decoration: none;
}
.bootstrap .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
.bootstrap .navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .bootstrap .navbar-expand-sm > .container,
.bootstrap .navbar-expand-sm > .container-fluid,
.bootstrap .navbar-expand-sm > .container-sm,
.bootstrap .navbar-expand-sm > .container-md,
.bootstrap .navbar-expand-sm > .container-lg,
.bootstrap .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .bootstrap .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap .navbar-expand-sm > .container,
.bootstrap .navbar-expand-sm > .container-fluid,
.bootstrap .navbar-expand-sm > .container-sm,
.bootstrap .navbar-expand-sm > .container-md,
.bootstrap .navbar-expand-sm > .container-lg,
.bootstrap .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .bootstrap .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .bootstrap .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .bootstrap .navbar-expand-md > .container,
.bootstrap .navbar-expand-md > .container-fluid,
.bootstrap .navbar-expand-md > .container-sm,
.bootstrap .navbar-expand-md > .container-md,
.bootstrap .navbar-expand-md > .container-lg,
.bootstrap .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .bootstrap .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap .navbar-expand-md > .container,
.bootstrap .navbar-expand-md > .container-fluid,
.bootstrap .navbar-expand-md > .container-sm,
.bootstrap .navbar-expand-md > .container-md,
.bootstrap .navbar-expand-md > .container-lg,
.bootstrap .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .bootstrap .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .bootstrap .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .bootstrap .navbar-expand-lg > .container,
.bootstrap .navbar-expand-lg > .container-fluid,
.bootstrap .navbar-expand-lg > .container-sm,
.bootstrap .navbar-expand-lg > .container-md,
.bootstrap .navbar-expand-lg > .container-lg,
.bootstrap .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .bootstrap .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap .navbar-expand-lg > .container,
.bootstrap .navbar-expand-lg > .container-fluid,
.bootstrap .navbar-expand-lg > .container-sm,
.bootstrap .navbar-expand-lg > .container-md,
.bootstrap .navbar-expand-lg > .container-lg,
.bootstrap .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .bootstrap .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .bootstrap .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .bootstrap .navbar-expand-xl > .container,
.bootstrap .navbar-expand-xl > .container-fluid,
.bootstrap .navbar-expand-xl > .container-sm,
.bootstrap .navbar-expand-xl > .container-md,
.bootstrap .navbar-expand-xl > .container-lg,
.bootstrap .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .bootstrap .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .bootstrap .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap .navbar-expand-xl > .container,
.bootstrap .navbar-expand-xl > .container-fluid,
.bootstrap .navbar-expand-xl > .container-sm,
.bootstrap .navbar-expand-xl > .container-md,
.bootstrap .navbar-expand-xl > .container-lg,
.bootstrap .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .bootstrap .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .bootstrap .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.bootstrap .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.bootstrap .navbar-expand > .container,
.bootstrap .navbar-expand > .container-fluid,
.bootstrap .navbar-expand > .container-sm,
.bootstrap .navbar-expand > .container-md,
.bootstrap .navbar-expand > .container-lg,
.bootstrap .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap .navbar-expand .navbar-nav {
  flex-direction: row;
}
.bootstrap .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.bootstrap .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.bootstrap .navbar-expand > .container,
.bootstrap .navbar-expand > .container-fluid,
.bootstrap .navbar-expand > .container-sm,
.bootstrap .navbar-expand > .container-md,
.bootstrap .navbar-expand > .container-lg,
.bootstrap .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.bootstrap .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.bootstrap .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.bootstrap .navbar-expand .navbar-toggler {
  display: none;
}
.bootstrap .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-light .navbar-brand:hover, .bootstrap .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.bootstrap .navbar-light .navbar-nav .nav-link:hover, .bootstrap .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.bootstrap .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.bootstrap .navbar-light .navbar-nav .show > .nav-link,
.bootstrap .navbar-light .navbar-nav .active > .nav-link,
.bootstrap .navbar-light .navbar-nav .nav-link.show,
.bootstrap .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.bootstrap .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bootstrap .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.bootstrap .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-light .navbar-text a:hover, .bootstrap .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap .navbar-dark .navbar-brand {
  color: #fff;
}
.bootstrap .navbar-dark .navbar-brand:hover, .bootstrap .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.bootstrap .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap .navbar-dark .navbar-nav .nav-link:hover, .bootstrap .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.bootstrap .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.bootstrap .navbar-dark .navbar-nav .show > .nav-link,
.bootstrap .navbar-dark .navbar-nav .active > .nav-link,
.bootstrap .navbar-dark .navbar-nav .nav-link.show,
.bootstrap .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.bootstrap .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.bootstrap .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bootstrap .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap .navbar-dark .navbar-text a {
  color: #fff;
}
.bootstrap .navbar-dark .navbar-text a:hover, .bootstrap .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.bootstrap .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.bootstrap .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.bootstrap .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.bootstrap .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.bootstrap .card > .card-header + .list-group,
.bootstrap .card > .list-group + .card-footer {
  border-top: 0;
}
.bootstrap .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.bootstrap .card-title {
  margin-bottom: 0.75rem;
}
.bootstrap .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.bootstrap .card-text:last-child {
  margin-bottom: 0;
}
.bootstrap .card-link:hover {
  text-decoration: none;
}
.bootstrap .card-link + .card-link {
  margin-left: 1.25rem;
}
.bootstrap .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.bootstrap .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.bootstrap .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.bootstrap .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.bootstrap .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.bootstrap .card-img,
.bootstrap .card-img-top,
.bootstrap .card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.bootstrap .card-img,
.bootstrap .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.bootstrap .card-img,
.bootstrap .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.bootstrap .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .bootstrap .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .bootstrap .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.bootstrap .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .bootstrap .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .bootstrap .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .bootstrap .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .bootstrap .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bootstrap .card-group > .card:not(:last-child) .card-img-top,
.bootstrap .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .bootstrap .card-group > .card:not(:last-child) .card-img-bottom,
.bootstrap .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .bootstrap .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bootstrap .card-group > .card:not(:first-child) .card-img-top,
.bootstrap .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .bootstrap .card-group > .card:not(:first-child) .card-img-bottom,
.bootstrap .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.bootstrap .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .bootstrap .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .bootstrap .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.bootstrap .accordion {
  overflow-anchor: none;
}
.bootstrap .accordion > .card {
  overflow: hidden;
}
.bootstrap .accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap .accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap .accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.bootstrap .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.bootstrap .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.bootstrap .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.bootstrap .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.bootstrap .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.bootstrap .breadcrumb-item.active {
  color: #6c757d;
}
.bootstrap .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.bootstrap .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.bootstrap .page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.bootstrap .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bootstrap .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.bootstrap .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.bootstrap .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.bootstrap .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.bootstrap .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.bootstrap .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.bootstrap .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.bootstrap .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.bootstrap .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.bootstrap .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.bootstrap .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .badge {
    transition: none;
  }
}
a.bootstrap .badge:hover, a.bootstrap .badge:focus {
  text-decoration: none;
}

.bootstrap .badge:empty {
  display: none;
}
.bootstrap .btn .badge {
  position: relative;
  top: -1px;
}
.bootstrap .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.bootstrap .badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.bootstrap .badge-primary:hover, a.bootstrap .badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.bootstrap .badge-primary:focus, a.bootstrap .badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.bootstrap .badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.bootstrap .badge-secondary:hover, a.bootstrap .badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.bootstrap .badge-secondary:focus, a.bootstrap .badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.bootstrap .badge-success {
  color: #fff;
  background-color: #28a745;
}
a.bootstrap .badge-success:hover, a.bootstrap .badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.bootstrap .badge-success:focus, a.bootstrap .badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.bootstrap .badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.bootstrap .badge-info:hover, a.bootstrap .badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.bootstrap .badge-info:focus, a.bootstrap .badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.bootstrap .badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.bootstrap .badge-warning:hover, a.bootstrap .badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.bootstrap .badge-warning:focus, a.bootstrap .badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.bootstrap .badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.bootstrap .badge-danger:hover, a.bootstrap .badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.bootstrap .badge-danger:focus, a.bootstrap .badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.bootstrap .badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.bootstrap .badge-light:hover, a.bootstrap .badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.bootstrap .badge-light:focus, a.bootstrap .badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.bootstrap .badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.bootstrap .badge-dark:hover, a.bootstrap .badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.bootstrap .badge-dark:focus, a.bootstrap .badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.bootstrap .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .bootstrap .jumbotron {
    padding: 4rem 2rem;
  }
}
.bootstrap .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.bootstrap .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.bootstrap .alert-heading {
  color: inherit;
}
.bootstrap .alert-link {
  font-weight: 700;
}
.bootstrap .alert-dismissible {
  padding-right: 4rem;
}
.bootstrap .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.bootstrap .alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.bootstrap .alert-primary hr {
  border-top-color: #9fcdff;
}
.bootstrap .alert-primary .alert-link {
  color: #002752;
}
.bootstrap .alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.bootstrap .alert-secondary hr {
  border-top-color: #c8cbcf;
}
.bootstrap .alert-secondary .alert-link {
  color: #202326;
}
.bootstrap .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.bootstrap .alert-success hr {
  border-top-color: #b1dfbb;
}
.bootstrap .alert-success .alert-link {
  color: #0b2e13;
}
.bootstrap .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.bootstrap .alert-info hr {
  border-top-color: #abdde5;
}
.bootstrap .alert-info .alert-link {
  color: #062c33;
}
.bootstrap .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.bootstrap .alert-warning hr {
  border-top-color: #ffe8a1;
}
.bootstrap .alert-warning .alert-link {
  color: #533f03;
}
.bootstrap .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.bootstrap .alert-danger hr {
  border-top-color: #f1b0b7;
}
.bootstrap .alert-danger .alert-link {
  color: #491217;
}
.bootstrap .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.bootstrap .alert-light hr {
  border-top-color: #ececf6;
}
.bootstrap .alert-light .alert-link {
  color: #686868;
}
.bootstrap .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.bootstrap .alert-dark hr {
  border-top-color: #b9bbbe;
}
.bootstrap .alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.bootstrap .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.bootstrap .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .progress-bar {
    transition: none;
  }
}
.bootstrap .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.bootstrap .progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}
.bootstrap .media {
  display: flex;
  align-items: flex-start;
}
.bootstrap .media-body {
  flex: 1;
}
.bootstrap .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.bootstrap .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.bootstrap .list-group-item-action:hover, .bootstrap .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.bootstrap .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.bootstrap .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.bootstrap .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.bootstrap .list-group-item.disabled, .bootstrap .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.bootstrap .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.bootstrap .list-group-item + .bootstrap .list-group-item {
  border-top-width: 0;
}
.bootstrap .list-group-item + .bootstrap .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.bootstrap .list-group-horizontal {
  flex-direction: row;
}
.bootstrap .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.bootstrap .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.bootstrap .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.bootstrap .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.bootstrap .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .bootstrap .list-group-horizontal-sm {
    flex-direction: row;
  }
  .bootstrap .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .bootstrap .list-group-horizontal-md {
    flex-direction: row;
  }
  .bootstrap .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .bootstrap .list-group-horizontal-lg {
    flex-direction: row;
  }
  .bootstrap .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .bootstrap .list-group-horizontal-xl {
    flex-direction: row;
  }
  .bootstrap .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.bootstrap .list-group-flush {
  border-radius: 0;
}
.bootstrap .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.bootstrap .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.bootstrap .list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.bootstrap .list-group-item-primary.list-group-item-action:hover, .bootstrap .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.bootstrap .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.bootstrap .list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.bootstrap .list-group-item-secondary.list-group-item-action:hover, .bootstrap .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.bootstrap .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.bootstrap .list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.bootstrap .list-group-item-success.list-group-item-action:hover, .bootstrap .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.bootstrap .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.bootstrap .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.bootstrap .list-group-item-info.list-group-item-action:hover, .bootstrap .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.bootstrap .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.bootstrap .list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.bootstrap .list-group-item-warning.list-group-item-action:hover, .bootstrap .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.bootstrap .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.bootstrap .list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.bootstrap .list-group-item-danger.list-group-item-action:hover, .bootstrap .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.bootstrap .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.bootstrap .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.bootstrap .list-group-item-light.list-group-item-action:hover, .bootstrap .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.bootstrap .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.bootstrap .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.bootstrap .list-group-item-dark.list-group-item-action:hover, .bootstrap .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.bootstrap .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.bootstrap .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.bootstrap .close:hover {
  color: #000;
  text-decoration: none;
}
.bootstrap .close:not(:disabled):not(.disabled):hover, .bootstrap .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
.bootstrap button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.bootstrap a.close.disabled {
  pointer-events: none;
}
.bootstrap .toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.bootstrap .toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.bootstrap .toast.showing {
  opacity: 1;
}
.bootstrap .toast.show {
  display: block;
  opacity: 1;
}
.bootstrap .toast.hide {
  display: none;
}
.bootstrap .toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.bootstrap .toast-body {
  padding: 0.75rem;
}
.bootstrap .modal-open {
  overflow: hidden;
}
.bootstrap .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.bootstrap .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.bootstrap .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .bootstrap .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .bootstrap .modal-dialog {
    transition: none;
  }
}
.modal.show .bootstrap .modal-dialog {
  transform: none;
}
.modal.modal-static .bootstrap .modal-dialog {
  transform: scale(1.02);
}
.bootstrap .modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.bootstrap .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.bootstrap .modal-dialog-scrollable .modal-header,
.bootstrap .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.bootstrap .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.bootstrap .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.bootstrap .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.bootstrap .modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.bootstrap .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.bootstrap .modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.bootstrap .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.bootstrap .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.bootstrap .modal-backdrop.fade {
  opacity: 0;
}
.bootstrap .modal-backdrop.show {
  opacity: 0.5;
}
.bootstrap .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.bootstrap .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.bootstrap .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.bootstrap .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.bootstrap .modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.bootstrap .modal-footer > * {
  margin: 0.25rem;
}
.bootstrap .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .bootstrap .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .bootstrap .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .bootstrap .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .bootstrap .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .bootstrap .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .bootstrap .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .bootstrap .modal-lg,
.bootstrap .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .bootstrap .modal-xl {
    max-width: 1140px;
  }
}
.bootstrap .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.bootstrap .tooltip.show {
  opacity: 0.9;
}
.bootstrap .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.bootstrap .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bootstrap .bs-tooltip-top, .bootstrap .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bootstrap .bs-tooltip-top .arrow, .bootstrap .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bootstrap .bs-tooltip-top .arrow::before, .bootstrap .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bootstrap .bs-tooltip-right, .bootstrap .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bootstrap .bs-tooltip-right .arrow, .bootstrap .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bootstrap .bs-tooltip-right .arrow::before, .bootstrap .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bootstrap .bs-tooltip-bottom, .bootstrap .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bootstrap .bs-tooltip-bottom .arrow, .bootstrap .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bootstrap .bs-tooltip-bottom .arrow::before, .bootstrap .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bootstrap .bs-tooltip-left, .bootstrap .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bootstrap .bs-tooltip-left .arrow, .bootstrap .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bootstrap .bs-tooltip-left .arrow::before, .bootstrap .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.bootstrap .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.bootstrap .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.bootstrap .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.bootstrap .popover .arrow::before, .bootstrap .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bootstrap .bs-popover-top, .bootstrap .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bootstrap .bs-popover-top > .arrow, .bootstrap .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bootstrap .bs-popover-top > .arrow::before, .bootstrap .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bootstrap .bs-popover-top > .arrow::after, .bootstrap .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bootstrap .bs-popover-right, .bootstrap .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bootstrap .bs-popover-right > .arrow, .bootstrap .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bootstrap .bs-popover-right > .arrow::before, .bootstrap .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bootstrap .bs-popover-right > .arrow::after, .bootstrap .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bootstrap .bs-popover-bottom, .bootstrap .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bootstrap .bs-popover-bottom > .arrow, .bootstrap .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bootstrap .bs-popover-bottom > .arrow::before, .bootstrap .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bootstrap .bs-popover-bottom > .arrow::after, .bootstrap .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bootstrap .bs-popover-bottom .popover-header::before, .bootstrap .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bootstrap .bs-popover-left, .bootstrap .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bootstrap .bs-popover-left > .arrow, .bootstrap .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bootstrap .bs-popover-left > .arrow::before, .bootstrap .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bootstrap .bs-popover-left > .arrow::after, .bootstrap .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.bootstrap .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.bootstrap .popover-header:empty {
  display: none;
}
.bootstrap .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.bootstrap .carousel {
  position: relative;
}
.bootstrap .carousel.pointer-event {
  touch-action: pan-y;
}
.bootstrap .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bootstrap .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.bootstrap .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .carousel-item {
    transition: none;
  }
}
.bootstrap .carousel-item.active,
.bootstrap .carousel-item-next,
.bootstrap .carousel-item-prev {
  display: block;
}
.bootstrap .carousel-item-next:not(.carousel-item-left),
.bootstrap .active.carousel-item-right {
  transform: translateX(100%);
}
.bootstrap .carousel-item-prev:not(.carousel-item-right),
.bootstrap .active.carousel-item-left {
  transform: translateX(-100%);
}
.bootstrap .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.bootstrap .carousel-fade .carousel-item.active,
.bootstrap .carousel-fade .carousel-item-next.carousel-item-left,
.bootstrap .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.bootstrap .carousel-fade .active.carousel-item-left,
.bootstrap .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .carousel-fade .active.carousel-item-left,
.bootstrap .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.bootstrap .carousel-control-prev,
.bootstrap .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .carousel-control-prev,
.bootstrap .carousel-control-next {
    transition: none;
  }
}
.bootstrap .carousel-control-prev:hover, .bootstrap .carousel-control-prev:focus,
.bootstrap .carousel-control-next:hover,
.bootstrap .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.bootstrap .carousel-control-prev {
  left: 0;
}
.bootstrap .carousel-control-next {
  right: 0;
}
.bootstrap .carousel-control-prev-icon,
.bootstrap .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.bootstrap .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.bootstrap .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.bootstrap .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.bootstrap .carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .carousel-indicators li {
    transition: none;
  }
}
.bootstrap .carousel-indicators .active {
  opacity: 1;
}
.bootstrap .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.bootstrap .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}
.bootstrap .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.bootstrap .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}
.bootstrap .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap .spinner-border,
.bootstrap .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.bootstrap .align-baseline {
  vertical-align: baseline !important;
}
.bootstrap .align-top {
  vertical-align: top !important;
}
.bootstrap .align-middle {
  vertical-align: middle !important;
}
.bootstrap .align-bottom {
  vertical-align: bottom !important;
}
.bootstrap .align-text-bottom {
  vertical-align: text-bottom !important;
}
.bootstrap .align-text-top {
  vertical-align: text-top !important;
}
.bootstrap .bg-primary {
  background-color: #007bff !important;
}
.bootstrap a.bg-primary:hover, .bootstrap a.bg-primary:focus,
.bootstrap button.bg-primary:hover,
.bootstrap button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bootstrap .bg-secondary {
  background-color: #6c757d !important;
}
.bootstrap a.bg-secondary:hover, .bootstrap a.bg-secondary:focus,
.bootstrap button.bg-secondary:hover,
.bootstrap button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bootstrap .bg-success {
  background-color: #28a745 !important;
}
.bootstrap a.bg-success:hover, .bootstrap a.bg-success:focus,
.bootstrap button.bg-success:hover,
.bootstrap button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bootstrap .bg-info {
  background-color: #17a2b8 !important;
}
.bootstrap a.bg-info:hover, .bootstrap a.bg-info:focus,
.bootstrap button.bg-info:hover,
.bootstrap button.bg-info:focus {
  background-color: #117a8b !important;
}
.bootstrap .bg-warning {
  background-color: #ffc107 !important;
}
.bootstrap a.bg-warning:hover, .bootstrap a.bg-warning:focus,
.bootstrap button.bg-warning:hover,
.bootstrap button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bootstrap .bg-danger {
  background-color: #dc3545 !important;
}
.bootstrap a.bg-danger:hover, .bootstrap a.bg-danger:focus,
.bootstrap button.bg-danger:hover,
.bootstrap button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bootstrap .bg-light {
  background-color: #f8f9fa !important;
}
.bootstrap a.bg-light:hover, .bootstrap a.bg-light:focus,
.bootstrap button.bg-light:hover,
.bootstrap button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bootstrap .bg-dark {
  background-color: #343a40 !important;
}
.bootstrap a.bg-dark:hover, .bootstrap a.bg-dark:focus,
.bootstrap button.bg-dark:hover,
.bootstrap button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bootstrap .bg-white {
  background-color: #fff !important;
}
.bootstrap .bg-transparent {
  background-color: transparent !important;
}
.bootstrap .border {
  border: 1px solid #dee2e6 !important;
}
.bootstrap .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.bootstrap .border-right {
  border-right: 1px solid #dee2e6 !important;
}
.bootstrap .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.bootstrap .border-left {
  border-left: 1px solid #dee2e6 !important;
}
.bootstrap .border-0 {
  border: 0 !important;
}
.bootstrap .border-top-0 {
  border-top: 0 !important;
}
.bootstrap .border-right-0 {
  border-right: 0 !important;
}
.bootstrap .border-bottom-0 {
  border-bottom: 0 !important;
}
.bootstrap .border-left-0 {
  border-left: 0 !important;
}
.bootstrap .border-primary {
  border-color: #007bff !important;
}
.bootstrap .border-secondary {
  border-color: #6c757d !important;
}
.bootstrap .border-success {
  border-color: #28a745 !important;
}
.bootstrap .border-info {
  border-color: #17a2b8 !important;
}
.bootstrap .border-warning {
  border-color: #ffc107 !important;
}
.bootstrap .border-danger {
  border-color: #dc3545 !important;
}
.bootstrap .border-light {
  border-color: #f8f9fa !important;
}
.bootstrap .border-dark {
  border-color: #343a40 !important;
}
.bootstrap .border-white {
  border-color: #fff !important;
}
.bootstrap .rounded-sm {
  border-radius: 0.2rem !important;
}
.bootstrap .rounded {
  border-radius: 0.25rem !important;
}
.bootstrap .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.bootstrap .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.bootstrap .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.bootstrap .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.bootstrap .rounded-lg {
  border-radius: 0.3rem !important;
}
.bootstrap .rounded-circle {
  border-radius: 50% !important;
}
.bootstrap .rounded-pill {
  border-radius: 50rem !important;
}
.bootstrap .rounded-0 {
  border-radius: 0 !important;
}
.bootstrap .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.bootstrap .d-none {
  display: none !important;
}
.bootstrap .d-inline {
  display: inline !important;
}
.bootstrap .d-inline-block {
  display: inline-block !important;
}
.bootstrap .d-block {
  display: block !important;
}
.bootstrap .d-table {
  display: table !important;
}
.bootstrap .d-table-row {
  display: table-row !important;
}
.bootstrap .d-table-cell {
  display: table-cell !important;
}
.bootstrap .d-flex {
  display: flex !important;
}
.bootstrap .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .bootstrap .d-sm-none {
    display: none !important;
  }
  .bootstrap .d-sm-inline {
    display: inline !important;
  }
  .bootstrap .d-sm-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-sm-block {
    display: block !important;
  }
  .bootstrap .d-sm-table {
    display: table !important;
  }
  .bootstrap .d-sm-table-row {
    display: table-row !important;
  }
  .bootstrap .d-sm-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-sm-flex {
    display: flex !important;
  }
  .bootstrap .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .bootstrap .d-md-none {
    display: none !important;
  }
  .bootstrap .d-md-inline {
    display: inline !important;
  }
  .bootstrap .d-md-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-md-block {
    display: block !important;
  }
  .bootstrap .d-md-table {
    display: table !important;
  }
  .bootstrap .d-md-table-row {
    display: table-row !important;
  }
  .bootstrap .d-md-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-md-flex {
    display: flex !important;
  }
  .bootstrap .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .bootstrap .d-lg-none {
    display: none !important;
  }
  .bootstrap .d-lg-inline {
    display: inline !important;
  }
  .bootstrap .d-lg-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-lg-block {
    display: block !important;
  }
  .bootstrap .d-lg-table {
    display: table !important;
  }
  .bootstrap .d-lg-table-row {
    display: table-row !important;
  }
  .bootstrap .d-lg-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-lg-flex {
    display: flex !important;
  }
  .bootstrap .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .d-xl-none {
    display: none !important;
  }
  .bootstrap .d-xl-inline {
    display: inline !important;
  }
  .bootstrap .d-xl-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-xl-block {
    display: block !important;
  }
  .bootstrap .d-xl-table {
    display: table !important;
  }
  .bootstrap .d-xl-table-row {
    display: table-row !important;
  }
  .bootstrap .d-xl-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-xl-flex {
    display: flex !important;
  }
  .bootstrap .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .bootstrap .d-print-none {
    display: none !important;
  }
  .bootstrap .d-print-inline {
    display: inline !important;
  }
  .bootstrap .d-print-inline-block {
    display: inline-block !important;
  }
  .bootstrap .d-print-block {
    display: block !important;
  }
  .bootstrap .d-print-table {
    display: table !important;
  }
  .bootstrap .d-print-table-row {
    display: table-row !important;
  }
  .bootstrap .d-print-table-cell {
    display: table-cell !important;
  }
  .bootstrap .d-print-flex {
    display: flex !important;
  }
  .bootstrap .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.bootstrap .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.bootstrap .embed-responsive::before {
  display: block;
  content: "";
}
.bootstrap .embed-responsive .embed-responsive-item,
.bootstrap .embed-responsive iframe,
.bootstrap .embed-responsive embed,
.bootstrap .embed-responsive object,
.bootstrap .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.bootstrap .embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.bootstrap .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.bootstrap .embed-responsive-4by3::before {
  padding-top: 75%;
}
.bootstrap .embed-responsive-1by1::before {
  padding-top: 100%;
}
.bootstrap .flex-row {
  flex-direction: row !important;
}
.bootstrap .flex-column {
  flex-direction: column !important;
}
.bootstrap .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.bootstrap .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.bootstrap .flex-wrap {
  flex-wrap: wrap !important;
}
.bootstrap .flex-nowrap {
  flex-wrap: nowrap !important;
}
.bootstrap .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.bootstrap .flex-fill {
  flex: 1 1 auto !important;
}
.bootstrap .flex-grow-0 {
  flex-grow: 0 !important;
}
.bootstrap .flex-grow-1 {
  flex-grow: 1 !important;
}
.bootstrap .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.bootstrap .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.bootstrap .justify-content-start {
  justify-content: flex-start !important;
}
.bootstrap .justify-content-end {
  justify-content: flex-end !important;
}
.bootstrap .justify-content-center {
  justify-content: center !important;
}
.bootstrap .justify-content-between {
  justify-content: space-between !important;
}
.bootstrap .justify-content-around {
  justify-content: space-around !important;
}
.bootstrap .align-items-start {
  align-items: flex-start !important;
}
.bootstrap .align-items-end {
  align-items: flex-end !important;
}
.bootstrap .align-items-center {
  align-items: center !important;
}
.bootstrap .align-items-baseline {
  align-items: baseline !important;
}
.bootstrap .align-items-stretch {
  align-items: stretch !important;
}
.bootstrap .align-content-start {
  align-content: flex-start !important;
}
.bootstrap .align-content-end {
  align-content: flex-end !important;
}
.bootstrap .align-content-center {
  align-content: center !important;
}
.bootstrap .align-content-between {
  align-content: space-between !important;
}
.bootstrap .align-content-around {
  align-content: space-around !important;
}
.bootstrap .align-content-stretch {
  align-content: stretch !important;
}
.bootstrap .align-self-auto {
  align-self: auto !important;
}
.bootstrap .align-self-start {
  align-self: flex-start !important;
}
.bootstrap .align-self-end {
  align-self: flex-end !important;
}
.bootstrap .align-self-center {
  align-self: center !important;
}
.bootstrap .align-self-baseline {
  align-self: baseline !important;
}
.bootstrap .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .bootstrap .flex-sm-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-sm-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-sm-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .bootstrap .align-items-sm-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-sm-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-sm-center {
    align-items: center !important;
  }
  .bootstrap .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-sm-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-sm-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-sm-center {
    align-content: center !important;
  }
  .bootstrap .align-content-sm-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-sm-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-sm-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-sm-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-sm-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-sm-center {
    align-self: center !important;
  }
  .bootstrap .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .bootstrap .flex-md-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-md-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-md-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-md-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-md-around {
    justify-content: space-around !important;
  }
  .bootstrap .align-items-md-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-md-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-md-center {
    align-items: center !important;
  }
  .bootstrap .align-items-md-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-md-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-md-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-md-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-md-center {
    align-content: center !important;
  }
  .bootstrap .align-content-md-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-md-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-md-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-md-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-md-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-md-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-md-center {
    align-self: center !important;
  }
  .bootstrap .align-self-md-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .bootstrap .flex-lg-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-lg-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-lg-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .bootstrap .align-items-lg-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-lg-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-lg-center {
    align-items: center !important;
  }
  .bootstrap .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-lg-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-lg-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-lg-center {
    align-content: center !important;
  }
  .bootstrap .align-content-lg-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-lg-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-lg-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-lg-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-lg-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-lg-center {
    align-self: center !important;
  }
  .bootstrap .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .flex-xl-row {
    flex-direction: row !important;
  }
  .bootstrap .flex-xl-column {
    flex-direction: column !important;
  }
  .bootstrap .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .bootstrap .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .bootstrap .justify-content-xl-center {
    justify-content: center !important;
  }
  .bootstrap .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .bootstrap .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .bootstrap .align-items-xl-start {
    align-items: flex-start !important;
  }
  .bootstrap .align-items-xl-end {
    align-items: flex-end !important;
  }
  .bootstrap .align-items-xl-center {
    align-items: center !important;
  }
  .bootstrap .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .bootstrap .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .bootstrap .align-content-xl-start {
    align-content: flex-start !important;
  }
  .bootstrap .align-content-xl-end {
    align-content: flex-end !important;
  }
  .bootstrap .align-content-xl-center {
    align-content: center !important;
  }
  .bootstrap .align-content-xl-between {
    align-content: space-between !important;
  }
  .bootstrap .align-content-xl-around {
    align-content: space-around !important;
  }
  .bootstrap .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .bootstrap .align-self-xl-auto {
    align-self: auto !important;
  }
  .bootstrap .align-self-xl-start {
    align-self: flex-start !important;
  }
  .bootstrap .align-self-xl-end {
    align-self: flex-end !important;
  }
  .bootstrap .align-self-xl-center {
    align-self: center !important;
  }
  .bootstrap .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .bootstrap .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.bootstrap .float-left {
  float: left !important;
}
.bootstrap .float-right {
  float: right !important;
}
.bootstrap .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .bootstrap .float-sm-left {
    float: left !important;
  }
  .bootstrap .float-sm-right {
    float: right !important;
  }
  .bootstrap .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .bootstrap .float-md-left {
    float: left !important;
  }
  .bootstrap .float-md-right {
    float: right !important;
  }
  .bootstrap .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .bootstrap .float-lg-left {
    float: left !important;
  }
  .bootstrap .float-lg-right {
    float: right !important;
  }
  .bootstrap .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .float-xl-left {
    float: left !important;
  }
  .bootstrap .float-xl-right {
    float: right !important;
  }
  .bootstrap .float-xl-none {
    float: none !important;
  }
}
.bootstrap .user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}
.bootstrap .user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}
.bootstrap .user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.bootstrap .overflow-auto {
  overflow: auto !important;
}
.bootstrap .overflow-hidden {
  overflow: hidden !important;
}
.bootstrap .position-static {
  position: static !important;
}
.bootstrap .position-relative {
  position: relative !important;
}
.bootstrap .position-absolute {
  position: absolute !important;
}
.bootstrap .position-fixed {
  position: fixed !important;
}
.bootstrap .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.bootstrap .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.bootstrap .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .bootstrap .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.bootstrap .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.bootstrap .sr-only-focusable:active, .bootstrap .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.bootstrap .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.bootstrap .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.bootstrap .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.bootstrap .shadow-none {
  box-shadow: none !important;
}
.bootstrap .w-25 {
  width: 25% !important;
}
.bootstrap .w-50 {
  width: 50% !important;
}
.bootstrap .w-75 {
  width: 75% !important;
}
.bootstrap .w-100 {
  width: 100% !important;
}
.bootstrap .w-auto {
  width: auto !important;
}
.bootstrap .h-25 {
  height: 25% !important;
}
.bootstrap .h-50 {
  height: 50% !important;
}
.bootstrap .h-75 {
  height: 75% !important;
}
.bootstrap .h-100 {
  height: 100% !important;
}
.bootstrap .h-auto {
  height: auto !important;
}
.bootstrap .mw-100 {
  max-width: 100% !important;
}
.bootstrap .mh-100 {
  max-height: 100% !important;
}
.bootstrap .min-vw-100 {
  min-width: 100vw !important;
}
.bootstrap .min-vh-100 {
  min-height: 100vh !important;
}
.bootstrap .vw-100 {
  width: 100vw !important;
}
.bootstrap .vh-100 {
  height: 100vh !important;
}
.bootstrap .m-0 {
  margin: 0 !important;
}
.bootstrap .mt-0,
.bootstrap .my-0 {
  margin-top: 0 !important;
}
.bootstrap .mr-0,
.bootstrap .mx-0 {
  margin-right: 0 !important;
}
.bootstrap .mb-0,
.bootstrap .my-0 {
  margin-bottom: 0 !important;
}
.bootstrap .ml-0,
.bootstrap .mx-0 {
  margin-left: 0 !important;
}
.bootstrap .m-1 {
  margin: 0.25rem !important;
}
.bootstrap .mt-1,
.bootstrap .my-1 {
  margin-top: 0.25rem !important;
}
.bootstrap .mr-1,
.bootstrap .mx-1 {
  margin-right: 0.25rem !important;
}
.bootstrap .mb-1,
.bootstrap .my-1 {
  margin-bottom: 0.25rem !important;
}
.bootstrap .ml-1,
.bootstrap .mx-1 {
  margin-left: 0.25rem !important;
}
.bootstrap .m-2 {
  margin: 0.5rem !important;
}
.bootstrap .mt-2,
.bootstrap .my-2 {
  margin-top: 0.5rem !important;
}
.bootstrap .mr-2,
.bootstrap .mx-2 {
  margin-right: 0.5rem !important;
}
.bootstrap .mb-2,
.bootstrap .my-2 {
  margin-bottom: 0.5rem !important;
}
.bootstrap .ml-2,
.bootstrap .mx-2 {
  margin-left: 0.5rem !important;
}
.bootstrap .m-3 {
  margin: 1rem !important;
}
.bootstrap .mt-3,
.bootstrap .my-3 {
  margin-top: 1rem !important;
}
.bootstrap .mr-3,
.bootstrap .mx-3 {
  margin-right: 1rem !important;
}
.bootstrap .mb-3,
.bootstrap .my-3 {
  margin-bottom: 1rem !important;
}
.bootstrap .ml-3,
.bootstrap .mx-3 {
  margin-left: 1rem !important;
}
.bootstrap .m-4 {
  margin: 1.5rem !important;
}
.bootstrap .mt-4,
.bootstrap .my-4 {
  margin-top: 1.5rem !important;
}
.bootstrap .mr-4,
.bootstrap .mx-4 {
  margin-right: 1.5rem !important;
}
.bootstrap .mb-4,
.bootstrap .my-4 {
  margin-bottom: 1.5rem !important;
}
.bootstrap .ml-4,
.bootstrap .mx-4 {
  margin-left: 1.5rem !important;
}
.bootstrap .m-5 {
  margin: 3rem !important;
}
.bootstrap .mt-5,
.bootstrap .my-5 {
  margin-top: 3rem !important;
}
.bootstrap .mr-5,
.bootstrap .mx-5 {
  margin-right: 3rem !important;
}
.bootstrap .mb-5,
.bootstrap .my-5 {
  margin-bottom: 3rem !important;
}
.bootstrap .ml-5,
.bootstrap .mx-5 {
  margin-left: 3rem !important;
}
.bootstrap .p-0 {
  padding: 0 !important;
}
.bootstrap .pt-0,
.bootstrap .py-0 {
  padding-top: 0 !important;
}
.bootstrap .pr-0,
.bootstrap .px-0 {
  padding-right: 0 !important;
}
.bootstrap .pb-0,
.bootstrap .py-0 {
  padding-bottom: 0 !important;
}
.bootstrap .pl-0,
.bootstrap .px-0 {
  padding-left: 0 !important;
}
.bootstrap .p-1 {
  padding: 0.25rem !important;
}
.bootstrap .pt-1,
.bootstrap .py-1 {
  padding-top: 0.25rem !important;
}
.bootstrap .pr-1,
.bootstrap .px-1 {
  padding-right: 0.25rem !important;
}
.bootstrap .pb-1,
.bootstrap .py-1 {
  padding-bottom: 0.25rem !important;
}
.bootstrap .pl-1,
.bootstrap .px-1 {
  padding-left: 0.25rem !important;
}
.bootstrap .p-2 {
  padding: 0.5rem !important;
}
.bootstrap .pt-2,
.bootstrap .py-2 {
  padding-top: 0.5rem !important;
}
.bootstrap .pr-2,
.bootstrap .px-2 {
  padding-right: 0.5rem !important;
}
.bootstrap .pb-2,
.bootstrap .py-2 {
  padding-bottom: 0.5rem !important;
}
.bootstrap .pl-2,
.bootstrap .px-2 {
  padding-left: 0.5rem !important;
}
.bootstrap .p-3 {
  padding: 1rem !important;
}
.bootstrap .pt-3,
.bootstrap .py-3 {
  padding-top: 1rem !important;
}
.bootstrap .pr-3,
.bootstrap .px-3 {
  padding-right: 1rem !important;
}
.bootstrap .pb-3,
.bootstrap .py-3 {
  padding-bottom: 1rem !important;
}
.bootstrap .pl-3,
.bootstrap .px-3 {
  padding-left: 1rem !important;
}
.bootstrap .p-4 {
  padding: 1.5rem !important;
}
.bootstrap .pt-4,
.bootstrap .py-4 {
  padding-top: 1.5rem !important;
}
.bootstrap .pr-4,
.bootstrap .px-4 {
  padding-right: 1.5rem !important;
}
.bootstrap .pb-4,
.bootstrap .py-4 {
  padding-bottom: 1.5rem !important;
}
.bootstrap .pl-4,
.bootstrap .px-4 {
  padding-left: 1.5rem !important;
}
.bootstrap .p-5 {
  padding: 3rem !important;
}
.bootstrap .pt-5,
.bootstrap .py-5 {
  padding-top: 3rem !important;
}
.bootstrap .pr-5,
.bootstrap .px-5 {
  padding-right: 3rem !important;
}
.bootstrap .pb-5,
.bootstrap .py-5 {
  padding-bottom: 3rem !important;
}
.bootstrap .pl-5,
.bootstrap .px-5 {
  padding-left: 3rem !important;
}
.bootstrap .m-n1 {
  margin: -0.25rem !important;
}
.bootstrap .mt-n1,
.bootstrap .my-n1 {
  margin-top: -0.25rem !important;
}
.bootstrap .mr-n1,
.bootstrap .mx-n1 {
  margin-right: -0.25rem !important;
}
.bootstrap .mb-n1,
.bootstrap .my-n1 {
  margin-bottom: -0.25rem !important;
}
.bootstrap .ml-n1,
.bootstrap .mx-n1 {
  margin-left: -0.25rem !important;
}
.bootstrap .m-n2 {
  margin: -0.5rem !important;
}
.bootstrap .mt-n2,
.bootstrap .my-n2 {
  margin-top: -0.5rem !important;
}
.bootstrap .mr-n2,
.bootstrap .mx-n2 {
  margin-right: -0.5rem !important;
}
.bootstrap .mb-n2,
.bootstrap .my-n2 {
  margin-bottom: -0.5rem !important;
}
.bootstrap .ml-n2,
.bootstrap .mx-n2 {
  margin-left: -0.5rem !important;
}
.bootstrap .m-n3 {
  margin: -1rem !important;
}
.bootstrap .mt-n3,
.bootstrap .my-n3 {
  margin-top: -1rem !important;
}
.bootstrap .mr-n3,
.bootstrap .mx-n3 {
  margin-right: -1rem !important;
}
.bootstrap .mb-n3,
.bootstrap .my-n3 {
  margin-bottom: -1rem !important;
}
.bootstrap .ml-n3,
.bootstrap .mx-n3 {
  margin-left: -1rem !important;
}
.bootstrap .m-n4 {
  margin: -1.5rem !important;
}
.bootstrap .mt-n4,
.bootstrap .my-n4 {
  margin-top: -1.5rem !important;
}
.bootstrap .mr-n4,
.bootstrap .mx-n4 {
  margin-right: -1.5rem !important;
}
.bootstrap .mb-n4,
.bootstrap .my-n4 {
  margin-bottom: -1.5rem !important;
}
.bootstrap .ml-n4,
.bootstrap .mx-n4 {
  margin-left: -1.5rem !important;
}
.bootstrap .m-n5 {
  margin: -3rem !important;
}
.bootstrap .mt-n5,
.bootstrap .my-n5 {
  margin-top: -3rem !important;
}
.bootstrap .mr-n5,
.bootstrap .mx-n5 {
  margin-right: -3rem !important;
}
.bootstrap .mb-n5,
.bootstrap .my-n5 {
  margin-bottom: -3rem !important;
}
.bootstrap .ml-n5,
.bootstrap .mx-n5 {
  margin-left: -3rem !important;
}
.bootstrap .m-auto {
  margin: auto !important;
}
.bootstrap .mt-auto,
.bootstrap .my-auto {
  margin-top: auto !important;
}
.bootstrap .mr-auto,
.bootstrap .mx-auto {
  margin-right: auto !important;
}
.bootstrap .mb-auto,
.bootstrap .my-auto {
  margin-bottom: auto !important;
}
.bootstrap .ml-auto,
.bootstrap .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .bootstrap .m-sm-0 {
    margin: 0 !important;
  }
  .bootstrap .mt-sm-0,
.bootstrap .my-sm-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mr-sm-0,
.bootstrap .mx-sm-0 {
    margin-right: 0 !important;
  }
  .bootstrap .mb-sm-0,
.bootstrap .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .ml-sm-0,
.bootstrap .mx-sm-0 {
    margin-left: 0 !important;
  }
  .bootstrap .m-sm-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .mt-sm-1,
.bootstrap .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mr-sm-1,
.bootstrap .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .mb-sm-1,
.bootstrap .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .ml-sm-1,
.bootstrap .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .m-sm-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .mt-sm-2,
.bootstrap .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mr-sm-2,
.bootstrap .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .mb-sm-2,
.bootstrap .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .ml-sm-2,
.bootstrap .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .m-sm-3 {
    margin: 1rem !important;
  }
  .bootstrap .mt-sm-3,
.bootstrap .my-sm-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mr-sm-3,
.bootstrap .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .mb-sm-3,
.bootstrap .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .ml-sm-3,
.bootstrap .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .m-sm-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .mt-sm-4,
.bootstrap .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mr-sm-4,
.bootstrap .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .mb-sm-4,
.bootstrap .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .ml-sm-4,
.bootstrap .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .m-sm-5 {
    margin: 3rem !important;
  }
  .bootstrap .mt-sm-5,
.bootstrap .my-sm-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mr-sm-5,
.bootstrap .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .mb-sm-5,
.bootstrap .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .ml-sm-5,
.bootstrap .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .p-sm-0 {
    padding: 0 !important;
  }
  .bootstrap .pt-sm-0,
.bootstrap .py-sm-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pr-sm-0,
.bootstrap .px-sm-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pb-sm-0,
.bootstrap .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pl-sm-0,
.bootstrap .px-sm-0 {
    padding-left: 0 !important;
  }
  .bootstrap .p-sm-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .pt-sm-1,
.bootstrap .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pr-sm-1,
.bootstrap .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pb-sm-1,
.bootstrap .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pl-sm-1,
.bootstrap .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .p-sm-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .pt-sm-2,
.bootstrap .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pr-sm-2,
.bootstrap .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pb-sm-2,
.bootstrap .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pl-sm-2,
.bootstrap .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .p-sm-3 {
    padding: 1rem !important;
  }
  .bootstrap .pt-sm-3,
.bootstrap .py-sm-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pr-sm-3,
.bootstrap .px-sm-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pb-sm-3,
.bootstrap .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pl-sm-3,
.bootstrap .px-sm-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .p-sm-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .pt-sm-4,
.bootstrap .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pr-sm-4,
.bootstrap .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pb-sm-4,
.bootstrap .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pl-sm-4,
.bootstrap .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .p-sm-5 {
    padding: 3rem !important;
  }
  .bootstrap .pt-sm-5,
.bootstrap .py-sm-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pr-sm-5,
.bootstrap .px-sm-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-sm-5,
.bootstrap .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .pl-sm-5,
.bootstrap .px-sm-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap .mt-sm-n1,
.bootstrap .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap .mr-sm-n1,
.bootstrap .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap .mb-sm-n1,
.bootstrap .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap .ml-sm-n1,
.bootstrap .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap .mt-sm-n2,
.bootstrap .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap .mr-sm-n2,
.bootstrap .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap .mb-sm-n2,
.bootstrap .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap .ml-sm-n2,
.bootstrap .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap .m-sm-n3 {
    margin: -1rem !important;
  }
  .bootstrap .mt-sm-n3,
.bootstrap .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap .mr-sm-n3,
.bootstrap .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap .mb-sm-n3,
.bootstrap .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap .ml-sm-n3,
.bootstrap .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap .mt-sm-n4,
.bootstrap .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap .mr-sm-n4,
.bootstrap .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap .mb-sm-n4,
.bootstrap .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap .ml-sm-n4,
.bootstrap .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap .m-sm-n5 {
    margin: -3rem !important;
  }
  .bootstrap .mt-sm-n5,
.bootstrap .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap .mr-sm-n5,
.bootstrap .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap .mb-sm-n5,
.bootstrap .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap .ml-sm-n5,
.bootstrap .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap .m-sm-auto {
    margin: auto !important;
  }
  .bootstrap .mt-sm-auto,
.bootstrap .my-sm-auto {
    margin-top: auto !important;
  }
  .bootstrap .mr-sm-auto,
.bootstrap .mx-sm-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-sm-auto,
.bootstrap .my-sm-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ml-sm-auto,
.bootstrap .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .bootstrap .m-md-0 {
    margin: 0 !important;
  }
  .bootstrap .mt-md-0,
.bootstrap .my-md-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mr-md-0,
.bootstrap .mx-md-0 {
    margin-right: 0 !important;
  }
  .bootstrap .mb-md-0,
.bootstrap .my-md-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .ml-md-0,
.bootstrap .mx-md-0 {
    margin-left: 0 !important;
  }
  .bootstrap .m-md-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .mt-md-1,
.bootstrap .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mr-md-1,
.bootstrap .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .mb-md-1,
.bootstrap .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .ml-md-1,
.bootstrap .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .m-md-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .mt-md-2,
.bootstrap .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mr-md-2,
.bootstrap .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .mb-md-2,
.bootstrap .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .ml-md-2,
.bootstrap .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .m-md-3 {
    margin: 1rem !important;
  }
  .bootstrap .mt-md-3,
.bootstrap .my-md-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mr-md-3,
.bootstrap .mx-md-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .mb-md-3,
.bootstrap .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .ml-md-3,
.bootstrap .mx-md-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .m-md-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .mt-md-4,
.bootstrap .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mr-md-4,
.bootstrap .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .mb-md-4,
.bootstrap .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .ml-md-4,
.bootstrap .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .m-md-5 {
    margin: 3rem !important;
  }
  .bootstrap .mt-md-5,
.bootstrap .my-md-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mr-md-5,
.bootstrap .mx-md-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .mb-md-5,
.bootstrap .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .ml-md-5,
.bootstrap .mx-md-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .p-md-0 {
    padding: 0 !important;
  }
  .bootstrap .pt-md-0,
.bootstrap .py-md-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pr-md-0,
.bootstrap .px-md-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pb-md-0,
.bootstrap .py-md-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pl-md-0,
.bootstrap .px-md-0 {
    padding-left: 0 !important;
  }
  .bootstrap .p-md-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .pt-md-1,
.bootstrap .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pr-md-1,
.bootstrap .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pb-md-1,
.bootstrap .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pl-md-1,
.bootstrap .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .p-md-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .pt-md-2,
.bootstrap .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pr-md-2,
.bootstrap .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pb-md-2,
.bootstrap .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pl-md-2,
.bootstrap .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .p-md-3 {
    padding: 1rem !important;
  }
  .bootstrap .pt-md-3,
.bootstrap .py-md-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pr-md-3,
.bootstrap .px-md-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pb-md-3,
.bootstrap .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pl-md-3,
.bootstrap .px-md-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .p-md-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .pt-md-4,
.bootstrap .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pr-md-4,
.bootstrap .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pb-md-4,
.bootstrap .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pl-md-4,
.bootstrap .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .p-md-5 {
    padding: 3rem !important;
  }
  .bootstrap .pt-md-5,
.bootstrap .py-md-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pr-md-5,
.bootstrap .px-md-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-md-5,
.bootstrap .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .pl-md-5,
.bootstrap .px-md-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .m-md-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap .mt-md-n1,
.bootstrap .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap .mr-md-n1,
.bootstrap .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap .mb-md-n1,
.bootstrap .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap .ml-md-n1,
.bootstrap .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap .m-md-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap .mt-md-n2,
.bootstrap .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap .mr-md-n2,
.bootstrap .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap .mb-md-n2,
.bootstrap .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap .ml-md-n2,
.bootstrap .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap .m-md-n3 {
    margin: -1rem !important;
  }
  .bootstrap .mt-md-n3,
.bootstrap .my-md-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap .mr-md-n3,
.bootstrap .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap .mb-md-n3,
.bootstrap .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap .ml-md-n3,
.bootstrap .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap .m-md-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap .mt-md-n4,
.bootstrap .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap .mr-md-n4,
.bootstrap .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap .mb-md-n4,
.bootstrap .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap .ml-md-n4,
.bootstrap .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap .m-md-n5 {
    margin: -3rem !important;
  }
  .bootstrap .mt-md-n5,
.bootstrap .my-md-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap .mr-md-n5,
.bootstrap .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap .mb-md-n5,
.bootstrap .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap .ml-md-n5,
.bootstrap .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap .m-md-auto {
    margin: auto !important;
  }
  .bootstrap .mt-md-auto,
.bootstrap .my-md-auto {
    margin-top: auto !important;
  }
  .bootstrap .mr-md-auto,
.bootstrap .mx-md-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-md-auto,
.bootstrap .my-md-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ml-md-auto,
.bootstrap .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .bootstrap .m-lg-0 {
    margin: 0 !important;
  }
  .bootstrap .mt-lg-0,
.bootstrap .my-lg-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mr-lg-0,
.bootstrap .mx-lg-0 {
    margin-right: 0 !important;
  }
  .bootstrap .mb-lg-0,
.bootstrap .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .ml-lg-0,
.bootstrap .mx-lg-0 {
    margin-left: 0 !important;
  }
  .bootstrap .m-lg-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .mt-lg-1,
.bootstrap .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mr-lg-1,
.bootstrap .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .mb-lg-1,
.bootstrap .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .ml-lg-1,
.bootstrap .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .m-lg-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .mt-lg-2,
.bootstrap .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mr-lg-2,
.bootstrap .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .mb-lg-2,
.bootstrap .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .ml-lg-2,
.bootstrap .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .m-lg-3 {
    margin: 1rem !important;
  }
  .bootstrap .mt-lg-3,
.bootstrap .my-lg-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mr-lg-3,
.bootstrap .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .mb-lg-3,
.bootstrap .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .ml-lg-3,
.bootstrap .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .m-lg-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .mt-lg-4,
.bootstrap .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mr-lg-4,
.bootstrap .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .mb-lg-4,
.bootstrap .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .ml-lg-4,
.bootstrap .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .m-lg-5 {
    margin: 3rem !important;
  }
  .bootstrap .mt-lg-5,
.bootstrap .my-lg-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mr-lg-5,
.bootstrap .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .mb-lg-5,
.bootstrap .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .ml-lg-5,
.bootstrap .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .p-lg-0 {
    padding: 0 !important;
  }
  .bootstrap .pt-lg-0,
.bootstrap .py-lg-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pr-lg-0,
.bootstrap .px-lg-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pb-lg-0,
.bootstrap .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pl-lg-0,
.bootstrap .px-lg-0 {
    padding-left: 0 !important;
  }
  .bootstrap .p-lg-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .pt-lg-1,
.bootstrap .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pr-lg-1,
.bootstrap .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pb-lg-1,
.bootstrap .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pl-lg-1,
.bootstrap .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .p-lg-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .pt-lg-2,
.bootstrap .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pr-lg-2,
.bootstrap .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pb-lg-2,
.bootstrap .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pl-lg-2,
.bootstrap .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .p-lg-3 {
    padding: 1rem !important;
  }
  .bootstrap .pt-lg-3,
.bootstrap .py-lg-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pr-lg-3,
.bootstrap .px-lg-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pb-lg-3,
.bootstrap .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pl-lg-3,
.bootstrap .px-lg-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .p-lg-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .pt-lg-4,
.bootstrap .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pr-lg-4,
.bootstrap .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pb-lg-4,
.bootstrap .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pl-lg-4,
.bootstrap .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .p-lg-5 {
    padding: 3rem !important;
  }
  .bootstrap .pt-lg-5,
.bootstrap .py-lg-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pr-lg-5,
.bootstrap .px-lg-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-lg-5,
.bootstrap .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .pl-lg-5,
.bootstrap .px-lg-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap .mt-lg-n1,
.bootstrap .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap .mr-lg-n1,
.bootstrap .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap .mb-lg-n1,
.bootstrap .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap .ml-lg-n1,
.bootstrap .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap .mt-lg-n2,
.bootstrap .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap .mr-lg-n2,
.bootstrap .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap .mb-lg-n2,
.bootstrap .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap .ml-lg-n2,
.bootstrap .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap .m-lg-n3 {
    margin: -1rem !important;
  }
  .bootstrap .mt-lg-n3,
.bootstrap .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap .mr-lg-n3,
.bootstrap .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap .mb-lg-n3,
.bootstrap .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap .ml-lg-n3,
.bootstrap .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap .mt-lg-n4,
.bootstrap .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap .mr-lg-n4,
.bootstrap .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap .mb-lg-n4,
.bootstrap .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap .ml-lg-n4,
.bootstrap .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap .m-lg-n5 {
    margin: -3rem !important;
  }
  .bootstrap .mt-lg-n5,
.bootstrap .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap .mr-lg-n5,
.bootstrap .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap .mb-lg-n5,
.bootstrap .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap .ml-lg-n5,
.bootstrap .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap .m-lg-auto {
    margin: auto !important;
  }
  .bootstrap .mt-lg-auto,
.bootstrap .my-lg-auto {
    margin-top: auto !important;
  }
  .bootstrap .mr-lg-auto,
.bootstrap .mx-lg-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-lg-auto,
.bootstrap .my-lg-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ml-lg-auto,
.bootstrap .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .m-xl-0 {
    margin: 0 !important;
  }
  .bootstrap .mt-xl-0,
.bootstrap .my-xl-0 {
    margin-top: 0 !important;
  }
  .bootstrap .mr-xl-0,
.bootstrap .mx-xl-0 {
    margin-right: 0 !important;
  }
  .bootstrap .mb-xl-0,
.bootstrap .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap .ml-xl-0,
.bootstrap .mx-xl-0 {
    margin-left: 0 !important;
  }
  .bootstrap .m-xl-1 {
    margin: 0.25rem !important;
  }
  .bootstrap .mt-xl-1,
.bootstrap .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap .mr-xl-1,
.bootstrap .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap .mb-xl-1,
.bootstrap .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap .ml-xl-1,
.bootstrap .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap .m-xl-2 {
    margin: 0.5rem !important;
  }
  .bootstrap .mt-xl-2,
.bootstrap .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap .mr-xl-2,
.bootstrap .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap .mb-xl-2,
.bootstrap .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap .ml-xl-2,
.bootstrap .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap .m-xl-3 {
    margin: 1rem !important;
  }
  .bootstrap .mt-xl-3,
.bootstrap .my-xl-3 {
    margin-top: 1rem !important;
  }
  .bootstrap .mr-xl-3,
.bootstrap .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .bootstrap .mb-xl-3,
.bootstrap .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap .ml-xl-3,
.bootstrap .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .bootstrap .m-xl-4 {
    margin: 1.5rem !important;
  }
  .bootstrap .mt-xl-4,
.bootstrap .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap .mr-xl-4,
.bootstrap .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap .mb-xl-4,
.bootstrap .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap .ml-xl-4,
.bootstrap .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap .m-xl-5 {
    margin: 3rem !important;
  }
  .bootstrap .mt-xl-5,
.bootstrap .my-xl-5 {
    margin-top: 3rem !important;
  }
  .bootstrap .mr-xl-5,
.bootstrap .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .bootstrap .mb-xl-5,
.bootstrap .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap .ml-xl-5,
.bootstrap .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .bootstrap .p-xl-0 {
    padding: 0 !important;
  }
  .bootstrap .pt-xl-0,
.bootstrap .py-xl-0 {
    padding-top: 0 !important;
  }
  .bootstrap .pr-xl-0,
.bootstrap .px-xl-0 {
    padding-right: 0 !important;
  }
  .bootstrap .pb-xl-0,
.bootstrap .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap .pl-xl-0,
.bootstrap .px-xl-0 {
    padding-left: 0 !important;
  }
  .bootstrap .p-xl-1 {
    padding: 0.25rem !important;
  }
  .bootstrap .pt-xl-1,
.bootstrap .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap .pr-xl-1,
.bootstrap .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap .pb-xl-1,
.bootstrap .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap .pl-xl-1,
.bootstrap .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap .p-xl-2 {
    padding: 0.5rem !important;
  }
  .bootstrap .pt-xl-2,
.bootstrap .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap .pr-xl-2,
.bootstrap .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap .pb-xl-2,
.bootstrap .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap .pl-xl-2,
.bootstrap .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap .p-xl-3 {
    padding: 1rem !important;
  }
  .bootstrap .pt-xl-3,
.bootstrap .py-xl-3 {
    padding-top: 1rem !important;
  }
  .bootstrap .pr-xl-3,
.bootstrap .px-xl-3 {
    padding-right: 1rem !important;
  }
  .bootstrap .pb-xl-3,
.bootstrap .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap .pl-xl-3,
.bootstrap .px-xl-3 {
    padding-left: 1rem !important;
  }
  .bootstrap .p-xl-4 {
    padding: 1.5rem !important;
  }
  .bootstrap .pt-xl-4,
.bootstrap .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap .pr-xl-4,
.bootstrap .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap .pb-xl-4,
.bootstrap .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap .pl-xl-4,
.bootstrap .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap .p-xl-5 {
    padding: 3rem !important;
  }
  .bootstrap .pt-xl-5,
.bootstrap .py-xl-5 {
    padding-top: 3rem !important;
  }
  .bootstrap .pr-xl-5,
.bootstrap .px-xl-5 {
    padding-right: 3rem !important;
  }
  .bootstrap .pb-xl-5,
.bootstrap .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap .pl-xl-5,
.bootstrap .px-xl-5 {
    padding-left: 3rem !important;
  }
  .bootstrap .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap .mt-xl-n1,
.bootstrap .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap .mr-xl-n1,
.bootstrap .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap .mb-xl-n1,
.bootstrap .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap .ml-xl-n1,
.bootstrap .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap .mt-xl-n2,
.bootstrap .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap .mr-xl-n2,
.bootstrap .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap .mb-xl-n2,
.bootstrap .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap .ml-xl-n2,
.bootstrap .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap .m-xl-n3 {
    margin: -1rem !important;
  }
  .bootstrap .mt-xl-n3,
.bootstrap .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap .mr-xl-n3,
.bootstrap .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap .mb-xl-n3,
.bootstrap .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap .ml-xl-n3,
.bootstrap .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap .mt-xl-n4,
.bootstrap .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap .mr-xl-n4,
.bootstrap .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap .mb-xl-n4,
.bootstrap .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap .ml-xl-n4,
.bootstrap .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap .m-xl-n5 {
    margin: -3rem !important;
  }
  .bootstrap .mt-xl-n5,
.bootstrap .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap .mr-xl-n5,
.bootstrap .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap .mb-xl-n5,
.bootstrap .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap .ml-xl-n5,
.bootstrap .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap .m-xl-auto {
    margin: auto !important;
  }
  .bootstrap .mt-xl-auto,
.bootstrap .my-xl-auto {
    margin-top: auto !important;
  }
  .bootstrap .mr-xl-auto,
.bootstrap .mx-xl-auto {
    margin-right: auto !important;
  }
  .bootstrap .mb-xl-auto,
.bootstrap .my-xl-auto {
    margin-bottom: auto !important;
  }
  .bootstrap .ml-xl-auto,
.bootstrap .mx-xl-auto {
    margin-left: auto !important;
  }
}
.bootstrap .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.bootstrap .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.bootstrap .text-justify {
  text-align: justify !important;
}
.bootstrap .text-wrap {
  white-space: normal !important;
}
.bootstrap .text-nowrap {
  white-space: nowrap !important;
}
.bootstrap .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bootstrap .text-left {
  text-align: left !important;
}
.bootstrap .text-right {
  text-align: right !important;
}
.bootstrap .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .bootstrap .text-sm-left {
    text-align: left !important;
  }
  .bootstrap .text-sm-right {
    text-align: right !important;
  }
  .bootstrap .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .bootstrap .text-md-left {
    text-align: left !important;
  }
  .bootstrap .text-md-right {
    text-align: right !important;
  }
  .bootstrap .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .bootstrap .text-lg-left {
    text-align: left !important;
  }
  .bootstrap .text-lg-right {
    text-align: right !important;
  }
  .bootstrap .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap .text-xl-left {
    text-align: left !important;
  }
  .bootstrap .text-xl-right {
    text-align: right !important;
  }
  .bootstrap .text-xl-center {
    text-align: center !important;
  }
}
.bootstrap .text-lowercase {
  text-transform: lowercase !important;
}
.bootstrap .text-uppercase {
  text-transform: uppercase !important;
}
.bootstrap .text-capitalize {
  text-transform: capitalize !important;
}
.bootstrap .font-weight-light {
  font-weight: 300 !important;
}
.bootstrap .font-weight-lighter {
  font-weight: lighter !important;
}
.bootstrap .font-weight-normal {
  font-weight: 400 !important;
}
.bootstrap .font-weight-bold {
  font-weight: 700 !important;
}
.bootstrap .font-weight-bolder {
  font-weight: bolder !important;
}
.bootstrap .font-italic {
  font-style: italic !important;
}
.bootstrap .text-white {
  color: #fff !important;
}
.bootstrap .text-primary {
  color: #007bff !important;
}
.bootstrap a.text-primary:hover, .bootstrap a.text-primary:focus {
  color: #0056b3 !important;
}
.bootstrap .text-secondary {
  color: #6c757d !important;
}
.bootstrap a.text-secondary:hover, .bootstrap a.text-secondary:focus {
  color: #494f54 !important;
}
.bootstrap .text-success {
  color: #28a745 !important;
}
.bootstrap a.text-success:hover, .bootstrap a.text-success:focus {
  color: #19692c !important;
}
.bootstrap .text-info {
  color: #17a2b8 !important;
}
.bootstrap a.text-info:hover, .bootstrap a.text-info:focus {
  color: #0f6674 !important;
}
.bootstrap .text-warning {
  color: #ffc107 !important;
}
.bootstrap a.text-warning:hover, .bootstrap a.text-warning:focus {
  color: #ba8b00 !important;
}
.bootstrap .text-danger {
  color: #dc3545 !important;
}
.bootstrap a.text-danger:hover, .bootstrap a.text-danger:focus {
  color: #a71d2a !important;
}
.bootstrap .text-light {
  color: #f8f9fa !important;
}
.bootstrap a.text-light:hover, .bootstrap a.text-light:focus {
  color: #cbd3da !important;
}
.bootstrap .text-dark {
  color: #343a40 !important;
}
.bootstrap a.text-dark:hover, .bootstrap a.text-dark:focus {
  color: #121416 !important;
}
.bootstrap .text-body {
  color: #212529 !important;
}
.bootstrap .text-muted {
  color: #6c757d !important;
}
.bootstrap .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.bootstrap .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.bootstrap .text-decoration-none {
  text-decoration: none !important;
}
.bootstrap .text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.bootstrap .text-reset {
  color: inherit !important;
}
.bootstrap .visible {
  visibility: visible !important;
}
.bootstrap .invisible {
  visibility: hidden !important;
}
@media print {
  .bootstrap *,
.bootstrap *::before,
.bootstrap *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  .bootstrap a:not(.btn) {
    text-decoration: underline;
  }
  .bootstrap abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .bootstrap pre {
    white-space: pre-wrap !important;
  }
  .bootstrap pre,
.bootstrap blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  .bootstrap tr,
.bootstrap img {
    page-break-inside: avoid;
  }
  .bootstrap p,
.bootstrap h2,
.bootstrap h3 {
    orphans: 3;
    widows: 3;
  }
  .bootstrap h2,
.bootstrap h3 {
    page-break-after: avoid;
  }
  @page {
    .bootstrap {
      size: a3;
    }
  }
  .bootstrap body {
    min-width: 992px !important;
  }
  .bootstrap .container {
    min-width: 992px !important;
  }
  .bootstrap .navbar {
    display: none;
  }
  .bootstrap .badge {
    border: 1px solid #000;
  }
  .bootstrap .table {
    border-collapse: collapse !important;
  }
  .bootstrap .table td,
.bootstrap .table th {
    background-color: #fff !important;
  }
  .bootstrap .table-bordered th,
.bootstrap .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .bootstrap .table-dark {
    color: inherit;
  }
  .bootstrap .table-dark th,
.bootstrap .table-dark td,
.bootstrap .table-dark thead th,
.bootstrap .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .bootstrap .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.close-button {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;
  background-color: rgba(182,184,220,0.43);
}
.close-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 0.125rem;
  width: 1rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 98 / var(--tw-bg-opacity));
}
.close-button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 0.125rem;
  width: 1rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 98 / var(--tw-bg-opacity));
}
.form-input-search {
  height: 2.875rem;
  width: 80%;
  border-radius: 3px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.form-button {
  height: 2.975rem;
  min-width: 10rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(72 92 199 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.form-button:disabled {
  opacity: 0.15;
}
.form-checkbox {
  margin-right: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.form-checkbox:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 98 / var(--tw-bg-opacity));
}
.form-checkbox:hover:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 98 / var(--tw-bg-opacity));
}
.form-checkbox:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: transparent;
}
.form-checkbox:focus:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 98 / var(--tw-bg-opacity));
}
.form-radio {
  position: relative;
  margin-right: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity));
}
.form-radio:checked {
  --tw-border-opacity: 1;
  border-color: rgb(72 92 199 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-image: none;
}
.form-radio:hover:checked {
  --tw-border-opacity: 1;
  border-color: rgb(72 92 199 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.form-radio:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: transparent;
}
.form-radio:focus:checked {
  --tw-border-opacity: 1;
  border-color: rgb(72 92 199 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.form-radio:checked:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(72 92 199 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.notice-msgbox {
  margin-right: 1.2rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
  --tw-bg-opacity: 6%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(40 167 69 / var(--tw-text-opacity));
}
.alert-msgbox {
  margin-right: 1.2rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
  --tw-bg-opacity: 6%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
#index-list .active {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(72 92 199 / var(--tw-text-opacity));
}
.stage-label.early .stage-label-body {
  --tw-bg-opacity: 1;
  background-color: rgb(159 217 177 / var(--tw-bg-opacity));
}
.stage-label.early .stage-label-body::after {
  --tw-content: "序盤";
  content: var(--tw-content);
}
.stage-label.early .stage-label-tail {
  --tw-border-opacity: 1;
  border-left-color: rgb(159 217 177 / var(--tw-border-opacity));
}
.stage-label.middle .stage-label-body {
  --tw-bg-opacity: 1;
  background-color: rgb(241 235 156 / var(--tw-bg-opacity));
}
.stage-label.middle .stage-label-body::after {
  --tw-content: "中盤";
  content: var(--tw-content);
}
.stage-label.middle .stage-label-tail {
  --tw-border-opacity: 1;
  border-left-color: rgb(241 235 156 / var(--tw-border-opacity));
}
.stage-label.final .stage-label-body {
  --tw-bg-opacity: 1;
  background-color: rgb(251 198 154 / var(--tw-bg-opacity));
}
.stage-label.final .stage-label-body::after {
  --tw-content: "終盤";
  content: var(--tw-content);
}
.stage-label.final .stage-label-tail {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 198 154 / var(--tw-border-opacity));
}
.scores-indicator.active {
  --tw-bg-opacity: 1;
  background-color: rgb(72 92 199 / var(--tw-bg-opacity));
}
.filter-button.active {
  --tw-bg-opacity: 1;
  background-color: rgb(74 96 149 / var(--tw-bg-opacity));
}
.filter-button.active .filter-button__icon {
  fill: rgba(255,255,255,0.8);
}
.filter-button.active .filter-button__text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.form-input-modal {
  height: 2.675rem;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.form-input-modal::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(186 186 186 / var(--tw-text-opacity));
}
.form-input-modal:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(186 186 186 / var(--tw-text-opacity));
}
.form-input-modal::placeholder {
  --tw-text-opacity: 1;
  color: rgb(186 186 186 / var(--tw-text-opacity));
}
.form-input-modal:focus {
  --tw-border-opacity: 1;
  border-color: rgb(72 92 199 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(72 92 199 / var(--tw-ring-opacity));
}
.form-input-modal:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(190 190 190 / var(--tw-text-opacity));
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.top-0 {
  top: 0px;
}
.right-0 {
  right: 0px;
}
.left-0 {
  left: 0px;
}
.top-\[60px\] {
  top: 60px;
}
.top-1\/2 {
  top: 50%;
}
.bottom-0 {
  bottom: 0px;
}
.top-6 {
  top: 1.5rem;
}
.top-\[2rem\] {
  top: 2rem;
}
.left-\[5\%\] {
  left: 5%;
}
.top-\[10rem\] {
  top: 10rem;
}
.left-\[-30\%\] {
  left: -30%;
}
.top-\[25\%\] {
  top: 25%;
}
.top-\[60\%\] {
  top: 60%;
}
.top-\[28\%\] {
  top: 28%;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[-5\%\] {
  top: -5%;
}
.right-4 {
  right: 1rem;
}
.right-8 {
  right: 2rem;
}
.right-\[-1rem\] {
  right: -1rem;
}
.top-\[190px\] {
  top: 190px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.top-7 {
  top: 1.75rem;
}
.right-7 {
  right: 1.75rem;
}
.left-1\/2 {
  left: 50%;
}
.right-\[0\%\] {
  right: 0%;
}
.right-\[-10rem\] {
  right: -10rem;
}
.top-\[15px\] {
  top: 15px;
}
.right-\[15px\] {
  right: 15px;
}
.left-2 {
  left: 0.5rem;
}
.top-\[30\%\] {
  top: 30%;
}
.right-\[-40\%\] {
  right: -40%;
}
.top-\[13rem\] {
  top: 13rem;
}
.right-\[-5rem\] {
  right: -5rem;
}
.top-2 {
  top: 0.5rem;
}
.left-4 {
  left: 1rem;
}
.top-\[15\%\] {
  top: 15%;
}
.top-\[70\%\] {
  top: 70%;
}
.left-\[85\%\] {
  left: 85%;
}
.right-\[-12rem\] {
  right: -12rem;
}
.top-\[20rem\] {
  top: 20rem;
}
.right-\[10rem\] {
  right: 10rem;
}
.top-\[5rem\] {
  top: 5rem;
}
.left-\[4rem\] {
  left: 4rem;
}
.left-\[-15rem\] {
  left: -15rem;
}
.right-\[7rem\] {
  right: 7rem;
}
.right-\[-15rem\] {
  right: -15rem;
}
.left-\[40\.5\%\] {
  left: 40.5%;
}
.top-\[20px\] {
  top: 20px;
}
.left-\[41\%\] {
  left: 41%;
}
.top-\[45px\] {
  top: 45px;
}
.left-\[37\.5\%\] {
  left: 37.5%;
}
.top-\[70px\] {
  top: 70px;
}
.top-\[5\%\] {
  top: 5%;
}
.right-\[7\%\] {
  right: 7%;
}
.bottom-9 {
  bottom: 2.25rem;
}
.top-\[57\%\] {
  top: 57%;
}
.top-5 {
  top: 1.25rem;
}
.right-3 {
  right: 0.75rem;
}
.top-\[10px\] {
  top: 10px;
}
.right-\[10px\] {
  right: 10px;
}
.left-\[43\%\] {
  left: 43%;
}
.top-\[-6\%\] {
  top: -6%;
}
.left-\[26\%\] {
  left: 26%;
}
.left-\[4\%\] {
  left: 4%;
}
.top-\[20\%\] {
  top: 20%;
}
.right-\[8\%\] {
  right: 8%;
}
.top-\[10\%\] {
  top: 10%;
}
.left-\[14\%\] {
  left: 14%;
}
.top-\[27\%\] {
  top: 27%;
}
.left-\[23\%\] {
  left: 23%;
}
.top-\[40\%\] {
  top: 40%;
}
.top-\[13\%\] {
  top: 13%;
}
.right-\[9\%\] {
  right: 9%;
}
.right-\[18\%\] {
  right: 18%;
}
.top-\[59\%\] {
  top: 59%;
}
.top-\[55\%\] {
  top: 55%;
}
.left-5 {
  left: 1.25rem;
}
.-bottom-1\.5 {
  bottom: -0.375rem;
}
.-bottom-1 {
  bottom: -0.25rem;
}
.-top-\[1\.125rem\] {
  top: -1.125rem;
}
.left-3 {
  left: 0.75rem;
}
.left-6 {
  left: 1.5rem;
}
.-bottom-2\.5 {
  bottom: -0.625rem;
}
.-bottom-2 {
  bottom: -0.5rem;
}
.left-\[28px\] {
  left: 28px;
}
.top-\[-18px\] {
  top: -18px;
}
.-top-20 {
  top: -5rem;
}
.-top-12 {
  top: -3rem;
}
.top-\[36\%\] {
  top: 36%;
}
.right-\[5\%\] {
  right: 5%;
}
.top-\[23\%\] {
  top: 23%;
}
.left-\[10\%\] {
  left: 10%;
}
.left-\[21\%\] {
  left: 21%;
}
.top-\[43\%\] {
  top: 43%;
}
.right-\[15\%\] {
  right: 15%;
}
.-top-\[0\.8125rem\] {
  top: -0.8125rem;
}
.top-\[16px\] {
  top: 16px;
}
.top-\[34px\] {
  top: 34px;
}
.left-\[5px\] {
  left: 5px;
}
.right-\[5px\] {
  right: 5px;
}
.-bottom-px {
  bottom: -1px;
}
.top-8 {
  top: 2rem;
}
.-top-8 {
  top: -2rem;
}
.top-\[32\%\] {
  top: 32%;
}
.top-9 {
  top: 2.25rem;
}
.left-\[50\%\] {
  left: 50%;
}
.top-\[33\%\] {
  top: 33%;
}
.top-\[67\%\] {
  top: 67%;
}
.top-\[45\%\] {
  top: 45%;
}
.top-\[65\%\] {
  top: 65%;
}
.top-1 {
  top: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.right-5 {
  right: 1.25rem;
}
.left-\[60\%\] {
  left: 60%;
}
.top-\[17\%\] {
  top: 17%;
}
.left-10 {
  left: 2.5rem;
}
.left-\[70\%\] {
  left: 70%;
}
.right-10 {
  right: 2.5rem;
}
.top-\[56px\] {
  top: 56px;
}
.top-\[40px\] {
  top: 40px;
}
.top-11 {
  top: 2.75rem;
}
.top-\[35\%\] {
  top: 35%;
}
.left-\[65\%\] {
  left: 65%;
}
.top-4 {
  top: 1rem;
}
.bottom-\[-15px\] {
  bottom: -15px;
}
.-top-5 {
  top: -1.25rem;
}
.top-\[7px\] {
  top: 7px;
}
.top-\[-20\%\] {
  top: -20%;
}
.top-\[-35\%\] {
  top: -35%;
}
.right-\[12\%\] {
  right: 12%;
}
.top-\[-8\%\] {
  top: -8%;
}
.right-\[2rem\] {
  right: 2rem;
}
.top-\[9rem\] {
  top: 9rem;
}
.top-\[-17\%\] {
  top: -17%;
}
.right-\[14\%\] {
  right: 14%;
}
.left-\[30\%\] {
  left: 30%;
}
.top-\[52\%\] {
  top: 52%;
}
.left-\[13\%\] {
  left: 13%;
}
.top-\[21\%\] {
  top: 21%;
}
.top-\[14\%\] {
  top: 14%;
}
.right-\[0\.5rem\] {
  right: 0.5rem;
}
.top-\[4\.5rem\] {
  top: 4.5rem;
}
.top-\[4\%\] {
  top: 4%;
}
.top-\[-2px\] {
  top: -2px;
}
.left-\[27\%\] {
  left: 27%;
}
.left-\[7\%\] {
  left: 7%;
}
.right-\[16\%\] {
  right: 16%;
}
.top-\[-20px\] {
  top: -20px;
}
.top-\[54\%\] {
  top: 54%;
}
.right-\[2\%\] {
  right: 2%;
}
.left-\[32\%\] {
  left: 32%;
}
.top-\[-16px\] {
  top: -16px;
}
.left-\[16\%\] {
  left: 16%;
}
.left-\[0\%\] {
  left: 0%;
}
.left-\[20\%\] {
  left: 20%;
}
.top-\[38\%\] {
  top: 38%;
}
.right-\[4\%\] {
  right: 4%;
}
.top-\[8\%\] {
  top: 8%;
}
.left-\[19\%\] {
  left: 19%;
}
.bottom-\[-30px\] {
  bottom: -30px;
}
.z-50 {
  z-index: 50;
}
.z-20 {
  z-index: 20;
}
.z-10 {
  z-index: 10;
}
.z-0 {
  z-index: 0;
}
.z-30 {
  z-index: 30;
}
.z-\[-1\] {
  z-index: -1;
}
.-z-10 {
  z-index: -10;
}
.z-\[1\] {
  z-index: 1;
}
.m-auto {
  margin: auto;
}
.m-6 {
  margin: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-\[1\.5rem\] {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-\[0\.9rem\] {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}
.my-\[0\.2rem\] {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.my-\[3rem\] {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-\[1rem\] {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-\[0\.5rem\] {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-\[2\.5px\] {
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.my-\[2rem\] {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-\[4rem\] {
  margin-left: 4rem;
  margin-right: 4rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.my-\[0\.8rem\] {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.mx-\[1\.2rem\] {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}
.mx-\[2\.25rem\] {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}
.my-\[7px\] {
  margin-top: 7px;
  margin-bottom: 7px;
}
.mx-\[1rem\] {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.ml-12 {
  margin-left: 3rem;
}
.-mt-px {
  margin-top: -1px;
}
.mt-\[1rem\] {
  margin-top: 1rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mt-\[0\.5rem\] {
  margin-top: 0.5rem;
}
.mt-\[2rem\] {
  margin-top: 2rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-9 {
  margin-right: 2.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.ml-\[0\.7rem\] {
  margin-left: 0.7rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-\[-2\.2px\] {
  margin-top: -2.2px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-\[0\.5rem\] {
  margin-bottom: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.ml-\[0\.5rem\] {
  margin-left: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-\[1\.5rem\] {
  margin-bottom: 1.5rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mr-\[1\.625rem\] {
  margin-right: 1.625rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mr-0 {
  margin-right: 0px;
}
.mb-\[1\.875rem\] {
  margin-bottom: 1.875rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-\[1rem\] {
  margin-left: 1rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.ml-\[1\.2rem\] {
  margin-left: 1.2rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mt-36 {
  margin-top: 9rem;
}
.mr-\[1rem\] {
  margin-right: 1rem;
}
.mt-\[0\.8rem\] {
  margin-top: 0.8rem;
}
.mt-\[1\.2rem\] {
  margin-top: 1.2rem;
}
.ml-\[10\%\] {
  margin-left: 10%;
}
.ml-\[5\%\] {
  margin-left: 5%;
}
.mt-20 {
  margin-top: 5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mt-\[7px\] {
  margin-top: 7px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.ml-\[3rem\] {
  margin-left: 3rem;
}
.mr-\[4rem\] {
  margin-right: 4rem;
}
.-mb-3 {
  margin-bottom: -0.75rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.-ml-6 {
  margin-left: -1.5rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mr-7 {
  margin-right: 1.75rem;
}
.mr-\[0\.5rem\] {
  margin-right: 0.5rem;
}
.mb-\[16rem\] {
  margin-bottom: 16rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mr-16 {
  margin-right: 4rem;
}
.mt-\[1\.5rem\] {
  margin-top: 1.5rem;
}
.mt-\[4rem\] {
  margin-top: 4rem;
}
.mb-\[2rem\] {
  margin-bottom: 2rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-\[2\.25rem\] {
  margin-left: 2.25rem;
}
.mr-\[2\.25rem\] {
  margin-right: 2.25rem;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[1rem\] {
  margin-bottom: 1rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.ml-\[0\.2rem\] {
  margin-left: 0.2rem;
}
.ml-\[0rem\] {
  margin-left: 0rem;
}
.mr-\[7\.5rem\] {
  margin-right: 7.5rem;
}
.ml-\[3\.5rem\] {
  margin-left: 3.5rem;
}
.ml-\[1\.5rem\] {
  margin-left: 1.5rem;
}
.ml-\[21rem\] {
  margin-left: 21rem;
}
.mt-\[-11rem\] {
  margin-top: -11rem;
}
.mt-\[-1\.5rem\] {
  margin-top: -1.5rem;
}
.mr-\[0\.2rem\] {
  margin-right: 0.2rem;
}
.mt-\[0\.35rem\] {
  margin-top: 0.35rem;
}
.ml-\[2rem\] {
  margin-left: 2rem;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.ml-\[2px\] {
  margin-left: 2px;
}
.ml-\[14px\] {
  margin-left: 14px;
}
.ml-\[3px\] {
  margin-left: 3px;
}
.mb-\[1\.65rem\] {
  margin-bottom: 1.65rem;
}
.mt-\[2\.5rem\] {
  margin-top: 2.5rem;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mr-\[3rem\] {
  margin-right: 3rem;
}
.mt-\[300px\] {
  margin-top: 300px;
}
.mt-\[3rem\] {
  margin-top: 3rem;
}
.mb-\[100px\] {
  margin-bottom: 100px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mt-\[28px\] {
  margin-top: 28px;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.mt-\[360px\] {
  margin-top: 360px;
}
.mt-12 {
  margin-top: 3rem;
}
.ml-\[1\.25rem\] {
  margin-left: 1.25rem;
}
.mr-\[1\.25rem\] {
  margin-right: 1.25rem;
}
.mb-\[1px\] {
  margin-bottom: 1px;
}
.ml-20 {
  margin-left: 5rem;
}
.mt-\[0\.2rem\] {
  margin-top: 0.2rem;
}
.ml-\[0\.3rem\] {
  margin-left: 0.3rem;
}
.ml-\[6px\] {
  margin-left: 6px;
}
.mr-\[0\.4rem\] {
  margin-right: 0.4rem;
}
.mt-\[0\.45rem\] {
  margin-top: 0.45rem;
}
.mt-\[0\.7rem\] {
  margin-top: 0.7rem;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.ml-\[18rem\] {
  margin-left: 18rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mr-3\.5 {
  margin-right: 0.875rem;
}
.mt-11 {
  margin-top: 2.75rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-auto {
  margin-top: auto;
}
.ml-\[0\.92rem\] {
  margin-left: 0.92rem;
}
.ml-\[0\.65rem\] {
  margin-left: 0.65rem;
}
.ml-\[0\.6rem\] {
  margin-left: 0.6rem;
}
.mb-\[5\.125rem\] {
  margin-bottom: 5.125rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.mb-\[1\.375rem\] {
  margin-bottom: 1.375rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-\[3\.25rem\] {
  margin-bottom: 3.25rem;
}
.mb-\[8\.5\%\] {
  margin-bottom: 8.5%;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.-mr-\[1\.125rem\] {
  margin-right: -1.125rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-\[27px\] {
  margin-right: 27px;
}
.-mr-10 {
  margin-right: -2.5rem;
}
.-mt-\[1\.125rem\] {
  margin-top: -1.125rem;
}
.mb-\[1\.125rem\] {
  margin-bottom: 1.125rem;
}
.-mb-0\.5 {
  margin-bottom: -0.125rem;
}
.-mb-0 {
  margin-bottom: -0px;
}
.mb-\[0\.9375rem\] {
  margin-bottom: 0.9375rem;
}
.ml-\[0\.4rem\] {
  margin-left: 0.4rem;
}
.mr-\[16\.5\%\] {
  margin-right: 16.5%;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[28px\] {
  margin-bottom: 28px;
}
.-mr-\[18px\] {
  margin-right: -18px;
}
.mr-\[calc\(100\%\/9-1px\)\] {
  margin-right: calc(100% / 9 - 1px);
}
.mt-px {
  margin-top: 1px;
}
.ml-\[4rem\] {
  margin-left: 4rem;
}
.ml-\[11\.5rem\] {
  margin-left: 11.5rem;
}
.ml-\[7\.9rem\] {
  margin-left: 7.9rem;
}
.ml-\[8rem\] {
  margin-left: 8rem;
}
.ml-\[6rem\] {
  margin-left: 6rem;
}
.ml-\[5rem\] {
  margin-left: 5rem;
}
.ml-\[-12rem\] {
  margin-left: -12rem;
}
.mt-\[6rem\] {
  margin-top: 6rem;
}
.ml-\[9rem\] {
  margin-left: 9rem;
}
.ml-\[12rem\] {
  margin-left: 12rem;
}
.ml-\[9\.6rem\] {
  margin-left: 9.6rem;
}
.ml-\[5\.2rem\] {
  margin-left: 5.2rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mr-\[10rem\] {
  margin-right: 10rem;
}
.mt-\[1\.25rem\] {
  margin-top: 1.25rem;
}
.mt-\[2\.25rem\] {
  margin-top: 2.25rem;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[5rem\] {
  margin-top: 5rem;
}
.mb-\[5rem\] {
  margin-bottom: 5rem;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[90px\] {
  margin-top: 90px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[3\.25rem\] {
  margin-top: 3.25rem;
}
.mt-\[1px\] {
  margin-top: 1px;
}
.mt-16 {
  margin-top: 4rem;
}
.mb-\[3rem\] {
  margin-bottom: 3rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mr-auto {
  margin-right: auto;
}
.mr-\[1\.125rem\] {
  margin-right: 1.125rem;
}
.ml-\[1\.125rem\] {
  margin-left: 1.125rem;
}
.mt-\[25vh\] {
  margin-top: 25vh;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[80\%\] {
  margin-top: 80%;
}
.mt-\[50\%\] {
  margin-top: 50%;
}
.mt-\[100\%\] {
  margin-top: 100%;
}
.mt-\[-3px\] {
  margin-top: -3px;
}
.ml-\[20\%\] {
  margin-left: 20%;
}
.mb-20 {
  margin-bottom: 5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.h-16 {
  height: 4rem;
}
.h-screen {
  height: 100vh;
}
.h-full {
  height: 100%;
}
.h-12 {
  height: 3rem;
}
.h-10 {
  height: 2.5rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[41px\] {
  height: 41px;
}
.h-7 {
  height: 1.75rem;
}
.h-\[37px\] {
  height: 37px;
}
.h-\[56px\] {
  height: 56px;
}
.h-6 {
  height: 1.5rem;
}
.h-\[44px\] {
  height: 44px;
}
.h-auto {
  height: auto;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[4\.125rem\] {
  height: 4.125rem;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[380px\] {
  height: 380px;
}
.h-\[406px\] {
  height: 406px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[130px\] {
  height: 130px;
}
.h-\[3rem\] {
  height: 3rem;
}
.h-\[fit-content\] {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.h-\[128px\] {
  height: 128px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[370px\] {
  height: 370px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[70\%\] {
  height: 70%;
}
.h-\[171px\] {
  height: 171px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[210px\] {
  height: 210px;
}
.h-\[10rem\] {
  height: 10rem;
}
.h-\[50\%\] {
  height: 50%;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[38rem\] {
  height: 38rem;
}
.h-20 {
  height: 5rem;
}
.h-\[90vh\] {
  height: 90vh;
}
.h-96 {
  height: 24rem;
}
.h-60 {
  height: 15rem;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[80\%\] {
  height: 80%;
}
.h-\[520px\] {
  height: 520px;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-\[82\%\] {
  height: 82%;
}
.h-\[60\%\] {
  height: 60%;
}
.h-\[110\%\] {
  height: 110%;
}
.h-\[429px\] {
  height: 429px;
}
.h-\[15\%\] {
  height: 15%;
}
.h-\[85\%\] {
  height: 85%;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[28rem\] {
  height: 28rem;
}
.h-\[560px\] {
  height: 560px;
}
.h-\[636px\] {
  height: 636px;
}
.h-\[653px\] {
  height: 653px;
}
.h-\[619px\] {
  height: 619px;
}
.h-\[470px\] {
  height: 470px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[2rem\] {
  height: 2rem;
}
.h-\[3\.5rem\] {
  height: 3.5rem;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[13px\] {
  height: 13px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[340px\] {
  height: 340px;
}
.h-\[6rem\] {
  height: 6rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[90\%\] {
  height: 90%;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-\[15rem\] {
  height: 15rem;
}
.h-\[55vh\] {
  height: 55vh;
}
.h-\[40\%\] {
  height: 40%;
}
.h-\[10\.0rem\] {
  height: 10.0rem;
}
.h-\[20rem\] {
  height: 20rem;
}
.h-\[2\.3rem\] {
  height: 2.3rem;
}
.h-\[2\.875rem\] {
  height: 2.875rem;
}
.h-\[445px\] {
  height: 445px;
}
.h-\[402px\] {
  height: 402px;
}
.h-\[9rem\] {
  height: 9rem;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-0 {
  height: 0px;
}
.h-\[0\.5625rem\] {
  height: 0.5625rem;
}
.h-\[0\.1875rem\] {
  height: 0.1875rem;
}
.h-\[2\.25rem\] {
  height: 2.25rem;
}
.h-\[5px\] {
  height: 5px;
}
.h-\[2\.625rem\] {
  height: 2.625rem;
}
.h-3 {
  height: 0.75rem;
}
.h-\[221px\] {
  height: 221px;
}
.h-\[301px\] {
  height: 301px;
}
.h-\[1\.625rem\] {
  height: 1.625rem;
}
.h-\[153px\] {
  height: 153px;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-1 {
  height: 0.25rem;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[260px\] {
  height: 260px;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[70vh\] {
  height: 70vh;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[146px\] {
  height: 146px;
}
.h-\[208px\] {
  height: 208px;
}
.h-\[192px\] {
  height: 192px;
}
.h-\[230px\] {
  height: 230px;
}
.h-\[220px\] {
  height: 220px;
}
.h-14 {
  height: 3.5rem;
}
.h-\[5rem\] {
  height: 5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-40 {
  height: 10rem;
}
.h-2 {
  height: 0.5rem;
}
.h-\[420px\] {
  height: 420px;
}
.h-\[288px\] {
  height: 288px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[23px\] {
  height: 23px;
}
.h-\[213px\] {
  height: 213px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[29px\] {
  height: 29px;
}
.h-\[281px\] {
  height: 281px;
}
.h-4 {
  height: 1rem;
}
.max-h-\[730px\] {
  max-height: 730px;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-full {
  max-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-\[5\.75rem\] {
  min-height: 5.75rem;
}
.min-h-\[19rem\] {
  min-height: 19rem;
}
.min-h-\[15rem\] {
  min-height: 15rem;
}
.min-h-\[10rem\] {
  min-height: 10rem;
}
.min-h-\[40rem\] {
  min-height: 40rem;
}
.min-h-\[32rem\] {
  min-height: 32rem;
}
.min-h-\[35rem\] {
  min-height: 35rem;
}
.min-h-\[25rem\] {
  min-height: 25rem;
}
.min-h-\[23rem\] {
  min-height: 23rem;
}
.min-h-\[610px\] {
  min-height: 610px;
}
.min-h-\[6\.875rem\] {
  min-height: 6.875rem;
}
.min-h-\[9\.575rem\] {
  min-height: 9.575rem;
}
.min-h-\[7\.875rem\] {
  min-height: 7.875rem;
}
.min-h-\[8rem\] {
  min-height: 8rem;
}
.min-h-\[4\.875rem\] {
  min-height: 4.875rem;
}
.min-h-\[1rem\] {
  min-height: 1rem;
}
.min-h-\[2\.5rem\] {
  min-height: 2.5rem;
}
.min-h-\[6rem\] {
  min-height: 6rem;
}
.min-h-\[3\.25rem\] {
  min-height: 3.25rem;
}
.min-h-\[3\.75rem\] {
  min-height: 3.75rem;
}
.min-h-\[3\.875rem\] {
  min-height: 3.875rem;
}
.min-h-\[5\.375rem\] {
  min-height: 5.375rem;
}
.min-h-\[7\.25rem\] {
  min-height: 7.25rem;
}
.min-h-\[17\.875rem\] {
  min-height: 17.875rem;
}
.min-h-\[4rem\] {
  min-height: 4rem;
}
.min-h-\[1\.75rem\] {
  min-height: 1.75rem;
}
.min-h-\[2rem\] {
  min-height: 2rem;
}
.min-h-\[5\.25rem\] {
  min-height: 5.25rem;
}
.min-h-\[4\.125rem\] {
  min-height: 4.125rem;
}
.min-h-\[6\.4rem\] {
  min-height: 6.4rem;
}
.min-h-\[4\.5rem\] {
  min-height: 4.5rem;
}
.min-h-\[6\.5rem\] {
  min-height: 6.5rem;
}
.min-h-\[12\.25rem\] {
  min-height: 12.25rem;
}
.min-h-\[420px\] {
  min-height: 420px;
}
.min-h-\[5rem\] {
  min-height: 5rem;
}
.w-5 {
  width: 1.25rem;
}
.w-8 {
  width: 2rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-44 {
  width: 11rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[363px\] {
  width: 363px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[208px\] {
  width: 208px;
}
.w-\[5rem\] {
  width: 5rem;
}
.w-\[7\.5rem\] {
  width: 7.5rem;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[96px\] {
  width: 96px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-px {
  width: 1px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[8\.5rem\] {
  width: 8.5rem;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[45\%\] {
  width: 45%;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[153px\] {
  width: 153px;
}
.w-\[61px\] {
  width: 61px;
}
.w-\[74px\] {
  width: 74px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[792px\] {
  width: 792px;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[11rem\] {
  width: 11rem;
}
.w-\[fit-content\] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-\[80vw\] {
  width: 80vw;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[3\.3vw\] {
  width: 3.3vw;
}
.w-\[1200px\] {
  width: 1200px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[97\%\] {
  width: 97%;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[9rem\] {
  width: 9rem;
}
.w-\[2\.25rem\] {
  width: 2.25rem;
}
.w-\[95\%\] {
  width: 95%;
}
.w-\[30\%\] {
  width: 30%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-\[10rem\] {
  width: 10rem;
}
.w-\[48\%\] {
  width: 48%;
}
.w-\[49px\] {
  width: 49px;
}
.w-\[700px\] {
  width: 700px;
}
.w-\[65\.625vw\] {
  width: 65.625vw;
}
.w-\[24rem\] {
  width: 24rem;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[1100px\] {
  width: 1100px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[450px\] {
  width: 450px;
}
.w-\[120\%\] {
  width: 120%;
}
.w-\[430px\] {
  width: 430px;
}
.w-\[14\.75rem\] {
  width: 14.75rem;
}
.w-\[55\%\] {
  width: 55%;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[65\%\] {
  width: 65%;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[75\%\] {
  width: 75%;
}
.w-\[720px\] {
  width: 720px;
}
.w-\[4rem\] {
  width: 4rem;
}
.w-\[800px\] {
  width: 800px;
}
.w-\[90rem\] {
  width: 90rem;
}
.w-\[17\%\] {
  width: 17%;
}
.w-\[13\%\] {
  width: 13%;
}
.w-\[460px\] {
  width: 460px;
}
.w-\[1280px\] {
  width: 1280px;
}
.w-\[128px\] {
  width: 128px;
}
.w-\[285px\] {
  width: 285px;
}
.w-\[85vw\] {
  width: 85vw;
}
.w-\[10vw\] {
  width: 10vw;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[6rem\] {
  width: 6rem;
}
.w-\[20rem\] {
  width: 20rem;
}
.w-40 {
  width: 10rem;
}
.w-\[940px\] {
  width: 940px;
}
.w-\[90vw\] {
  width: 90vw;
}
.w-\[290px\] {
  width: 290px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[7rem\] {
  width: 7rem;
}
.w-7 {
  width: 1.75rem;
}
.w-\[10\.0rem\] {
  width: 10.0rem;
}
.w-\[20vw\] {
  width: 20vw;
}
.w-\[30vw\] {
  width: 30vw;
}
.w-\[50vw\] {
  width: 50vw;
}
.w-\[8rem\] {
  width: 8rem;
}
.w-\[15\%\] {
  width: 15%;
}
.w-\[25rem\] {
  width: 25rem;
}
.w-\[19rem\] {
  width: 19rem;
}
.w-\[3\.25rem\] {
  width: 3.25rem;
}
.w-\[48\.6\%\] {
  width: 48.6%;
}
.w-\[calc\(51\.4\%-1\.5rem\)\] {
  width: calc(51.4% - 1.5rem);
}
.w-\[23\.5\%\] {
  width: 23.5%;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[4\.3\%\] {
  width: 4.3%;
}
.w-\[95\.7\%\] {
  width: 95.7%;
}
.w-6 {
  width: 1.5rem;
}
.w-\[0\.5625rem\] {
  width: 0.5625rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3 {
  width: 0.75rem;
}
.w-\[1\.375rem\] {
  width: 1.375rem;
}
.w-\[1\.0625rem\] {
  width: 1.0625rem;
}
.w-\[27\.75rem\] {
  width: 27.75rem;
}
.w-\[5px\] {
  width: 5px;
}
.w-\[36\%\] {
  width: 36%;
}
.w-\[27\.25rem\] {
  width: 27.25rem;
}
.w-\[6\.75rem\] {
  width: 6.75rem;
}
.w-\[68px\] {
  width: 68px;
}
.w-\[418px\] {
  width: 418px;
}
.w-16 {
  width: 4rem;
}
.w-\[2\.5rem\] {
  width: 2.5rem;
}
.w-10 {
  width: 2.5rem;
}
.w-\[88\.4\%\] {
  width: 88.4%;
}
.w-\[103\%\] {
  width: 103%;
}
.w-\[4\.5rem\] {
  width: 4.5rem;
}
.w-\[8\%\] {
  width: 8%;
}
.w-\[16\%\] {
  width: 16%;
}
.w-\[5\%\] {
  width: 5%;
}
.w-\[9\.5rem\] {
  width: 9.5rem;
}
.w-\[15rem\] {
  width: 15rem;
}
.w-\[900px\] {
  width: 900px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[370px\] {
  width: 370px;
}
.w-\[32\%\] {
  width: 32%;
}
.w-\[4\.5\%\] {
  width: 4.5%;
}
.w-\[12rem\] {
  width: 12rem;
}
.w-\[18rem\] {
  width: 18rem;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[60vw\] {
  width: 60vw;
}
.w-\[94\%\] {
  width: 94%;
}
.w-\[35\%\] {
  width: 35%;
}
.w-\[210px\] {
  width: 210px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[56px\] {
  width: 56px;
}
.w-36 {
  width: 9rem;
}
.w-2 {
  width: 0.5rem;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[76px\] {
  width: 76px;
}
.w-\[104px\] {
  width: 104px;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[78px\] {
  width: 78px;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[39px\] {
  width: 39px;
}
.w-\[102px\] {
  width: 102px;
}
.w-\[145px\] {
  width: 145px;
}
.w-\[252px\] {
  width: 252px;
}
.w-\[537px\] {
  width: 537px;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[176px\] {
  width: 176px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[307px\] {
  width: 307px;
}
.w-\[28rem\] {
  width: 28rem;
}
.w-\[92\%\] {
  width: 92%;
}
.min-w-\[20rem\] {
  min-width: 20rem;
}
.min-w-\[18rem\] {
  min-width: 18rem;
}
.min-w-\[744px\] {
  min-width: 744px;
}
.min-w-\[166px\] {
  min-width: 166px;
}
.min-w-\[890px\] {
  min-width: 890px;
}
.min-w-\[650px\] {
  min-width: 650px;
}
.min-w-\[960px\] {
  min-width: 960px;
}
.min-w-\[860px\] {
  min-width: 860px;
}
.min-w-\[700px\] {
  min-width: 700px;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[65\.625rem\] {
  max-width: 65.625rem;
}
.max-w-\[10rem\] {
  max-width: 10rem;
}
.max-w-\[7rem\] {
  max-width: 7rem;
}
.max-w-\[70rem\] {
  max-width: 70rem;
}
.max-w-\[321px\] {
  max-width: 321px;
}
.max-w-\[341px\] {
  max-width: 341px;
}
.max-w-\[260px\] {
  max-width: 260px;
}
.max-w-\[21rem\] {
  max-width: 21rem;
}
.max-w-\[46\.375rem\] {
  max-width: 46.375rem;
}
.max-w-\[76\.375rem\] {
  max-width: 76.375rem;
}
.max-w-full {
  max-width: 100%;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.table-fixed {
  table-layout: fixed;
}
.border-collapse {
  border-collapse: collapse;
}
.origin-left {
  transform-origin: left;
}
.origin-right {
  transform-origin: right;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[30\%\] {
  --tw-translate-y: -30%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-64\%\] {
  --tw-translate-x: -64%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-78\%\] {
  --tw-translate-x: -78%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-80\%\] {
  --tw-translate-x: -80%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-68\%\] {
  --tw-translate-x: -68%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-74\%\] {
  --tw-translate-x: -74%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-73\%\] {
  --tw-translate-x: -73%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[20deg\] {
  --tw-rotate: 20deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[-30deg\] {
  --tw-rotate: -30deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[30deg\] {
  --tw-rotate: 30deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-auto {
  cursor: auto;
}
.cursor-default {
  cursor: default;
}
.resize-none {
  resize: none;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-3\.5 {
  row-gap: 0.875rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-x-\[16px\] {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.gap-y-7 {
  row-gap: 1.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-\[12px\] {
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.gap-y-\[1rem\] {
  row-gap: 1rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-\[3px\] {
  -moz-column-gap: 3px;
       column-gap: 3px;
}
.gap-y-\[1\.125rem\] {
  row-gap: 1.125rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-x-\[8px\] {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.gap-x-\[10px\] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.gap-y-\[12px\] {
  row-gap: 12px;
}
.gap-y-\[5px\] {
  row-gap: 5px;
}
.self-start {
  align-self: flex-start;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[48px\] {
  border-radius: 48px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[35px\] {
  border-radius: 35px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-\[1\.375rem\] {
  border-radius: 1.375rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-\[41px\] {
  border-radius: 41px;
}
.rounded-\[1px\] {
  border-radius: 1px;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-r-\[5px\] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[0\.1rem\] {
  border-width: 0.1rem;
}
.border-2 {
  border-width: 2px;
}
.border-0 {
  border-width: 0px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-x-\[18px\] {
  border-left-width: 18px;
  border-right-width: 18px;
}
.border-y-\[16px\] {
  border-top-width: 16px;
  border-bottom-width: 16px;
}
.border-x-\[0\.75rem\] {
  border-left-width: 0.75rem;
  border-right-width: 0.75rem;
}
.border-y-\[1\.125rem\] {
  border-top-width: 1.125rem;
  border-bottom-width: 1.125rem;
}
.border-x-\[1\.125rem\] {
  border-left-width: 1.125rem;
  border-right-width: 1.125rem;
}
.border-y-\[0\.5625rem\] {
  border-top-width: 0.5625rem;
  border-bottom-width: 0.5625rem;
}
.border-x-\[2\.5rem\] {
  border-left-width: 2.5rem;
  border-right-width: 2.5rem;
}
.border-x-\[23px\] {
  border-left-width: 23px;
  border-right-width: 23px;
}
.border-x-\[0\.875rem\] {
  border-left-width: 0.875rem;
  border-right-width: 0.875rem;
}
.border-y-\[0\.75rem\] {
  border-top-width: 0.75rem;
  border-bottom-width: 0.75rem;
}
.border-y-\[0\.8125rem\] {
  border-top-width: 0.8125rem;
  border-bottom-width: 0.8125rem;
}
.border-y-\[10px\] {
  border-top-width: 10px;
  border-bottom-width: 10px;
}
.border-x-\[0\.5rem\] {
  border-left-width: 0.5rem;
  border-right-width: 0.5rem;
}
.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-b-\[2px\] {
  border-bottom-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-t-\[10px\] {
  border-top-width: 10px;
}
.border-r-\[50px\] {
  border-right-width: 50px;
}
.border-b-\[0\] {
  border-bottom-width: 0;
}
.border-l-\[50px\] {
  border-left-width: 50px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-r-\[1px\] {
  border-right-width: 1px;
}
.border-b-\[0px\] {
  border-bottom-width: 0px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-b-\[18px\] {
  border-bottom-width: 18px;
}
.border-l-\[2\.5rem\] {
  border-left-width: 2.5rem;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-l-\[3px\] {
  border-left-width: 3px;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-dashed {
  border-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.border-none {
  border-style: none;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-\[\#4a6095\] {
  --tw-border-opacity: 1;
  border-color: rgb(74 96 149 / var(--tw-border-opacity));
}
.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.border-\[\#E7E8EA\] {
  --tw-border-opacity: 1;
  border-color: rgb(231 232 234 / var(--tw-border-opacity));
}
.border-\[\#00B388\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 179 136 / var(--tw-border-opacity));
}
.border-\[\#E3E3E3\] {
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
}
.border-blue-middle {
  --tw-border-opacity: 1;
  border-color: rgb(72 92 199 / var(--tw-border-opacity));
}
.border-\[\#001E62\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 30 98 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-gray-light {
  --tw-border-opacity: 1;
  border-color: rgb(228 232 235 / var(--tw-border-opacity));
}
.border-\[\#F2F2F2\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}
.border-blue-dark {
  --tw-border-opacity: 1;
  border-color: rgb(0 30 98 / var(--tw-border-opacity));
}
.border-\[\#485CC7\] {
  --tw-border-opacity: 1;
  border-color: rgb(72 92 199 / var(--tw-border-opacity));
}
.border-\[\#ccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-emerald-600 {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-\[\#F0F1F8\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 241 248 / var(--tw-border-opacity));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.border-\[\#E3E5E5\] {
  --tw-border-opacity: 1;
  border-color: rgb(227 229 229 / var(--tw-border-opacity));
}
.border-\[\#E0EEF0\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 238 240 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-\[\#00A9C2\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 169 194 / var(--tw-border-opacity));
}
.border-\[\#EB8D00\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 141 0 / var(--tw-border-opacity));
}
.border-\[\#E8E8E8\] {
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity));
}
.border-\[\#B6B8DC\] {
  --tw-border-opacity: 1;
  border-color: rgb(182 184 220 / var(--tw-border-opacity));
}
.border-\[\#E04F39\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 79 57 / var(--tw-border-opacity));
}
.border-\[\#006AF1\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 106 241 / var(--tw-border-opacity));
}
.border-\[\#D4D6DA\] {
  --tw-border-opacity: 1;
  border-color: rgb(212 214 218 / var(--tw-border-opacity));
}
.border-x-transparent {
  border-left-color: transparent;
  border-right-color: transparent;
}
.border-b-\[\#ccc\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-t-blue-dark {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 30 98 / var(--tw-border-opacity));
}
.border-r-white {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-l-white {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-r-blue-middle {
  --tw-border-opacity: 1;
  border-right-color: rgb(72 92 199 / var(--tw-border-opacity));
}
.border-l-blue-middle {
  --tw-border-opacity: 1;
  border-left-color: rgb(72 92 199 / var(--tw-border-opacity));
}
.border-r-transparent {
  border-right-color: transparent;
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-l-\[\#9FD9B1\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(159 217 177 / var(--tw-border-opacity));
}
.border-l-\[\#F1EB9C\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(241 235 156 / var(--tw-border-opacity));
}
.border-l-\[\#FBC69A\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 198 154 / var(--tw-border-opacity));
}
.border-b-\[rgba\(0\2c 30\2c 98\2c 0\.04\)\] {
  border-bottom-color: rgba(0,30,98,0.04);
}
.border-b-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  border-bottom-color: rgba(0,0,0,0.1);
}
.border-opacity-25 {
  --tw-border-opacity: 0.25;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-\[rgba\(0\2c 11\2c 36\2c 0\.86\)\] {
  background-color: rgba(0,11,36,0.86);
}
.bg-blue-middle {
  --tw-bg-opacity: 1;
  background-color: rgb(72 92 199 / var(--tw-bg-opacity));
}
.bg-\[\#00B388\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 179 136 / var(--tw-bg-opacity));
}
.bg-\[\#F4F4F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 247 / var(--tw-bg-opacity));
}
.bg-blue-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 98 / var(--tw-bg-opacity));
}
.bg-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgb(228 232 235 / var(--tw-bg-opacity));
}
.bg-\[\#485CC7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(72 92 199 / var(--tw-bg-opacity));
}
.bg-\[\#EDEDED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}
.bg-\[rgba\(0\2c 11\2c 36\2c 0\.67\)\] {
  background-color: rgba(0,11,36,0.67);
}
.bg-\[\#F1F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 242 / var(--tw-bg-opacity));
}
.bg-\[\#E04F39\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 79 57 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-\[rgba\(131\2c 204\2c 210\2c 0\.5\)\] {
  background-color: rgba(131,204,210,0.5);
}
.bg-\[\#001E62\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 98 / var(--tw-bg-opacity));
}
.bg-\[\#E4E8EB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 232 235 / var(--tw-bg-opacity));
}
.bg-\[\#EDE04B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 224 75 / var(--tw-bg-opacity));
}
.bg-\[\#F7F7F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-\[\#F0F1F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 241 248 / var(--tw-bg-opacity));
}
.bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}
.bg-\[rgba\(0\2c 30\2c 98\2c 0\.06\)\] {
  background-color: rgba(0,30,98,0.06);
}
.bg-\[\#FFBF00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 191 0 / var(--tw-bg-opacity));
}
.bg-\[\#00A9C2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 169 194 / var(--tw-bg-opacity));
}
.bg-\[rgba\(224\2c 238\2c 240\2c 0\.7\)\] {
  background-color: rgba(224,238,240,0.7);
}
.bg-\[rgba\(224\2c 238\2c 240\2c 0\.3\)\] {
  background-color: rgba(224,238,240,0.3);
}
.bg-\[rgba\(255\2c 241\2c 220\2c 0\.4\)\] {
  background-color: rgba(255,241,220,0.4);
}
.bg-\[rgba\(255\2c 241\2c 220\2c 0\.5\)\] {
  background-color: rgba(255,241,220,0.5);
}
.bg-\[\#e5e7eb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.21\)\] {
  background-color: rgba(0,0,0,0.21);
}
.bg-\[rgba\(72\2c 92\2c 199\2c 0\.1\)\] {
  background-color: rgba(72,92,199,0.1);
}
.bg-\[\#E3E5E5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 229 229 / var(--tw-bg-opacity));
}
.bg-\[rgba\(0\2c 30\2c 98\2c 0\.04\)\] {
  background-color: rgba(0,30,98,0.04);
}
.bg-\[\#9FD9B1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(159 217 177 / var(--tw-bg-opacity));
}
.bg-\[\#F1EB9C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 235 156 / var(--tw-bg-opacity));
}
.bg-\[\#FBC69A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 198 154 / var(--tw-bg-opacity));
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  background-color: rgba(0,0,0,0.1);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#FFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#FFF1DC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 220 / var(--tw-bg-opacity));
}
.bg-\[\#F0F6FE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 246 254 / var(--tw-bg-opacity));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-\[rgba\(224\2c 238\2c 240\2c 0\.2\)\] {
  background-color: rgba(224,238,240,0.2);
}
.bg-\[\#E0EEF0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 238 240 / var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-\[\#EB8D00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 141 0 / var(--tw-bg-opacity));
}
.bg-\[\#006AF1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 241 / var(--tw-bg-opacity));
}
.bg-\[\#002E99\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 46 153 / var(--tw-bg-opacity));
}
.bg-\[\#2A58C3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 88 195 / var(--tw-bg-opacity));
}
.bg-\[\#5A7FD6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(90 127 214 / var(--tw-bg-opacity));
}
.bg-\[\#7F9DE3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(127 157 227 / var(--tw-bg-opacity));
}
.bg-\[\#A8BBE8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(168 187 232 / var(--tw-bg-opacity));
}
.bg-\[\#D3DDF3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(211 221 243 / var(--tw-bg-opacity));
}
.bg-\[\#A8A8A8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(168 168 168 / var(--tw-bg-opacity));
}
.bg-\[rgba\(0\2c 30\2c 98\2c 0\.05\)\] {
  background-color: rgba(0,30,98,0.05);
}
.bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-\[\#FFEA00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 234 0 / var(--tw-bg-opacity));
}
.bg-opacity-\[6\%\] {
  --tw-bg-opacity: 6%;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-\[8\%\] {
  --tw-bg-opacity: 8%;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-\[\#E04F39\] {
  --tw-gradient-from: #E04F39;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(224 79 57 / 0));
}
.from-\[\#EDE04B\] {
  --tw-gradient-from: #EDE04B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(237 224 75 / 0));
}
.from-\[\#00B388\] {
  --tw-gradient-from: #00B388;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 179 136 / 0));
}
.via-\[\#FCC89B\] {
  --tw-gradient-stops: var(--tw-gradient-from), #FCC89B, var(--tw-gradient-to, rgb(252 200 155 / 0));
}
.via-\[\#F1EB9C\] {
  --tw-gradient-stops: var(--tw-gradient-from), #F1EB9C, var(--tw-gradient-to, rgb(241 235 156 / 0));
}
.via-\[\#A0DAB3\] {
  --tw-gradient-stops: var(--tw-gradient-from), #A0DAB3, var(--tw-gradient-to, rgb(160 218 179 / 0));
}
.to-\[\#FCC89B\] {
  --tw-gradient-to: #FCC89B;
}
.to-\[\#F1EB9C\] {
  --tw-gradient-to: #F1EB9C;
}
.to-\[\#A0DAB3\] {
  --tw-gradient-to: #A0DAB3;
}
.to-\[\#485CC7\] {
  --tw-gradient-to: #485CC7;
}
.bg-cover {
  background-size: cover;
}
.bg-\[position\:90\%_50\%\] {
  background-position: 90% 50%;
}
.bg-\[left_center\] {
  background-position: left center;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-\[rgba\(0\2c 30\2c 98\2c 0\.29\)\] {
  fill: rgba(0,30,98,0.29);
}
.fill-\[rgba\(230\2c 230\2c 250\2c 0\.5\)\] {
  fill: rgba(230,230,250,0.5);
}
.fill-\[\#E0EEF0\] {
  fill: #E0EEF0;
}
.fill-\[\#FFF2F4\] {
  fill: #FFF2F4;
}
.fill-\[\#FFF1DC\] {
  fill: #FFF1DC;
}
.fill-\[\#E8F7FF\] {
  fill: #E8F7FF;
}
.fill-\[\#FFE6C0\] {
  fill: #FFE6C0;
}
.fill-\[\#FFF3B8\] {
  fill: #FFF3B8;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-6 {
  padding: 1.5rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-9 {
  padding: 2.25rem;
}
.p-8 {
  padding: 2rem;
}
.p-4 {
  padding: 1rem;
}
.p-\[20px\] {
  padding: 20px;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-\[0\.5rem\] {
  padding: 0.5rem;
}
.p-\[1\.65rem\] {
  padding: 1.65rem;
}
.p-\[5rem\] {
  padding: 5rem;
}
.p-\[3rem\] {
  padding: 3rem;
}
.p-12 {
  padding: 3rem;
}
.p-\[13px\] {
  padding: 13px;
}
.p-5 {
  padding: 1.25rem;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-0 {
  padding: 0px;
}
.p-\[30px\] {
  padding: 30px;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-\[10vh\] {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-\[2\.625rem\] {
  padding-left: 2.625rem;
  padding-right: 2.625rem;
}
.px-\[1\.125rem\] {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.px-\[1\.25rem\] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[4rem\] {
  padding-left: 4rem;
  padding-right: 4rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.py-\[3\.75rem\] {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-\[2\.25rem\] {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-\[1\.5rem\] {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[1rem\] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-\[2rem\] {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[3rem\] {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-\[5rem\] {
  padding-left: 5rem;
  padding-right: 5rem;
}
.py-\[5rem\] {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-\[7px\] {
  padding-left: 7px;
  padding-right: 7px;
}
.py-\[0\.5rem\] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-\[5vh\] {
  padding-top: 5vh;
  padding-bottom: 5vh;
}
.px-\[0\.5rem\] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-\[1rem\] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[1\.275rem\] {
  padding-left: 1.275rem;
  padding-right: 1.275rem;
}
.py-\[0\.6875rem\] {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}
.px-\[4\.25rem\] {
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.px-\[1\.375rem\] {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}
.px-\[0\.9375rem\] {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.py-\[0\.5625rem\] {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}
.px-\[3\.25rem\] {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.py-\[1\.125rem\] {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
.px-\[2px\] {
  padding-left: 2px;
  padding-right: 2px;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[0\.3rem\] {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.px-\[9px\] {
  padding-left: 9px;
  padding-right: 9px;
}
.px-\[100px\] {
  padding-left: 100px;
  padding-right: 100px;
}
.px-\[0\.1rem\] {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.py-\[2rem\] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[25vh\] {
  padding-top: 25vh;
  padding-bottom: 25vh;
}
.px-\[1\.0rem\] {
  padding-left: 1.0rem;
  padding-right: 1.0rem;
}
.px-\[0\.625rem\] {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-\[1\.625rem\] {
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[2rem\] {
  padding-top: 2rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-\[2\.625rem\] {
  padding-left: 2.625rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-9 {
  padding-right: 2.25rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pt-\[3rem\] {
  padding-top: 3rem;
}
.pl-\[2\.25rem\] {
  padding-left: 2.25rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pr-\[1\.125rem\] {
  padding-right: 1.125rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-\[70px\] {
  padding-top: 70px;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pt-\[56px\] {
  padding-top: 56px;
}
.pt-\[4\.25rem\] {
  padding-top: 4.25rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pl-\[1\.125rem\] {
  padding-left: 1.125rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-14 {
  padding-right: 3.5rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-\[3\.5rem\] {
  padding-top: 3.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-\[2\%\] {
  padding-left: 2%;
}
.pl-\[3rem\] {
  padding-left: 3rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-\[2\.25rem\] {
  padding-bottom: 2.25rem;
}
.pb-\[1\.65rem\] {
  padding-bottom: 1.65rem;
}
.pt-\[200px\] {
  padding-top: 200px;
}
.pb-\[10rem\] {
  padding-bottom: 10rem;
}
.pl-\[2\.025rem\] {
  padding-left: 2.025rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pt-\[28px\] {
  padding-top: 28px;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pl-\[1\.025rem\] {
  padding-left: 1.025rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-\[2\.125rem\] {
  padding-top: 2.125rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pb-\[200px\] {
  padding-bottom: 200px;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pl-\[0\.5em\] {
  padding-left: 0.5em;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[16rem\] {
  padding-top: 16rem;
}
.pb-\[6\.125rem\] {
  padding-bottom: 6.125rem;
}
.pb-\[5\.125rem\] {
  padding-bottom: 5.125rem;
}
.pl-\[1\.875rem\] {
  padding-left: 1.875rem;
}
.pl-14 {
  padding-left: 3.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pr-\[1\.375rem\] {
  padding-right: 1.375rem;
}
.pt-\[56\%\] {
  padding-top: 56%;
}
.pt-\[109\%\] {
  padding-top: 109%;
}
.pt-\[2\.215rem\] {
  padding-top: 2.215rem;
}
.pb-\[4\.625rem\] {
  padding-bottom: 4.625rem;
}
.pl-\[60px\] {
  padding-left: 60px;
}
.pr-\[56px\] {
  padding-right: 56px;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pt-\[1rem\] {
  padding-top: 1rem;
}
.pb-\[4rem\] {
  padding-bottom: 4rem;
}
.pb-3\.5 {
  padding-bottom: 0.875rem;
}
.pb-\[4\.75rem\] {
  padding-bottom: 4.75rem;
}
.pb-\[4\.125rem\] {
  padding-bottom: 4.125rem;
}
.pl-\[25px\] {
  padding-left: 25px;
}
.pl-\[31px\] {
  padding-left: 31px;
}
.pr-\[23px\] {
  padding-right: 23px;
}
.pb-\[4\.375rem\] {
  padding-bottom: 4.375rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-\[1\.375rem\] {
  padding-bottom: 1.375rem;
}
.pt-\[52\.8\%\] {
  padding-top: 52.8%;
}
.pt-12 {
  padding-top: 3rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pl-\[20\%\] {
  padding-left: 20%;
}
.pt-\[4rem\] {
  padding-top: 4rem;
}
.pb-\[70px\] {
  padding-bottom: 70px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pr-\[22px\] {
  padding-right: 22px;
}
.pl-\[12\.25rem\] {
  padding-left: 12.25rem;
}
.pt-3\.5 {
  padding-top: 0.875rem;
}
.pb-\[1rem\] {
  padding-bottom: 1rem;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[1\.5rem\] {
  padding-top: 1.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pl-\[40px\] {
  padding-left: 40px;
}
.pt-px {
  padding-top: 1px;
}
.pt-11 {
  padding-top: 2.75rem;
}
.pl-\[1\.25rem\] {
  padding-left: 1.25rem;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pb-\[5\.625rem\] {
  padding-bottom: 5.625rem;
}
.pt-\[5\.215rem\] {
  padding-top: 5.215rem;
}
.pb-\[3rem\] {
  padding-bottom: 3rem;
}
.pl-\[1rem\] {
  padding-left: 1rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-\[8rem\] {
  padding-bottom: 8rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-\[\'ASICS\'\] {
  font-family: 'ASICS';
}
.font-asics-bold {
  font-family: ASICS Bold;
}
.font-asics {
  font-family: ASICS;
}
.font-\[\'ASICS_Bold\'\] {
  font-family: 'ASICS Bold';
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-\[1\.5rem\] {
  font-size: 1.5rem;
}
.text-\[0\.8125rem\] {
  font-size: 0.8125rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-\[0\.9375rem\] {
  font-size: 0.9375rem;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-\[0\.6525rem\] {
  font-size: 0.6525rem;
}
.text-\[0\.7375rem\] {
  font-size: 0.7375rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[4rem\] {
  font-size: 4rem;
}
.text-\[5rem\] {
  font-size: 5rem;
}
.text-\[1\.0625rem\] {
  font-size: 1.0625rem;
}
.text-\[0\.8375rem\] {
  font-size: 0.8375rem;
}
.text-\[1\.2rem\] {
  font-size: 1.2rem;
}
.text-\[0\.8rem\] {
  font-size: 0.8rem;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-\[1\.3rem\] {
  font-size: 1.3rem;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-\[1vw\] {
  font-size: 1vw;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[56px\] {
  font-size: 56px;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-\[1\.0rem\] {
  font-size: 1.0rem;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[1\.1rem\] {
  font-size: 1.1rem;
}
.text-\[0\.7rem\] {
  font-size: 0.7rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-\[1\.0125rem\] {
  font-size: 1.0125rem;
}
.text-\[0\.9125rem\] {
  font-size: 0.9125rem;
}
.text-\[0\.6rem\] {
  font-size: 0.6rem;
}
.text-\[3\.0vw\] {
  font-size: 3.0vw;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[0\.75rem\] {
  font-size: 0.75rem;
}
.text-\[3\.5rem\] {
  font-size: 3.5rem;
}
.text-\[2\.875rem\] {
  font-size: 2.875rem;
}
.text-\[1\.3125rem\] {
  font-size: 1.3125rem;
}
.text-\[1\.4375rem\] {
  font-size: 1.4375rem;
}
.text-\[1\.375rem\] {
  font-size: 1.375rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[1\.6875rem\] {
  font-size: 1.6875rem;
}
.text-\[2\.5rem\] {
  font-size: 2.5rem;
}
.text-\[2\.375rem\] {
  font-size: 2.375rem;
}
.text-\[0\.3rem\] {
  font-size: 0.3rem;
}
.text-\[1\.875rem\] {
  font-size: 1.875rem;
}
.text-\[0\.545rem\] {
  font-size: 0.545rem;
}
.text-\[0\.6875rem\] {
  font-size: 0.6875rem;
}
.text-\[0\.5rem\] {
  font-size: 0.5rem;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[0\.6125rem\] {
  font-size: 0.6125rem;
}
.text-\[2\.75rem\] {
  font-size: 2.75rem;
}
.text-\[0\.625rem\] {
  font-size: 0.625rem;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-\[1\.4rem\] {
  font-size: 1.4rem;
}
.text-\[60px\] {
  font-size: 60px;
}
.text-\[0\.9rem\] {
  font-size: 0.9rem;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[2\.0rem\] {
  font-size: 2.0rem;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[0\.6375rem\] {
  font-size: 0.6375rem;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[7vw\] {
  font-size: 7vw;
}
.text-\[4vw\] {
  font-size: 4vw;
}
.text-\[22px\] {
  font-size: 22px;
}
.font-semibold {
  font-weight: 600;
}
.font-normal {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.italic {
  font-style: italic;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-none {
  line-height: 1;
}
.leading-\[38px\] {
  line-height: 38px;
}
.leading-\[0\.95\] {
  line-height: 0.95;
}
.leading-tight {
  line-height: 1.25;
}
.leading-\[1\.75\] {
  line-height: 1.75;
}
.leading-\[5rem\] {
  line-height: 5rem;
}
.leading-\[105px\] {
  line-height: 105px;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-\[3\.5rem\] {
  line-height: 3.5rem;
}
.leading-\[1rem\] {
  line-height: 1rem;
}
.leading-\[1\.38\] {
  line-height: 1.38;
}
.leading-loose {
  line-height: 2;
}
.leading-normal {
  line-height: 1.5;
}
.leading-\[1\.7\] {
  line-height: 1.7;
}
.leading-\[3rem\] {
  line-height: 3rem;
}
.leading-\[140px\] {
  line-height: 140px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-blue-dark {
  --tw-text-opacity: 1;
  color: rgb(0 30 98 / var(--tw-text-opacity));
}
.text-blue-middle {
  --tw-text-opacity: 1;
  color: rgb(72 92 199 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#001E62\] {
  --tw-text-opacity: 1;
  color: rgb(0 30 98 / var(--tw-text-opacity));
}
.text-\[\#525252\] {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.text-\[rgba\(55\2c 66\2c 129\2c 0\.76\)\] {
  color: rgba(55,66,129,0.76);
}
.text-\[red\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-\[\#485CC7\] {
  --tw-text-opacity: 1;
  color: rgb(72 92 199 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#00B388\] {
  --tw-text-opacity: 1;
  color: rgb(0 179 136 / var(--tw-text-opacity));
}
.text-\[\#C3C3C3\] {
  --tw-text-opacity: 1;
  color: rgb(195 195 195 / var(--tw-text-opacity));
}
.text-\[\#E04F39\] {
  --tw-text-opacity: 1;
  color: rgb(224 79 57 / var(--tw-text-opacity));
}
.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.text-\[\#3A4A95\] {
  --tw-text-opacity: 1;
  color: rgb(58 74 149 / var(--tw-text-opacity));
}
.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}
.text-\[\#767676\] {
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}
.text-\[\#8C8C8C\] {
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}
.text-\[\#B4B4B4\] {
  --tw-text-opacity: 1;
  color: rgb(180 180 180 / var(--tw-text-opacity));
}
.text-\[\#FF0000\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-\[\#F00\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-\[\#19448E\] {
  --tw-text-opacity: 1;
  color: rgb(25 68 142 / var(--tw-text-opacity));
}
.text-\[\#333333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-\[\#A5A5A5\] {
  --tw-text-opacity: 1;
  color: rgb(165 165 165 / var(--tw-text-opacity));
}
.text-\[\#A2A2A2\] {
  --tw-text-opacity: 1;
  color: rgb(162 162 162 / var(--tw-text-opacity));
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-\[\#364AB1\] {
  --tw-text-opacity: 1;
  color: rgb(54 74 177 / var(--tw-text-opacity));
}
.text-\[\#808080\] {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}
.text-\[\#00A9C2\] {
  --tw-text-opacity: 1;
  color: rgb(0 169 194 / var(--tw-text-opacity));
}
.text-\[\#EB8D00\] {
  --tw-text-opacity: 1;
  color: rgb(235 141 0 / var(--tw-text-opacity));
}
.text-\[rgba\(0\2c 30\2c 98\2c 0\.5\)\] {
  color: rgba(0,30,98,0.5);
}
.text-\[\#C1C1C1\] {
  --tw-text-opacity: 1;
  color: rgb(193 193 193 / var(--tw-text-opacity));
}
.text-\[rgba\(0\2c 30\2c 98\2c 0\.24\)\] {
  color: rgba(0,30,98,0.24);
}
.text-\[\#939393\] {
  --tw-text-opacity: 1;
  color: rgb(147 147 147 / var(--tw-text-opacity));
}
.text-\[\#747474\] {
  --tw-text-opacity: 1;
  color: rgb(116 116 116 / var(--tw-text-opacity));
}
.text-\[\#B6B8DC\] {
  --tw-text-opacity: 1;
  color: rgb(182 184 220 / var(--tw-text-opacity));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-\[\#de4955\] {
  --tw-text-opacity: 1;
  color: rgb(222 73 85 / var(--tw-text-opacity));
}
.text-\[\#006AF1\] {
  --tw-text-opacity: 1;
  color: rgb(0 106 241 / var(--tw-text-opacity));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.text-\[\#2acad3\] {
  --tw-text-opacity: 1;
  color: rgb(42 202 211 / var(--tw-text-opacity));
}
.text-\[\#BCBCBC\] {
  --tw-text-opacity: 1;
  color: rgb(188 188 188 / var(--tw-text-opacity));
}
.text-\[\#165E83\] {
  --tw-text-opacity: 1;
  color: rgb(22 94 131 / var(--tw-text-opacity));
}
.text-\[\#505050\] {
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity));
}
.text-\[\#3D3D3D\] {
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity));
}
.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#0066FF\] {
  --tw-text-opacity: 1;
  color: rgb(0 102 255 / var(--tw-text-opacity));
}
.text-\[\#FFA500\] {
  --tw-text-opacity: 1;
  color: rgb(255 165 0 / var(--tw-text-opacity));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-\[\#009AC2\] {
  --tw-text-opacity: 1;
  color: rgb(0 154 194 / var(--tw-text-opacity));
}
.text-opacity-60 {
  --tw-text-opacity: 0.6;
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-\[0\.15\] {
  opacity: 0.15;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-\[0\.9\] {
  opacity: 0.9;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-\[50\%\] {
  opacity: 50%;
}
.opacity-\[30\%\] {
  opacity: 30%;
}
.opacity-25 {
  opacity: 0.25;
}
.mix-blend-overlay {
  mix-blend-mode: overlay;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-input {
  --tw-shadow: 2px 2px 12px #001E6234;
  --tw-shadow-colored: 2px 2px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-button {
  --tw-shadow: 3px 3px 9px rgba(0, 30, 98, 0.23);
  --tw-shadow-colored: 3px 3px 9px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_12px_0px_rgba\(0\2c 0\2c 0\2c 0\.07\)\] {
  --tw-shadow: 0 4px 12px 0px rgba(0,0,0,0.07);
  --tw-shadow-colored: 0 4px 12px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-card {
  --tw-shadow: 3px 3px 13px rgba(55, 66, 129, 0.09);
  --tw-shadow-colored: 3px 3px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_12px_0px_rgba\(0\2c 0\2c 0\2c 0\.17\)\] {
  --tw-shadow: 0 4px 12px 0px rgba(0,0,0,0.17);
  --tw-shadow-colored: 0 4px 12px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0px_3px_6px_rgba\(0\2c 0\2c 0\2c 0\.16\)\] {
  --tw-drop-shadow: drop-shadow(0px 3px 6px rgba(0,0,0,0.16));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
@font-face {
    font-family: "ASICS";
    font-display: swap;
    src: url("/fonts/ASICSFont3.0-Regular.woff") format("woff"),
        url("/fonts/ASICSFont3.0-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "ASICS Bold";
    font-display: swap;
    src: url("/fonts/ASICSFont3.0-Bold.woff") format("woff"),
        url("/fonts/ASICSFont3.0-Bold.ttf") format("truetype");
}
html {
    -webkit-tap-highlight-color: transparent;
}
body {
    min-width: 744px;
    background-color: #fff;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    color: #000000;
}
/* Home Menu */
.home-menu-item-title {
    color: var(--ASICS-Blue, #001E62);
    font-family: Hiragino Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.home-menu-flash-message {
    color: var(--ASICS-Blue, #485CC7);
    font-family: Hiragino Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.home-menu-item-icon-title {
    white-space: nowrap;
    margin-top: 5px;
    color: var(--ASICS-Blue, #001E62);
    text-align: center;
    font-family: Hiragino Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.home-menu-item-box {
    display: flex;
    height: 133px;
    margin-top: 12px;
    border-radius: 5px;
    padding-right: 20px;
    padding-left: 20px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.07);
    cursor: pointer;
}
.home-menu-item-text{
    padding-right: 3rem;
    margin: auto;
    color: #333;
    font-family: Hiragino Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    inline-size: 363px;
    overflow-wrap: break-word;
    padding-bottom: 10px;
}
.running-distance {
    position: relative;
    fill: none;
    stroke-width: 13;
    stroke: #E8F7FF;
    stroke-linecap: round;
}
.running-distance-line {
    stroke: #E8F7FF;
    -webkit-animation: circleAnim 1s forwards;
            animation: circleAnim 1s forwards;
}
.distance-integer {
    font-size: 51px;
}
.distance-decimal-point {
    font-size: 40px;
}
.graph-percent {
    font-size: 25px;
    padding-left: 3px;
}
.target-distance {
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    color: var(--ASICS-Blue, #001E62);
}
.home_racereport_title_text{
    color: #FFF;
    font-family: ASICS Bold;
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
}
.home_to_activities_button {
    display: flex;
    justify-content: center;
    min-width: 80px;
    align-items: center;
    width: 112px;
    height: 34px;
    background: #485CC7;
    border-radius: 35px;
    border: 1px solid #485CC7;
    box-shadow: 0px 2px 10px 0px rgba(0, 179, 136, 0.16);
}
.home_to_race_analysis_button {
    display: flex;
    justify-content: center;
    min-width: 80px;
    align-items: center;
    width: 176px;
    height: 34px;
    background: white;
    border-radius: 35px;
    border: 1px solid var(--ASICS-GREEN, #485CC7);
    box-shadow: 0px 2px 10px 0px rgba(0, 179, 136, 0.16);
}
/* フォーム分析モーダルメッセージ */
.form-modal-text1 {
    /* body/bold */
    font-family: Hiragino Kaku Gothic ProN;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 175%; /* 28px */
    text-align: left;

    color: var(--brand-colors-asics-blue, #001E62);
}
.form-modal-text2 {
    color: var(--brand-colors-asics-blue, #001E62);
    /* h2 */
    font-family: Hiragino Kaku Gothic ProN;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 48px */
    text-align: left;
}
.form-modal-text3 {
    color: var(--grayscale-6-a-6-a-6-a, #6A6A6A);

    /* body/bold */
    font-family: Hiragino Kaku Gothic ProN;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 175%; /* 28px */
    width: 90%;
    text-align: left;
}
.racereport_gradation {
    position: relative;
}
.racereport_gradation::before {
    border-radius: 5px;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) , rgba(0, 0, 0, 0.3) 100%);
}
.racereport_academy_gradation {
    position: relative;
}
.racereport_academy_gradation::before {
    border-radius: 5px;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.racereport_title_text{
    color: #FFF;
    font-family: ASICS Bold;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
}
.racereport_academy_title_text{
    color: #001E62;
    font-family: ASICS Bold;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
}
.racereport_event_title_text{
    color: #FFF;
    font-family: Hiragino Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.racereport_event_icon {
    opacity: var(--itemCount, 1);
    text-align: center;
    background: linear-gradient(90deg, #485CC7 0%, #00B388 100%);
    color: #FFF;
    font-family: Hiragino Sans;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.racereport_lite_icon {
    opacity: var(--itemCount, 1);
    text-align: center;
    background: linear-gradient(90deg, #485CC7 0%, #00B388 100%);
    color: #FFF;
    font-family: Hiragino Sans;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.main-menu-item {
  margin-right: 1.25rem;
  display: flex;
  width: 120px;
  justify-content: center;
  border-radius: 3px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.main-menu-item:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.main-menu-item-selected {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: #FFF;
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: var(--ASICS-INDIGO, #485CC7);
}
.sub-menu {
    z-index: 10;
    display: none;
    position: absolute;
    margin-left: 40px;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 4px;
    border: 1px solid #E7E8EA;
    background: white;
    box-shadow: 0px 1px 6px 0px rgba(55, 66, 129, 0.09);
}
.main-menu-item:hover .sub-menu{
    display: inline-block;
    flex-direction: column;
    top: 95px;
}
.sub-menu:before {
    content: "";
    position: absolute;
}
.sub-menu-item {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  display: flex;
  height: 46px;
  width: 120px;
  border-radius: 3px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sub-menu-item:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.menu-border {
    border-bottom-width : 1px;
    border-bottom-color: #E4E8EB;;
}
.activity_search_box {
    display: inline-block;
    position: relative;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
    border-radius: 3px;
    background: #FFF;
}
.activity_search_box::before {
    content: "";           /* 疑似要素に必須 */
    width: 16px;           /* アイコンの横幅 */
    height: 16px;          /* アイコンの高さ */
    display: inline-block; /* 高さを持たせるためにインラインブロック要素にする */
    position: absolute;    /* 相対位置に指定 */
    top: 4px;              /* アイコンの位置。微調整してね */
    left: 5px;             /* アイコンの位置。微調整してね */
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><g clip-path="url(#clip0_688_4864)"><path d="M13.968 7.51849C13.968 8.82562 13.5804 10.1034 12.8542 11.1902C12.128 12.2771 11.0958 13.1242 9.88816 13.6244C8.68052 14.1246 7.35167 14.2555 6.06965 14.0005C4.78763 13.7455 3.61002 13.116 2.68573 12.1918C1.76145 11.2675 1.132 10.0899 0.876993 8.80784C0.621983 7.52582 0.752864 6.19697 1.25308 4.98933C1.7533 3.78169 2.60039 2.74951 3.68724 2.0233C4.77408 1.2971 6.05187 0.909485 7.359 0.909485C9.11182 0.909485 10.7928 1.60579 12.0323 2.84522C13.2717 4.08464 13.968 5.76567 13.968 7.51849Z" stroke="#001E62" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.6213 15.7805L12.0273 12.1865" stroke="#001E62" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_688_4864"><rect width="16.681" height="16.681" fill="white" transform="translate(0 0.159485)"/></clipPath></defs></svg>')  no-repeat center center / auto 100%;
}
.activity_search_box input {
    padding: 3px 0 3px 2em; /* アイコンを設置するため左の余白を多めに指定*/
    border: none;
    width: 287px;
    height: 100%;
}
.activity_search_box input::-moz-placeholder {
    color: #D6D6D6;
    font-family: Hiragino Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.activity_search_box input:-ms-input-placeholder {
    color: #D6D6D6;
    font-family: Hiragino Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.activity_search_box input::placeholder {
    color: #D6D6D6;
    font-family: Hiragino Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.activity_search_button {
    width: 76px;
    height: 41px;
    flex-shrink: 0;
    border-radius: 0px 3px 3px 0px;
    background:#001E62;
}
.activity_search_button_text{
    text-align: center;
    color: #FFF;
    font-family: Hiragino Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 41px;
    cursor: pointer;
}
.activity_sub_menu_box {
    margin-left: 62rem;
    display: none;
    position: absolute;
    width: 150px;
    padding-top: 12px;
    padding-bottom: 12px;
    flex-direction: column;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.07);
}
.activity_sub_menu_box_text {
    color: var(--ASICS-Blue, #001E62);
    text-align: center;
    font-family: Hiragino Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    left: 350px;
    cursor: pointer;
}
.form-activity-menu {
    border-radius: 3px;
    border: 1px solid #B4B4B4;
    background: #FFF;
}
.form-activity-menu ::-moz-placeholder{
    color: #D6D6D6;
    font-family: Hiragino Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.form-activity-menu :-ms-input-placeholder{
    color: #D6D6D6;
    font-family: Hiragino Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.form-activity-menu ::placeholder{
    color: #D6D6D6;
    font-family: Hiragino Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.ticket-buy-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 208px;
    height: 40px;
    color: #FFF;
    font-family: Hiragino Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 999px;
    background: var(--ASICS-INDIGO, #485CC7);
}
.form-register-button {
    color: #FFF;
    text-align: center;
    font-family: Hiragino Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 18px */
}
.form-update-button {
    text-align: center;
    color: var(--ASICS-INDIGO, #485CC7);
    font-family: Hiragino Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 999px;
    border: 1px solid var(--ASICS-INDIGO, #485CC7);
    background: #FFF;
}
.form-select-pager {
    border: 1px solid #D6D6D6;
    border-radius: 3px;
}
.form-select-pager option {
    color: #001E62;
}
.activity_card_item_header_text {
    white-space: nowrap;
    color: #BCBCBC;
    font-family: Hiragino Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.academy_card_item_header_text {
    color: #001E62;
    font-family: Hiragino Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.activity_card_item_text {
    margin-top: 5px;
    color: var(--ASICS-BLUE, #001E62);
    font-family: Hiragino Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.activity_report_card_item_text {
    margin-top: 5px;
    color: white;
    font-family: Hiragino Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.academy_report_card_item_text {
    margin-top: 5px;
    color: #001E62;
    font-family: Hiragino Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.activity_card_item_status {
    height: 23px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid var(--ASICS-GREEN, #00B388);
    background: rgba(160, 218, 179, 0.20);
    color: var(--ASICS-Blue, #001E62);
    font-family: Hiragino Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}
.to_analysis_status {
    display: flex;
    justify-content: center;
    min-width: 166px;
    align-items: center;
    width: 100%;
    height: 34px;
    background: white;
    border-radius: 35px;
    border: 1px solid var(--ASICS-GREEN, #00B388);
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 179, 136, 0.16);
}
.to_academy_status {
    display: flex;
    justify-content: center;
    min-width: 166px;
    align-items: center;
    width: 100%;
    height: 34px;
    background: #00B388;
    border-radius: 35px;
    border: 1px solid var(--ASICS-GREEN, #00B388);
    box-shadow: 0px 2px 10px 0px rgba(0, 179, 136, 0.16);
}
.recommend_shoes_area {
    width: 97%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 3rem;
}
.recommend_shoes_header_text {
    color: var(--ASICS-Blue, #001E62);
    font-family: Hiragino Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.recommend_shoes_settings {
    display: flex;
    flex-direction: column;
    height: 290px;
    margin-top: 1rem;
    border-radius: 5px;
    background: #FFF;
}
.no_recommend_shoes_list {
    display: flex;
    height: 290px;
    margin-top: 1rem;
    border-radius: 5px;
    border: 1px solid #E7E8EA;
}
.recommend_shoes_list {
    display: flex;
    justify-content: space-between;
    height: 290px;
    margin-top: 1rem;
}
.recommend_shoes_list_card {
    display: flex;
    flex-direction: column;
    height: 290px;
    width: 30%;
    border-radius: 5px;
    background: #FFF;
    /* list-shadow */
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.07);
}
.shoes_title_header {
    color: #FFF;
    font-family: Hiragino Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 12px */
}
.shoes_link {
    color: var(--ASICS-INDIGO, #485CC7);
    font-family: Hiragino Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.shoes_title_name {
    color: var(--ASICS-Blue, #001E62);
    font-family: Hiragino Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.no_purpose_settings_text {
    color: var(--ASICS-Blue, #001E62);
    font-family: Hiragino Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.purpose_settings_text {
    text-align: left;
    color: var(--ASICS-Blue, #001E62);
    font-family: Hiragino Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.no-recommend-shoes-text{
    color: var(--ASICS-Blue, #001E62);
    font-family: Hiragino Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; /* 15px */
}
.purpose_card {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    width: 100%;
    height: 140px;
    border-radius: 5px;
}
.purpose_card_explain_text {
    text-align: left;
    font-family: Hiragino Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.purpose_modal_cards {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 322px;
    width: 100%;
}
.purpose_modal_card {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    width: 49%;
    height: 140px;
    border-radius: 5px;
    border: 1px solid #D1D1D1;
    /* list-shadow */
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.07);
    cursor: pointer;
}
.container {
    max-width: 1264px;
}
.scrollbar-hidden {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.scrollbar-hidden::-webkit-scrollbar {
    display: none;
}
.e-report-common-text {
    color: #001E62;
}
.report-common-text {
    color: #FFFFFF;
}
.e-report-0-bg {
    background: linear-gradient(to bottom, #F1EB9C 70%, rgba(241, 235, 156, 0)) 30%
}
.e-report-0-bg-item-header {
    background-color: #EDE04B;
}
.e-report-0-text {
    color: #001E62;
}
.e-report-1-bg {
    background: linear-gradient(to bottom, #FBC69A 70%, rgba(251, 198, 154, 0)) 30%
}
.e-report-1-bg-item-header {
    background-color: #E04F39;
}
.e-report-1-text {
    color: #FFFFFF;
}
.e-report-2-bg {
    background: linear-gradient(to bottom, #9FD9B1 70%, rgba(159, 217, 177, 0)) 30%
}
.e-report-2-bg-item-header {
    background-color: #00B388;
}
.e-report-2-text {
    color: #FFFFFF;
}
.e-report-3-bg {
    background: linear-gradient(to bottom, #B6B8DC 70%, rgba(182, 184, 220, 0)) 30%
}
.e-report-3-bg-item-header {
    background-color: #485CC7;;
}
.e-report-3-text {
    color: #FFFFFF;
}
.e-report-4-bg {
    background: linear-gradient(to bottom, #001E62 70%, rgba(0, 30, 98, 0)) 30%
}
.e-report-4-bg-item-header {
    background-color: #485CC7;
}
.e-report-4-text {
    color: #FFFFFF;
}
.event-icon {
    background: linear-gradient(107deg, #485CC7 0%, #00B388 100%) no-repeat;
    border-radius: 11px;
}
.lite-icon {
    background: linear-gradient(107deg, #485CC7 0%, #00B388 100%) no-repeat;
    border-radius: 11px;
}
/* 走行ペースインプット */
.input-run-pace {
    height: 1rem;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(204 204 204 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #001E62;
}
.input-run-pace_ro {
    height: 1rem;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(204 204 204 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: gray;
}
/* ３種のコーチング切り替え用ラジオボタンを非表示に */
.coaching-tab-radio {
  display: none;
}
/* ３種のコーチング切り替え用ボタン共通レイアウト */
.coaching-tab-list{
    display:block;
    height: 100%;
    color: #374281;
    opacity: 0.76;
    width: 7rem;
    text-align:center;
    border-radius: 4px 4px 0 0;
    line-height: 3.5rem;
    background: #FFFFFF;
    box-sizing:border-box;/*borderの値を横幅に含める*/
    cursor:pointer; /*オンマウス時にカーソルを指の形に*/
}
/*　グラフレジェンド用ドット */
.legend_circle_0{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #485CC7;/*背景色*/
}
.legend_circle_1{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00B388;/*背景色*/
}
.legend_circle_2{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background:#E04F39 ;/*背景色*/
}
/* グラフ・検索用エリア */
.coaching-contents-area {
    background-color: white;
    display: flex;
    height: auto;
}
/* グラフエリア */
.coaching-graph {
  display: flex;
  height: 100%;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
}
/* フォーム分析内容切り替え */
.coaching-search {
    display: none;
}
/* データサマリー（グループ）内容切り替え */
.coaching-base-contents {
    display: none;
}
/* グラフサークルエリア */
.coaching-graph-raderchart {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  width: 580px;
}
/* グラフバーチャート、ミニスコアチャートエリア */
.coaching-graph-second {
  display: flex;
  width: 340px;
  flex-direction: column;
  gap: 2rem;
}
/* ミニスコアチャート */
.coaching-graph-score {
    margin-left: -2rem;
    margin-top: 2rem;
    margin-bottom: auto;
    display: flex;
    justify-content: space-evenly;
}
.coaching-graph-score-chart {
    height: 125px;
    width: 125px;
    display: flex;
    position: relative;
    flex-direction: column;
    margin-left: -2rem;
}
/* グラフバーチャートエリア */
.coaching-graph-barchart {
  margin-top: auto;
  margin-bottom: auto;
  width: 340px;
  padding-right: 3rem;
}
/* グラフバーチャートエリア(データなし)*/
.coaching-graph-barchart-no-data {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 2rem;
  width: 40%;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(72 92 199 / var(--tw-text-opacity));
}
.coaching_good_img {
    height: 12rem
}
/* 1284px以下の画面サイズに対するスタイル */
@media screen and (max-width: 1284px) {
    .coaching-graph {
      flex-direction: column;
      align-items: center;
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .coaching-graph-barchart {
      margin-top: 50px;
      margin-left: 50px;
    }
    .coaching-graph-barchart-no-data {
        margin-top: 200px;
        margin-left: 50px;
    }
    .coaching-contents-area {
        height: 1300px;
        background-color: #FFF;
    }
}
/* 検査エリア更新・クリアボタン */
.coaching-search-update-button {
    border-radius: 22px;
    opacity: 1;
    text-align: center;
    width: 6rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-color: #485CC7;
}
.specify-activity-search-button {
    margin-left: auto;
    border-radius: 22px;
    opacity: 1;
    text-align: center;
    width: 9rem;
    height: 1.3rem;
    line-height: 1.3rem;
    border-color: #485CC7;
}
.coaching-search-clear-button {
    border-radius: 22px;
    opacity: 1;
    text-align: center;
    width: 6rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-color: #485CC7;
    border: 1px solid #485CC7;
}
.coaching-base-contents-area {
    background-color: white;
    display: flex;
    /* height: 1200px; */
}
/* グループ用データサマリー（個人）の表示範囲 */
.group-coaching-base-contents-area {
    background-color: white;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 30px;
}
.group-activity-list-header {
    display: block;
}
.group-activity-list-header-unit {
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.group-activity-list {
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: 80px;
    height: 400px;
}
.arrow-top {
    display: inline-block;
    border-style: solid;
    border-width: 0 5px 7px 5px;
    border-color: transparent transparent #000 transparent;
}
.arrow-bottom {
    display: inline-block;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
}
.sub-user-chart {
    width: 805px;
    display: flex;
    position: relative;
    flex-direction: column;
}
/* 配置の基準となるラッパーブロック; 背景色も設定する */
.scrollableChartWrapper {
    position: relative;
}
/* スクロール可能グラフを囲む div */
.scrollableChartWrapper > div {
    max-height: 400px;
    display: block;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
}
/* X軸イメージコピー用 canvas */
.scrollableChartWrapper > canvas {
    position: absolute;   /* これにより、上の div と重なる位置に canvas が配置される */
    left: 0;
    top: 0;
    overflow-y: hidden;
    z-index: 1;
}
.xAxis-copy {
    height: 10%;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    position: absolute;
    left: 0;
    bottom: -7px;
    background-color: white;
}
/* 1260px以下の画面サイズに対するスタイル */
@media screen and (max-width: 1260px) {
    .top-graph-area {
        background-color: white;
        flex-direction: column;
        align-items: center;
    }
    .middle-graph-area {
        background-color: white;
        flex-direction: column;
        align-items: center;
    }
    .form-score-chart {
        margin-top: 30px;
    }
    .activity-table-area {
        padding-top: 30px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: auto;
    }
    .form-score-rader-chart {
        padding-top: 30px;
        margin: auto;
    }
    .compare-other {
        padding-top: 30px;
        margin: auto;
    }
    .coaching-base-contents-area {
        background-color: white;
        display: flex;
        height: 2000px;
    }
}
/* 切り替えボタンによって表示を切り替える(検索項目) */
#coaching-tab-radio-span:checked ~ .coaching-contents-area #coaching-search-span, #coaching-tab-radio-run_pace:checked ~  .coaching-contents-area #coaching-search-run_pace, #coaching-tab-radio-distance:checked ~ .coaching-contents-area #coaching-search-distance, #coaching-tab-radio-baseinfo:checked ~ .group-coaching-base-contents-area #coaching-search-baseinfo, #coaching-tab-radio-group-baseinfo:checked ~ .group-coaching-base-contents-area #coaching-search-group-baseinfo {
  display: block;
}
/* 切り替えボタンによって表示を切り替える(ラジオボタン) */
#coaching-tab-radio-span:checked ~ .coaching-header-area #coaching-tab-list-span,
#coaching-tab-radio-run_pace:checked ~  .coaching-header-area #coaching-tab-list-run_pace,
#coaching-tab-radio-distance:checked ~ .coaching-header-area #coaching-tab-list-distance,
#coaching-tab-radio-baseinfo:checked ~ .coaching-header-area #coaching-tab-list-baseinfo,
#coaching-tab-radio-group-baseinfo:checked ~ .coaching-header-area #coaching-tab-list-group-baseinfo {
    font: normal normal normal 14px/24px Hiragino Sans;
    letter-spacing: 0px;
    color: #485CC7;
    opacity: 1;
    border-bottom: solid;
    line-height: 3.5rem;
}
/* 切り替えボタンによって表示を切り替える(データサマリーのコンテンツ) */
#coaching-tab-radio-baseinfo:checked ~ .group-coaching-base-contents-area #coaching-contents-baseinfo, #coaching-tab-radio-group-baseinfo:checked ~ .group-coaching-base-contents-area #coaching-contents-group-baseinfo {
  display: block;
}
/* グループ管理メンバー詳細内容切り替え */
.group-admin-base-contents {
    display: none;
}
/* グループ管理用 切り替えラジオボタンを非表示*/
.group-user-tab-radio {
  display: none;
}
/* グループ管理用 切り替えボタンによって表示を切り替える */
#group-admin-tab-radio-member:checked~.group-admin-header-area #group-admin-tab-list-member,
#group-admin-tab-radio-approval:checked~.group-admin-header-area #group-admin-tab-list-approval,
#group-admin-tab-radio-invitation:checked~.group-admin-header-area #group-admin-tab-list-invitation {
    color: #485CC7;
    border-bottom: solid;
    font-size: 20px;
}
/* グループ管理用 切り替えボタンによって表示を切り替える（グループ管理メンバー一覧のコンテンツ）*/
#group-admin-tab-radio-member:checked~.group-admin-contents-area #group-admin-contents-member, #group-admin-tab-radio-approval:checked~.group-admin-contents-area #group-admin-contents-approval, #group-admin-tab-radio-invitation:checked~.group-admin-contents-area #group-admin-contents-invitation {
  display: block;
}
/* 走行距離インプット */
.input-run-distance {
    height: 1rem;
    width: 7rem;
    text-align: center;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(204 204 204 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #001E62;
}
/* 比較対象者 */
.coaching-search-compare-select {
    width: 100%;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #001E62;
    border: 1px solid #B4B4B4;
    border-radius: 3px;
}
/* 同じグループ内のメンバー選択 */
.group-member-user {
    width: 100%;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #001E62;
    border: 1px solid #B4B4B4;
    border-radius: 3px;
}
/* 比較対象日 比較対象月 */
.search_span_date, .search_span_month {
    width: 100%;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #001E62;
    border: 1px solid #B4B4B4;
    border-radius: 3px;
}
/* 比較対象日(読み込み専用) */
.search_span_date_ro, .search_span_month_ro {
    width: 100%;
    font-size: 0.75rem;
    line-height: 1rem;
    color: gray;
    border: 1px solid gray;
    border-radius: 3px;
    pointer-events: none;
}
/* 検索条件のスイッチ */
.search_switch_on {
    background: #485CC7 0% 0% no-repeat padding-box;
    color: white;
}
.search_switch_off {
    background: #F7F7F7 0% 0% no-repeat padding-box;
    color: #B4B4B4;
}
/* 検索条件のスイッチ */
.search_switch_on_member {
    background: #485CC7 0% 0% no-repeat padding-box;
    color: white;
}
.search_switch_off_member {
    background: #F7F7F7 0% 0% no-repeat padding-box;
    color: #B4B4B4;
}
.search_switch {
    text-align: center;
    font: normal normal normal 14px/24px Hiragino Sans;
    letter-spacing: 0px;
    width: 50%;
    border-radius: 4px;
    height: 2.5rem;
    line-height: 2.5rem;
    cursor: pointer;
}
.search_switch_member {
    text-align: center;
    font: normal normal normal 14px/24px Hiragino Sans;
    letter-spacing: 0px;
    width: 50%;
    border-radius: 4px;
    height: 2.5rem;
    line-height: 2.5rem;
    cursor: pointer;
}
/* アクティビティ指定リンク */
#coaching-search-compare-select-link-span-1, #coaching-search-compare-select-link-span-2, #coaching-search-compare-select-link-span-3,
#coaching-search-compare-select-link-run-pace-1, #coaching-search-compare-select-link-run-pace-2, #coaching-search-compare-select-link-run-pace-3,
#coaching-search-compare-select-link-distance-1, #coaching-search-compare-select-link-distance-2, #coaching-search-compare-select-link-distance-3
{
    cursor: pointer;
}
/* レーダーチャートと指標についてのモーダル */
.about-radar-chart-index-modal-tab-radio {
  display: none;
}
.about-radar-chart-index-modal-tab-list{
    display:block;
    color: #485CC7;
    text-align:center;
    border-radius: 4px;
    box-sizing:border-box;/*borderの値を横幅に含める*/
    cursor:pointer; /*オンマウス時にカーソルを指の形に*/
    padding: 0.6rem;
    font-weight: 600;
}
.about-radar-chart-index-contents-area {
    background-color: white;
    display: flex;
}
/* 切り替えボタンによって表示を切り替える(ラジオボタン) */
#about-radar-chart-index-modal-tab-radio-1:checked ~ .about-radar-chart-index-modal-radio-area #about-radar-chart-index-modal-tab-list-1,
#about-radar-chart-index-modal-tab-radio-2:checked ~ .about-radar-chart-index-modal-radio-area #about-radar-chart-index-modal-tab-list-2,
#about-radar-chart-index-modal-tab-radio-3:checked ~ .about-radar-chart-index-modal-radio-area #about-radar-chart-index-modal-tab-list-3,
#about-radar-chart-index-modal-tab-radio-4:checked ~ .about-radar-chart-index-modal-radio-area #about-radar-chart-index-modal-tab-list-4
{
    background: rgba(72, 92, 199, 0.12);
}
#about-radar-chart-index-modal-tab-radio-1:checked ~ .about-radar-chart-index-contents-area #about-radar-chart-index-contents-1, #about-radar-chart-index-modal-tab-radio-2:checked ~ .about-radar-chart-index-contents-area #about-radar-chart-index-contents-2, #about-radar-chart-index-modal-tab-radio-3:checked ~ .about-radar-chart-index-contents-area #about-radar-chart-index-contents-3, #about-radar-chart-index-modal-tab-radio-4:checked ~ .about-radar-chart-index-contents-area #about-radar-chart-index-contents-4 {
  display: block;
  width: 100%;
}
.about-radar-chart-index-contents {
    display: none;
}
.about-radar-chart-index-contents-header-line {
    width: 0.3rem;
    flex-shrink: 0;
    border-radius: 2px;
    background: #485CC7;
}
/* フォームスコア背景 */
.form_score_bg_1 {
    border-radius: 4px;
    background: rgba(252, 200, 155, 0.29);
}
.form_score_bg_2 {
    border-radius: 4px;
    background: rgba(160, 218, 179, 0.29);
}
.form-score-circle-red {
    margin-top: auto;
    margin-bottom: auto;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #E04F39;
}
.form-score-circle-green {
    margin-top: auto;
    margin-bottom: auto;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #00B388;
}
/* レポートの見方モーダル */
/* レーダーチャートと指標についてのモーダル */
.about-activity-report-modal-tab-radio {
  display: none;
}
/* 期間 */
.about-activity-report-modal-span-tab-radio {
  display: none;
}
/* 走行ペース */
.about-activity-report-modal-run-pace-tab-radio {
  display: none;
}
/* 序盤・中盤・終盤 */
.about-activity-report-modal-distance-tab-radio {
  display: none;
}
.about-activity-report-modal-tab-list{
    display:block;
    color: #485CC7;
    text-align:center;
    border-radius: 4px;
    box-sizing:border-box;/*borderの値を横幅に含める*/
    cursor:pointer; /*オンマウス時にカーソルを指の形に*/
    padding: 0.6rem;
    font-weight: 600;
}
/* 期間 */
.about-activity-report-modal-span-tab-list {
    display:block;
    color: #485CC7;
    text-align:center;
    border-radius: 4px;
    box-sizing:border-box;/*borderの値を横幅に含める*/
    cursor:pointer; /*オンマウス時にカーソルを指の形に*/
    padding: 0.6rem;
    font-weight: 600;
}
/* 走行ペース */
.about-activity-report-modal-run-pace-tab-list {
    display:block;
    color: #485CC7;
    text-align:center;
    border-radius: 4px;
    box-sizing:border-box;/*borderの値を横幅に含める*/
    cursor:pointer; /*オンマウス時にカーソルを指の形に*/
    padding: 0.6rem;
    font-weight: 600;
}
/* 序盤・中盤・終盤 */
.about-activity-report-modal-distance-tab-list {
    display:block;
    color: #485CC7;
    text-align:center;
    border-radius: 4px;
    box-sizing:border-box;/*borderの値を横幅に含める*/
    cursor:pointer; /*オンマウス時にカーソルを指の形に*/
    padding: 0.6rem;
    font-weight: 600;
}
.about-activity-report-contents-area {
    background-color: white;
    display: flex;
}
/* 期間 */
.about-activity-report-span-contents-area {
    background-color: white;
    display: flex;
}
/* 走行ペース */
.about-activity-report-run-pace-contents-area {
    background-color: white;
    display: flex;
}
/* 序盤・中盤・終盤 */
.about-activity-report-distance-contents-area {
    background-color: white;
    display: flex;
}
/* 切り替えボタンによって表示を切り替える(ラジオボタン) */
#about-activity-report-modal-tab-radio-1:checked ~ .about-activity-report-modal-radio-area #about-activity-report-modal-tab-list-1,
#about-activity-report-modal-tab-radio-2:checked ~ .about-activity-report-modal-radio-area #about-activity-report-modal-tab-list-2,
#about-activity-report-modal-tab-radio-3:checked ~ .about-activity-report-modal-radio-area #about-activity-report-modal-tab-list-3,
#about-activity-report-modal-tab-radio-4:checked ~ .about-activity-report-modal-radio-area #about-activity-report-modal-tab-list-4
{
    background: rgba(72, 92, 199, 0.12);
}
#about-activity-report-modal-tab-radio-1:checked ~ .about-activity-report-contents-area #about-activity-report-contents-1, #about-activity-report-modal-tab-radio-2:checked ~ .about-activity-report-contents-area #about-activity-report-contents-2, #about-activity-report-modal-tab-radio-3:checked ~ .about-activity-report-contents-area #about-activity-report-contents-3, #about-activity-report-modal-tab-radio-4:checked ~ .about-activity-report-contents-area #about-activity-report-contents-4 {
  display: block;
  width: 100%;
}
/* 切り替えボタンによって表示を切り替える(ラジオボタン) */
/* 期間、走行ペース、序盤・中盤・終盤 */
#about-activity-report-modal-span-tab-radio-2-1:checked ~ .about-activity-report-modal-span-radio-area #about-activity-report-modal-span-tab-list-2-1,
#about-activity-report-modal-span-tab-radio-2-2:checked ~ .about-activity-report-modal-span-radio-area #about-activity-report-modal-span-tab-list-2-2,
#about-activity-report-modal-run-pace-tab-radio-3-1:checked ~ .about-activity-report-modal-run-pace-radio-area #about-activity-report-modal-run-pace-tab-list-3-1,
#about-activity-report-modal-run-pace-tab-radio-3-2:checked ~ .about-activity-report-modal-run-pace-radio-area #about-activity-report-modal-run-pace-tab-list-3-2,
#about-activity-report-modal-distance-tab-radio-4-1:checked ~ .about-activity-report-modal-distance-radio-area #about-activity-report-modal-distance-tab-list-4-1,
#about-activity-report-modal-distance-tab-radio-4-2:checked ~ .about-activity-report-modal-distance-radio-area #about-activity-report-modal-distance-tab-list-4-2
{
    background: rgba(72, 92, 199, 0.12);
}
#about-activity-report-modal-span-tab-radio-2-1:checked ~ .about-activity-report-span-contents-area #about-activity-report-span-contents-2-1, #about-activity-report-modal-span-tab-radio-2-2:checked ~ .about-activity-report-span-contents-area #about-activity-report-span-contents-2-2, #about-activity-report-modal-run-pace-tab-radio-3-1:checked ~ .about-activity-report-run-pace-contents-area #about-activity-report-run-pace-contents-3-1, #about-activity-report-modal-run-pace-tab-radio-3-2:checked ~ .about-activity-report-run-pace-contents-area #about-activity-report-run-pace-contents-3-2, #about-activity-report-modal-distance-tab-radio-4-1:checked ~ .about-activity-report-distance-contents-area #about-activity-report-distance-contents-4-1, #about-activity-report-modal-distance-tab-radio-4-2:checked ~ .about-activity-report-distance-contents-area #about-activity-report-distance-contents-4-2 {
  display: block;
  width: 100%;
}
.about-activity-report-contents {
    display: none;
}
/* 期間 */
.about-activity-report-span-contents {
    display: none;
}
/* 走行ペース */
.about-activity-report-run-pace-contents {
    display: none;
}
/* 序盤・中盤・終盤 */
.about-activity-report-distance-contents {
    display: none;
}
.about-activity-report-contents-header-line {
    width: 0.3rem;
    flex-shrink: 0;
    border-radius: 2px;
    background: #485CC7;
}
.explanation_no {
    margin-top: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 2px 12px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
    background: #EDE04B;
    color: #001E62;
    font-family: Hiragino Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.explanation_text {
    margin-top: 5px;
    color: #001E62;
    font-family: Hiragino Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.explanation2_text {
    color: #001E62;
    font-family: Hiragino Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.example_reason_title_text {
    color: #485CC7;
    font-family: Hiragino Sans;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.example_reason_title_subtext {
    color: #001E62;
    font-family: Hiragino Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.example_reason_text_1 {
    color: #001E62;
    font-family: Hiragino Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.example_reason_text_2 {
    color: #485CC7;
    font-family: Hiragino Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.example_of_use_box {
    display: flex;
    flex-direction: column;
    background: #FFF;
    /* box-shadow: 3px 3px 13px 0px rgba(55, 66, 129, 0.09); */
}
.example_of_use_box_title {
    margin-bottom: 1rem;
    text-align: center;
    color: #485CC7;
    font-family: Hiragino Sans;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.example_of_use_box_thoughts {
    display: flex;
    padding-left: 10rem;
    padding-right: 10rem;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.example_of_use_box_thoughts_text {
    padding: 1rem;
    color: #001E62;
    font-family: Hiragino Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: rgba(0, 30, 98, 0.04);
    width: 43vw;
}
.tooltip {
    position: relative;
    cursor: pointer;
    display:  inline-block;
    margin-left: 5px;
    margin-bottom: auto;
    margin-top: auto;
}
.tooltip img{
    width: 15px;
    margin-top: auto;
    margin-bottom: auto;
}
.tooltip_description {
    z-index: 10;
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #000;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 4px;
    border: 1px solid #E7E8EA;
    background: #f8f8f8;
    box-shadow: 0px 1px 6px 0px rgba(55, 66, 129, 0.09);
}
.tooltip_description:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 15px solid transparent;
    margin-left: -15px;
}
.form_difference_text {
    color: #001E62;
    font-family: Hiragino Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
/* 利用規約内容記載箇所 */
.terms_of_use_box {
    overflow: scroll;
    overflow-wrap: break-word;
    width: 950px;
    height: 450px;
    border-width: 1.5px;
    border-color: rgb(0 0 0);
    margin: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
/* ランキング内容記載箇所 */
.ranking_terms_of_use_box {
    overflow: scroll;
    overflow-wrap: break-word;
    width: 700px;
    height:150px;
    border-width: 1.5px;
    border-color: rgb(0 0 0);
    margin: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.footer {
    display: flex;
    height: 100px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-top: 1px solid #E7E8EA;
    background: #FFF;
    color: #001E62;
}
.commercial {
    border: #000 solid 1px;
}
.pic-container {
    width: 100vw;
    height: 100vh;
    padding: 2rem 6rem;
    box-sizing: border-box;
    background-color: #fefefe;
}
.alert {
    display: flex;
    align-items: center;
    padding-left: 1rem;
    line-height: 1.5;
}
.alert i {
    font-size: 1.3rem;
}
.alert>a {
    cursor: pointer;
    color: #D4D4D4;
    margin-left: auto;
}
.hide-box {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 1s;
}
.alert-success {
    border-left: 5px solid #5CBD9D;
}
.alert-error {
    border-left: 5px solid #E74C3C;
}
.alert-warning {
    border-left: 5px solid #F29C33;
}
.alert-info {
    border-left: 5px solid #3998DB;
}
.fa-check-circle {
    color: #5CBD9D;
}
.fa-times-circle {
    color: #E74C3C;
}
.fa-exclamation-triangle {
    color: #F29C33;
}
.fa-exclamation-circle {
    color: #3998DB;
}
.title-scroll {
    overflow-x: scroll;
    white-space: nowrap;
}
.title-scroll::-webkit-scrollbar {
    display: none;
}
/* お知らせで表示されるテーブル */
#information_body table {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
}
/* レースレポート一覧 */
/* タブ切り替え箇所 */
.race-analysis-tab-list{
    display:block;
    color: #485CC7;
    text-align:center;
    border-radius: 4px;
    box-sizing:border-box;/*borderの値を横幅に含める*/
    cursor:pointer; /*オンマウス時にカーソルを指の形に*/
    padding: 0.6rem;
    font-weight: 600;
}
.race-analysis-tab-radio {
  display: none;
}
.academy-trial-tab-radio {
  display: none;
}
.academy-challenge-tab-radio {
  display: none;
}
/* 切り替えボタンによって表示を切り替える */
#race-analysis-tab-radio-1:checked ~ .race-analysis-radio-area #race-analysis-tab-list-1,
#race-analysis-tab-radio-2:checked ~ .race-analysis-radio-area #race-analysis-tab-list-2
{
    background: rgba(72, 92, 199, 0.12);
}
#race-analysis-tab-radio-1:checked ~ .race-analysis-contents #race-analysis-contents-1,
#race-analysis-tab-radio-2:checked ~ .race-analysis-contents #race-analysis-contents-2 {
    display: block;
    width: 100%;
}
#race-analysis-tab-radio-1:checked ~ .race-analysis-contents #race-analysis-contents-2,
#race-analysis-tab-radio-2:checked ~ .race-analysis-contents #race-analysis-contents-1 {
    display: none;
    width: 100%;
}
/* アカデミー */
/* レポート */
.report_header_text {
    font: bold bold bold 14px/24px Hiragino Sans;
    letter-spacing: 0px;
    color: #00A9C2;
    opacity: 1;
    border-bottom: solid;
}
.academy-report-font {
    font-family: "Zen Maru Gothic";
}
/* 成績表グラデーション */
.record_gradation{
    background-image: linear-gradient(to right,
      #0066FF 0%,
      #0066FF 7%,
      #00A9C2 17%,
      #00A9C2 55%,
      #FFA500 75%,
      #FFA500 100%);
}
/* 成績表平均値（全ランナー） */
.record_average_1 {
    width: 17px;
    height: 17px;
    background: #FFA500;
    /* border: 2px solid #FFA500; */
    border-radius: 0% 100% 50% 50%/ 0% 50% 50% 100%;
    transform: rotate(225deg);
}
/* 成績表平均値（性別・年代） */
.record_average_2 {
    width: 17px;
    height: 17px;
    background: #00A9C2;
    border-radius: 0% 100% 50% 50%/ 0% 50% 50% 100%;
    transform: rotate(225deg);
}
/* 成績表平均値（都道府県） */
.record_average_3 {
    width: 17px;
    height: 17px;
    background: #0066FF;
    border-radius: 0% 100% 50% 50%/ 0% 50% 50% 100%;
    transform: rotate(225deg);
}
/* フォーム分析フォームタイプボーダー */
.academy-form-type-border {
    border: 0.15rem dashed;
    border-radius: 10px;
    border-color: #00A9C2;
}
/* ランキング */
#ranking_graph_area {
    flex-direction: row;
    justify-content: center;
}
#ranking_graph_area>div {
    padding: 10px;
    margin: 5px;
}
@media screen and (max-width: 1160px) {
    .academy-form-input div.input-group {
        display: grid;
    }
    .academy-form-input div.input-group div {
        margin-bottom: 15px;
    }
    .academy-form-input div.w-1\/2 {
        width: 100%;
    }

    #ranking_graph_area {
        margin-top: 0;
        flex-direction: column-reverse;
        align-items: center;
    }
    #ranking_graph_area>div {
        display: grid;
        width: 100%;
        border: none;
        margin: 0;
    }
    #ranking_graph_area .search_form {
        display: flex;
        justify-content: center;
    }
    #ranking_graph_area .search_form>div {
        margin: 0 10px;
    }
}
.ranking-title {
    font-weight: 600;
    font-size: 1.2rem;
    font-family: "ASICS Bold";
    color: var(--ASICS-Blue, #001E62);
}
.ranking-form-select {
    width: 14rem;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #001E62;
    border: 1px solid #B4B4B4;
    border-radius: 3px;
}
.ranking-form-select-table {
    width: 9.5rem;
    height: 3.0rem;
    font-size: 1.0rem;
    color: #001E62;
    border: 1px solid #B4B4B4;
    border-radius: 3px;
}
.search-span-ranking {
    width: 5rem;
    min-width: 140px;
    font-size: 0.75rem;
    line-height: 1rem;
    -webkit-text-fill-color: #001E62;
    border: 1px solid #B4B4B4;
    border-radius: 3px;
}
/* 検査エリア更新・クリアボタン */
.ranking-search-update-button {
    border-radius: 22px;
    opacity: 1;
    text-align: center;
    width: 6rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-color: #485CC7;
}
.ranking-search-clear-button {
    border-radius: 22px;
    opacity: 1;
    text-align: center;
    width: 6rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-color: #485CC7;
    border: 1px solid #485CC7;
}
.running-distance {
    position: relative;
    fill: none;
    stroke-width: 13;
    stroke: #E8F7FF;
    stroke-linecap: round;
}
.running-distance-line {
    stroke: #E8F7FF;
    -webkit-animation: circleAnim 1s forwards;
            animation: circleAnim 1s forwards;
}
@-webkit-keyframes circleAnim {
    from {
        stroke-dasharray: 0 500;
    }

    to {
        stroke-dasharray: 0 500;
    }
}
@keyframes circleAnim {
    from {
        stroke-dasharray: 0 500;
    }

    to {
        stroke-dasharray: 0 500;
    }
}
.graph-number {
    position: absolute;
    font-family: "ASICS Bold";
    color: var(--ASICS-Blue, #001E62);
    font-weight: 600;
}
.distance-integer {
    font-size: 51px;
}
.distance-integer-activity {
    font-size: 20px;
}
.distance-decimal-point {
    font-size: 40px;
}
.graph-percent {
    font-size: 25px;
    padding-left: 3px;
}
.target-distance {
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    color: var(--ASICS-Blue, #001E62);
}
.arrow_l {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    text-decoration: none;
}
.arrow_l:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #001E62;
    border-left: solid 2px #001E62;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.arrow_r {
    position: relative;
    display: inline-block;
    padding-left: 10px;
}
.arrow_r:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.report_course_marker_start {
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #afaeae;
    border-color: white;
    border-width: 2px;
    border-radius: 50%;
    color: #00B388;
    font-family: ASICS Bold;
    font-size: 14px;
}
.report_course_marker_finish {
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #afaeae;
    border-color: white;
    border-width: 2px;
    border-radius: 50%;
    color: #E04F39;
    font-family: ASICS Bold;
    font-size: 14px;
}
.report_course_marker_points {
    width: 12px;
    height: 12px;
    line-height: 12px;
    background-color: #afaeae;
    border-color: white;
    border-width: 2px;
    border-radius: 50%;
    color: #001E62;
    font-family: ASICS Bold;
    font-size: 14px;
}
.placeholder\:text-\[rgba\(0\2c 0\2c 0\2c 0\.37\)\]::-moz-placeholder {
  color: rgba(0,0,0,0.37);
}
.placeholder\:text-\[rgba\(0\2c 0\2c 0\2c 0\.37\)\]:-ms-input-placeholder {
  color: rgba(0,0,0,0.37);
}
.placeholder\:text-\[rgba\(0\2c 0\2c 0\2c 0\.37\)\]::placeholder {
  color: rgba(0,0,0,0.37);
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}
.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}
.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}
.after\:w-6::after {
  content: var(--tw-content);
  width: 1.5rem;
}
.after\:-translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:bg-\[\#F4F4F7\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 247 / var(--tw-bg-opacity));
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.last\:border-none:last-child {
  border-style: none;
}
.last\:pb-0:last-child {
  padding-bottom: 0px;
}
.hover\:border:hover {
  border-width: 1px;
}
.hover\:bg-\[\#4a6095\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 96 149 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#364AB1\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(54 74 177 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#001E62\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 98 / var(--tw-bg-opacity));
}
.hover\:bg-\[rgba\(0\2c 0\2c 0\2c 0\.04\)\]:hover {
  background-color: rgba(0,0,0,0.04);
}
.hover\:bg-emerald-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}
.hover\:bg-\[rgba\(72\2c 92\2c 199\2c 0\.05\)\]:hover {
  background-color: rgba(72,92,199,0.05);
}
.hover\:bg-\[\#E6E6E6\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#485CC7\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(72 92 199 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#FCFCFC\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity));
}
.hover\:bg-\[rgba\(182\2c 184\2c 220\2c 0\.3\)\]:hover {
  background-color: rgba(182,184,220,0.3);
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-\[white\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-blue-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(0 30 98 / var(--tw-text-opacity));
}
.hover\:opacity-60:hover {
  opacity: 0.6;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.focus\:border-gray-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.disabled\:opacity-\[0\.15\]:disabled {
  opacity: 0.15;
}
.disabled\:shadow-none:disabled {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:hover .group-hover\:fill-\[rgba\(255\2c 255\2c 255\2c 0\.8\)\] {
  fill: rgba(255,255,255,0.8);
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (prefers-color-scheme: dark) {

  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .dark\:border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgb(115 115 115 / var(--tw-border-opacity));
  }

  .dark\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity));
  }

  .dark\:bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  }

  .dark\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity));
  }

  .dark\:bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

  .dark\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity));
  }
}
@media (min-width: 640px) {

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

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

  .sm\:text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }
}
@media (min-width: 1024px) {

  .lg\:mr-\[1\.125rem\] {
    margin-right: 1.125rem;
  }

  .lg\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mr-\[3\.25rem\] {
    margin-right: 3.25rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px) {

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

