@charset "UTF-8";
/*
@import "normalize";
*/
/*
@import "mixins/banner";
@include bsBanner("");
*/
/*
@import "root";
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box; }

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color); }

h1 {
  font-size: calc(1.375rem + 1.5vw); }
  @media (min-width: 1200px) {
    h1 {
      font-size: 2.5rem; } }

h2 {
  font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h3 {
      font-size: 1.75rem; } }

h4 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h4 {
      font-size: 1.5rem; } }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 0; }

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none; }

address {
  /*
    margin-bottom: 1rem;
  */
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  /*
    padding-left: 2rem;
  */ }

ol,
ul,
dl {
  margin-top: 0;
  /*
    margin-bottom: 1rem;
  */ }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  /*
    margin-bottom: .5rem;
  */
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 0.875em; }

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg); }

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline; }
  a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb); }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

iframe {
  border: 0; }

summary {
  display: list-item;
  cursor: pointer; }

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

/*
@import "type";
*/
.img-fluid {
  max-width: 100%;
  height: auto; }

/*
.img-thumbnail {
  padding: $thumbnail-padding;
  background-color: $thumbnail-bg;
  border: $thumbnail-border-width solid $thumbnail-border-color;
  @include border-radius($thumbnail-border-radius);
  @include box-shadow($thumbnail-box-shadow);

  // Keep them at most 100% wide
  @include img-fluid();
}

*/
/*
.figure {
  // Ensures the caption's text aligns with the image.
  display: inline-block;
}

.figure-img {
  margin-bottom: $spacer * .5;
  line-height: 1;
}

.figure-caption {
  @include font-size($figure-caption-font-size);
  color: $figure-caption-color;
}
*/
.container,
.container-fluid,
.container-sm,
.container-mw-sm,
.container-mw-sm-fluid,
.container-md,
.container-mw-md,
.container-mw-md-fluid,
.container-lg,
.container-mw-lg,
.container-mw-lg-fluid,
.container-xl,
.container-mw-xl,
.container-mw-xl-fluid,
.container-xxl,
.container-mw-xxl,
.container-mw-xxl-fluid {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 1203.98px) {
    .container,
    .container-fluid,
    .container-sm,
    .container-mw-sm,
    .container-mw-sm-fluid,
    .container-md,
    .container-mw-md,
    .container-mw-md-fluid,
    .container-lg,
    .container-mw-lg,
    .container-mw-lg-fluid,
    .container-xl,
    .container-mw-xl,
    .container-mw-xl-fluid,
    .container-xxl,
    .container-mw-xxl,
    .container-mw-xxl-fluid {
      --bs-gutter-x: 1rem; } }

.container-mw-sm-fluid {
  max-width: 560px; }

@media (min-width: 575px) {
  .container, .container-sm {
    max-width: 560px; } }
@media (min-width: 575px) {
  .container-mw-sm, .container-mw-md, .container-mw-lg, .container-mw-xl, .container-mw-xxl {
    max-width: 560px; } }
.container-mw-md-fluid {
  max-width: 752px; }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 752px; } }
@media (min-width: 768px) {
  .container-mw-md, .container-mw-lg, .container-mw-xl, .container-mw-xxl {
    max-width: 752px; } }
.container-mw-lg-fluid {
  max-width: 992px; }

@media (min-width: 1002px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 992px; } }
@media (min-width: 1002px) {
  .container-mw-lg, .container-mw-xl, .container-mw-xxl {
    max-width: 992px; } }
.container-mw-xl-fluid {
  max-width: 1184px; }

@media (min-width: 1204px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1184px; } }
@media (min-width: 1204px) {
  .container-mw-xl, .container-mw-xxl {
    max-width: 1184px; } }
.container-mw-xxl-fluid {
  max-width: 1548px; }

@media (min-width: 1568px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1548px; } }
@media (min-width: 1568px) {
  .container-mw-xxl {
    max-width: 1548px; } }
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 575px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 1002px;
  --bs-breakpoint-xl: 1204px;
  --bs-breakpoint-xxl: 1568px; }

.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  @media (max-width: 1203.98px) {
    .row {
      --bs-gutter-x: 1rem;
      --bs-gutter-y: 1rem; } }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.33333333%; }

.offset-2 {
  margin-left: 16.66666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333333%; }

.offset-5 {
  margin-left: 41.66666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333333%; }

.offset-8 {
  margin-left: 66.66666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333333%; }

.offset-11 {
  margin-left: 91.66666667%; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }
  @media (max-width: 1203.98px) {
    .g-0,
    .gx-0 {
      --bs-gutter-x: 0; } }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }
  @media (max-width: 1203.98px) {
    .g-0,
    .gy-0 {
      --bs-gutter-y: 0; } }

.g-0_5rem,
.gx-0_5rem {
  --bs-gutter-x: 0.5rem; }
  @media (max-width: 1203.98px) {
    .g-0_5rem,
    .gx-0_5rem {
      --bs-gutter-x: 0.25rem; } }

.g-0_5rem,
.gy-0_5rem {
  --bs-gutter-y: 0.5rem; }
  @media (max-width: 1203.98px) {
    .g-0_5rem,
    .gy-0_5rem {
      --bs-gutter-y: 0.25rem; } }

.g-1rem,
.gx-1rem {
  --bs-gutter-x: 1rem; }
  @media (max-width: 1203.98px) {
    .g-1rem,
    .gx-1rem {
      --bs-gutter-x: 0.5rem; } }

.g-1rem,
.gy-1rem {
  --bs-gutter-y: 1rem; }
  @media (max-width: 1203.98px) {
    .g-1rem,
    .gy-1rem {
      --bs-gutter-y: 0.5rem; } }

.g-1_5rem,
.gx-1_5rem {
  --bs-gutter-x: 1.5rem; }
  @media (max-width: 1203.98px) {
    .g-1_5rem,
    .gx-1_5rem {
      --bs-gutter-x: 0.75rem; } }

.g-1_5rem,
.gy-1_5rem {
  --bs-gutter-y: 1.5rem; }
  @media (max-width: 1203.98px) {
    .g-1_5rem,
    .gy-1_5rem {
      --bs-gutter-y: 0.75rem; } }

.g-2rem,
.gx-2rem {
  --bs-gutter-x: 2rem; }
  @media (max-width: 1203.98px) {
    .g-2rem,
    .gx-2rem {
      --bs-gutter-x: 1rem; } }

.g-2rem,
.gy-2rem {
  --bs-gutter-y: 2rem; }
  @media (max-width: 1203.98px) {
    .g-2rem,
    .gy-2rem {
      --bs-gutter-y: 1rem; } }

.g-2_5rem,
.gx-2_5rem {
  --bs-gutter-x: 2.5rem; }
  @media (max-width: 1203.98px) {
    .g-2_5rem,
    .gx-2_5rem {
      --bs-gutter-x: 1.25rem; } }

.g-2_5rem,
.gy-2_5rem {
  --bs-gutter-y: 2.5rem; }
  @media (max-width: 1203.98px) {
    .g-2_5rem,
    .gy-2_5rem {
      --bs-gutter-y: 1.25rem; } }

.g-3rem,
.gx-3rem {
  --bs-gutter-x: 3rem; }
  @media (max-width: 1203.98px) {
    .g-3rem,
    .gx-3rem {
      --bs-gutter-x: 1.5rem; } }

.g-3rem,
.gy-3rem {
  --bs-gutter-y: 3rem; }
  @media (max-width: 1203.98px) {
    .g-3rem,
    .gy-3rem {
      --bs-gutter-y: 1.5rem; } }

.g-3_5rem,
.gx-3_5rem {
  --bs-gutter-x: 3.5rem; }
  @media (max-width: 1203.98px) {
    .g-3_5rem,
    .gx-3_5rem {
      --bs-gutter-x: 1.75rem; } }

.g-3_5rem,
.gy-3_5rem {
  --bs-gutter-y: 3.5rem; }
  @media (max-width: 1203.98px) {
    .g-3_5rem,
    .gy-3_5rem {
      --bs-gutter-y: 1.75rem; } }

.g-4rem,
.gx-4rem {
  --bs-gutter-x: 4rem; }
  @media (max-width: 1203.98px) {
    .g-4rem,
    .gx-4rem {
      --bs-gutter-x: 2rem; } }

.g-4rem,
.gy-4rem {
  --bs-gutter-y: 4rem; }
  @media (max-width: 1203.98px) {
    .g-4rem,
    .gy-4rem {
      --bs-gutter-y: 2rem; } }

.g-4_5rem,
.gx-4_5rem {
  --bs-gutter-x: 4.5rem; }
  @media (max-width: 1203.98px) {
    .g-4_5rem,
    .gx-4_5rem {
      --bs-gutter-x: 2.25rem; } }

.g-4_5rem,
.gy-4_5rem {
  --bs-gutter-y: 4.5rem; }
  @media (max-width: 1203.98px) {
    .g-4_5rem,
    .gy-4_5rem {
      --bs-gutter-y: 2.25rem; } }

.g-5rem,
.gx-5rem {
  --bs-gutter-x: 5rem; }
  @media (max-width: 1203.98px) {
    .g-5rem,
    .gx-5rem {
      --bs-gutter-x: 2.5rem; } }

.g-5rem,
.gy-5rem {
  --bs-gutter-y: 5rem; }
  @media (max-width: 1203.98px) {
    .g-5rem,
    .gy-5rem {
      --bs-gutter-y: 2.5rem; } }

@media (min-width: 575px) {
  .col-sm {
    flex: 1 0 0%; }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.33333333%; }

  .offset-sm-2 {
    margin-left: 16.66666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.33333333%; }

  .offset-sm-5 {
    margin-left: 41.66666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.33333333%; }

  .offset-sm-8 {
    margin-left: 66.66666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.33333333%; }

  .offset-sm-11 {
    margin-left: 91.66666667%; }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; } }
  @media (min-width: 575px) and (max-width: 1203.98px) {
    .g-sm-0,
    .gx-sm-0 {
      --bs-gutter-x: 0; } }

@media (min-width: 575px) {
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; } }
  @media (min-width: 575px) and (max-width: 1203.98px) {
    .g-sm-0,
    .gy-sm-0 {
      --bs-gutter-y: 0; } }

@media (min-width: 575px) {
  .g-sm-0_5rem,
  .gx-sm-0_5rem {
    --bs-gutter-x: 0.5rem; } }
  @media (min-width: 575px) and (max-width: 1203.98px) {
    .g-sm-0_5rem,
    .gx-sm-0_5rem {
      --bs-gutter-x: 0.25rem; } }

@media (min-width: 575px) {
  .g-sm-0_5rem,
  .gy-sm-0_5rem {
    --bs-gutter-y: 0.5rem; } }
  @media (min-width: 575px) and (max-width: 1203.98px) {
    .g-sm-0_5rem,
    .gy-sm-0_5rem {
      --bs-gutter-y: 0.25rem; } }

@media (min-width: 575px) {
  .g-sm-1rem,
  .gx-sm-1rem {
    --bs-gutter-x: 1rem; } }
  @media (min-width: 575px) and (max-width: 1203.98px) {
    .g-sm-1rem,
    .gx-sm-1rem {
      --bs-gutter-x: 0.5rem; } }

@media (min-width: 575px) {
  .g-sm-1rem,
  .gy-sm-1rem {
    --bs-gutter-y: 1rem; } }
  @media (min-width: 575px) and (max-width: 1203.98px) {
    .g-sm-1rem,
    .gy-sm-1rem {
      --bs-gutter-y: 0.5rem; } }

@media (min-width: 575px) {
  .g-sm-1_5rem,
  .gx-sm-1_5rem {
    --bs-gutter-x: 1.5rem; } }
  @media (min-width: 575px) and (max-width: 1203.98px) {
    .g-sm-1_5rem,
    .gx-sm-1_5rem {
      --bs-gutter-x: 0.75rem; } }

@media (min-width: 575px) {
  .g-sm-1_5rem,
  .gy-sm-1_5rem {
    --bs-gutter-y: 1.5rem; } }
  @media (min-width: 575px) and (max-width: 1203.98px) {
    .g-sm-1_5rem,
    .gy-sm-1_5rem {
      --bs-gutter-y: 0.75rem; } }

@media (min-width: 575px) {
  .g-sm-2rem,
  .gx-sm-2rem {
    --bs-gutter-x: 2rem; } }
  @media (min-width: 575px) and (max-width: 1203.98px) {
    .g-sm-2rem,
    .gx-sm-2rem {
      --bs-gutter-x: 1rem; } }

@media (min-width: 575px) {
  .g-sm-2rem,
  .gy-sm-2rem {
    --bs-gutter-y: 2rem; } }
  @media (min-width: 575px) and (max-width: 1203.98px) {
    .g-sm-2rem,
    .gy-sm-2rem {
      --bs-gutter-y: 1rem; } }

@media (min-width: 575px) {
  .g-sm-2_5rem,
  .gx-sm-2_5rem {
    --bs-gutter-x: 2.5rem; } }
  @media (min-width: 575px) and (max-width: 1203.98px) {
    .g-sm-2_5rem,
    .gx-sm-2_5rem {
      --bs-gutter-x: 1.25rem; } }

@media (min-width: 575px) {
  .g-sm-2_5rem,
  .gy-sm-2_5rem {
    --bs-gutter-y: 2.5rem; } }
  @media (min-width: 575px) and (max-width: 1203.98px) {
    .g-sm-2_5rem,
    .gy-sm-2_5rem {
      --bs-gutter-y: 1.25rem; } }

@media (min-width: 575px) {
  .g-sm-3rem,
  .gx-sm-3rem {
    --bs-gutter-x: 3rem; } }
  @media (min-width: 575px) and (max-width: 1203.98px) {
    .g-sm-3rem,
    .gx-sm-3rem {
      --bs-gutter-x: 1.5rem; } }

@media (min-width: 575px) {
  .g-sm-3rem,
  .gy-sm-3rem {
    --bs-gutter-y: 3rem; } }
  @media (min-width: 575px) and (max-width: 1203.98px) {
    .g-sm-3rem,
    .gy-sm-3rem {
      --bs-gutter-y: 1.5rem; } }

@media (min-width: 575px) {
  .g-sm-3_5rem,
  .gx-sm-3_5rem {
    --bs-gutter-x: 3.5rem; } }
  @media (min-width: 575px) and (max-width: 1203.98px) {
    .g-sm-3_5rem,
    .gx-sm-3_5rem {
      --bs-gutter-x: 1.75rem; } }

@media (min-width: 575px) {
  .g-sm-3_5rem,
  .gy-sm-3_5rem {
    --bs-gutter-y: 3.5rem; } }
  @media (min-width: 575px) and (max-width: 1203.98px) {
    .g-sm-3_5rem,
    .gy-sm-3_5rem {
      --bs-gutter-y: 1.75rem; } }

@media (min-width: 575px) {
  .g-sm-4rem,
  .gx-sm-4rem {
    --bs-gutter-x: 4rem; } }
  @media (min-width: 575px) and (max-width: 1203.98px) {
    .g-sm-4rem,
    .gx-sm-4rem {
      --bs-gutter-x: 2rem; } }

@media (min-width: 575px) {
  .g-sm-4rem,
  .gy-sm-4rem {
    --bs-gutter-y: 4rem; } }
  @media (min-width: 575px) and (max-width: 1203.98px) {
    .g-sm-4rem,
    .gy-sm-4rem {
      --bs-gutter-y: 2rem; } }

@media (min-width: 575px) {
  .g-sm-4_5rem,
  .gx-sm-4_5rem {
    --bs-gutter-x: 4.5rem; } }
  @media (min-width: 575px) and (max-width: 1203.98px) {
    .g-sm-4_5rem,
    .gx-sm-4_5rem {
      --bs-gutter-x: 2.25rem; } }

@media (min-width: 575px) {
  .g-sm-4_5rem,
  .gy-sm-4_5rem {
    --bs-gutter-y: 4.5rem; } }
  @media (min-width: 575px) and (max-width: 1203.98px) {
    .g-sm-4_5rem,
    .gy-sm-4_5rem {
      --bs-gutter-y: 2.25rem; } }

@media (min-width: 575px) {
  .g-sm-5rem,
  .gx-sm-5rem {
    --bs-gutter-x: 5rem; } }
  @media (min-width: 575px) and (max-width: 1203.98px) {
    .g-sm-5rem,
    .gx-sm-5rem {
      --bs-gutter-x: 2.5rem; } }

@media (min-width: 575px) {
  .g-sm-5rem,
  .gy-sm-5rem {
    --bs-gutter-y: 5rem; } }
  @media (min-width: 575px) and (max-width: 1203.98px) {
    .g-sm-5rem,
    .gy-sm-5rem {
      --bs-gutter-y: 2.5rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.33333333%; }

  .offset-md-2 {
    margin-left: 16.66666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.33333333%; }

  .offset-md-5 {
    margin-left: 41.66666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.33333333%; }

  .offset-md-8 {
    margin-left: 66.66666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.33333333%; }

  .offset-md-11 {
    margin-left: 91.66666667%; }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; } }
  @media (min-width: 768px) and (max-width: 1203.98px) {
    .g-md-0,
    .gx-md-0 {
      --bs-gutter-x: 0; } }

@media (min-width: 768px) {
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; } }
  @media (min-width: 768px) and (max-width: 1203.98px) {
    .g-md-0,
    .gy-md-0 {
      --bs-gutter-y: 0; } }

@media (min-width: 768px) {
  .g-md-0_5rem,
  .gx-md-0_5rem {
    --bs-gutter-x: 0.5rem; } }
  @media (min-width: 768px) and (max-width: 1203.98px) {
    .g-md-0_5rem,
    .gx-md-0_5rem {
      --bs-gutter-x: 0.25rem; } }

@media (min-width: 768px) {
  .g-md-0_5rem,
  .gy-md-0_5rem {
    --bs-gutter-y: 0.5rem; } }
  @media (min-width: 768px) and (max-width: 1203.98px) {
    .g-md-0_5rem,
    .gy-md-0_5rem {
      --bs-gutter-y: 0.25rem; } }

@media (min-width: 768px) {
  .g-md-1rem,
  .gx-md-1rem {
    --bs-gutter-x: 1rem; } }
  @media (min-width: 768px) and (max-width: 1203.98px) {
    .g-md-1rem,
    .gx-md-1rem {
      --bs-gutter-x: 0.5rem; } }

@media (min-width: 768px) {
  .g-md-1rem,
  .gy-md-1rem {
    --bs-gutter-y: 1rem; } }
  @media (min-width: 768px) and (max-width: 1203.98px) {
    .g-md-1rem,
    .gy-md-1rem {
      --bs-gutter-y: 0.5rem; } }

@media (min-width: 768px) {
  .g-md-1_5rem,
  .gx-md-1_5rem {
    --bs-gutter-x: 1.5rem; } }
  @media (min-width: 768px) and (max-width: 1203.98px) {
    .g-md-1_5rem,
    .gx-md-1_5rem {
      --bs-gutter-x: 0.75rem; } }

@media (min-width: 768px) {
  .g-md-1_5rem,
  .gy-md-1_5rem {
    --bs-gutter-y: 1.5rem; } }
  @media (min-width: 768px) and (max-width: 1203.98px) {
    .g-md-1_5rem,
    .gy-md-1_5rem {
      --bs-gutter-y: 0.75rem; } }

@media (min-width: 768px) {
  .g-md-2rem,
  .gx-md-2rem {
    --bs-gutter-x: 2rem; } }
  @media (min-width: 768px) and (max-width: 1203.98px) {
    .g-md-2rem,
    .gx-md-2rem {
      --bs-gutter-x: 1rem; } }

@media (min-width: 768px) {
  .g-md-2rem,
  .gy-md-2rem {
    --bs-gutter-y: 2rem; } }
  @media (min-width: 768px) and (max-width: 1203.98px) {
    .g-md-2rem,
    .gy-md-2rem {
      --bs-gutter-y: 1rem; } }

@media (min-width: 768px) {
  .g-md-2_5rem,
  .gx-md-2_5rem {
    --bs-gutter-x: 2.5rem; } }
  @media (min-width: 768px) and (max-width: 1203.98px) {
    .g-md-2_5rem,
    .gx-md-2_5rem {
      --bs-gutter-x: 1.25rem; } }

@media (min-width: 768px) {
  .g-md-2_5rem,
  .gy-md-2_5rem {
    --bs-gutter-y: 2.5rem; } }
  @media (min-width: 768px) and (max-width: 1203.98px) {
    .g-md-2_5rem,
    .gy-md-2_5rem {
      --bs-gutter-y: 1.25rem; } }

@media (min-width: 768px) {
  .g-md-3rem,
  .gx-md-3rem {
    --bs-gutter-x: 3rem; } }
  @media (min-width: 768px) and (max-width: 1203.98px) {
    .g-md-3rem,
    .gx-md-3rem {
      --bs-gutter-x: 1.5rem; } }

@media (min-width: 768px) {
  .g-md-3rem,
  .gy-md-3rem {
    --bs-gutter-y: 3rem; } }
  @media (min-width: 768px) and (max-width: 1203.98px) {
    .g-md-3rem,
    .gy-md-3rem {
      --bs-gutter-y: 1.5rem; } }

@media (min-width: 768px) {
  .g-md-3_5rem,
  .gx-md-3_5rem {
    --bs-gutter-x: 3.5rem; } }
  @media (min-width: 768px) and (max-width: 1203.98px) {
    .g-md-3_5rem,
    .gx-md-3_5rem {
      --bs-gutter-x: 1.75rem; } }

@media (min-width: 768px) {
  .g-md-3_5rem,
  .gy-md-3_5rem {
    --bs-gutter-y: 3.5rem; } }
  @media (min-width: 768px) and (max-width: 1203.98px) {
    .g-md-3_5rem,
    .gy-md-3_5rem {
      --bs-gutter-y: 1.75rem; } }

@media (min-width: 768px) {
  .g-md-4rem,
  .gx-md-4rem {
    --bs-gutter-x: 4rem; } }
  @media (min-width: 768px) and (max-width: 1203.98px) {
    .g-md-4rem,
    .gx-md-4rem {
      --bs-gutter-x: 2rem; } }

@media (min-width: 768px) {
  .g-md-4rem,
  .gy-md-4rem {
    --bs-gutter-y: 4rem; } }
  @media (min-width: 768px) and (max-width: 1203.98px) {
    .g-md-4rem,
    .gy-md-4rem {
      --bs-gutter-y: 2rem; } }

@media (min-width: 768px) {
  .g-md-4_5rem,
  .gx-md-4_5rem {
    --bs-gutter-x: 4.5rem; } }
  @media (min-width: 768px) and (max-width: 1203.98px) {
    .g-md-4_5rem,
    .gx-md-4_5rem {
      --bs-gutter-x: 2.25rem; } }

@media (min-width: 768px) {
  .g-md-4_5rem,
  .gy-md-4_5rem {
    --bs-gutter-y: 4.5rem; } }
  @media (min-width: 768px) and (max-width: 1203.98px) {
    .g-md-4_5rem,
    .gy-md-4_5rem {
      --bs-gutter-y: 2.25rem; } }

@media (min-width: 768px) {
  .g-md-5rem,
  .gx-md-5rem {
    --bs-gutter-x: 5rem; } }
  @media (min-width: 768px) and (max-width: 1203.98px) {
    .g-md-5rem,
    .gx-md-5rem {
      --bs-gutter-x: 2.5rem; } }

@media (min-width: 768px) {
  .g-md-5rem,
  .gy-md-5rem {
    --bs-gutter-y: 5rem; } }
  @media (min-width: 768px) and (max-width: 1203.98px) {
    .g-md-5rem,
    .gy-md-5rem {
      --bs-gutter-y: 2.5rem; } }

@media (min-width: 1002px) {
  .col-lg {
    flex: 1 0 0%; }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.33333333%; }

  .offset-lg-2 {
    margin-left: 16.66666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.33333333%; }

  .offset-lg-5 {
    margin-left: 41.66666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.33333333%; }

  .offset-lg-8 {
    margin-left: 66.66666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.33333333%; }

  .offset-lg-11 {
    margin-left: 91.66666667%; }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; } }
  @media (min-width: 1002px) and (max-width: 1203.98px) {
    .g-lg-0,
    .gx-lg-0 {
      --bs-gutter-x: 0; } }

@media (min-width: 1002px) {
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; } }
  @media (min-width: 1002px) and (max-width: 1203.98px) {
    .g-lg-0,
    .gy-lg-0 {
      --bs-gutter-y: 0; } }

@media (min-width: 1002px) {
  .g-lg-0_5rem,
  .gx-lg-0_5rem {
    --bs-gutter-x: 0.5rem; } }
  @media (min-width: 1002px) and (max-width: 1203.98px) {
    .g-lg-0_5rem,
    .gx-lg-0_5rem {
      --bs-gutter-x: 0.25rem; } }

@media (min-width: 1002px) {
  .g-lg-0_5rem,
  .gy-lg-0_5rem {
    --bs-gutter-y: 0.5rem; } }
  @media (min-width: 1002px) and (max-width: 1203.98px) {
    .g-lg-0_5rem,
    .gy-lg-0_5rem {
      --bs-gutter-y: 0.25rem; } }

@media (min-width: 1002px) {
  .g-lg-1rem,
  .gx-lg-1rem {
    --bs-gutter-x: 1rem; } }
  @media (min-width: 1002px) and (max-width: 1203.98px) {
    .g-lg-1rem,
    .gx-lg-1rem {
      --bs-gutter-x: 0.5rem; } }

@media (min-width: 1002px) {
  .g-lg-1rem,
  .gy-lg-1rem {
    --bs-gutter-y: 1rem; } }
  @media (min-width: 1002px) and (max-width: 1203.98px) {
    .g-lg-1rem,
    .gy-lg-1rem {
      --bs-gutter-y: 0.5rem; } }

@media (min-width: 1002px) {
  .g-lg-1_5rem,
  .gx-lg-1_5rem {
    --bs-gutter-x: 1.5rem; } }
  @media (min-width: 1002px) and (max-width: 1203.98px) {
    .g-lg-1_5rem,
    .gx-lg-1_5rem {
      --bs-gutter-x: 0.75rem; } }

@media (min-width: 1002px) {
  .g-lg-1_5rem,
  .gy-lg-1_5rem {
    --bs-gutter-y: 1.5rem; } }
  @media (min-width: 1002px) and (max-width: 1203.98px) {
    .g-lg-1_5rem,
    .gy-lg-1_5rem {
      --bs-gutter-y: 0.75rem; } }

@media (min-width: 1002px) {
  .g-lg-2rem,
  .gx-lg-2rem {
    --bs-gutter-x: 2rem; } }
  @media (min-width: 1002px) and (max-width: 1203.98px) {
    .g-lg-2rem,
    .gx-lg-2rem {
      --bs-gutter-x: 1rem; } }

@media (min-width: 1002px) {
  .g-lg-2rem,
  .gy-lg-2rem {
    --bs-gutter-y: 2rem; } }
  @media (min-width: 1002px) and (max-width: 1203.98px) {
    .g-lg-2rem,
    .gy-lg-2rem {
      --bs-gutter-y: 1rem; } }

@media (min-width: 1002px) {
  .g-lg-2_5rem,
  .gx-lg-2_5rem {
    --bs-gutter-x: 2.5rem; } }
  @media (min-width: 1002px) and (max-width: 1203.98px) {
    .g-lg-2_5rem,
    .gx-lg-2_5rem {
      --bs-gutter-x: 1.25rem; } }

@media (min-width: 1002px) {
  .g-lg-2_5rem,
  .gy-lg-2_5rem {
    --bs-gutter-y: 2.5rem; } }
  @media (min-width: 1002px) and (max-width: 1203.98px) {
    .g-lg-2_5rem,
    .gy-lg-2_5rem {
      --bs-gutter-y: 1.25rem; } }

@media (min-width: 1002px) {
  .g-lg-3rem,
  .gx-lg-3rem {
    --bs-gutter-x: 3rem; } }
  @media (min-width: 1002px) and (max-width: 1203.98px) {
    .g-lg-3rem,
    .gx-lg-3rem {
      --bs-gutter-x: 1.5rem; } }

@media (min-width: 1002px) {
  .g-lg-3rem,
  .gy-lg-3rem {
    --bs-gutter-y: 3rem; } }
  @media (min-width: 1002px) and (max-width: 1203.98px) {
    .g-lg-3rem,
    .gy-lg-3rem {
      --bs-gutter-y: 1.5rem; } }

@media (min-width: 1002px) {
  .g-lg-3_5rem,
  .gx-lg-3_5rem {
    --bs-gutter-x: 3.5rem; } }
  @media (min-width: 1002px) and (max-width: 1203.98px) {
    .g-lg-3_5rem,
    .gx-lg-3_5rem {
      --bs-gutter-x: 1.75rem; } }

@media (min-width: 1002px) {
  .g-lg-3_5rem,
  .gy-lg-3_5rem {
    --bs-gutter-y: 3.5rem; } }
  @media (min-width: 1002px) and (max-width: 1203.98px) {
    .g-lg-3_5rem,
    .gy-lg-3_5rem {
      --bs-gutter-y: 1.75rem; } }

@media (min-width: 1002px) {
  .g-lg-4rem,
  .gx-lg-4rem {
    --bs-gutter-x: 4rem; } }
  @media (min-width: 1002px) and (max-width: 1203.98px) {
    .g-lg-4rem,
    .gx-lg-4rem {
      --bs-gutter-x: 2rem; } }

@media (min-width: 1002px) {
  .g-lg-4rem,
  .gy-lg-4rem {
    --bs-gutter-y: 4rem; } }
  @media (min-width: 1002px) and (max-width: 1203.98px) {
    .g-lg-4rem,
    .gy-lg-4rem {
      --bs-gutter-y: 2rem; } }

@media (min-width: 1002px) {
  .g-lg-4_5rem,
  .gx-lg-4_5rem {
    --bs-gutter-x: 4.5rem; } }
  @media (min-width: 1002px) and (max-width: 1203.98px) {
    .g-lg-4_5rem,
    .gx-lg-4_5rem {
      --bs-gutter-x: 2.25rem; } }

@media (min-width: 1002px) {
  .g-lg-4_5rem,
  .gy-lg-4_5rem {
    --bs-gutter-y: 4.5rem; } }
  @media (min-width: 1002px) and (max-width: 1203.98px) {
    .g-lg-4_5rem,
    .gy-lg-4_5rem {
      --bs-gutter-y: 2.25rem; } }

@media (min-width: 1002px) {
  .g-lg-5rem,
  .gx-lg-5rem {
    --bs-gutter-x: 5rem; } }
  @media (min-width: 1002px) and (max-width: 1203.98px) {
    .g-lg-5rem,
    .gx-lg-5rem {
      --bs-gutter-x: 2.5rem; } }

@media (min-width: 1002px) {
  .g-lg-5rem,
  .gy-lg-5rem {
    --bs-gutter-y: 5rem; } }
  @media (min-width: 1002px) and (max-width: 1203.98px) {
    .g-lg-5rem,
    .gy-lg-5rem {
      --bs-gutter-y: 2.5rem; } }

@media (min-width: 1204px) {
  .col-xl {
    flex: 1 0 0%; }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.33333333%; }

  .offset-xl-2 {
    margin-left: 16.66666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.33333333%; }

  .offset-xl-5 {
    margin-left: 41.66666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.33333333%; }

  .offset-xl-8 {
    margin-left: 66.66666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.33333333%; }

  .offset-xl-11 {
    margin-left: 91.66666667%; }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; } }
  @media (min-width: 1204px) and (max-width: 1203.98px) {
    .g-xl-0,
    .gx-xl-0 {
      --bs-gutter-x: 0; } }

@media (min-width: 1204px) {
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; } }
  @media (min-width: 1204px) and (max-width: 1203.98px) {
    .g-xl-0,
    .gy-xl-0 {
      --bs-gutter-y: 0; } }

@media (min-width: 1204px) {
  .g-xl-0_5rem,
  .gx-xl-0_5rem {
    --bs-gutter-x: 0.5rem; } }
  @media (min-width: 1204px) and (max-width: 1203.98px) {
    .g-xl-0_5rem,
    .gx-xl-0_5rem {
      --bs-gutter-x: 0.25rem; } }

@media (min-width: 1204px) {
  .g-xl-0_5rem,
  .gy-xl-0_5rem {
    --bs-gutter-y: 0.5rem; } }
  @media (min-width: 1204px) and (max-width: 1203.98px) {
    .g-xl-0_5rem,
    .gy-xl-0_5rem {
      --bs-gutter-y: 0.25rem; } }

@media (min-width: 1204px) {
  .g-xl-1rem,
  .gx-xl-1rem {
    --bs-gutter-x: 1rem; } }
  @media (min-width: 1204px) and (max-width: 1203.98px) {
    .g-xl-1rem,
    .gx-xl-1rem {
      --bs-gutter-x: 0.5rem; } }

@media (min-width: 1204px) {
  .g-xl-1rem,
  .gy-xl-1rem {
    --bs-gutter-y: 1rem; } }
  @media (min-width: 1204px) and (max-width: 1203.98px) {
    .g-xl-1rem,
    .gy-xl-1rem {
      --bs-gutter-y: 0.5rem; } }

@media (min-width: 1204px) {
  .g-xl-1_5rem,
  .gx-xl-1_5rem {
    --bs-gutter-x: 1.5rem; } }
  @media (min-width: 1204px) and (max-width: 1203.98px) {
    .g-xl-1_5rem,
    .gx-xl-1_5rem {
      --bs-gutter-x: 0.75rem; } }

@media (min-width: 1204px) {
  .g-xl-1_5rem,
  .gy-xl-1_5rem {
    --bs-gutter-y: 1.5rem; } }
  @media (min-width: 1204px) and (max-width: 1203.98px) {
    .g-xl-1_5rem,
    .gy-xl-1_5rem {
      --bs-gutter-y: 0.75rem; } }

@media (min-width: 1204px) {
  .g-xl-2rem,
  .gx-xl-2rem {
    --bs-gutter-x: 2rem; } }
  @media (min-width: 1204px) and (max-width: 1203.98px) {
    .g-xl-2rem,
    .gx-xl-2rem {
      --bs-gutter-x: 1rem; } }

@media (min-width: 1204px) {
  .g-xl-2rem,
  .gy-xl-2rem {
    --bs-gutter-y: 2rem; } }
  @media (min-width: 1204px) and (max-width: 1203.98px) {
    .g-xl-2rem,
    .gy-xl-2rem {
      --bs-gutter-y: 1rem; } }

@media (min-width: 1204px) {
  .g-xl-2_5rem,
  .gx-xl-2_5rem {
    --bs-gutter-x: 2.5rem; } }
  @media (min-width: 1204px) and (max-width: 1203.98px) {
    .g-xl-2_5rem,
    .gx-xl-2_5rem {
      --bs-gutter-x: 1.25rem; } }

@media (min-width: 1204px) {
  .g-xl-2_5rem,
  .gy-xl-2_5rem {
    --bs-gutter-y: 2.5rem; } }
  @media (min-width: 1204px) and (max-width: 1203.98px) {
    .g-xl-2_5rem,
    .gy-xl-2_5rem {
      --bs-gutter-y: 1.25rem; } }

@media (min-width: 1204px) {
  .g-xl-3rem,
  .gx-xl-3rem {
    --bs-gutter-x: 3rem; } }
  @media (min-width: 1204px) and (max-width: 1203.98px) {
    .g-xl-3rem,
    .gx-xl-3rem {
      --bs-gutter-x: 1.5rem; } }

@media (min-width: 1204px) {
  .g-xl-3rem,
  .gy-xl-3rem {
    --bs-gutter-y: 3rem; } }
  @media (min-width: 1204px) and (max-width: 1203.98px) {
    .g-xl-3rem,
    .gy-xl-3rem {
      --bs-gutter-y: 1.5rem; } }

@media (min-width: 1204px) {
  .g-xl-3_5rem,
  .gx-xl-3_5rem {
    --bs-gutter-x: 3.5rem; } }
  @media (min-width: 1204px) and (max-width: 1203.98px) {
    .g-xl-3_5rem,
    .gx-xl-3_5rem {
      --bs-gutter-x: 1.75rem; } }

@media (min-width: 1204px) {
  .g-xl-3_5rem,
  .gy-xl-3_5rem {
    --bs-gutter-y: 3.5rem; } }
  @media (min-width: 1204px) and (max-width: 1203.98px) {
    .g-xl-3_5rem,
    .gy-xl-3_5rem {
      --bs-gutter-y: 1.75rem; } }

@media (min-width: 1204px) {
  .g-xl-4rem,
  .gx-xl-4rem {
    --bs-gutter-x: 4rem; } }
  @media (min-width: 1204px) and (max-width: 1203.98px) {
    .g-xl-4rem,
    .gx-xl-4rem {
      --bs-gutter-x: 2rem; } }

@media (min-width: 1204px) {
  .g-xl-4rem,
  .gy-xl-4rem {
    --bs-gutter-y: 4rem; } }
  @media (min-width: 1204px) and (max-width: 1203.98px) {
    .g-xl-4rem,
    .gy-xl-4rem {
      --bs-gutter-y: 2rem; } }

@media (min-width: 1204px) {
  .g-xl-4_5rem,
  .gx-xl-4_5rem {
    --bs-gutter-x: 4.5rem; } }
  @media (min-width: 1204px) and (max-width: 1203.98px) {
    .g-xl-4_5rem,
    .gx-xl-4_5rem {
      --bs-gutter-x: 2.25rem; } }

@media (min-width: 1204px) {
  .g-xl-4_5rem,
  .gy-xl-4_5rem {
    --bs-gutter-y: 4.5rem; } }
  @media (min-width: 1204px) and (max-width: 1203.98px) {
    .g-xl-4_5rem,
    .gy-xl-4_5rem {
      --bs-gutter-y: 2.25rem; } }

@media (min-width: 1204px) {
  .g-xl-5rem,
  .gx-xl-5rem {
    --bs-gutter-x: 5rem; } }
  @media (min-width: 1204px) and (max-width: 1203.98px) {
    .g-xl-5rem,
    .gx-xl-5rem {
      --bs-gutter-x: 2.5rem; } }

@media (min-width: 1204px) {
  .g-xl-5rem,
  .gy-xl-5rem {
    --bs-gutter-y: 5rem; } }
  @media (min-width: 1204px) and (max-width: 1203.98px) {
    .g-xl-5rem,
    .gy-xl-5rem {
      --bs-gutter-y: 2.5rem; } }

@media (min-width: 1568px) {
  .col-xxl {
    flex: 1 0 0%; }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }

  .offset-xxl-0 {
    margin-left: 0; }

  .offset-xxl-1 {
    margin-left: 8.33333333%; }

  .offset-xxl-2 {
    margin-left: 16.66666667%; }

  .offset-xxl-3 {
    margin-left: 25%; }

  .offset-xxl-4 {
    margin-left: 33.33333333%; }

  .offset-xxl-5 {
    margin-left: 41.66666667%; }

  .offset-xxl-6 {
    margin-left: 50%; }

  .offset-xxl-7 {
    margin-left: 58.33333333%; }

  .offset-xxl-8 {
    margin-left: 66.66666667%; }

  .offset-xxl-9 {
    margin-left: 75%; }

  .offset-xxl-10 {
    margin-left: 83.33333333%; }

  .offset-xxl-11 {
    margin-left: 91.66666667%; }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; } }
  @media (min-width: 1568px) and (max-width: 1203.98px) {
    .g-xxl-0,
    .gx-xxl-0 {
      --bs-gutter-x: 0; } }

@media (min-width: 1568px) {
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; } }
  @media (min-width: 1568px) and (max-width: 1203.98px) {
    .g-xxl-0,
    .gy-xxl-0 {
      --bs-gutter-y: 0; } }

@media (min-width: 1568px) {
  .g-xxl-0_5rem,
  .gx-xxl-0_5rem {
    --bs-gutter-x: 0.5rem; } }
  @media (min-width: 1568px) and (max-width: 1203.98px) {
    .g-xxl-0_5rem,
    .gx-xxl-0_5rem {
      --bs-gutter-x: 0.25rem; } }

@media (min-width: 1568px) {
  .g-xxl-0_5rem,
  .gy-xxl-0_5rem {
    --bs-gutter-y: 0.5rem; } }
  @media (min-width: 1568px) and (max-width: 1203.98px) {
    .g-xxl-0_5rem,
    .gy-xxl-0_5rem {
      --bs-gutter-y: 0.25rem; } }

@media (min-width: 1568px) {
  .g-xxl-1rem,
  .gx-xxl-1rem {
    --bs-gutter-x: 1rem; } }
  @media (min-width: 1568px) and (max-width: 1203.98px) {
    .g-xxl-1rem,
    .gx-xxl-1rem {
      --bs-gutter-x: 0.5rem; } }

@media (min-width: 1568px) {
  .g-xxl-1rem,
  .gy-xxl-1rem {
    --bs-gutter-y: 1rem; } }
  @media (min-width: 1568px) and (max-width: 1203.98px) {
    .g-xxl-1rem,
    .gy-xxl-1rem {
      --bs-gutter-y: 0.5rem; } }

@media (min-width: 1568px) {
  .g-xxl-1_5rem,
  .gx-xxl-1_5rem {
    --bs-gutter-x: 1.5rem; } }
  @media (min-width: 1568px) and (max-width: 1203.98px) {
    .g-xxl-1_5rem,
    .gx-xxl-1_5rem {
      --bs-gutter-x: 0.75rem; } }

@media (min-width: 1568px) {
  .g-xxl-1_5rem,
  .gy-xxl-1_5rem {
    --bs-gutter-y: 1.5rem; } }
  @media (min-width: 1568px) and (max-width: 1203.98px) {
    .g-xxl-1_5rem,
    .gy-xxl-1_5rem {
      --bs-gutter-y: 0.75rem; } }

@media (min-width: 1568px) {
  .g-xxl-2rem,
  .gx-xxl-2rem {
    --bs-gutter-x: 2rem; } }
  @media (min-width: 1568px) and (max-width: 1203.98px) {
    .g-xxl-2rem,
    .gx-xxl-2rem {
      --bs-gutter-x: 1rem; } }

@media (min-width: 1568px) {
  .g-xxl-2rem,
  .gy-xxl-2rem {
    --bs-gutter-y: 2rem; } }
  @media (min-width: 1568px) and (max-width: 1203.98px) {
    .g-xxl-2rem,
    .gy-xxl-2rem {
      --bs-gutter-y: 1rem; } }

@media (min-width: 1568px) {
  .g-xxl-2_5rem,
  .gx-xxl-2_5rem {
    --bs-gutter-x: 2.5rem; } }
  @media (min-width: 1568px) and (max-width: 1203.98px) {
    .g-xxl-2_5rem,
    .gx-xxl-2_5rem {
      --bs-gutter-x: 1.25rem; } }

@media (min-width: 1568px) {
  .g-xxl-2_5rem,
  .gy-xxl-2_5rem {
    --bs-gutter-y: 2.5rem; } }
  @media (min-width: 1568px) and (max-width: 1203.98px) {
    .g-xxl-2_5rem,
    .gy-xxl-2_5rem {
      --bs-gutter-y: 1.25rem; } }

@media (min-width: 1568px) {
  .g-xxl-3rem,
  .gx-xxl-3rem {
    --bs-gutter-x: 3rem; } }
  @media (min-width: 1568px) and (max-width: 1203.98px) {
    .g-xxl-3rem,
    .gx-xxl-3rem {
      --bs-gutter-x: 1.5rem; } }

@media (min-width: 1568px) {
  .g-xxl-3rem,
  .gy-xxl-3rem {
    --bs-gutter-y: 3rem; } }
  @media (min-width: 1568px) and (max-width: 1203.98px) {
    .g-xxl-3rem,
    .gy-xxl-3rem {
      --bs-gutter-y: 1.5rem; } }

@media (min-width: 1568px) {
  .g-xxl-3_5rem,
  .gx-xxl-3_5rem {
    --bs-gutter-x: 3.5rem; } }
  @media (min-width: 1568px) and (max-width: 1203.98px) {
    .g-xxl-3_5rem,
    .gx-xxl-3_5rem {
      --bs-gutter-x: 1.75rem; } }

@media (min-width: 1568px) {
  .g-xxl-3_5rem,
  .gy-xxl-3_5rem {
    --bs-gutter-y: 3.5rem; } }
  @media (min-width: 1568px) and (max-width: 1203.98px) {
    .g-xxl-3_5rem,
    .gy-xxl-3_5rem {
      --bs-gutter-y: 1.75rem; } }

@media (min-width: 1568px) {
  .g-xxl-4rem,
  .gx-xxl-4rem {
    --bs-gutter-x: 4rem; } }
  @media (min-width: 1568px) and (max-width: 1203.98px) {
    .g-xxl-4rem,
    .gx-xxl-4rem {
      --bs-gutter-x: 2rem; } }

@media (min-width: 1568px) {
  .g-xxl-4rem,
  .gy-xxl-4rem {
    --bs-gutter-y: 4rem; } }
  @media (min-width: 1568px) and (max-width: 1203.98px) {
    .g-xxl-4rem,
    .gy-xxl-4rem {
      --bs-gutter-y: 2rem; } }

@media (min-width: 1568px) {
  .g-xxl-4_5rem,
  .gx-xxl-4_5rem {
    --bs-gutter-x: 4.5rem; } }
  @media (min-width: 1568px) and (max-width: 1203.98px) {
    .g-xxl-4_5rem,
    .gx-xxl-4_5rem {
      --bs-gutter-x: 2.25rem; } }

@media (min-width: 1568px) {
  .g-xxl-4_5rem,
  .gy-xxl-4_5rem {
    --bs-gutter-y: 4.5rem; } }
  @media (min-width: 1568px) and (max-width: 1203.98px) {
    .g-xxl-4_5rem,
    .gy-xxl-4_5rem {
      --bs-gutter-y: 2.25rem; } }

@media (min-width: 1568px) {
  .g-xxl-5rem,
  .gx-xxl-5rem {
    --bs-gutter-x: 5rem; } }
  @media (min-width: 1568px) and (max-width: 1203.98px) {
    .g-xxl-5rem,
    .gx-xxl-5rem {
      --bs-gutter-x: 2.5rem; } }

@media (min-width: 1568px) {
  .g-xxl-5rem,
  .gy-xxl-5rem {
    --bs-gutter-y: 5rem; } }
  @media (min-width: 1568px) and (max-width: 1203.98px) {
    .g-xxl-5rem,
    .gy-xxl-5rem {
      --bs-gutter-y: 2.5rem; } }

/*
@import "tables";
@import "forms";
@import "buttons";
@import "transitions";
@import "dropdown";
@import "button-group";
@import "nav";
@import "navbar";
@import "card";
@import "accordion";
@import "breadcrumb";
@import "pagination";
@import "badge";
@import "alert";
@import "progress";
@import "list-group";
@import "close";
@import "toasts";
@import "modal";
@import "tooltip";
@import "popover";
@import "carousel";
@import "spinners";
@import "offcanvas";
@import "placeholders";
*/
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

/*
@import "helpers/color-bg";
@import "helpers/colored-links";
@import "helpers/focus-ring";
@import "helpers/icon-link";
@import "helpers/ratio";
@import "helpers/position";
@import "helpers/stacks";
@import "helpers/visually-hidden";
@import "helpers/stretched-link";
@import "helpers/text-truncation";
@import "helpers/vr";
*/
.float-start {
  float: left !important; }

.float-end {
  float: right !important; }

.float-none {
  float: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-grid {
  display: grid !important; }

.d-inline-grid {
  display: inline-grid !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-0_5rem {
  margin: 0.5rem !important; }

.m-1rem {
  margin: 1rem !important; }

.m-1_5rem {
  margin: 1.5rem !important; }

.m-2rem {
  margin: 2rem !important; }

.m-2_5rem {
  margin: 2.5rem !important; }

.m-3rem {
  margin: 3rem !important; }

.m-3_5rem {
  margin: 3.5rem !important; }

.m-4rem {
  margin: 4rem !important; }

.m-4_5rem {
  margin: 4.5rem !important; }

.m-5rem {
  margin: 5rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-0_5rem {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-1rem {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-1_5rem {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-2rem {
  margin-right: 2rem !important;
  margin-left: 2rem !important; }

.mx-2_5rem {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important; }

.mx-3rem {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-3_5rem {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important; }

.mx-4rem {
  margin-right: 4rem !important;
  margin-left: 4rem !important; }

.mx-4_5rem {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important; }

.mx-5rem {
  margin-right: 5rem !important;
  margin-left: 5rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-0_5rem {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-1rem {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-1_5rem {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-2rem {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.my-2_5rem {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important; }

.my-3rem {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-3_5rem {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important; }

.my-4rem {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.my-4_5rem {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important; }

.my-5rem {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-0_5rem {
  margin-top: 0.5rem !important; }

.mt-1rem {
  margin-top: 1rem !important; }

.mt-1_5rem {
  margin-top: 1.5rem !important; }

.mt-2rem {
  margin-top: 2rem !important; }

.mt-2_5rem {
  margin-top: 2.5rem !important; }

.mt-3rem {
  margin-top: 3rem !important; }

.mt-3_5rem {
  margin-top: 3.5rem !important; }

.mt-4rem {
  margin-top: 4rem !important; }

.mt-4_5rem {
  margin-top: 4.5rem !important; }

.mt-5rem {
  margin-top: 5rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-0_5rem {
  margin-right: 0.5rem !important; }

.me-1rem {
  margin-right: 1rem !important; }

.me-1_5rem {
  margin-right: 1.5rem !important; }

.me-2rem {
  margin-right: 2rem !important; }

.me-2_5rem {
  margin-right: 2.5rem !important; }

.me-3rem {
  margin-right: 3rem !important; }

.me-3_5rem {
  margin-right: 3.5rem !important; }

.me-4rem {
  margin-right: 4rem !important; }

.me-4_5rem {
  margin-right: 4.5rem !important; }

.me-5rem {
  margin-right: 5rem !important; }

.me-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-0_5rem {
  margin-bottom: 0.5rem !important; }

.mb-1rem {
  margin-bottom: 1rem !important; }

.mb-1_5rem {
  margin-bottom: 1.5rem !important; }

.mb-2rem {
  margin-bottom: 2rem !important; }

.mb-2_5rem {
  margin-bottom: 2.5rem !important; }

.mb-3rem {
  margin-bottom: 3rem !important; }

.mb-3_5rem {
  margin-bottom: 3.5rem !important; }

.mb-4rem {
  margin-bottom: 4rem !important; }

.mb-4_5rem {
  margin-bottom: 4.5rem !important; }

.mb-5rem {
  margin-bottom: 5rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-0_5rem {
  margin-left: 0.5rem !important; }

.ms-1rem {
  margin-left: 1rem !important; }

.ms-1_5rem {
  margin-left: 1.5rem !important; }

.ms-2rem {
  margin-left: 2rem !important; }

.ms-2_5rem {
  margin-left: 2.5rem !important; }

.ms-3rem {
  margin-left: 3rem !important; }

.ms-3_5rem {
  margin-left: 3.5rem !important; }

.ms-4rem {
  margin-left: 4rem !important; }

.ms-4_5rem {
  margin-left: 4.5rem !important; }

.ms-5rem {
  margin-left: 5rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-0_5rem {
  padding: 0.5rem !important; }

.p-1rem {
  padding: 1rem !important; }

.p-1_5rem {
  padding: 1.5rem !important; }

.p-2rem {
  padding: 2rem !important; }

.p-2_5rem {
  padding: 2.5rem !important; }

.p-3rem {
  padding: 3rem !important; }

.p-3_5rem {
  padding: 3.5rem !important; }

.p-4rem {
  padding: 4rem !important; }

.p-4_5rem {
  padding: 4.5rem !important; }

.p-5rem {
  padding: 5rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-0_5rem {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-1rem {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-1_5rem {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-2rem {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

.px-2_5rem {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important; }

.px-3rem {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.px-3_5rem {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important; }

.px-4rem {
  padding-right: 4rem !important;
  padding-left: 4rem !important; }

.px-4_5rem {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important; }

.px-5rem {
  padding-right: 5rem !important;
  padding-left: 5rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-0_5rem {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-1rem {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-1_5rem {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-2rem {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.py-2_5rem {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }

.py-3rem {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.py-3_5rem {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important; }

.py-4rem {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.py-4_5rem {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important; }

.py-5rem {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-0_5rem {
  padding-top: 0.5rem !important; }

.pt-1rem {
  padding-top: 1rem !important; }

.pt-1_5rem {
  padding-top: 1.5rem !important; }

.pt-2rem {
  padding-top: 2rem !important; }

.pt-2_5rem {
  padding-top: 2.5rem !important; }

.pt-3rem {
  padding-top: 3rem !important; }

.pt-3_5rem {
  padding-top: 3.5rem !important; }

.pt-4rem {
  padding-top: 4rem !important; }

.pt-4_5rem {
  padding-top: 4.5rem !important; }

.pt-5rem {
  padding-top: 5rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-0_5rem {
  padding-right: 0.5rem !important; }

.pe-1rem {
  padding-right: 1rem !important; }

.pe-1_5rem {
  padding-right: 1.5rem !important; }

.pe-2rem {
  padding-right: 2rem !important; }

.pe-2_5rem {
  padding-right: 2.5rem !important; }

.pe-3rem {
  padding-right: 3rem !important; }

.pe-3_5rem {
  padding-right: 3.5rem !important; }

.pe-4rem {
  padding-right: 4rem !important; }

.pe-4_5rem {
  padding-right: 4.5rem !important; }

.pe-5rem {
  padding-right: 5rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-0_5rem {
  padding-bottom: 0.5rem !important; }

.pb-1rem {
  padding-bottom: 1rem !important; }

.pb-1_5rem {
  padding-bottom: 1.5rem !important; }

.pb-2rem {
  padding-bottom: 2rem !important; }

.pb-2_5rem {
  padding-bottom: 2.5rem !important; }

.pb-3rem {
  padding-bottom: 3rem !important; }

.pb-3_5rem {
  padding-bottom: 3.5rem !important; }

.pb-4rem {
  padding-bottom: 4rem !important; }

.pb-4_5rem {
  padding-bottom: 4.5rem !important; }

.pb-5rem {
  padding-bottom: 5rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-0_5rem {
  padding-left: 0.5rem !important; }

.ps-1rem {
  padding-left: 1rem !important; }

.ps-1_5rem {
  padding-left: 1.5rem !important; }

.ps-2rem {
  padding-left: 2rem !important; }

.ps-2_5rem {
  padding-left: 2.5rem !important; }

.ps-3rem {
  padding-left: 3rem !important; }

.ps-3_5rem {
  padding-left: 3.5rem !important; }

.ps-4rem {
  padding-left: 4rem !important; }

.ps-4_5rem {
  padding-left: 4.5rem !important; }

.ps-5rem {
  padding-left: 5rem !important; }

.gap-0 {
  gap: 0 !important; }

.gap-0_5rem {
  gap: 0.5rem !important; }

.gap-1rem {
  gap: 1rem !important; }

.gap-1_5rem {
  gap: 1.5rem !important; }

.gap-2rem {
  gap: 2rem !important; }

.gap-2_5rem {
  gap: 2.5rem !important; }

.gap-3rem {
  gap: 3rem !important; }

.gap-3_5rem {
  gap: 3.5rem !important; }

.gap-4rem {
  gap: 4rem !important; }

.gap-4_5rem {
  gap: 4.5rem !important; }

.gap-5rem {
  gap: 5rem !important; }

.row-gap-0 {
  row-gap: 0 !important; }

.row-gap-0_5rem {
  row-gap: 0.5rem !important; }

.row-gap-1rem {
  row-gap: 1rem !important; }

.row-gap-1_5rem {
  row-gap: 1.5rem !important; }

.row-gap-2rem {
  row-gap: 2rem !important; }

.row-gap-2_5rem {
  row-gap: 2.5rem !important; }

.row-gap-3rem {
  row-gap: 3rem !important; }

.row-gap-3_5rem {
  row-gap: 3.5rem !important; }

.row-gap-4rem {
  row-gap: 4rem !important; }

.row-gap-4_5rem {
  row-gap: 4.5rem !important; }

.row-gap-5rem {
  row-gap: 5rem !important; }

.column-gap-0 {
  column-gap: 0 !important; }

.column-gap-0_5rem {
  column-gap: 0.5rem !important; }

.column-gap-1rem {
  column-gap: 1rem !important; }

.column-gap-1_5rem {
  column-gap: 1.5rem !important; }

.column-gap-2rem {
  column-gap: 2rem !important; }

.column-gap-2_5rem {
  column-gap: 2.5rem !important; }

.column-gap-3rem {
  column-gap: 3rem !important; }

.column-gap-3_5rem {
  column-gap: 3.5rem !important; }

.column-gap-4rem {
  column-gap: 4rem !important; }

.column-gap-4_5rem {
  column-gap: 4.5rem !important; }

.column-gap-5rem {
  column-gap: 5rem !important; }

.fst-italic {
  font-style: italic !important; }

.fst-normal {
  font-style: normal !important; }

.fw-lighter {
  font-weight: lighter !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-medium {
  font-weight: 500 !important; }

.fw-semibold {
  font-weight: 600 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-bolder {
  font-weight: bolder !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-decoration-none {
  text-decoration: none !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 575px) {
  .float-sm-start {
    float: left !important; }

  .float-sm-end {
    float: right !important; }

  .float-sm-none {
    float: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-grid {
    display: grid !important; }

  .d-sm-inline-grid {
    display: inline-grid !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; }

  .d-sm-none {
    display: none !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; }

  .order-sm-first {
    order: -1 !important; }

  .order-sm-0 {
    order: 0 !important; }

  .order-sm-1 {
    order: 1 !important; }

  .order-sm-2 {
    order: 2 !important; }

  .order-sm-3 {
    order: 3 !important; }

  .order-sm-4 {
    order: 4 !important; }

  .order-sm-5 {
    order: 5 !important; }

  .order-sm-last {
    order: 6 !important; }

  .m-sm-0 {
    margin: 0 !important; }

  .m-sm-0_5rem {
    margin: 0.5rem !important; }

  .m-sm-1rem {
    margin: 1rem !important; }

  .m-sm-1_5rem {
    margin: 1.5rem !important; }

  .m-sm-2rem {
    margin: 2rem !important; }

  .m-sm-2_5rem {
    margin: 2.5rem !important; }

  .m-sm-3rem {
    margin: 3rem !important; }

  .m-sm-3_5rem {
    margin: 3.5rem !important; }

  .m-sm-4rem {
    margin: 4rem !important; }

  .m-sm-4_5rem {
    margin: 4.5rem !important; }

  .m-sm-5rem {
    margin: 5rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-sm-0_5rem {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .mx-sm-1rem {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-sm-1_5rem {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .mx-sm-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }

  .mx-sm-2_5rem {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }

  .mx-sm-3rem {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .mx-sm-3_5rem {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }

  .mx-sm-4rem {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }

  .mx-sm-4_5rem {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }

  .mx-sm-5rem {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-sm-0_5rem {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-sm-1rem {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-sm-1_5rem {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-sm-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }

  .my-sm-2_5rem {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }

  .my-sm-3rem {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-sm-3_5rem {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }

  .my-sm-4rem {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }

  .my-sm-4_5rem {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }

  .my-sm-5rem {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mt-sm-0 {
    margin-top: 0 !important; }

  .mt-sm-0_5rem {
    margin-top: 0.5rem !important; }

  .mt-sm-1rem {
    margin-top: 1rem !important; }

  .mt-sm-1_5rem {
    margin-top: 1.5rem !important; }

  .mt-sm-2rem {
    margin-top: 2rem !important; }

  .mt-sm-2_5rem {
    margin-top: 2.5rem !important; }

  .mt-sm-3rem {
    margin-top: 3rem !important; }

  .mt-sm-3_5rem {
    margin-top: 3.5rem !important; }

  .mt-sm-4rem {
    margin-top: 4rem !important; }

  .mt-sm-4_5rem {
    margin-top: 4.5rem !important; }

  .mt-sm-5rem {
    margin-top: 5rem !important; }

  .mt-sm-auto {
    margin-top: auto !important; }

  .me-sm-0 {
    margin-right: 0 !important; }

  .me-sm-0_5rem {
    margin-right: 0.5rem !important; }

  .me-sm-1rem {
    margin-right: 1rem !important; }

  .me-sm-1_5rem {
    margin-right: 1.5rem !important; }

  .me-sm-2rem {
    margin-right: 2rem !important; }

  .me-sm-2_5rem {
    margin-right: 2.5rem !important; }

  .me-sm-3rem {
    margin-right: 3rem !important; }

  .me-sm-3_5rem {
    margin-right: 3.5rem !important; }

  .me-sm-4rem {
    margin-right: 4rem !important; }

  .me-sm-4_5rem {
    margin-right: 4.5rem !important; }

  .me-sm-5rem {
    margin-right: 5rem !important; }

  .me-sm-auto {
    margin-right: auto !important; }

  .mb-sm-0 {
    margin-bottom: 0 !important; }

  .mb-sm-0_5rem {
    margin-bottom: 0.5rem !important; }

  .mb-sm-1rem {
    margin-bottom: 1rem !important; }

  .mb-sm-1_5rem {
    margin-bottom: 1.5rem !important; }

  .mb-sm-2rem {
    margin-bottom: 2rem !important; }

  .mb-sm-2_5rem {
    margin-bottom: 2.5rem !important; }

  .mb-sm-3rem {
    margin-bottom: 3rem !important; }

  .mb-sm-3_5rem {
    margin-bottom: 3.5rem !important; }

  .mb-sm-4rem {
    margin-bottom: 4rem !important; }

  .mb-sm-4_5rem {
    margin-bottom: 4.5rem !important; }

  .mb-sm-5rem {
    margin-bottom: 5rem !important; }

  .mb-sm-auto {
    margin-bottom: auto !important; }

  .ms-sm-0 {
    margin-left: 0 !important; }

  .ms-sm-0_5rem {
    margin-left: 0.5rem !important; }

  .ms-sm-1rem {
    margin-left: 1rem !important; }

  .ms-sm-1_5rem {
    margin-left: 1.5rem !important; }

  .ms-sm-2rem {
    margin-left: 2rem !important; }

  .ms-sm-2_5rem {
    margin-left: 2.5rem !important; }

  .ms-sm-3rem {
    margin-left: 3rem !important; }

  .ms-sm-3_5rem {
    margin-left: 3.5rem !important; }

  .ms-sm-4rem {
    margin-left: 4rem !important; }

  .ms-sm-4_5rem {
    margin-left: 4.5rem !important; }

  .ms-sm-5rem {
    margin-left: 5rem !important; }

  .ms-sm-auto {
    margin-left: auto !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .p-sm-0_5rem {
    padding: 0.5rem !important; }

  .p-sm-1rem {
    padding: 1rem !important; }

  .p-sm-1_5rem {
    padding: 1.5rem !important; }

  .p-sm-2rem {
    padding: 2rem !important; }

  .p-sm-2_5rem {
    padding: 2.5rem !important; }

  .p-sm-3rem {
    padding: 3rem !important; }

  .p-sm-3_5rem {
    padding: 3.5rem !important; }

  .p-sm-4rem {
    padding: 4rem !important; }

  .p-sm-4_5rem {
    padding: 4.5rem !important; }

  .p-sm-5rem {
    padding: 5rem !important; }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-sm-0_5rem {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .px-sm-1rem {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-sm-1_5rem {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .px-sm-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }

  .px-sm-2_5rem {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }

  .px-sm-3rem {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .px-sm-3_5rem {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }

  .px-sm-4rem {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }

  .px-sm-4_5rem {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }

  .px-sm-5rem {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-sm-0_5rem {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-sm-1rem {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-sm-1_5rem {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-sm-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }

  .py-sm-2_5rem {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }

  .py-sm-3rem {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .py-sm-3_5rem {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }

  .py-sm-4rem {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }

  .py-sm-4_5rem {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }

  .py-sm-5rem {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }

  .pt-sm-0 {
    padding-top: 0 !important; }

  .pt-sm-0_5rem {
    padding-top: 0.5rem !important; }

  .pt-sm-1rem {
    padding-top: 1rem !important; }

  .pt-sm-1_5rem {
    padding-top: 1.5rem !important; }

  .pt-sm-2rem {
    padding-top: 2rem !important; }

  .pt-sm-2_5rem {
    padding-top: 2.5rem !important; }

  .pt-sm-3rem {
    padding-top: 3rem !important; }

  .pt-sm-3_5rem {
    padding-top: 3.5rem !important; }

  .pt-sm-4rem {
    padding-top: 4rem !important; }

  .pt-sm-4_5rem {
    padding-top: 4.5rem !important; }

  .pt-sm-5rem {
    padding-top: 5rem !important; }

  .pe-sm-0 {
    padding-right: 0 !important; }

  .pe-sm-0_5rem {
    padding-right: 0.5rem !important; }

  .pe-sm-1rem {
    padding-right: 1rem !important; }

  .pe-sm-1_5rem {
    padding-right: 1.5rem !important; }

  .pe-sm-2rem {
    padding-right: 2rem !important; }

  .pe-sm-2_5rem {
    padding-right: 2.5rem !important; }

  .pe-sm-3rem {
    padding-right: 3rem !important; }

  .pe-sm-3_5rem {
    padding-right: 3.5rem !important; }

  .pe-sm-4rem {
    padding-right: 4rem !important; }

  .pe-sm-4_5rem {
    padding-right: 4.5rem !important; }

  .pe-sm-5rem {
    padding-right: 5rem !important; }

  .pb-sm-0 {
    padding-bottom: 0 !important; }

  .pb-sm-0_5rem {
    padding-bottom: 0.5rem !important; }

  .pb-sm-1rem {
    padding-bottom: 1rem !important; }

  .pb-sm-1_5rem {
    padding-bottom: 1.5rem !important; }

  .pb-sm-2rem {
    padding-bottom: 2rem !important; }

  .pb-sm-2_5rem {
    padding-bottom: 2.5rem !important; }

  .pb-sm-3rem {
    padding-bottom: 3rem !important; }

  .pb-sm-3_5rem {
    padding-bottom: 3.5rem !important; }

  .pb-sm-4rem {
    padding-bottom: 4rem !important; }

  .pb-sm-4_5rem {
    padding-bottom: 4.5rem !important; }

  .pb-sm-5rem {
    padding-bottom: 5rem !important; }

  .ps-sm-0 {
    padding-left: 0 !important; }

  .ps-sm-0_5rem {
    padding-left: 0.5rem !important; }

  .ps-sm-1rem {
    padding-left: 1rem !important; }

  .ps-sm-1_5rem {
    padding-left: 1.5rem !important; }

  .ps-sm-2rem {
    padding-left: 2rem !important; }

  .ps-sm-2_5rem {
    padding-left: 2.5rem !important; }

  .ps-sm-3rem {
    padding-left: 3rem !important; }

  .ps-sm-3_5rem {
    padding-left: 3.5rem !important; }

  .ps-sm-4rem {
    padding-left: 4rem !important; }

  .ps-sm-4_5rem {
    padding-left: 4.5rem !important; }

  .ps-sm-5rem {
    padding-left: 5rem !important; }

  .gap-sm-0 {
    gap: 0 !important; }

  .gap-sm-0_5rem {
    gap: 0.5rem !important; }

  .gap-sm-1rem {
    gap: 1rem !important; }

  .gap-sm-1_5rem {
    gap: 1.5rem !important; }

  .gap-sm-2rem {
    gap: 2rem !important; }

  .gap-sm-2_5rem {
    gap: 2.5rem !important; }

  .gap-sm-3rem {
    gap: 3rem !important; }

  .gap-sm-3_5rem {
    gap: 3.5rem !important; }

  .gap-sm-4rem {
    gap: 4rem !important; }

  .gap-sm-4_5rem {
    gap: 4.5rem !important; }

  .gap-sm-5rem {
    gap: 5rem !important; }

  .row-gap-sm-0 {
    row-gap: 0 !important; }

  .row-gap-sm-0_5rem {
    row-gap: 0.5rem !important; }

  .row-gap-sm-1rem {
    row-gap: 1rem !important; }

  .row-gap-sm-1_5rem {
    row-gap: 1.5rem !important; }

  .row-gap-sm-2rem {
    row-gap: 2rem !important; }

  .row-gap-sm-2_5rem {
    row-gap: 2.5rem !important; }

  .row-gap-sm-3rem {
    row-gap: 3rem !important; }

  .row-gap-sm-3_5rem {
    row-gap: 3.5rem !important; }

  .row-gap-sm-4rem {
    row-gap: 4rem !important; }

  .row-gap-sm-4_5rem {
    row-gap: 4.5rem !important; }

  .row-gap-sm-5rem {
    row-gap: 5rem !important; }

  .column-gap-sm-0 {
    column-gap: 0 !important; }

  .column-gap-sm-0_5rem {
    column-gap: 0.5rem !important; }

  .column-gap-sm-1rem {
    column-gap: 1rem !important; }

  .column-gap-sm-1_5rem {
    column-gap: 1.5rem !important; }

  .column-gap-sm-2rem {
    column-gap: 2rem !important; }

  .column-gap-sm-2_5rem {
    column-gap: 2.5rem !important; }

  .column-gap-sm-3rem {
    column-gap: 3rem !important; }

  .column-gap-sm-3_5rem {
    column-gap: 3.5rem !important; }

  .column-gap-sm-4rem {
    column-gap: 4rem !important; }

  .column-gap-sm-4_5rem {
    column-gap: 4.5rem !important; }

  .column-gap-sm-5rem {
    column-gap: 5rem !important; }

  .text-sm-start {
    text-align: left !important; }

  .text-sm-end {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }

  .float-md-end {
    float: right !important; }

  .float-md-none {
    float: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-grid {
    display: grid !important; }

  .d-md-inline-grid {
    display: inline-grid !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; }

  .d-md-none {
    display: none !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .justify-content-md-evenly {
    justify-content: space-evenly !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; }

  .order-md-first {
    order: -1 !important; }

  .order-md-0 {
    order: 0 !important; }

  .order-md-1 {
    order: 1 !important; }

  .order-md-2 {
    order: 2 !important; }

  .order-md-3 {
    order: 3 !important; }

  .order-md-4 {
    order: 4 !important; }

  .order-md-5 {
    order: 5 !important; }

  .order-md-last {
    order: 6 !important; }

  .m-md-0 {
    margin: 0 !important; }

  .m-md-0_5rem {
    margin: 0.5rem !important; }

  .m-md-1rem {
    margin: 1rem !important; }

  .m-md-1_5rem {
    margin: 1.5rem !important; }

  .m-md-2rem {
    margin: 2rem !important; }

  .m-md-2_5rem {
    margin: 2.5rem !important; }

  .m-md-3rem {
    margin: 3rem !important; }

  .m-md-3_5rem {
    margin: 3.5rem !important; }

  .m-md-4rem {
    margin: 4rem !important; }

  .m-md-4_5rem {
    margin: 4.5rem !important; }

  .m-md-5rem {
    margin: 5rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-md-0_5rem {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .mx-md-1rem {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-md-1_5rem {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .mx-md-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }

  .mx-md-2_5rem {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }

  .mx-md-3rem {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .mx-md-3_5rem {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }

  .mx-md-4rem {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }

  .mx-md-4_5rem {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }

  .mx-md-5rem {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-md-0_5rem {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-md-1rem {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-md-1_5rem {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-md-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }

  .my-md-2_5rem {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }

  .my-md-3rem {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-md-3_5rem {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }

  .my-md-4rem {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }

  .my-md-4_5rem {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }

  .my-md-5rem {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mt-md-0 {
    margin-top: 0 !important; }

  .mt-md-0_5rem {
    margin-top: 0.5rem !important; }

  .mt-md-1rem {
    margin-top: 1rem !important; }

  .mt-md-1_5rem {
    margin-top: 1.5rem !important; }

  .mt-md-2rem {
    margin-top: 2rem !important; }

  .mt-md-2_5rem {
    margin-top: 2.5rem !important; }

  .mt-md-3rem {
    margin-top: 3rem !important; }

  .mt-md-3_5rem {
    margin-top: 3.5rem !important; }

  .mt-md-4rem {
    margin-top: 4rem !important; }

  .mt-md-4_5rem {
    margin-top: 4.5rem !important; }

  .mt-md-5rem {
    margin-top: 5rem !important; }

  .mt-md-auto {
    margin-top: auto !important; }

  .me-md-0 {
    margin-right: 0 !important; }

  .me-md-0_5rem {
    margin-right: 0.5rem !important; }

  .me-md-1rem {
    margin-right: 1rem !important; }

  .me-md-1_5rem {
    margin-right: 1.5rem !important; }

  .me-md-2rem {
    margin-right: 2rem !important; }

  .me-md-2_5rem {
    margin-right: 2.5rem !important; }

  .me-md-3rem {
    margin-right: 3rem !important; }

  .me-md-3_5rem {
    margin-right: 3.5rem !important; }

  .me-md-4rem {
    margin-right: 4rem !important; }

  .me-md-4_5rem {
    margin-right: 4.5rem !important; }

  .me-md-5rem {
    margin-right: 5rem !important; }

  .me-md-auto {
    margin-right: auto !important; }

  .mb-md-0 {
    margin-bottom: 0 !important; }

  .mb-md-0_5rem {
    margin-bottom: 0.5rem !important; }

  .mb-md-1rem {
    margin-bottom: 1rem !important; }

  .mb-md-1_5rem {
    margin-bottom: 1.5rem !important; }

  .mb-md-2rem {
    margin-bottom: 2rem !important; }

  .mb-md-2_5rem {
    margin-bottom: 2.5rem !important; }

  .mb-md-3rem {
    margin-bottom: 3rem !important; }

  .mb-md-3_5rem {
    margin-bottom: 3.5rem !important; }

  .mb-md-4rem {
    margin-bottom: 4rem !important; }

  .mb-md-4_5rem {
    margin-bottom: 4.5rem !important; }

  .mb-md-5rem {
    margin-bottom: 5rem !important; }

  .mb-md-auto {
    margin-bottom: auto !important; }

  .ms-md-0 {
    margin-left: 0 !important; }

  .ms-md-0_5rem {
    margin-left: 0.5rem !important; }

  .ms-md-1rem {
    margin-left: 1rem !important; }

  .ms-md-1_5rem {
    margin-left: 1.5rem !important; }

  .ms-md-2rem {
    margin-left: 2rem !important; }

  .ms-md-2_5rem {
    margin-left: 2.5rem !important; }

  .ms-md-3rem {
    margin-left: 3rem !important; }

  .ms-md-3_5rem {
    margin-left: 3.5rem !important; }

  .ms-md-4rem {
    margin-left: 4rem !important; }

  .ms-md-4_5rem {
    margin-left: 4.5rem !important; }

  .ms-md-5rem {
    margin-left: 5rem !important; }

  .ms-md-auto {
    margin-left: auto !important; }

  .p-md-0 {
    padding: 0 !important; }

  .p-md-0_5rem {
    padding: 0.5rem !important; }

  .p-md-1rem {
    padding: 1rem !important; }

  .p-md-1_5rem {
    padding: 1.5rem !important; }

  .p-md-2rem {
    padding: 2rem !important; }

  .p-md-2_5rem {
    padding: 2.5rem !important; }

  .p-md-3rem {
    padding: 3rem !important; }

  .p-md-3_5rem {
    padding: 3.5rem !important; }

  .p-md-4rem {
    padding: 4rem !important; }

  .p-md-4_5rem {
    padding: 4.5rem !important; }

  .p-md-5rem {
    padding: 5rem !important; }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-md-0_5rem {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .px-md-1rem {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-md-1_5rem {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .px-md-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }

  .px-md-2_5rem {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }

  .px-md-3rem {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .px-md-3_5rem {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }

  .px-md-4rem {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }

  .px-md-4_5rem {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }

  .px-md-5rem {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-md-0_5rem {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-md-1rem {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-md-1_5rem {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-md-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }

  .py-md-2_5rem {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }

  .py-md-3rem {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .py-md-3_5rem {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }

  .py-md-4rem {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }

  .py-md-4_5rem {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }

  .py-md-5rem {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }

  .pt-md-0 {
    padding-top: 0 !important; }

  .pt-md-0_5rem {
    padding-top: 0.5rem !important; }

  .pt-md-1rem {
    padding-top: 1rem !important; }

  .pt-md-1_5rem {
    padding-top: 1.5rem !important; }

  .pt-md-2rem {
    padding-top: 2rem !important; }

  .pt-md-2_5rem {
    padding-top: 2.5rem !important; }

  .pt-md-3rem {
    padding-top: 3rem !important; }

  .pt-md-3_5rem {
    padding-top: 3.5rem !important; }

  .pt-md-4rem {
    padding-top: 4rem !important; }

  .pt-md-4_5rem {
    padding-top: 4.5rem !important; }

  .pt-md-5rem {
    padding-top: 5rem !important; }

  .pe-md-0 {
    padding-right: 0 !important; }

  .pe-md-0_5rem {
    padding-right: 0.5rem !important; }

  .pe-md-1rem {
    padding-right: 1rem !important; }

  .pe-md-1_5rem {
    padding-right: 1.5rem !important; }

  .pe-md-2rem {
    padding-right: 2rem !important; }

  .pe-md-2_5rem {
    padding-right: 2.5rem !important; }

  .pe-md-3rem {
    padding-right: 3rem !important; }

  .pe-md-3_5rem {
    padding-right: 3.5rem !important; }

  .pe-md-4rem {
    padding-right: 4rem !important; }

  .pe-md-4_5rem {
    padding-right: 4.5rem !important; }

  .pe-md-5rem {
    padding-right: 5rem !important; }

  .pb-md-0 {
    padding-bottom: 0 !important; }

  .pb-md-0_5rem {
    padding-bottom: 0.5rem !important; }

  .pb-md-1rem {
    padding-bottom: 1rem !important; }

  .pb-md-1_5rem {
    padding-bottom: 1.5rem !important; }

  .pb-md-2rem {
    padding-bottom: 2rem !important; }

  .pb-md-2_5rem {
    padding-bottom: 2.5rem !important; }

  .pb-md-3rem {
    padding-bottom: 3rem !important; }

  .pb-md-3_5rem {
    padding-bottom: 3.5rem !important; }

  .pb-md-4rem {
    padding-bottom: 4rem !important; }

  .pb-md-4_5rem {
    padding-bottom: 4.5rem !important; }

  .pb-md-5rem {
    padding-bottom: 5rem !important; }

  .ps-md-0 {
    padding-left: 0 !important; }

  .ps-md-0_5rem {
    padding-left: 0.5rem !important; }

  .ps-md-1rem {
    padding-left: 1rem !important; }

  .ps-md-1_5rem {
    padding-left: 1.5rem !important; }

  .ps-md-2rem {
    padding-left: 2rem !important; }

  .ps-md-2_5rem {
    padding-left: 2.5rem !important; }

  .ps-md-3rem {
    padding-left: 3rem !important; }

  .ps-md-3_5rem {
    padding-left: 3.5rem !important; }

  .ps-md-4rem {
    padding-left: 4rem !important; }

  .ps-md-4_5rem {
    padding-left: 4.5rem !important; }

  .ps-md-5rem {
    padding-left: 5rem !important; }

  .gap-md-0 {
    gap: 0 !important; }

  .gap-md-0_5rem {
    gap: 0.5rem !important; }

  .gap-md-1rem {
    gap: 1rem !important; }

  .gap-md-1_5rem {
    gap: 1.5rem !important; }

  .gap-md-2rem {
    gap: 2rem !important; }

  .gap-md-2_5rem {
    gap: 2.5rem !important; }

  .gap-md-3rem {
    gap: 3rem !important; }

  .gap-md-3_5rem {
    gap: 3.5rem !important; }

  .gap-md-4rem {
    gap: 4rem !important; }

  .gap-md-4_5rem {
    gap: 4.5rem !important; }

  .gap-md-5rem {
    gap: 5rem !important; }

  .row-gap-md-0 {
    row-gap: 0 !important; }

  .row-gap-md-0_5rem {
    row-gap: 0.5rem !important; }

  .row-gap-md-1rem {
    row-gap: 1rem !important; }

  .row-gap-md-1_5rem {
    row-gap: 1.5rem !important; }

  .row-gap-md-2rem {
    row-gap: 2rem !important; }

  .row-gap-md-2_5rem {
    row-gap: 2.5rem !important; }

  .row-gap-md-3rem {
    row-gap: 3rem !important; }

  .row-gap-md-3_5rem {
    row-gap: 3.5rem !important; }

  .row-gap-md-4rem {
    row-gap: 4rem !important; }

  .row-gap-md-4_5rem {
    row-gap: 4.5rem !important; }

  .row-gap-md-5rem {
    row-gap: 5rem !important; }

  .column-gap-md-0 {
    column-gap: 0 !important; }

  .column-gap-md-0_5rem {
    column-gap: 0.5rem !important; }

  .column-gap-md-1rem {
    column-gap: 1rem !important; }

  .column-gap-md-1_5rem {
    column-gap: 1.5rem !important; }

  .column-gap-md-2rem {
    column-gap: 2rem !important; }

  .column-gap-md-2_5rem {
    column-gap: 2.5rem !important; }

  .column-gap-md-3rem {
    column-gap: 3rem !important; }

  .column-gap-md-3_5rem {
    column-gap: 3.5rem !important; }

  .column-gap-md-4rem {
    column-gap: 4rem !important; }

  .column-gap-md-4_5rem {
    column-gap: 4.5rem !important; }

  .column-gap-md-5rem {
    column-gap: 5rem !important; }

  .text-md-start {
    text-align: left !important; }

  .text-md-end {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 1002px) {
  .float-lg-start {
    float: left !important; }

  .float-lg-end {
    float: right !important; }

  .float-lg-none {
    float: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-grid {
    display: grid !important; }

  .d-lg-inline-grid {
    display: inline-grid !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; }

  .d-lg-none {
    display: none !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; }

  .order-lg-first {
    order: -1 !important; }

  .order-lg-0 {
    order: 0 !important; }

  .order-lg-1 {
    order: 1 !important; }

  .order-lg-2 {
    order: 2 !important; }

  .order-lg-3 {
    order: 3 !important; }

  .order-lg-4 {
    order: 4 !important; }

  .order-lg-5 {
    order: 5 !important; }

  .order-lg-last {
    order: 6 !important; }

  .m-lg-0 {
    margin: 0 !important; }

  .m-lg-0_5rem {
    margin: 0.5rem !important; }

  .m-lg-1rem {
    margin: 1rem !important; }

  .m-lg-1_5rem {
    margin: 1.5rem !important; }

  .m-lg-2rem {
    margin: 2rem !important; }

  .m-lg-2_5rem {
    margin: 2.5rem !important; }

  .m-lg-3rem {
    margin: 3rem !important; }

  .m-lg-3_5rem {
    margin: 3.5rem !important; }

  .m-lg-4rem {
    margin: 4rem !important; }

  .m-lg-4_5rem {
    margin: 4.5rem !important; }

  .m-lg-5rem {
    margin: 5rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-lg-0_5rem {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .mx-lg-1rem {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-lg-1_5rem {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .mx-lg-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }

  .mx-lg-2_5rem {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }

  .mx-lg-3rem {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .mx-lg-3_5rem {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }

  .mx-lg-4rem {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }

  .mx-lg-4_5rem {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }

  .mx-lg-5rem {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-lg-0_5rem {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-lg-1rem {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-lg-1_5rem {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-lg-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }

  .my-lg-2_5rem {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }

  .my-lg-3rem {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-lg-3_5rem {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }

  .my-lg-4rem {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }

  .my-lg-4_5rem {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }

  .my-lg-5rem {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mt-lg-0 {
    margin-top: 0 !important; }

  .mt-lg-0_5rem {
    margin-top: 0.5rem !important; }

  .mt-lg-1rem {
    margin-top: 1rem !important; }

  .mt-lg-1_5rem {
    margin-top: 1.5rem !important; }

  .mt-lg-2rem {
    margin-top: 2rem !important; }

  .mt-lg-2_5rem {
    margin-top: 2.5rem !important; }

  .mt-lg-3rem {
    margin-top: 3rem !important; }

  .mt-lg-3_5rem {
    margin-top: 3.5rem !important; }

  .mt-lg-4rem {
    margin-top: 4rem !important; }

  .mt-lg-4_5rem {
    margin-top: 4.5rem !important; }

  .mt-lg-5rem {
    margin-top: 5rem !important; }

  .mt-lg-auto {
    margin-top: auto !important; }

  .me-lg-0 {
    margin-right: 0 !important; }

  .me-lg-0_5rem {
    margin-right: 0.5rem !important; }

  .me-lg-1rem {
    margin-right: 1rem !important; }

  .me-lg-1_5rem {
    margin-right: 1.5rem !important; }

  .me-lg-2rem {
    margin-right: 2rem !important; }

  .me-lg-2_5rem {
    margin-right: 2.5rem !important; }

  .me-lg-3rem {
    margin-right: 3rem !important; }

  .me-lg-3_5rem {
    margin-right: 3.5rem !important; }

  .me-lg-4rem {
    margin-right: 4rem !important; }

  .me-lg-4_5rem {
    margin-right: 4.5rem !important; }

  .me-lg-5rem {
    margin-right: 5rem !important; }

  .me-lg-auto {
    margin-right: auto !important; }

  .mb-lg-0 {
    margin-bottom: 0 !important; }

  .mb-lg-0_5rem {
    margin-bottom: 0.5rem !important; }

  .mb-lg-1rem {
    margin-bottom: 1rem !important; }

  .mb-lg-1_5rem {
    margin-bottom: 1.5rem !important; }

  .mb-lg-2rem {
    margin-bottom: 2rem !important; }

  .mb-lg-2_5rem {
    margin-bottom: 2.5rem !important; }

  .mb-lg-3rem {
    margin-bottom: 3rem !important; }

  .mb-lg-3_5rem {
    margin-bottom: 3.5rem !important; }

  .mb-lg-4rem {
    margin-bottom: 4rem !important; }

  .mb-lg-4_5rem {
    margin-bottom: 4.5rem !important; }

  .mb-lg-5rem {
    margin-bottom: 5rem !important; }

  .mb-lg-auto {
    margin-bottom: auto !important; }

  .ms-lg-0 {
    margin-left: 0 !important; }

  .ms-lg-0_5rem {
    margin-left: 0.5rem !important; }

  .ms-lg-1rem {
    margin-left: 1rem !important; }

  .ms-lg-1_5rem {
    margin-left: 1.5rem !important; }

  .ms-lg-2rem {
    margin-left: 2rem !important; }

  .ms-lg-2_5rem {
    margin-left: 2.5rem !important; }

  .ms-lg-3rem {
    margin-left: 3rem !important; }

  .ms-lg-3_5rem {
    margin-left: 3.5rem !important; }

  .ms-lg-4rem {
    margin-left: 4rem !important; }

  .ms-lg-4_5rem {
    margin-left: 4.5rem !important; }

  .ms-lg-5rem {
    margin-left: 5rem !important; }

  .ms-lg-auto {
    margin-left: auto !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .p-lg-0_5rem {
    padding: 0.5rem !important; }

  .p-lg-1rem {
    padding: 1rem !important; }

  .p-lg-1_5rem {
    padding: 1.5rem !important; }

  .p-lg-2rem {
    padding: 2rem !important; }

  .p-lg-2_5rem {
    padding: 2.5rem !important; }

  .p-lg-3rem {
    padding: 3rem !important; }

  .p-lg-3_5rem {
    padding: 3.5rem !important; }

  .p-lg-4rem {
    padding: 4rem !important; }

  .p-lg-4_5rem {
    padding: 4.5rem !important; }

  .p-lg-5rem {
    padding: 5rem !important; }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-lg-0_5rem {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .px-lg-1rem {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-lg-1_5rem {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .px-lg-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }

  .px-lg-2_5rem {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }

  .px-lg-3rem {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .px-lg-3_5rem {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }

  .px-lg-4rem {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }

  .px-lg-4_5rem {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }

  .px-lg-5rem {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-lg-0_5rem {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-lg-1rem {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-lg-1_5rem {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-lg-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }

  .py-lg-2_5rem {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }

  .py-lg-3rem {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .py-lg-3_5rem {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }

  .py-lg-4rem {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }

  .py-lg-4_5rem {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }

  .py-lg-5rem {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }

  .pt-lg-0 {
    padding-top: 0 !important; }

  .pt-lg-0_5rem {
    padding-top: 0.5rem !important; }

  .pt-lg-1rem {
    padding-top: 1rem !important; }

  .pt-lg-1_5rem {
    padding-top: 1.5rem !important; }

  .pt-lg-2rem {
    padding-top: 2rem !important; }

  .pt-lg-2_5rem {
    padding-top: 2.5rem !important; }

  .pt-lg-3rem {
    padding-top: 3rem !important; }

  .pt-lg-3_5rem {
    padding-top: 3.5rem !important; }

  .pt-lg-4rem {
    padding-top: 4rem !important; }

  .pt-lg-4_5rem {
    padding-top: 4.5rem !important; }

  .pt-lg-5rem {
    padding-top: 5rem !important; }

  .pe-lg-0 {
    padding-right: 0 !important; }

  .pe-lg-0_5rem {
    padding-right: 0.5rem !important; }

  .pe-lg-1rem {
    padding-right: 1rem !important; }

  .pe-lg-1_5rem {
    padding-right: 1.5rem !important; }

  .pe-lg-2rem {
    padding-right: 2rem !important; }

  .pe-lg-2_5rem {
    padding-right: 2.5rem !important; }

  .pe-lg-3rem {
    padding-right: 3rem !important; }

  .pe-lg-3_5rem {
    padding-right: 3.5rem !important; }

  .pe-lg-4rem {
    padding-right: 4rem !important; }

  .pe-lg-4_5rem {
    padding-right: 4.5rem !important; }

  .pe-lg-5rem {
    padding-right: 5rem !important; }

  .pb-lg-0 {
    padding-bottom: 0 !important; }

  .pb-lg-0_5rem {
    padding-bottom: 0.5rem !important; }

  .pb-lg-1rem {
    padding-bottom: 1rem !important; }

  .pb-lg-1_5rem {
    padding-bottom: 1.5rem !important; }

  .pb-lg-2rem {
    padding-bottom: 2rem !important; }

  .pb-lg-2_5rem {
    padding-bottom: 2.5rem !important; }

  .pb-lg-3rem {
    padding-bottom: 3rem !important; }

  .pb-lg-3_5rem {
    padding-bottom: 3.5rem !important; }

  .pb-lg-4rem {
    padding-bottom: 4rem !important; }

  .pb-lg-4_5rem {
    padding-bottom: 4.5rem !important; }

  .pb-lg-5rem {
    padding-bottom: 5rem !important; }

  .ps-lg-0 {
    padding-left: 0 !important; }

  .ps-lg-0_5rem {
    padding-left: 0.5rem !important; }

  .ps-lg-1rem {
    padding-left: 1rem !important; }

  .ps-lg-1_5rem {
    padding-left: 1.5rem !important; }

  .ps-lg-2rem {
    padding-left: 2rem !important; }

  .ps-lg-2_5rem {
    padding-left: 2.5rem !important; }

  .ps-lg-3rem {
    padding-left: 3rem !important; }

  .ps-lg-3_5rem {
    padding-left: 3.5rem !important; }

  .ps-lg-4rem {
    padding-left: 4rem !important; }

  .ps-lg-4_5rem {
    padding-left: 4.5rem !important; }

  .ps-lg-5rem {
    padding-left: 5rem !important; }

  .gap-lg-0 {
    gap: 0 !important; }

  .gap-lg-0_5rem {
    gap: 0.5rem !important; }

  .gap-lg-1rem {
    gap: 1rem !important; }

  .gap-lg-1_5rem {
    gap: 1.5rem !important; }

  .gap-lg-2rem {
    gap: 2rem !important; }

  .gap-lg-2_5rem {
    gap: 2.5rem !important; }

  .gap-lg-3rem {
    gap: 3rem !important; }

  .gap-lg-3_5rem {
    gap: 3.5rem !important; }

  .gap-lg-4rem {
    gap: 4rem !important; }

  .gap-lg-4_5rem {
    gap: 4.5rem !important; }

  .gap-lg-5rem {
    gap: 5rem !important; }

  .row-gap-lg-0 {
    row-gap: 0 !important; }

  .row-gap-lg-0_5rem {
    row-gap: 0.5rem !important; }

  .row-gap-lg-1rem {
    row-gap: 1rem !important; }

  .row-gap-lg-1_5rem {
    row-gap: 1.5rem !important; }

  .row-gap-lg-2rem {
    row-gap: 2rem !important; }

  .row-gap-lg-2_5rem {
    row-gap: 2.5rem !important; }

  .row-gap-lg-3rem {
    row-gap: 3rem !important; }

  .row-gap-lg-3_5rem {
    row-gap: 3.5rem !important; }

  .row-gap-lg-4rem {
    row-gap: 4rem !important; }

  .row-gap-lg-4_5rem {
    row-gap: 4.5rem !important; }

  .row-gap-lg-5rem {
    row-gap: 5rem !important; }

  .column-gap-lg-0 {
    column-gap: 0 !important; }

  .column-gap-lg-0_5rem {
    column-gap: 0.5rem !important; }

  .column-gap-lg-1rem {
    column-gap: 1rem !important; }

  .column-gap-lg-1_5rem {
    column-gap: 1.5rem !important; }

  .column-gap-lg-2rem {
    column-gap: 2rem !important; }

  .column-gap-lg-2_5rem {
    column-gap: 2.5rem !important; }

  .column-gap-lg-3rem {
    column-gap: 3rem !important; }

  .column-gap-lg-3_5rem {
    column-gap: 3.5rem !important; }

  .column-gap-lg-4rem {
    column-gap: 4rem !important; }

  .column-gap-lg-4_5rem {
    column-gap: 4.5rem !important; }

  .column-gap-lg-5rem {
    column-gap: 5rem !important; }

  .text-lg-start {
    text-align: left !important; }

  .text-lg-end {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1204px) {
  .float-xl-start {
    float: left !important; }

  .float-xl-end {
    float: right !important; }

  .float-xl-none {
    float: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-grid {
    display: grid !important; }

  .d-xl-inline-grid {
    display: inline-grid !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; }

  .d-xl-none {
    display: none !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; }

  .order-xl-first {
    order: -1 !important; }

  .order-xl-0 {
    order: 0 !important; }

  .order-xl-1 {
    order: 1 !important; }

  .order-xl-2 {
    order: 2 !important; }

  .order-xl-3 {
    order: 3 !important; }

  .order-xl-4 {
    order: 4 !important; }

  .order-xl-5 {
    order: 5 !important; }

  .order-xl-last {
    order: 6 !important; }

  .m-xl-0 {
    margin: 0 !important; }

  .m-xl-0_5rem {
    margin: 0.5rem !important; }

  .m-xl-1rem {
    margin: 1rem !important; }

  .m-xl-1_5rem {
    margin: 1.5rem !important; }

  .m-xl-2rem {
    margin: 2rem !important; }

  .m-xl-2_5rem {
    margin: 2.5rem !important; }

  .m-xl-3rem {
    margin: 3rem !important; }

  .m-xl-3_5rem {
    margin: 3.5rem !important; }

  .m-xl-4rem {
    margin: 4rem !important; }

  .m-xl-4_5rem {
    margin: 4.5rem !important; }

  .m-xl-5rem {
    margin: 5rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-xl-0_5rem {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .mx-xl-1rem {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-xl-1_5rem {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .mx-xl-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }

  .mx-xl-2_5rem {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }

  .mx-xl-3rem {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .mx-xl-3_5rem {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }

  .mx-xl-4rem {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }

  .mx-xl-4_5rem {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }

  .mx-xl-5rem {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-xl-0_5rem {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-xl-1rem {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-xl-1_5rem {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-xl-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }

  .my-xl-2_5rem {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }

  .my-xl-3rem {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-xl-3_5rem {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }

  .my-xl-4rem {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }

  .my-xl-4_5rem {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }

  .my-xl-5rem {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mt-xl-0 {
    margin-top: 0 !important; }

  .mt-xl-0_5rem {
    margin-top: 0.5rem !important; }

  .mt-xl-1rem {
    margin-top: 1rem !important; }

  .mt-xl-1_5rem {
    margin-top: 1.5rem !important; }

  .mt-xl-2rem {
    margin-top: 2rem !important; }

  .mt-xl-2_5rem {
    margin-top: 2.5rem !important; }

  .mt-xl-3rem {
    margin-top: 3rem !important; }

  .mt-xl-3_5rem {
    margin-top: 3.5rem !important; }

  .mt-xl-4rem {
    margin-top: 4rem !important; }

  .mt-xl-4_5rem {
    margin-top: 4.5rem !important; }

  .mt-xl-5rem {
    margin-top: 5rem !important; }

  .mt-xl-auto {
    margin-top: auto !important; }

  .me-xl-0 {
    margin-right: 0 !important; }

  .me-xl-0_5rem {
    margin-right: 0.5rem !important; }

  .me-xl-1rem {
    margin-right: 1rem !important; }

  .me-xl-1_5rem {
    margin-right: 1.5rem !important; }

  .me-xl-2rem {
    margin-right: 2rem !important; }

  .me-xl-2_5rem {
    margin-right: 2.5rem !important; }

  .me-xl-3rem {
    margin-right: 3rem !important; }

  .me-xl-3_5rem {
    margin-right: 3.5rem !important; }

  .me-xl-4rem {
    margin-right: 4rem !important; }

  .me-xl-4_5rem {
    margin-right: 4.5rem !important; }

  .me-xl-5rem {
    margin-right: 5rem !important; }

  .me-xl-auto {
    margin-right: auto !important; }

  .mb-xl-0 {
    margin-bottom: 0 !important; }

  .mb-xl-0_5rem {
    margin-bottom: 0.5rem !important; }

  .mb-xl-1rem {
    margin-bottom: 1rem !important; }

  .mb-xl-1_5rem {
    margin-bottom: 1.5rem !important; }

  .mb-xl-2rem {
    margin-bottom: 2rem !important; }

  .mb-xl-2_5rem {
    margin-bottom: 2.5rem !important; }

  .mb-xl-3rem {
    margin-bottom: 3rem !important; }

  .mb-xl-3_5rem {
    margin-bottom: 3.5rem !important; }

  .mb-xl-4rem {
    margin-bottom: 4rem !important; }

  .mb-xl-4_5rem {
    margin-bottom: 4.5rem !important; }

  .mb-xl-5rem {
    margin-bottom: 5rem !important; }

  .mb-xl-auto {
    margin-bottom: auto !important; }

  .ms-xl-0 {
    margin-left: 0 !important; }

  .ms-xl-0_5rem {
    margin-left: 0.5rem !important; }

  .ms-xl-1rem {
    margin-left: 1rem !important; }

  .ms-xl-1_5rem {
    margin-left: 1.5rem !important; }

  .ms-xl-2rem {
    margin-left: 2rem !important; }

  .ms-xl-2_5rem {
    margin-left: 2.5rem !important; }

  .ms-xl-3rem {
    margin-left: 3rem !important; }

  .ms-xl-3_5rem {
    margin-left: 3.5rem !important; }

  .ms-xl-4rem {
    margin-left: 4rem !important; }

  .ms-xl-4_5rem {
    margin-left: 4.5rem !important; }

  .ms-xl-5rem {
    margin-left: 5rem !important; }

  .ms-xl-auto {
    margin-left: auto !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .p-xl-0_5rem {
    padding: 0.5rem !important; }

  .p-xl-1rem {
    padding: 1rem !important; }

  .p-xl-1_5rem {
    padding: 1.5rem !important; }

  .p-xl-2rem {
    padding: 2rem !important; }

  .p-xl-2_5rem {
    padding: 2.5rem !important; }

  .p-xl-3rem {
    padding: 3rem !important; }

  .p-xl-3_5rem {
    padding: 3.5rem !important; }

  .p-xl-4rem {
    padding: 4rem !important; }

  .p-xl-4_5rem {
    padding: 4.5rem !important; }

  .p-xl-5rem {
    padding: 5rem !important; }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-xl-0_5rem {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .px-xl-1rem {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-xl-1_5rem {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .px-xl-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }

  .px-xl-2_5rem {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }

  .px-xl-3rem {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .px-xl-3_5rem {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }

  .px-xl-4rem {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }

  .px-xl-4_5rem {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }

  .px-xl-5rem {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-xl-0_5rem {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-xl-1rem {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-xl-1_5rem {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-xl-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }

  .py-xl-2_5rem {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }

  .py-xl-3rem {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .py-xl-3_5rem {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }

  .py-xl-4rem {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }

  .py-xl-4_5rem {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }

  .py-xl-5rem {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }

  .pt-xl-0 {
    padding-top: 0 !important; }

  .pt-xl-0_5rem {
    padding-top: 0.5rem !important; }

  .pt-xl-1rem {
    padding-top: 1rem !important; }

  .pt-xl-1_5rem {
    padding-top: 1.5rem !important; }

  .pt-xl-2rem {
    padding-top: 2rem !important; }

  .pt-xl-2_5rem {
    padding-top: 2.5rem !important; }

  .pt-xl-3rem {
    padding-top: 3rem !important; }

  .pt-xl-3_5rem {
    padding-top: 3.5rem !important; }

  .pt-xl-4rem {
    padding-top: 4rem !important; }

  .pt-xl-4_5rem {
    padding-top: 4.5rem !important; }

  .pt-xl-5rem {
    padding-top: 5rem !important; }

  .pe-xl-0 {
    padding-right: 0 !important; }

  .pe-xl-0_5rem {
    padding-right: 0.5rem !important; }

  .pe-xl-1rem {
    padding-right: 1rem !important; }

  .pe-xl-1_5rem {
    padding-right: 1.5rem !important; }

  .pe-xl-2rem {
    padding-right: 2rem !important; }

  .pe-xl-2_5rem {
    padding-right: 2.5rem !important; }

  .pe-xl-3rem {
    padding-right: 3rem !important; }

  .pe-xl-3_5rem {
    padding-right: 3.5rem !important; }

  .pe-xl-4rem {
    padding-right: 4rem !important; }

  .pe-xl-4_5rem {
    padding-right: 4.5rem !important; }

  .pe-xl-5rem {
    padding-right: 5rem !important; }

  .pb-xl-0 {
    padding-bottom: 0 !important; }

  .pb-xl-0_5rem {
    padding-bottom: 0.5rem !important; }

  .pb-xl-1rem {
    padding-bottom: 1rem !important; }

  .pb-xl-1_5rem {
    padding-bottom: 1.5rem !important; }

  .pb-xl-2rem {
    padding-bottom: 2rem !important; }

  .pb-xl-2_5rem {
    padding-bottom: 2.5rem !important; }

  .pb-xl-3rem {
    padding-bottom: 3rem !important; }

  .pb-xl-3_5rem {
    padding-bottom: 3.5rem !important; }

  .pb-xl-4rem {
    padding-bottom: 4rem !important; }

  .pb-xl-4_5rem {
    padding-bottom: 4.5rem !important; }

  .pb-xl-5rem {
    padding-bottom: 5rem !important; }

  .ps-xl-0 {
    padding-left: 0 !important; }

  .ps-xl-0_5rem {
    padding-left: 0.5rem !important; }

  .ps-xl-1rem {
    padding-left: 1rem !important; }

  .ps-xl-1_5rem {
    padding-left: 1.5rem !important; }

  .ps-xl-2rem {
    padding-left: 2rem !important; }

  .ps-xl-2_5rem {
    padding-left: 2.5rem !important; }

  .ps-xl-3rem {
    padding-left: 3rem !important; }

  .ps-xl-3_5rem {
    padding-left: 3.5rem !important; }

  .ps-xl-4rem {
    padding-left: 4rem !important; }

  .ps-xl-4_5rem {
    padding-left: 4.5rem !important; }

  .ps-xl-5rem {
    padding-left: 5rem !important; }

  .gap-xl-0 {
    gap: 0 !important; }

  .gap-xl-0_5rem {
    gap: 0.5rem !important; }

  .gap-xl-1rem {
    gap: 1rem !important; }

  .gap-xl-1_5rem {
    gap: 1.5rem !important; }

  .gap-xl-2rem {
    gap: 2rem !important; }

  .gap-xl-2_5rem {
    gap: 2.5rem !important; }

  .gap-xl-3rem {
    gap: 3rem !important; }

  .gap-xl-3_5rem {
    gap: 3.5rem !important; }

  .gap-xl-4rem {
    gap: 4rem !important; }

  .gap-xl-4_5rem {
    gap: 4.5rem !important; }

  .gap-xl-5rem {
    gap: 5rem !important; }

  .row-gap-xl-0 {
    row-gap: 0 !important; }

  .row-gap-xl-0_5rem {
    row-gap: 0.5rem !important; }

  .row-gap-xl-1rem {
    row-gap: 1rem !important; }

  .row-gap-xl-1_5rem {
    row-gap: 1.5rem !important; }

  .row-gap-xl-2rem {
    row-gap: 2rem !important; }

  .row-gap-xl-2_5rem {
    row-gap: 2.5rem !important; }

  .row-gap-xl-3rem {
    row-gap: 3rem !important; }

  .row-gap-xl-3_5rem {
    row-gap: 3.5rem !important; }

  .row-gap-xl-4rem {
    row-gap: 4rem !important; }

  .row-gap-xl-4_5rem {
    row-gap: 4.5rem !important; }

  .row-gap-xl-5rem {
    row-gap: 5rem !important; }

  .column-gap-xl-0 {
    column-gap: 0 !important; }

  .column-gap-xl-0_5rem {
    column-gap: 0.5rem !important; }

  .column-gap-xl-1rem {
    column-gap: 1rem !important; }

  .column-gap-xl-1_5rem {
    column-gap: 1.5rem !important; }

  .column-gap-xl-2rem {
    column-gap: 2rem !important; }

  .column-gap-xl-2_5rem {
    column-gap: 2.5rem !important; }

  .column-gap-xl-3rem {
    column-gap: 3rem !important; }

  .column-gap-xl-3_5rem {
    column-gap: 3.5rem !important; }

  .column-gap-xl-4rem {
    column-gap: 4rem !important; }

  .column-gap-xl-4_5rem {
    column-gap: 4.5rem !important; }

  .column-gap-xl-5rem {
    column-gap: 5rem !important; }

  .text-xl-start {
    text-align: left !important; }

  .text-xl-end {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
@media (min-width: 1568px) {
  .float-xxl-start {
    float: left !important; }

  .float-xxl-end {
    float: right !important; }

  .float-xxl-none {
    float: none !important; }

  .d-xxl-inline {
    display: inline !important; }

  .d-xxl-inline-block {
    display: inline-block !important; }

  .d-xxl-block {
    display: block !important; }

  .d-xxl-grid {
    display: grid !important; }

  .d-xxl-inline-grid {
    display: inline-grid !important; }

  .d-xxl-table {
    display: table !important; }

  .d-xxl-table-row {
    display: table-row !important; }

  .d-xxl-table-cell {
    display: table-cell !important; }

  .d-xxl-flex {
    display: flex !important; }

  .d-xxl-inline-flex {
    display: inline-flex !important; }

  .d-xxl-none {
    display: none !important; }

  .flex-xxl-fill {
    flex: 1 1 auto !important; }

  .flex-xxl-row {
    flex-direction: row !important; }

  .flex-xxl-column {
    flex-direction: column !important; }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }

  .flex-xxl-wrap {
    flex-wrap: wrap !important; }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xxl-start {
    justify-content: flex-start !important; }

  .justify-content-xxl-end {
    justify-content: flex-end !important; }

  .justify-content-xxl-center {
    justify-content: center !important; }

  .justify-content-xxl-between {
    justify-content: space-between !important; }

  .justify-content-xxl-around {
    justify-content: space-around !important; }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }

  .align-items-xxl-start {
    align-items: flex-start !important; }

  .align-items-xxl-end {
    align-items: flex-end !important; }

  .align-items-xxl-center {
    align-items: center !important; }

  .align-items-xxl-baseline {
    align-items: baseline !important; }

  .align-items-xxl-stretch {
    align-items: stretch !important; }

  .align-content-xxl-start {
    align-content: flex-start !important; }

  .align-content-xxl-end {
    align-content: flex-end !important; }

  .align-content-xxl-center {
    align-content: center !important; }

  .align-content-xxl-between {
    align-content: space-between !important; }

  .align-content-xxl-around {
    align-content: space-around !important; }

  .align-content-xxl-stretch {
    align-content: stretch !important; }

  .align-self-xxl-auto {
    align-self: auto !important; }

  .align-self-xxl-start {
    align-self: flex-start !important; }

  .align-self-xxl-end {
    align-self: flex-end !important; }

  .align-self-xxl-center {
    align-self: center !important; }

  .align-self-xxl-baseline {
    align-self: baseline !important; }

  .align-self-xxl-stretch {
    align-self: stretch !important; }

  .order-xxl-first {
    order: -1 !important; }

  .order-xxl-0 {
    order: 0 !important; }

  .order-xxl-1 {
    order: 1 !important; }

  .order-xxl-2 {
    order: 2 !important; }

  .order-xxl-3 {
    order: 3 !important; }

  .order-xxl-4 {
    order: 4 !important; }

  .order-xxl-5 {
    order: 5 !important; }

  .order-xxl-last {
    order: 6 !important; }

  .m-xxl-0 {
    margin: 0 !important; }

  .m-xxl-0_5rem {
    margin: 0.5rem !important; }

  .m-xxl-1rem {
    margin: 1rem !important; }

  .m-xxl-1_5rem {
    margin: 1.5rem !important; }

  .m-xxl-2rem {
    margin: 2rem !important; }

  .m-xxl-2_5rem {
    margin: 2.5rem !important; }

  .m-xxl-3rem {
    margin: 3rem !important; }

  .m-xxl-3_5rem {
    margin: 3.5rem !important; }

  .m-xxl-4rem {
    margin: 4rem !important; }

  .m-xxl-4_5rem {
    margin: 4.5rem !important; }

  .m-xxl-5rem {
    margin: 5rem !important; }

  .m-xxl-auto {
    margin: auto !important; }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-xxl-0_5rem {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .mx-xxl-1rem {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-xxl-1_5rem {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .mx-xxl-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }

  .mx-xxl-2_5rem {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }

  .mx-xxl-3rem {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .mx-xxl-3_5rem {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }

  .mx-xxl-4rem {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }

  .mx-xxl-4_5rem {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }

  .mx-xxl-5rem {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-xxl-0_5rem {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-xxl-1rem {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-xxl-1_5rem {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-xxl-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }

  .my-xxl-2_5rem {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }

  .my-xxl-3rem {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-xxl-3_5rem {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }

  .my-xxl-4rem {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }

  .my-xxl-4_5rem {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }

  .my-xxl-5rem {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  .mt-xxl-0 {
    margin-top: 0 !important; }

  .mt-xxl-0_5rem {
    margin-top: 0.5rem !important; }

  .mt-xxl-1rem {
    margin-top: 1rem !important; }

  .mt-xxl-1_5rem {
    margin-top: 1.5rem !important; }

  .mt-xxl-2rem {
    margin-top: 2rem !important; }

  .mt-xxl-2_5rem {
    margin-top: 2.5rem !important; }

  .mt-xxl-3rem {
    margin-top: 3rem !important; }

  .mt-xxl-3_5rem {
    margin-top: 3.5rem !important; }

  .mt-xxl-4rem {
    margin-top: 4rem !important; }

  .mt-xxl-4_5rem {
    margin-top: 4.5rem !important; }

  .mt-xxl-5rem {
    margin-top: 5rem !important; }

  .mt-xxl-auto {
    margin-top: auto !important; }

  .me-xxl-0 {
    margin-right: 0 !important; }

  .me-xxl-0_5rem {
    margin-right: 0.5rem !important; }

  .me-xxl-1rem {
    margin-right: 1rem !important; }

  .me-xxl-1_5rem {
    margin-right: 1.5rem !important; }

  .me-xxl-2rem {
    margin-right: 2rem !important; }

  .me-xxl-2_5rem {
    margin-right: 2.5rem !important; }

  .me-xxl-3rem {
    margin-right: 3rem !important; }

  .me-xxl-3_5rem {
    margin-right: 3.5rem !important; }

  .me-xxl-4rem {
    margin-right: 4rem !important; }

  .me-xxl-4_5rem {
    margin-right: 4.5rem !important; }

  .me-xxl-5rem {
    margin-right: 5rem !important; }

  .me-xxl-auto {
    margin-right: auto !important; }

  .mb-xxl-0 {
    margin-bottom: 0 !important; }

  .mb-xxl-0_5rem {
    margin-bottom: 0.5rem !important; }

  .mb-xxl-1rem {
    margin-bottom: 1rem !important; }

  .mb-xxl-1_5rem {
    margin-bottom: 1.5rem !important; }

  .mb-xxl-2rem {
    margin-bottom: 2rem !important; }

  .mb-xxl-2_5rem {
    margin-bottom: 2.5rem !important; }

  .mb-xxl-3rem {
    margin-bottom: 3rem !important; }

  .mb-xxl-3_5rem {
    margin-bottom: 3.5rem !important; }

  .mb-xxl-4rem {
    margin-bottom: 4rem !important; }

  .mb-xxl-4_5rem {
    margin-bottom: 4.5rem !important; }

  .mb-xxl-5rem {
    margin-bottom: 5rem !important; }

  .mb-xxl-auto {
    margin-bottom: auto !important; }

  .ms-xxl-0 {
    margin-left: 0 !important; }

  .ms-xxl-0_5rem {
    margin-left: 0.5rem !important; }

  .ms-xxl-1rem {
    margin-left: 1rem !important; }

  .ms-xxl-1_5rem {
    margin-left: 1.5rem !important; }

  .ms-xxl-2rem {
    margin-left: 2rem !important; }

  .ms-xxl-2_5rem {
    margin-left: 2.5rem !important; }

  .ms-xxl-3rem {
    margin-left: 3rem !important; }

  .ms-xxl-3_5rem {
    margin-left: 3.5rem !important; }

  .ms-xxl-4rem {
    margin-left: 4rem !important; }

  .ms-xxl-4_5rem {
    margin-left: 4.5rem !important; }

  .ms-xxl-5rem {
    margin-left: 5rem !important; }

  .ms-xxl-auto {
    margin-left: auto !important; }

  .p-xxl-0 {
    padding: 0 !important; }

  .p-xxl-0_5rem {
    padding: 0.5rem !important; }

  .p-xxl-1rem {
    padding: 1rem !important; }

  .p-xxl-1_5rem {
    padding: 1.5rem !important; }

  .p-xxl-2rem {
    padding: 2rem !important; }

  .p-xxl-2_5rem {
    padding: 2.5rem !important; }

  .p-xxl-3rem {
    padding: 3rem !important; }

  .p-xxl-3_5rem {
    padding: 3.5rem !important; }

  .p-xxl-4rem {
    padding: 4rem !important; }

  .p-xxl-4_5rem {
    padding: 4.5rem !important; }

  .p-xxl-5rem {
    padding: 5rem !important; }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-xxl-0_5rem {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .px-xxl-1rem {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-xxl-1_5rem {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .px-xxl-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }

  .px-xxl-2_5rem {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }

  .px-xxl-3rem {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .px-xxl-3_5rem {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }

  .px-xxl-4rem {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }

  .px-xxl-4_5rem {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }

  .px-xxl-5rem {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-xxl-0_5rem {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-xxl-1rem {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-xxl-1_5rem {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-xxl-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }

  .py-xxl-2_5rem {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }

  .py-xxl-3rem {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .py-xxl-3_5rem {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }

  .py-xxl-4rem {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }

  .py-xxl-4_5rem {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }

  .py-xxl-5rem {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }

  .pt-xxl-0 {
    padding-top: 0 !important; }

  .pt-xxl-0_5rem {
    padding-top: 0.5rem !important; }

  .pt-xxl-1rem {
    padding-top: 1rem !important; }

  .pt-xxl-1_5rem {
    padding-top: 1.5rem !important; }

  .pt-xxl-2rem {
    padding-top: 2rem !important; }

  .pt-xxl-2_5rem {
    padding-top: 2.5rem !important; }

  .pt-xxl-3rem {
    padding-top: 3rem !important; }

  .pt-xxl-3_5rem {
    padding-top: 3.5rem !important; }

  .pt-xxl-4rem {
    padding-top: 4rem !important; }

  .pt-xxl-4_5rem {
    padding-top: 4.5rem !important; }

  .pt-xxl-5rem {
    padding-top: 5rem !important; }

  .pe-xxl-0 {
    padding-right: 0 !important; }

  .pe-xxl-0_5rem {
    padding-right: 0.5rem !important; }

  .pe-xxl-1rem {
    padding-right: 1rem !important; }

  .pe-xxl-1_5rem {
    padding-right: 1.5rem !important; }

  .pe-xxl-2rem {
    padding-right: 2rem !important; }

  .pe-xxl-2_5rem {
    padding-right: 2.5rem !important; }

  .pe-xxl-3rem {
    padding-right: 3rem !important; }

  .pe-xxl-3_5rem {
    padding-right: 3.5rem !important; }

  .pe-xxl-4rem {
    padding-right: 4rem !important; }

  .pe-xxl-4_5rem {
    padding-right: 4.5rem !important; }

  .pe-xxl-5rem {
    padding-right: 5rem !important; }

  .pb-xxl-0 {
    padding-bottom: 0 !important; }

  .pb-xxl-0_5rem {
    padding-bottom: 0.5rem !important; }

  .pb-xxl-1rem {
    padding-bottom: 1rem !important; }

  .pb-xxl-1_5rem {
    padding-bottom: 1.5rem !important; }

  .pb-xxl-2rem {
    padding-bottom: 2rem !important; }

  .pb-xxl-2_5rem {
    padding-bottom: 2.5rem !important; }

  .pb-xxl-3rem {
    padding-bottom: 3rem !important; }

  .pb-xxl-3_5rem {
    padding-bottom: 3.5rem !important; }

  .pb-xxl-4rem {
    padding-bottom: 4rem !important; }

  .pb-xxl-4_5rem {
    padding-bottom: 4.5rem !important; }

  .pb-xxl-5rem {
    padding-bottom: 5rem !important; }

  .ps-xxl-0 {
    padding-left: 0 !important; }

  .ps-xxl-0_5rem {
    padding-left: 0.5rem !important; }

  .ps-xxl-1rem {
    padding-left: 1rem !important; }

  .ps-xxl-1_5rem {
    padding-left: 1.5rem !important; }

  .ps-xxl-2rem {
    padding-left: 2rem !important; }

  .ps-xxl-2_5rem {
    padding-left: 2.5rem !important; }

  .ps-xxl-3rem {
    padding-left: 3rem !important; }

  .ps-xxl-3_5rem {
    padding-left: 3.5rem !important; }

  .ps-xxl-4rem {
    padding-left: 4rem !important; }

  .ps-xxl-4_5rem {
    padding-left: 4.5rem !important; }

  .ps-xxl-5rem {
    padding-left: 5rem !important; }

  .gap-xxl-0 {
    gap: 0 !important; }

  .gap-xxl-0_5rem {
    gap: 0.5rem !important; }

  .gap-xxl-1rem {
    gap: 1rem !important; }

  .gap-xxl-1_5rem {
    gap: 1.5rem !important; }

  .gap-xxl-2rem {
    gap: 2rem !important; }

  .gap-xxl-2_5rem {
    gap: 2.5rem !important; }

  .gap-xxl-3rem {
    gap: 3rem !important; }

  .gap-xxl-3_5rem {
    gap: 3.5rem !important; }

  .gap-xxl-4rem {
    gap: 4rem !important; }

  .gap-xxl-4_5rem {
    gap: 4.5rem !important; }

  .gap-xxl-5rem {
    gap: 5rem !important; }

  .row-gap-xxl-0 {
    row-gap: 0 !important; }

  .row-gap-xxl-0_5rem {
    row-gap: 0.5rem !important; }

  .row-gap-xxl-1rem {
    row-gap: 1rem !important; }

  .row-gap-xxl-1_5rem {
    row-gap: 1.5rem !important; }

  .row-gap-xxl-2rem {
    row-gap: 2rem !important; }

  .row-gap-xxl-2_5rem {
    row-gap: 2.5rem !important; }

  .row-gap-xxl-3rem {
    row-gap: 3rem !important; }

  .row-gap-xxl-3_5rem {
    row-gap: 3.5rem !important; }

  .row-gap-xxl-4rem {
    row-gap: 4rem !important; }

  .row-gap-xxl-4_5rem {
    row-gap: 4.5rem !important; }

  .row-gap-xxl-5rem {
    row-gap: 5rem !important; }

  .column-gap-xxl-0 {
    column-gap: 0 !important; }

  .column-gap-xxl-0_5rem {
    column-gap: 0.5rem !important; }

  .column-gap-xxl-1rem {
    column-gap: 1rem !important; }

  .column-gap-xxl-1_5rem {
    column-gap: 1.5rem !important; }

  .column-gap-xxl-2rem {
    column-gap: 2rem !important; }

  .column-gap-xxl-2_5rem {
    column-gap: 2.5rem !important; }

  .column-gap-xxl-3rem {
    column-gap: 3rem !important; }

  .column-gap-xxl-3_5rem {
    column-gap: 3.5rem !important; }

  .column-gap-xxl-4rem {
    column-gap: 4rem !important; }

  .column-gap-xxl-4_5rem {
    column-gap: 4.5rem !important; }

  .column-gap-xxl-5rem {
    column-gap: 5rem !important; }

  .text-xxl-start {
    text-align: left !important; }

  .text-xxl-end {
    text-align: right !important; }

  .text-xxl-center {
    text-align: center !important; } }
@media print {
  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-grid {
    display: grid !important; }

  .d-print-inline-grid {
    display: inline-grid !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; }

  .d-print-none {
    display: none !important; } }
html, body {
  min-width: 360px; }

body {
  color: #333333; }

body, form, th, td, button, input, optgroup, select, textarea {
  font-family: "游ゴシック", "Yu Gothic", 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ ProN', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 500; }

h1, h2, h3, h4, h5, h6 {
  font-family: "游ゴシック", "Yu Gothic", 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ ProN', Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0; }

pre, code {
  font-family: 'ＭＳ ゴシック', 'Osaka－等幅', 'MS Gothic', Osaka, monospace; }

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0; }

dd {
  margin-left: 1em; }

li {
  list-style-type: none; }

p {
  margin: 0;
  padding: 0; }

img {
  display: block;
  vertical-align: bottom; }

address {
  font-style: normal; }

table {
  border-spacing: 0; }
  table th,
  table td {
    padding: 0;
    font-weight: normal; }

a:link {
  color: #039; }
a:visited {
  color: #609; }
a:link, a:visited {
  text-decoration: none; }
a:hover, a:active {
  color: #e00;
  text-decoration: underline; }

#header {
  position: relative; }

#globalNav > li > div {
  display: none; }

#sitemap,
#sitemap a:link,
#sitemap a:visited {
  color: #333; }

#sitemap a:hover,
#sitemap a:active {
  color: #666; }

#address p img {
  display: inline-block; }

#copyright {
  font-family: Arial, Helvetica, "sans-serif";
  color: #666; }

.pagetop {
  position: fixed;
  z-index: 100; }
  .pagetop a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    font-weight: 600;
    line-height: 1;
    text-align: center;
    transition: .3s background-color; }
    .pagetop a:link, .pagetop a:visited {
      color: #fff; }
    .pagetop a:hover, .pagetop a:active {
      background-color: rgba(0, 0, 0, 0.2);
      color: #fff;
      text-decoration: none; }
    .pagetop a::after {
      content: "";
      display: block;
      background-color: #FFF;
      clip-path: polygon(0 100%, 50% 0%, 100% 100%); }

@media print {
  .pagetop {
    display: none !important; } }
.ttl-category-inner {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.ttl-category {
  position: relative;
  font-feature-settings: "palt";
  border-top: 1px solid #FFF; }
  .ttl-category::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #FFF url("../images/header.png") no-repeat right center/cover; }
  .ttl-category::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #00532e;
    transform: skewX(-20deg); }
  .ttl-category .breadcrumb {
    position: relative;
    z-index: 1; }
    .ttl-category .breadcrumb > a {
      font-weight: 600;
      text-decoration: none;
      color: #FFF; }
      .ttl-category .breadcrumb > a::after {
        content: "\203A";
        display: inline-block;
        padding-left: 0.75em;
        padding-right: 0.75em;
        font-weight: 600; }
  .ttl-category h2 {
    position: relative;
    z-index: 1;
    color: #FFF;
    line-height: 1.25;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .ttl-category h2 .largetext {
      align-self: center;
      margin-bottom: -0.1em; }
    .ttl-category h2 .smalltext {
      align-self: flex-end; }

#use01 .ttl-category::after {
  background-color: #674694; }
#use01 .ttl-category .breadcrumb > a {
  color: #FFF; }
#use01 .ttl-category h2 {
  color: #FFF; }

#use02 .ttl-category::after {
  background-color: #009055; }
#use02 .ttl-category .breadcrumb > a {
  color: #FFF; }
#use02 .ttl-category h2 {
  color: #FFF; }

#use03 .ttl-category::after {
  background-color: #325ea8; }
#use03 .ttl-category .breadcrumb > a {
  color: #FFF; }
#use03 .ttl-category h2 {
  color: #FFF; }

#use04 .ttl-category::after {
  background-color: #b92a3e; }
#use04 .ttl-category .breadcrumb > a {
  color: #FFF; }
#use04 .ttl-category h2 {
  color: #FFF; }

#use05 .ttl-category::after {
  background-color: #dd960e; }
#use05 .ttl-category .breadcrumb > a {
  color: #000; }
#use05 .ttl-category h2 {
  color: #000; }

#use06 .ttl-category::after {
  background-color: #119bde; }
#use06 .ttl-category .breadcrumb > a {
  color: #FFF; }
#use06 .ttl-category h2 {
  color: #FFF; }

#use07 .ttl-category::after {
  background-color: #d16c2a; }
#use07 .ttl-category .breadcrumb > a {
  color: #FFF; }
#use07 .ttl-category h2 {
  color: #FFF; }

#use08 .ttl-category::after {
  background-color: #624131; }
#use08 .ttl-category .breadcrumb > a {
  color: #FFF; }
#use08 .ttl-category h2 {
  color: #FFF; }

#use09 .ttl-category::after {
  background-color: #bd006b; }
#use09 .ttl-category .breadcrumb > a {
  color: #FFF; }
#use09 .ttl-category h2 {
  color: #FFF; }

#use10 .ttl-category::after {
  background-color: #9ec24b; }
#use10 .ttl-category .breadcrumb > a {
  color: #000; }
#use10 .ttl-category h2 {
  color: #000; }

.ttl-page {
  text-align: center; }

.ttl-section {
  color: #fff;
  background-color: #00532e;
  font-weight: normal; }

.ttl-head {
  border-bottom: 1px solid #00532e; }
  .ttl-head-copy {
    font-weight: 600;
    line-height: 1.5;
    font-feature-settings: "palt";
    color: #00532e; }

.contact-body {
  line-height: 2; }
  .contact-body-image {
    display: flex;
    justify-content: center;
    margin-top: 2rem; }
    .contact-body-image img {
      max-width: 60%; }

.privacy-dl {
  line-height: 1.5; }
  .privacy-dl > dt {
    color: #00a058;
    padding-left: 1em;
    text-indent: -1em; }
    .privacy-dl > dt::before {
      content: "";
      width: 0.5em;
      height: 0.5em;
      margin: 0.25em;
      position: relative;
      top: 2px;
      background-color: #00a058;
      border-radius: 50%;
      display: inline-block;
      line-height: 1; }
  .privacy-dl > dd > ol {
    counter-reset: number; }
    .privacy-dl > dd > ol > li {
      text-indent: -2em; }
      .privacy-dl > dd > ol > li::before {
        text-indent: 0;
        counter-increment: number;
        content: counter(number) ".";
        width: 2em;
        padding-left: 1em;
        display: inline-block; }

.privacy-note .note-text {
  padding-left: 1em;
  text-indent: -1em; }
  .privacy-note .note-text::before {
    content: "※";
    text-indent: 0;
    width: 1em;
    display: inline-block; }
.privacy-note .dotL {
  padding-left: 1em; }
  .privacy-note .dotL > li::before {
    background-color: #00a058;
    border-radius: 0; }

.privacy-contact {
  margin-left: auto;
  margin-right: auto;
  max-width: 43em;
  padding: 1em;
  border: 1px solid #CCC;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .privacy-contact-lead {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.25; }
    .privacy-contact-lead::before {
      content: "※";
      text-indent: 0;
      width: 1em;
      display: inline-block; }
  .privacy-contact-head {
    margin-top: 0.5em;
    font-weight: 600; }
  .privacy-contact-body {
    margin-top: 0.25em;
    text-align: center; }

.borderTable {
  border-right: #666 1px solid;
  border-bottom: #666 1px solid;
  width: 100%; }
  .borderTable th,
  .borderTable td {
    border-left: #666 1px solid;
    border-top: #666 1px solid; }
  .borderTable th {
    white-space: nowrap;
    text-align: center; }
  .borderTable thead th {
    background-color: #00532e;
    color: #fff; }
  .borderTable tbody th {
    background-color: #eee; }

.dotL li {
  padding-left: 1em;
  text-indent: -1em; }
  .dotL li::before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    margin: 0.25em;
    position: relative;
    top: 2px;
    background-color: #999;
    border-radius: 50%;
    display: inline-block;
    line-height: 1; }

.kome {
  margin-top: 0.5em; }

p.kome,
.kome li {
  margin-left: 1em;
  text-indent: -1em; }
  p.kome .mark,
  .kome li .mark {
    width: 1em;
    display: inline-block;
    text-align: center;
    text-indent: 0; }

.googlemap {
  width: 100%;
  height: auto;
  border: 0; }

.nowrap {
  display: inline-block;
  text-indent: 0;
  margin-left: 0; }

.palt {
  font-feature-settings: "palt"; }

@media screen and (min-width: 1204px), print {
  /* タブレット以上 */
  html, body {
    font-size: 16px;
    line-height: 24px; } }
  @media screen and (min-width: 1204px) and (min-width: 1568px) {
    html, body {
      font-size: 18px;
      line-height: 27px; } }

@media screen and (min-width: 1204px), print {
  h1, h2, h3, h4, h5, h6 {
    line-height: calc(1em + 8px); } }
  @media screen and (min-width: 1204px) and (min-width: 1568px) {
    h1, h2, h3, h4, h5, h6 {
      line-height: calc(1em + 9px); } }

@media screen and (min-width: 1204px), print {
  #header, #content, #footer {
    min-width: 1184px; }

  #header {
    position: fixed;
    z-index: 100;
    background-color: #ffffffc0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center; }
    #header h1 img {
      height: 2.222223rem;
      width: auto;
      margin-left: 2rem;
      margin-right: 2rem; }

  body:not(.index) #content {
    padding-top: 100px;
    padding-bottom: 200px; }
  body:not(.index) #footer {
    border-top: 4px solid #00532e; }

  #footer {
    background-color: #FFF; }
    #footer #footer-container {
      padding: 100px 2rem;
      display: flex;
      justify-content: space-between;
      margin-left: auto;
      margin-right: auto; }
    #footer-info {
      display: flex;
      flex-wrap: wrap; }
      #footer-info .logo {
        margin-bottom: 2rem; }
        #footer-info .logo img {
          height: 40px;
          width: auto; }
      #footer-info #address {
        width: 560px;
        margin-left: 2rem; }
        #footer-info #address address {
          font-size: 14px;
          line-height: 1.5; }
          #footer-info #address address + address {
            margin-top: 8px; }
          #footer-info #address address .headtext {
            font-weight: 600; }
        #footer-info #address #copyright {
          margin-top: 8px;
          font-size: 12px;
          line-height: 1.5; }
    #footer-contact {
      display: flex;
      justify-content: flex-end; }
      #footer-contact .link .contact {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 17rem;
        height: 4rem;
        color: #FFF;
        font-size: 1.333333rem;
        line-height: 1.25;
        text-decoration: none;
        background-color: #00532e; }
        #footer-contact .link .contact:hover {
          background-color: #00a058; }
      #footer-contact .link .privacy {
        display: block;
        color: #333;
        line-height: 1.25;
        text-align: center; }

  #sitemap {
    width: min(60%, 640px);
    display: flex;
    justify-content: space-between; }
    #sitemap .category.toggle {
      pointer-events: none; }

  .sitemap-item {
    padding-right: 2em; }
    .sitemap-item > li + li {
      margin-top: 2rem; }
    .sitemap-item ul {
      margin-top: 8px; }
      .sitemap-item ul > li + li {
        margin-top: 4px; }
    .sitemap-item .category + .category {
      margin-top: 1em; }

  .pagetop {
    right: 12px;
    bottom: 12px; }
    .pagetop a {
      width: 80px;
      height: 80px;
      font-size: 8px; }
      .pagetop a::after {
        margin-top: 8px;
        margin-bottom: 8px;
        width: 40px;
        height: 20px; }

  .hamburger-btn {
    display: none; }

  .hamburger-nav {
    display: block; }

  #globalNav, #localNav {
    display: flex; }
    #globalNav > li > a, #globalNav > li > .navtoggle, #localNav > li > a, #localNav > li > .navtoggle {
      display: block;
      height: 100px;
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      font-feature-settings: "palt";
      font-weight: 600;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      line-height: 1.25; } }
    @media screen and (min-width: 1204px) and (min-width: 1568px) {
      #globalNav > li > a, #globalNav > li > .navtoggle, #localNav > li > a, #localNav > li > .navtoggle {
        padding-left: 1rem;
        padding-right: 1rem; } }
@media screen and (min-width: 1204px), print {
      #globalNav > li > a:link, #globalNav > li > a:visited, #globalNav > li > .navtoggle:link, #globalNav > li > .navtoggle:visited, #localNav > li > a:link, #localNav > li > a:visited, #localNav > li > .navtoggle:link, #localNav > li > .navtoggle:visited {
        color: #333; }
      #globalNav > li > a:hover, #globalNav > li > a:active, #globalNav > li > .navtoggle:hover, #globalNav > li > .navtoggle:active, #localNav > li > a:hover, #localNav > li > a:active, #localNav > li > .navtoggle:hover, #localNav > li > .navtoggle:active {
        color: #999;
        text-decoration: none; }
    #globalNav > li.megamenu-contact, #localNav > li.megamenu-contact {
      margin-left: 1rem;
      width: 6.666667rem; }
      #globalNav > li.megamenu-contact > a, #globalNav > li.megamenu-contact > .navtoggle, #localNav > li.megamenu-contact > a, #localNav > li.megamenu-contact > .navtoggle {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #FFF;
        font-size: calc( 1rem - 4px );
        font-weight: 500;
        line-height: 1.5;
        padding-left: 0;
        padding-right: 0;
        background-color: #00532e; }
        #globalNav > li.megamenu-contact > a:hover, #globalNav > li.megamenu-contact > .navtoggle:hover, #localNav > li.megamenu-contact > a:hover, #localNav > li.megamenu-contact > .navtoggle:hover {
          background-color: #00a058; }
        #globalNav > li.megamenu-contact > a .megamenu-contact-icon img, #globalNav > li.megamenu-contact > .navtoggle .megamenu-contact-icon img, #localNav > li.megamenu-contact > a .megamenu-contact-icon img, #localNav > li.megamenu-contact > .navtoggle .megamenu-contact-icon img {
          height: 2.777778rem;
          width: auto; }
    #globalNav > li .navtoggle, #localNav > li .navtoggle {
      cursor: pointer; }
    #globalNav > li > div, #localNav > li > div {
      position: absolute;
      z-index: 99;
      left: 0; }
    #globalNav .megamenu-wrapper, #localNav .megamenu-wrapper {
      width: 100%;
      border-top: 1px solid #FFF;
      background-color: #ffffffc0;
      position: absolute;
      left: 0;
      top: 100px; }
      #globalNav .megamenu-wrapper .megamenu-inner, #localNav .megamenu-wrapper .megamenu-inner {
        background-color: #e6e6e6; }
      #globalNav .megamenu-wrapper .megamenu-ul, #localNav .megamenu-wrapper .megamenu-ul {
        margin-right: 0;
        justify-content: flex-end; }
    #globalNav .menu-wrapper, #localNav .menu-wrapper {
      width: 100%;
      border-top: 1px solid #e6e6e6; }
      #globalNav .menu-wrapper .megamenu-ul, #localNav .menu-wrapper .megamenu-ul {
        margin-right: auto;
        justify-content: center; }
    #globalNav .megamenu-ul, #localNav .megamenu-ul {
      width: 100%;
      margin-left: auto;
      max-width: 1548px;
      padding: 16px 1.5rem 0;
      z-index: 100;
      display: flex;
      flex-wrap: wrap;
      font-feature-settings: "palt";
      overflow-x: hidden; }
      #globalNav .megamenu-ul li, #localNav .megamenu-ul li {
        width: 20%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        min-height: 86px;
        margin-top: -16px; }
        #globalNav .megamenu-ul li::before, #localNav .megamenu-ul li::before {
          content: "";
          position: absolute;
          z-index: 2;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #FFF;
          margin-top: 16px; }
        #globalNav .megamenu-ul li::after, #localNav .megamenu-ul li::after {
          content: "";
          position: absolute;
          z-index: 2;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #FFF;
          margin-top: -16px; }
        #globalNav .megamenu-ul li a, #localNav .megamenu-ul li a {
          display: flex;
          height: 100%;
          align-items: center;
          text-decoration: none;
          font-size: 1rem;
          line-height: 1.25;
          border-left: 1px solid #FFF;
          border-right: 1px solid #FFF;
          transform: skewX(-20deg);
          position: relative; }
          #globalNav .megamenu-ul li a::before, #localNav .megamenu-ul li a::before {
            content: "";
            display: flex;
            width: calc( 100% + 2rem + 4px );
            height: 100%;
            position: absolute;
            z-index: 2;
            margin: 16px calc( -1rem - 2px );
            border-left: 1px solid #FFF;
            border-right: 1px solid #FFF; }
          #globalNav .megamenu-ul li a::after, #localNav .megamenu-ul li a::after {
            content: "";
            display: flex;
            width: calc( 100% - 1px );
            height: calc( 100% - 33px );
            position: absolute;
            top: 1px;
            left: 0.5px;
            margin: 16px 0;
            background-color: #00532e; }
          #globalNav .megamenu-ul li a .text, #localNav .megamenu-ul li a .text {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: calc( 100% - 32px );
            position: relative;
            z-index: 2;
            transform: skewX(20deg);
            color: #FFF; }
          #globalNav .megamenu-ul li a:hover::after, #localNav .megamenu-ul li a:hover::after {
            background-color: #00a058; }
        #globalNav .megamenu-ul li.use01 a::after, #localNav .megamenu-ul li.use01 a::after {
          background-color: #674694; }
        #globalNav .megamenu-ul li.use01 a .text, #localNav .megamenu-ul li.use01 a .text {
          color: #FFF; }
        #globalNav .megamenu-ul li.use01 a:hover::after, #localNav .megamenu-ul li.use01 a:hover::after {
          background-color: #8d6dba; }
        #globalNav .megamenu-ul li.use02 a::after, #localNav .megamenu-ul li.use02 a::after {
          background-color: #009055; }
        #globalNav .megamenu-ul li.use02 a .text, #localNav .megamenu-ul li.use02 a .text {
          color: #FFF; }
        #globalNav .megamenu-ul li.use02 a:hover::after, #localNav .megamenu-ul li.use02 a:hover::after {
          background-color: #00dd82; }
        #globalNav .megamenu-ul li.use03 a::after, #localNav .megamenu-ul li.use03 a::after {
          background-color: #325ea8; }
        #globalNav .megamenu-ul li.use03 a .text, #localNav .megamenu-ul li.use03 a .text {
          color: #FFF; }
        #globalNav .megamenu-ul li.use03 a:hover::after, #localNav .megamenu-ul li.use03 a:hover::after {
          background-color: #5984ce; }
        #globalNav .megamenu-ul li.use04 a::after, #localNav .megamenu-ul li.use04 a::after {
          background-color: #b92a3e; }
        #globalNav .megamenu-ul li.use04 a .text, #localNav .megamenu-ul li.use04 a .text {
          color: #FFF; }
        #globalNav .megamenu-ul li.use04 a:hover::after, #localNav .megamenu-ul li.use04 a:hover::after {
          background-color: #d95769; }
        #globalNav .megamenu-ul li.use05 a::after, #localNav .megamenu-ul li.use05 a::after {
          background-color: #dd960e; }
        #globalNav .megamenu-ul li.use05 a .text, #localNav .megamenu-ul li.use05 a .text {
          color: #000; }
        #globalNav .megamenu-ul li.use05 a:hover::after, #localNav .megamenu-ul li.use05 a:hover::after {
          background-color: #f3b744; }
        #globalNav .megamenu-ul li.use06 a::after, #localNav .megamenu-ul li.use06 a::after {
          background-color: #119bde; }
        #globalNav .megamenu-ul li.use06 a .text, #localNav .megamenu-ul li.use06 a .text {
          color: #FFF; }
        #globalNav .megamenu-ul li.use06 a:hover::after, #localNav .megamenu-ul li.use06 a:hover::after {
          background-color: #4abbf1; }
        #globalNav .megamenu-ul li.use07 a::after, #localNav .megamenu-ul li.use07 a::after {
          background-color: #d16c2a; }
        #globalNav .megamenu-ul li.use07 a .text, #localNav .megamenu-ul li.use07 a .text {
          color: #FFF; }
        #globalNav .megamenu-ul li.use07 a:hover::after, #localNav .megamenu-ul li.use07 a:hover::after {
          background-color: #e09767; }
        #globalNav .megamenu-ul li.use08 a::after, #localNav .megamenu-ul li.use08 a::after {
          background-color: #624131; }
        #globalNav .megamenu-ul li.use08 a .text, #localNav .megamenu-ul li.use08 a .text {
          color: #FFF; }
        #globalNav .megamenu-ul li.use08 a:hover::after, #localNav .megamenu-ul li.use08 a:hover::after {
          background-color: #95634b; }
        #globalNav .megamenu-ul li.use09 a::after, #localNav .megamenu-ul li.use09 a::after {
          background-color: #bd006b; }
        #globalNav .megamenu-ul li.use09 a .text, #localNav .megamenu-ul li.use09 a .text {
          color: #FFF; }
        #globalNav .megamenu-ul li.use09 a:hover::after, #localNav .megamenu-ul li.use09 a:hover::after {
          background-color: #ff0b95; }
        #globalNav .megamenu-ul li.use10 a::after, #localNav .megamenu-ul li.use10 a::after {
          background-color: #9ec24b; }
        #globalNav .megamenu-ul li.use10 a .text, #localNav .megamenu-ul li.use10 a .text {
          color: #000; }
        #globalNav .megamenu-ul li.use10 a:hover::after, #localNav .megamenu-ul li.use10 a:hover::after {
          background-color: #bdd584; }
    #globalNav > li[data-category="sdgs"] .megamenu-ul li a::after, #localNav > li[data-category="sdgs"] .megamenu-ul li a::after {
      background-color: #1968b3; }
    #globalNav > li[data-category="sdgs"] .megamenu-ul li a .text, #localNav > li[data-category="sdgs"] .megamenu-ul li a .text {
      color: #FFF; }
    #globalNav > li[data-category="sdgs"] .megamenu-ul li a:hover::after, #localNav > li[data-category="sdgs"] .megamenu-ul li a:hover::after {
      background-color: #368fe3; }

  .ttl-category-inner,
  .ttl-page {
    width: 100%;
    max-width: 1548px;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: auto;
    margin-right: auto; }

  .ttl-category-inner {
    min-height: 8.888889rem; }

  .ttl-category::before {
    width: calc( 50% + 8.888889rem ); }
  .ttl-category::after {
    width: calc( 50% + 8.888889rem );
    margin-left: -8.888889rem; }
  .ttl-category .breadcrumb + h2 {
    margin-top: 8px; }
  .ttl-category h2 {
    font-size: 2.222222rem;
    align-items: baseline; }
    .ttl-category h2 .largetext {
      font-size: 2.222222rem; }
    .ttl-category h2 .smalltext {
      font-size: 1.666666rem; }

  .ttl-page {
    font-size: 36px;
    line-height: 44px; }
    header + .ttl-page {
      margin-top: 90px; }

  .ttl-section {
    font-size: 24px;
    line-height: 32px;
    padding: 8px 14px; }

  .ttl-head-copy {
    font-size: 2rem; }
  .ttl-head + .section {
    margin-top: 60px; }

  header + .section {
    margin-top: 90px; }
  .ttl-page + .section {
    margin-top: 50px; }
  .section + .section {
    margin-top: 120px; }

  .inner + .inner {
    margin-top: 48px; }

  .ttl-section + div,
  .ttl-section + section {
    margin-top: 32px; }

  .anchor {
    margin-top: -100px;
    padding-top: 100px; }

  .privacy-dl {
    margin-top: 2em; }
    .privacy-dl > dd {
      margin-top: 0.25em; }
      .privacy-dl > dd + dt {
        margin-top: 1em; }
      .privacy-dl > dd > ol > li {
        margin-top: 0.25em;
        padding-left: 2em; }

  .privacy-note {
    margin-top: 2em; }
    .privacy-note .dotL {
      margin-top: 0.25em; }

  .privacy-contact {
    margin-top: 4em; }
    .privacy-contact-lead {
      font-size: 14px; }

  .borderTable th,
  .borderTable td {
    padding: 0.625em 1em; }

  p.kome,
  .kome li {
    font-size: 14px;
    line-height: 22px; }

  .replaceText img {
    display: block; }
  .replaceText .alt {
    display: none; }

  .googlemap {
    aspect-ratio: 4/3; }

  .standby .fade,
  .standby2 .fade {
    opacity: 0;
    transition: opacity 1.5s ease; }
  .standby .rise,
  .standby2 .rise {
    opacity: 0;
    position: relative;
    top: 100px;
    transition: opacity 1.5s ease 0.5s, top 1.5s ease 0.5s; }
  .standby.appeared .fade,
  .standby2.appeared .fade {
    opacity: 1; }
  .standby.appeared .rise,
  .standby2.appeared .rise {
    top: 0;
    opacity: 1; } }
@media screen and (max-width: 1203px) {
  /* スマホ以下 */
  html, body {
    font-size: 14px;
    line-height: 21px; } }
  @media screen and (max-width: 1203px) and (min-width: 575px) {
    html, body {
      font-size: 16px;
      line-height: 24px; } }

@media screen and (max-width: 1203px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: calc(1em + 7px); } }
  @media screen and (max-width: 1203px) and (min-width: 575px) {
    h1, h2, h3, h4, h5, h6 {
      line-height: calc(1em + 8px); } }

@media screen and (max-width: 1203px) {
  #header {
    width: 100%;
    position: relative;
    z-index: 100; }
    #header h1 img {
      height: 30px;
      width: auto;
      margin-left: 0.5rem; }

  #header01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px; }

  body:not(.index) #content {
    padding-bottom: 80px; }
  body:not(.index) #footer {
    border-top: 3px solid #00532e; } }
@media screen and (max-width: 1203px) and (min-width: 768px) {
  body:not(.index) #content {
    padding-bottom: 160px; } }
@media screen and (max-width: 1203px) {
  #footer {
    background-color: #FFF;
    text-align: center; }
    #footer #footer-container {
      padding: 60px 1rem 1.5rem;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      flex-direction: column-reverse; }
    #footer-info {
      margin-top: 4rem; }
      #footer-info .logo img {
        height: 30px;
        width: auto;
        margin-left: auto;
        margin-right: auto; }
      #footer-info #address {
        text-align: left;
        display: inline-block;
        margin: 2rem auto 0; }
        #footer-info #address address {
          font-size: 12px;
          line-height: 1.5; }
          #footer-info #address address + address {
            margin-top: 8px; }
          #footer-info #address address .headtext {
            font-weight: 600;
            pading-bottom: 2px; }
        #footer-info #address #copyright {
          text-align: center;
          margin-top: 2rem;
          font-size: 10px;
          line-height: 4em; }
    #footer-contact {
      display: flex;
      justify-content: center; }
      #footer-contact .link .contact {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 17em;
        height: 3em;
        color: #FFF;
        font-size: 1rem;
        line-height: 1.25;
        text-decoration: none;
        background-color: #00532e; }
        #footer-contact .link .contact:hover {
          background-color: #00a058; }
      #footer-contact .link .privacy {
        display: block;
        color: #333;
        line-height: 1.25;
        text-align: center; }

  .pagetop {
    right: 10px;
    bottom: 10px; }
    .pagetop a {
      width: 60px;
      height: 60px;
      font-size: 8px; }
      .pagetop a::after {
        margin-top: 6px;
        margin-bottom: 6px;
        width: 36px;
        height: 18px; }

  #localNav {
    display: none; }

  .hamburger-btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%; }
    .hamburger-btn .btn {
      width: 50px;
      height: 50px;
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #ffffffc0; }
      .hamburger-btn .btn .hamburger-lines {
        display: block;
        width: 50px;
        height: 50px;
        position: relative;
        transition: .5s right; }
        .hamburger-btn .btn .hamburger-lines .line {
          position: absolute;
          left: 0px;
          right: 0px;
          margin: auto;
          display: block;
          height: 6px;
          width: 60%;
          background-color: #00532e;
          transition-duration: 300ms;
          transform-origin: 50% 50%; }
          .hamburger-btn .btn .hamburger-lines .line:nth-child(1) {
            top: 12px; }
          .hamburger-btn .btn .hamburger-lines .line:nth-child(2) {
            top: 0px;
            bottom: 0px; }
          .hamburger-btn .btn .hamburger-lines .line:nth-child(3) {
            bottom: 12px; }
      .hamburger-btn .btn a {
        display: none; }
        .hamburger-btn .btn a img {
          height: 30px;
          width: auto;
          margin-left: 0.5rem; }
      .hamburger-btn .btn.clicked {
        width: 100%;
        background-color: #FFF; }
        .hamburger-btn .btn.clicked a {
          display: block; }
        .hamburger-btn .btn.clicked .hamburger-lines .line {
          top: 50%;
          bottom: 50%; }
          .hamburger-btn .btn.clicked .hamburger-lines .line:nth-child(1) {
            transform: rotate(45deg); }
          .hamburger-btn .btn.clicked .hamburger-lines .line:nth-child(2) {
            transform: rotate(135deg); }
          .hamburger-btn .btn.clicked .hamburger-lines .line:nth-child(3) {
            transform: rotate(315deg); }

  .hamburger-nav {
    display: none;
    position: fixed;
    left: 0;
    width: 100%; }
    .hamburger-nav#header_navigation {
      top: 50px;
      z-index: 100; }

  #header .megamenu > li a, #header .megamenu > li .navtoggle, #footer .megamenu > li a, #footer .megamenu > li .navtoggle {
    line-height: 1.25;
    padding: 1em 1rem;
    font-size: 16px;
    text-decoration: none; }

  #header .megamenu > li .megamenu-ul li a, #footer .megamenu > li .megamenu-ul li a, #localNav a {
    line-height: 1.25;
    font-size: 14px;
    padding: 0.15em 1rem;
    text-decoration: none; }

  #header .megamenu, #footer .megamenu {
    font-feature-settings: "palt"; }
    #header .megamenu > li a, #header .megamenu > li .navtoggle, #footer .megamenu > li a, #footer .megamenu > li .navtoggle {
      display: flex;
      color: #333; }
    #header .megamenu > li.megamenu-contact, #footer .megamenu > li.megamenu-contact {
      background-color: #00532e; }
      #header .megamenu > li.megamenu-contact a, #header .megamenu > li.megamenu-contact .navtoggle, #footer .megamenu > li.megamenu-contact a, #footer .megamenu > li.megamenu-contact .navtoggle {
        display: flex;
        align-items: center;
        color: #FFF; }
        #header .megamenu > li.megamenu-contact a .megamenu-contact-icon, #header .megamenu > li.megamenu-contact .navtoggle .megamenu-contact-icon, #footer .megamenu > li.megamenu-contact a .megamenu-contact-icon, #footer .megamenu > li.megamenu-contact .navtoggle .megamenu-contact-icon {
          margin-right: 0.5em; }
          #header .megamenu > li.megamenu-contact a .megamenu-contact-icon img, #header .megamenu > li.megamenu-contact .navtoggle .megamenu-contact-icon img, #footer .megamenu > li.megamenu-contact a .megamenu-contact-icon img, #footer .megamenu > li.megamenu-contact .navtoggle .megamenu-contact-icon img {
            height: 24px;
            width: auto; }
    #header .megamenu > li .menu-dropdown-icon::before, #footer .megamenu > li .menu-dropdown-icon::before {
      background-image: url(../images/sitmap_toggle.png); }
    #header .megamenu > li .megamenu-ul, #footer .megamenu > li .megamenu-ul {
      display: flex;
      flex-wrap: wrap;
      position: relative;
      background-color: #006d3c; }
      #header .megamenu > li .megamenu-ul li, #footer .megamenu > li .megamenu-ul li {
        width: 50%;
        background-color: #006d3c; }
        #header .megamenu > li .megamenu-ul li::before, #footer .megamenu > li .megamenu-ul li::before {
          content: "";
          position: absolute;
          z-index: 1;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #FFF; }
        #header .megamenu > li .megamenu-ul li:nth-of-type(odd), #footer .megamenu > li .megamenu-ul li:nth-of-type(odd) {
          border-right: 1px solid #FFF; }
        #header .megamenu > li .megamenu-ul li a, #footer .megamenu > li .megamenu-ul li a {
          padding-top: 5px;
          min-height: 3em;
          display: flex;
          align-items: center;
          color: #FFF; }
        #header .megamenu > li .megamenu-ul li.use01, #footer .megamenu > li .megamenu-ul li.use01 {
          background-color: #674694; }
          #header .megamenu > li .megamenu-ul li.use01 a, #footer .megamenu > li .megamenu-ul li.use01 a {
            color: #FFF; }
        #header .megamenu > li .megamenu-ul li.use02, #footer .megamenu > li .megamenu-ul li.use02 {
          background-color: #009055; }
          #header .megamenu > li .megamenu-ul li.use02 a, #footer .megamenu > li .megamenu-ul li.use02 a {
            color: #FFF; }
        #header .megamenu > li .megamenu-ul li.use03, #footer .megamenu > li .megamenu-ul li.use03 {
          background-color: #325ea8; }
          #header .megamenu > li .megamenu-ul li.use03 a, #footer .megamenu > li .megamenu-ul li.use03 a {
            color: #FFF; }
        #header .megamenu > li .megamenu-ul li.use04, #footer .megamenu > li .megamenu-ul li.use04 {
          background-color: #b92a3e; }
          #header .megamenu > li .megamenu-ul li.use04 a, #footer .megamenu > li .megamenu-ul li.use04 a {
            color: #FFF; }
        #header .megamenu > li .megamenu-ul li.use05, #footer .megamenu > li .megamenu-ul li.use05 {
          background-color: #dd960e; }
          #header .megamenu > li .megamenu-ul li.use05 a, #footer .megamenu > li .megamenu-ul li.use05 a {
            color: #000; }
        #header .megamenu > li .megamenu-ul li.use06, #footer .megamenu > li .megamenu-ul li.use06 {
          background-color: #119bde; }
          #header .megamenu > li .megamenu-ul li.use06 a, #footer .megamenu > li .megamenu-ul li.use06 a {
            color: #FFF; }
        #header .megamenu > li .megamenu-ul li.use07, #footer .megamenu > li .megamenu-ul li.use07 {
          background-color: #d16c2a; }
          #header .megamenu > li .megamenu-ul li.use07 a, #footer .megamenu > li .megamenu-ul li.use07 a {
            color: #FFF; }
        #header .megamenu > li .megamenu-ul li.use08, #footer .megamenu > li .megamenu-ul li.use08 {
          background-color: #624131; }
          #header .megamenu > li .megamenu-ul li.use08 a, #footer .megamenu > li .megamenu-ul li.use08 a {
            color: #FFF; }
        #header .megamenu > li .megamenu-ul li.use09, #footer .megamenu > li .megamenu-ul li.use09 {
          background-color: #bd006b; }
          #header .megamenu > li .megamenu-ul li.use09 a, #footer .megamenu > li .megamenu-ul li.use09 a {
            color: #FFF; }
        #header .megamenu > li .megamenu-ul li.use10, #footer .megamenu > li .megamenu-ul li.use10 {
          background-color: #9ec24b; }
          #header .megamenu > li .megamenu-ul li.use10 a, #footer .megamenu > li .megamenu-ul li.use10 a {
            color: #000; }
    #header .megamenu > li[data-category="sdgs"] .megamenu-ul, #footer .megamenu > li[data-category="sdgs"] .megamenu-ul {
      background-color: #1968b3; }
      #header .megamenu > li[data-category="sdgs"] .megamenu-ul li, #footer .megamenu > li[data-category="sdgs"] .megamenu-ul li {
        background-color: #1968b3; }
  #header .menu > ul, #footer .menu > ul {
    /*
    			&:before,
    			&:after {
    				content: "";
    				display: table;
    			}
    			&:after {
    				clear: both;
    			}
    			> li {
    				ul.megamenu-ul {
    					&:after {
    						clear: both;
    					}
    				}
    			}
    */ }
    #header .menu > ul > li, #footer .menu > ul > li {
      display: block; }
      #header .menu > ul > li > div, #footer .menu > ul > li > div {
        display: none;
        z-index: 99;
        left: 0;
        position: relative; }
  #header .menu .show-on-mobile, #footer .menu .show-on-mobile {
    display: block; }
  #header .menu-mobile, #footer .menu-mobile {
    display: block; }
  #header .menu-dropdown-icon, #footer .menu-dropdown-icon {
    position: relative; }
    #header .menu-dropdown-icon::before, #footer .menu-dropdown-icon::before {
      content: "";
      width: 48px;
      height: 48px;
      cursor: pointer;
      background: url(../images/sitmap_toggle.png) right 0px/48px auto no-repeat;
      margin-top: 4px;
      display: block;
      position: absolute;
      right: 0;
      top: 0; }
    #header .menu-dropdown-icon.clicked::before, #footer .menu-dropdown-icon.clicked::before {
      background-position: right -48px; }

  #globalNav {
    background-color: #e6e6e6;
    max-height: calc( 100vh - 50px );
    overflow-y: auto; }
    #globalNav > li + li {
      border-top: #FFF 1px solid; }

  #sitemap {
    background-color: #eee; }
    #sitemap .sitemap-item > li {
      border-top: #ddd 1px solid; }
    #sitemap .sitemap-item:first-child > li:first-child {
      border-top: none; }

  #localNav {
    top: 150px;
    background-color: #ddd; }
    #localNav a {
      display: block;
      color: #333; }

  .ttl-category-inner,
  .ttl-page {
    padding-left: 1rem;
    padding-right: 1rem; }

  .ttl-category-inner {
    min-height: 7.142857rem; }

  .ttl-category::before {
    width: 14.285714rem; }
  .ttl-category::after {
    width: 100%;
    margin-left: -7.142857rem; }
  .ttl-category .breadcrumb + h2 {
    margin-top: 4px; }
  .ttl-category h2 {
    font-size: 1.714285rem;
    width: calc( 100% - 5.714285rem ); }
    .ttl-category h2 .largetext {
      font-size: 1.714285rem; }
    .ttl-category h2 .smalltext {
      font-size: 1.285714rem; }

  .ttl-page {
    font-size: 24px;
    line-height: 31px; }
    header + .ttl-page {
      margin-top: 40px; }

  .ttl-section {
    font-size: 20px;
    line-height: 27px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 8px; }

  header + .section {
    margin-top: 40px; }
  .ttl-page + .section {
    margin-top: 20px; }
  .section + .section {
    margin-top: 60px; }

  .inner + .inner {
    margin-top: 1rem; }

  .ttl-section + div,
  .ttl-section + section {
    margin-top: 1rem; } }
@media screen and (max-width: 1203px) and (min-width: 768px) {
  header + .section {
    margin-top: 60px; }
  .section + .section {
    margin-top: 80px; } }
@media screen and (max-width: 1203px) {
  .privacy-dl {
    margin-top: 1em; }
    .privacy-dl > dd {
      margin-top: 0.25em; }
      .privacy-dl > dd + dt {
        margin-top: 0.5em; }
      .privacy-dl > dd > ol {
        margin-top: 0.5em; }
        .privacy-dl > dd > ol > li {
          margin-top: 0.25em;
          padding-left: 1em; }

  .privacy-note {
    margin-top: 1em; }
    .privacy-note .dotL {
      margin-top: 0.5em; }

  .privacy-contact {
    margin-top: 2em; }
    .privacy-contact-lead {
      font-size: 12px; }

  .borderTable th,
  .borderTable td {
    padding: 0.25em 0.5em; }

  .blockTable th,
  .blockTable td {
    display: block; }

  p.kome,
  .kome li {
    font-size: 12px;
    line-height: 20px; }

  .replaceText img {
    display: none; }
  .replaceText .alt {
    display: inline; }

  .googlemap {
    aspect-ratio: 1/1; } }
