@charset "UTF-8";
/* Bootstrap */
/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #346097;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #A50F19;
  --bs-orange: #A94611;
  --bs-yellow: #F5F507;
  --bs-green: #406C03;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #007bff;
  --bs-secondary: #6c757d;
  --bs-success: #83A23B;
  --bs-info: #17A2B8;
  --bs-warning: #F9CA25;
  --bs-danger: #9A2428;
  --bs-light: #F8F9FA;
  --bs-dark: #343A40;
  --bs-font-sans-serif: Arial, sans-serif;
  --bs-font-monospace: monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
*, *::before, *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title], abbr[data-bs-original-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: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b, strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: underline;
}
a:hover {
  color: #0062cc;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre, code, kbd, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img, svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  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-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.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.3333333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
.g-0, .gx-0 {
  --bs-gutter-x: 0;
}
.g-0, .gy-0 {
  --bs-gutter-y: 0;
}
.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.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.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.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.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.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.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.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.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.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.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #ffffff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.form-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}
.form-check-input:checked {
  background-color: #007bff;
  border-color: #007bff;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #007bff;
  border-color: #007bff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380bdff'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control, .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #83A23B;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000000;
  background-color: rgba(131, 162, 59, 0.9);
  border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #83A23B;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2383A23B' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #83A23B;
  box-shadow: 0 0 0 0.25rem rgba(131, 162, 59, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #83A23B;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2383A23B' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #83A23B;
  box-shadow: 0 0 0 0.25rem rgba(131, 162, 59, 0.25);
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #83A23B;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #83A23B;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(131, 162, 59, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #83A23B;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #9A2428;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(154, 36, 40, 0.9);
  border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #9A2428;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%239A2428'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%239A2428' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #9A2428;
  box-shadow: 0 0 0 0.25rem rgba(154, 36, 40, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #9A2428;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%239A2428'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%239A2428' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #9A2428;
  box-shadow: 0 0 0 0.25rem rgba(154, 36, 40, 0.25);
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #9A2428;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #9A2428;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(154, 36, 40, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #9A2428;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #000000;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #000000;
  background-color: #268fff;
  border-color: #1a88ff;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000000;
  background-color: #268fff;
  border-color: #1a88ff;
  box-shadow: 0 0 0 0.25rem rgba(0, 105, 217, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000000;
  background-color: #3395ff;
  border-color: #1a88ff;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 105, 217, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000000;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #ffffff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-success {
  color: #000000;
  background-color: #83A23B;
  border-color: #83A23B;
}
.btn-success:hover {
  color: #000000;
  background-color: #96b058;
  border-color: #8fab4f;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000000;
  background-color: #96b058;
  border-color: #8fab4f;
  box-shadow: 0 0 0 0.25rem rgba(111, 138, 50, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000000;
  background-color: #9cb562;
  border-color: #8fab4f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(111, 138, 50, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000000;
  background-color: #83A23B;
  border-color: #83A23B;
}
.btn-info {
  color: #000000;
  background-color: #17A2B8;
  border-color: #17A2B8;
}
.btn-info:hover {
  color: #000000;
  background-color: #3ab0c3;
  border-color: #2eabbf;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000000;
  background-color: #3ab0c3;
  border-color: #2eabbf;
  box-shadow: 0 0 0 0.25rem rgba(20, 138, 156, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000000;
  background-color: #45b5c6;
  border-color: #2eabbf;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(20, 138, 156, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000000;
  background-color: #17A2B8;
  border-color: #17A2B8;
}
.btn-warning {
  color: #000000;
  background-color: #F9CA25;
  border-color: #F9CA25;
}
.btn-warning:hover {
  color: #000000;
  background-color: #fad246;
  border-color: #facf3b;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000000;
  background-color: #fad246;
  border-color: #facf3b;
  box-shadow: 0 0 0 0.25rem rgba(212, 172, 31, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000000;
  background-color: #fad551;
  border-color: #facf3b;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(212, 172, 31, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000000;
  background-color: #F9CA25;
  border-color: #F9CA25;
}
.btn-danger {
  color: #ffffff;
  background-color: #9A2428;
  border-color: #9A2428;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #831f22;
  border-color: #7b1d20;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #ffffff;
  background-color: #831f22;
  border-color: #7b1d20;
  box-shadow: 0 0 0 0.25rem rgba(169, 69, 72, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #7b1d20;
  border-color: #741b1e;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(169, 69, 72, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #ffffff;
  background-color: #9A2428;
  border-color: #9A2428;
}
.btn-light {
  color: #000000;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-light:hover {
  color: #000000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000000;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-dark {
  color: #ffffff;
  background-color: #343A40;
  border-color: #343A40;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #2c3136;
  border-color: #2a2e33;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #ffffff;
  background-color: #2c3136;
  border-color: #2a2e33;
  box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #2a2e33;
  border-color: #272c30;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #ffffff;
  background-color: #343A40;
  border-color: #343A40;
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #000000;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000000;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-success {
  color: #83A23B;
  border-color: #83A23B;
}
.btn-outline-success:hover {
  color: #000000;
  background-color: #83A23B;
  border-color: #83A23B;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(131, 162, 59, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000000;
  background-color: #83A23B;
  border-color: #83A23B;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(131, 162, 59, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #83A23B;
  background-color: transparent;
}
.btn-outline-info {
  color: #17A2B8;
  border-color: #17A2B8;
}
.btn-outline-info:hover {
  color: #000000;
  background-color: #17A2B8;
  border-color: #17A2B8;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000000;
  background-color: #17A2B8;
  border-color: #17A2B8;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #17A2B8;
  background-color: transparent;
}
.btn-outline-warning {
  color: #F9CA25;
  border-color: #F9CA25;
}
.btn-outline-warning:hover {
  color: #000000;
  background-color: #F9CA25;
  border-color: #F9CA25;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 202, 37, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000000;
  background-color: #F9CA25;
  border-color: #F9CA25;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 202, 37, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #F9CA25;
  background-color: transparent;
}
.btn-outline-danger {
  color: #9A2428;
  border-color: #9A2428;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #9A2428;
  border-color: #9A2428;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(154, 36, 40, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #ffffff;
  background-color: #9A2428;
  border-color: #9A2428;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(154, 36, 40, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #9A2428;
  background-color: transparent;
}
.btn-outline-light {
  color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-outline-light:hover {
  color: #000000;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000000;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #F8F9FA;
  background-color: transparent;
}
.btn-outline-dark {
  color: #343A40;
  border-color: #343A40;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #343A40;
  border-color: #343A40;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #ffffff;
  background-color: #343A40;
  border-color: #343A40;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #343A40;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0062cc;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup, .dropend, .dropdown, .dropstart {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #ffffff;
  background-color: #007bff;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n + 3), .btn-group > :not(.btn-check) + .btn, .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #007bff;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0062cc;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #007bff;
}
.nav-fill > .nav-link, .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link, .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #007bff;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0062cc;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0062cc;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #004a99;
  background-color: #cce5ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004a99;
  background-color: #b8cee6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #004a99;
  border-color: #004a99;
}
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-success {
  color: #4f6123;
  background-color: #e6ecd8;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #4f6123;
  background-color: #cfd4c2;
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #4f6123;
  border-color: #4f6123;
}
.list-group-item-info {
  color: #0e616e;
  background-color: #d1ecf1;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0e616e;
  background-color: #bcd4d9;
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #0e616e;
  border-color: #0e616e;
}
.list-group-item-warning {
  color: #64510f;
  background-color: #fef4d3;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #64510f;
  background-color: #e5dcbe;
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #64510f;
  border-color: #64510f;
}
.list-group-item-danger {
  color: #5c1618;
  background-color: #ebd3d4;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #5c1618;
  background-color: #d4bebf;
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #5c1618;
  border-color: #5c1618;
}
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-dark {
  color: #1f2326;
  background-color: #d6d8d9;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1f2326;
  background-color: #c1c2c3;
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #1f2326;
  border-color: #1f2326;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}
/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
  transform: translateX(-100%);
}
/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #ffffff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000000;
}
.carousel-dark .carousel-caption {
  color: #000000;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #007bff;
}
.link-primary:hover, .link-primary:focus {
  color: #3395ff;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}
.link-success {
  color: #83A23B;
}
.link-success:hover, .link-success:focus {
  color: #9cb562;
}
.link-info {
  color: #17A2B8;
}
.link-info:hover, .link-info:focus {
  color: #45b5c6;
}
.link-warning {
  color: #F9CA25;
}
.link-warning:hover, .link-warning:focus {
  color: #fad551;
}
.link-danger {
  color: #9A2428;
}
.link-danger:hover, .link-danger:focus {
  color: #7b1d20;
}
.link-light {
  color: #F8F9FA;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}
.link-dark {
  color: #343A40;
}
.link-dark:hover, .link-dark:focus {
  color: #2a2e33;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #83A23B !important;
}
.border-info {
  border-color: #17A2B8 !important;
}
.border-warning {
  border-color: #F9CA25 !important;
}
.border-danger {
  border-color: #9A2428 !important;
}
.border-light {
  border-color: #F8F9FA !important;
}
.border-dark {
  border-color: #343A40 !important;
}
.border-white {
  border-color: #ffffff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.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;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
  color: #007bff !important;
}
.text-secondary {
  color: #6c757d !important;
}
.text-success {
  color: #83A23B !important;
}
.text-info {
  color: #17A2B8 !important;
}
.text-warning {
  color: #F9CA25 !important;
}
.text-danger {
  color: #9A2428 !important;
}
.text-light {
  color: #F8F9FA !important;
}
.text-dark {
  color: #343A40 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  color: inherit !important;
}
.bg-primary {
  background-color: #007bff !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
.bg-success {
  background-color: #83A23B !important;
}
.bg-info {
  background-color: #17A2B8 !important;
}
.bg-warning {
  background-color: #F9CA25 !important;
}
.bg-danger {
  background-color: #9A2428 !important;
}
.bg-light {
  background-color: #F8F9FA !important;
}
.bg-dark {
  background-color: #343A40 !important;
}
.bg-body {
  background-color: #ffffff !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .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-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .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;
  }
  .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-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .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;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .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-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .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;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .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-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .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;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .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-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .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;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.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-6 {
  order: 6 !important;
}
.order-7 {
  order: 7 !important;
}
.order-8 {
  order: 8 !important;
}
.order-9 {
  order: 9 !important;
}
.order-10 {
  order: 10 !important;
}
.order-11 {
  order: 11 !important;
}
.order-12 {
  order: 12 !important;
}
.order-13 {
  order: 13 !important;
}
.order-14 {
  order: 14 !important;
}
.order-15 {
  order: 15 !important;
}
.order-16 {
  order: 16 !important;
}
.order-17 {
  order: 17 !important;
}
.order-18 {
  order: 18 !important;
}
.order-19 {
  order: 19 !important;
}
.order-20 {
  order: 20 !important;
}
.p-0 {
  padding: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.ps-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pe-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
}
.px-1 {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
}
.py-1 {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
}
.pt-1 {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
}
.ps-1 {
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
}
.pb-1 {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
}
.pe-1 {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
}
.p-2 {
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
}
.px-2 {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
}
.py-2 {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
}
.pt-2 {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
}
.ps-2 {
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
}
.pb-2 {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
}
.pe-2 {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
}
.p-3 {
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
}
.px-3 {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
}
.py-3 {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
}
.pt-3 {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
}
.ps-3 {
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
}
.pb-3 {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
}
.pe-3 {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
}
.p-4 {
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
}
.px-4 {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
}
.py-4 {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
}
.pt-4 {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
}
.ps-4 {
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
}
.pb-4 {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
}
.pe-4 {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
}
.p-5 {
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
}
.px-5 {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
}
.py-5 {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
}
.pt-5 {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
}
.ps-5 {
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
}
.pb-5 {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
}
.pe-5 {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
}
.p-6 {
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
}
.px-6 {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
}
.py-6 {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
}
.pt-6 {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
}
.ps-6 {
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
}
.pb-6 {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
}
.pe-6 {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
}
.p-7 {
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
}
.px-7 {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
}
.py-7 {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
}
.pt-7 {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
}
.ps-7 {
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
}
.pb-7 {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
}
.pe-7 {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
}
.p-8 {
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
}
.px-8 {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
}
.py-8 {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
}
.pt-8 {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
}
.ps-8 {
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
}
.pb-8 {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
}
.pe-8 {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
}
.p-9 {
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
}
.px-9 {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
}
.py-9 {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
}
.pt-9 {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
}
.ps-9 {
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
}
.pb-9 {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
}
.pe-9 {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
}
.p-auto {
  padding: auto !important;
}
.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}
.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}
.pt-auto {
  padding-top: auto !important;
}
.ps-auto {
  padding-right: auto !important;
}
.pb-auto {
  padding-bottom: auto !important;
}
.pe-auto {
  padding-left: auto !important;
}
.m-0 {
  margin: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.ms-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.me-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
}
.mx-1 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
}
.my-1 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
}
.mt-1 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
}
.ms-1 {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
}
.mb-1 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
}
.me-1 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
}
.m-2 {
  margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
}
.mx-2 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
}
.my-2 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
}
.mt-2 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
}
.ms-2 {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
}
.mb-2 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
}
.me-2 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
}
.m-3 {
  margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
}
.mx-3 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
}
.my-3 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
}
.mt-3 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
}
.ms-3 {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
}
.mb-3 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
}
.me-3 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
}
.m-4 {
  margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
}
.mx-4 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
}
.my-4 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
}
.mt-4 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
}
.ms-4 {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
}
.mb-4 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
}
.me-4 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
}
.m-5 {
  margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
}
.mx-5 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
}
.my-5 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
}
.mt-5 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
}
.ms-5 {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
}
.mb-5 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
}
.me-5 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
}
.m-6 {
  margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
}
.mx-6 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
}
.my-6 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
}
.mt-6 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
}
.ms-6 {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
}
.mb-6 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
}
.me-6 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
}
.m-7 {
  margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
}
.mx-7 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
}
.my-7 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
}
.mt-7 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
}
.ms-7 {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
}
.mb-7 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
}
.me-7 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
}
.m-8 {
  margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
}
.mx-8 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
}
.my-8 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
}
.mt-8 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
}
.ms-8 {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
}
.mb-8 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
}
.me-8 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
}
.m-9 {
  margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
}
.mx-9 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
}
.my-9 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
}
.mt-9 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
}
.ms-9 {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
}
.mb-9 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
}
.me-9 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
}
.m-auto {
  margin: auto !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.ms-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.me-auto {
  margin-left: auto !important;
}
.-m-1 {
  margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
}
.-mx-1 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
}
.-my-1 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
}
.-mt-1 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
}
.-ms-1 {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
}
.-mb-1 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
}
.-me-1 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
}
.-m-2 {
  margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
}
.-mx-2 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
}
.-my-2 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
}
.-mt-2 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
}
.-ms-2 {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
}
.-mb-2 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
}
.-me-2 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
}
.-m-3 {
  margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
}
.-mx-3 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
}
.-my-3 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
}
.-mt-3 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
}
.-ms-3 {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
}
.-mb-3 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
}
.-me-3 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
}
.-m-4 {
  margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
}
.-mx-4 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
}
.-my-4 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
}
.-mt-4 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
}
.-ms-4 {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
}
.-mb-4 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
}
.-me-4 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
}
.-m-5 {
  margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
}
.-mx-5 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
}
.-my-5 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
}
.-mt-5 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
}
.-ms-5 {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
}
.-mb-5 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
}
.-me-5 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
}
.-m-6 {
  margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
}
.-mx-6 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
}
.-my-6 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
}
.-mt-6 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
}
.-ms-6 {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
}
.-mb-6 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
}
.-me-6 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
}
.-m-7 {
  margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
}
.-mx-7 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
}
.-my-7 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
}
.-mt-7 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
}
.-ms-7 {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
}
.-mb-7 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
}
.-me-7 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
}
.-m-8 {
  margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
}
.-mx-8 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
}
.-my-8 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
}
.-mt-8 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
}
.-ms-8 {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
}
.-mb-8 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
}
.-me-8 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
}
.-m-9 {
  margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
}
.-mx-9 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
}
.-my-9 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
}
.-mt-9 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
}
.-ms-9 {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
}
.-mb-9 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
}
.-me-9 {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
}
@media (min-width: 576px) {
  .p-sm-0 {
    padding: 0 !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .ps-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pe-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .px-sm-1 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .py-sm-1 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .pt-sm-1 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .ps-sm-1 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .pb-sm-1 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .pe-sm-1 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .p-sm-2 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .px-sm-2 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .py-sm-2 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .pt-sm-2 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .ps-sm-2 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .pb-sm-2 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .pe-sm-2 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .p-sm-3 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .px-sm-3 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .py-sm-3 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .pt-sm-3 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .ps-sm-3 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .pb-sm-3 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .pe-sm-3 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .p-sm-4 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .px-sm-4 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .py-sm-4 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .pt-sm-4 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .ps-sm-4 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .pb-sm-4 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .pe-sm-4 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .p-sm-5 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .px-sm-5 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .py-sm-5 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .pt-sm-5 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .ps-sm-5 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .pb-sm-5 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .pe-sm-5 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .p-sm-6 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .px-sm-6 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .py-sm-6 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .pt-sm-6 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .ps-sm-6 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .pb-sm-6 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .pe-sm-6 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .p-sm-7 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .px-sm-7 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .py-sm-7 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .pt-sm-7 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .ps-sm-7 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .pb-sm-7 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .pe-sm-7 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .p-sm-8 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .px-sm-8 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .py-sm-8 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .pt-sm-8 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .ps-sm-8 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .pb-sm-8 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .pe-sm-8 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .p-sm-9 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .px-sm-9 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .py-sm-9 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .pt-sm-9 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .ps-sm-9 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .pb-sm-9 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .pe-sm-9 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .p-sm-auto {
    padding: auto !important;
  }
  .px-sm-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .py-sm-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .pt-sm-auto {
    padding-top: auto !important;
  }
  .ps-sm-auto {
    padding-right: auto !important;
  }
  .pb-sm-auto {
    padding-bottom: auto !important;
  }
  .pe-sm-auto {
    padding-left: auto !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .ms-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .me-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .mx-sm-1 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .my-sm-1 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .mt-sm-1 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .ms-sm-1 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .mb-sm-1 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .me-sm-1 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .m-sm-2 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .mx-sm-2 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .my-sm-2 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .mt-sm-2 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .ms-sm-2 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .mb-sm-2 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .me-sm-2 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .m-sm-3 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .mx-sm-3 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .my-sm-3 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .mt-sm-3 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .ms-sm-3 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .mb-sm-3 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .me-sm-3 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .m-sm-4 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .mx-sm-4 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .my-sm-4 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .mt-sm-4 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .ms-sm-4 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .mb-sm-4 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .me-sm-4 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .m-sm-5 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .mx-sm-5 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .my-sm-5 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .mt-sm-5 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .ms-sm-5 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .mb-sm-5 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .me-sm-5 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .m-sm-6 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .mx-sm-6 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .my-sm-6 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .mt-sm-6 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .ms-sm-6 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .mb-sm-6 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .me-sm-6 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .m-sm-7 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .mx-sm-7 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .my-sm-7 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .mt-sm-7 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .ms-sm-7 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .mb-sm-7 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .me-sm-7 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .m-sm-8 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .mx-sm-8 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .my-sm-8 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .mt-sm-8 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .ms-sm-8 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .mb-sm-8 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .me-sm-8 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .m-sm-9 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .mx-sm-9 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .my-sm-9 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .mt-sm-9 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .ms-sm-9 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .mb-sm-9 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .me-sm-9 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .ms-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .me-sm-auto {
    margin-left: auto !important;
  }
  .-m-sm-1 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-mx-sm-1 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-my-sm-1 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-mt-sm-1 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-ms-sm-1 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-mb-sm-1 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-me-sm-1 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-m-sm-2 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-mx-sm-2 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-my-sm-2 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-mt-sm-2 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-ms-sm-2 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-mb-sm-2 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-me-sm-2 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-m-sm-3 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-mx-sm-3 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-my-sm-3 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-mt-sm-3 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-ms-sm-3 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-mb-sm-3 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-me-sm-3 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-m-sm-4 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-mx-sm-4 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-my-sm-4 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-mt-sm-4 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-ms-sm-4 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-mb-sm-4 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-me-sm-4 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-m-sm-5 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-mx-sm-5 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-my-sm-5 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-mt-sm-5 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-ms-sm-5 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-mb-sm-5 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-me-sm-5 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-m-sm-6 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-mx-sm-6 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-my-sm-6 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-mt-sm-6 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-ms-sm-6 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-mb-sm-6 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-me-sm-6 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-m-sm-7 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-mx-sm-7 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-my-sm-7 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-mt-sm-7 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-ms-sm-7 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-mb-sm-7 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-me-sm-7 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-m-sm-8 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-mx-sm-8 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-my-sm-8 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-mt-sm-8 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-ms-sm-8 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-mb-sm-8 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-me-sm-8 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-m-sm-9 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-mx-sm-9 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-my-sm-9 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-mt-sm-9 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-ms-sm-9 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-mb-sm-9 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-me-sm-9 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
}
@media (min-width: 768px) {
  .p-md-0 {
    padding: 0 !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .ps-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pe-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .px-md-1 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .py-md-1 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .pt-md-1 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .ps-md-1 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .pb-md-1 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .pe-md-1 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .p-md-2 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .px-md-2 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .py-md-2 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .pt-md-2 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .ps-md-2 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .pb-md-2 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .pe-md-2 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .p-md-3 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .px-md-3 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .py-md-3 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .pt-md-3 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .ps-md-3 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .pb-md-3 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .pe-md-3 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .p-md-4 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .px-md-4 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .py-md-4 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .pt-md-4 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .ps-md-4 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .pb-md-4 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .pe-md-4 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .p-md-5 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .px-md-5 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .py-md-5 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .pt-md-5 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .ps-md-5 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .pb-md-5 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .pe-md-5 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .p-md-6 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .px-md-6 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .py-md-6 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .pt-md-6 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .ps-md-6 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .pb-md-6 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .pe-md-6 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .p-md-7 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .px-md-7 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .py-md-7 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .pt-md-7 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .ps-md-7 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .pb-md-7 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .pe-md-7 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .p-md-8 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .px-md-8 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .py-md-8 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .pt-md-8 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .ps-md-8 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .pb-md-8 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .pe-md-8 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .p-md-9 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .px-md-9 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .py-md-9 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .pt-md-9 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .ps-md-9 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .pb-md-9 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .pe-md-9 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .p-md-auto {
    padding: auto !important;
  }
  .px-md-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .py-md-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .pt-md-auto {
    padding-top: auto !important;
  }
  .ps-md-auto {
    padding-right: auto !important;
  }
  .pb-md-auto {
    padding-bottom: auto !important;
  }
  .pe-md-auto {
    padding-left: auto !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .ms-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .me-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .mx-md-1 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .my-md-1 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .mt-md-1 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .ms-md-1 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .mb-md-1 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .me-md-1 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .m-md-2 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .mx-md-2 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .my-md-2 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .mt-md-2 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .ms-md-2 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .mb-md-2 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .me-md-2 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .m-md-3 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .mx-md-3 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .my-md-3 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .mt-md-3 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .ms-md-3 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .mb-md-3 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .me-md-3 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .m-md-4 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .mx-md-4 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .my-md-4 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .mt-md-4 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .ms-md-4 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .mb-md-4 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .me-md-4 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .m-md-5 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .mx-md-5 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .my-md-5 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .mt-md-5 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .ms-md-5 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .mb-md-5 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .me-md-5 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .m-md-6 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .mx-md-6 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .my-md-6 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .mt-md-6 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .ms-md-6 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .mb-md-6 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .me-md-6 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .m-md-7 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .mx-md-7 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .my-md-7 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .mt-md-7 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .ms-md-7 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .mb-md-7 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .me-md-7 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .m-md-8 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .mx-md-8 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .my-md-8 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .mt-md-8 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .ms-md-8 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .mb-md-8 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .me-md-8 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .m-md-9 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .mx-md-9 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .my-md-9 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .mt-md-9 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .ms-md-9 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .mb-md-9 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .me-md-9 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .ms-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .me-md-auto {
    margin-left: auto !important;
  }
  .-m-md-1 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-mx-md-1 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-my-md-1 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-mt-md-1 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-ms-md-1 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-mb-md-1 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-me-md-1 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-m-md-2 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-mx-md-2 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-my-md-2 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-mt-md-2 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-ms-md-2 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-mb-md-2 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-me-md-2 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-m-md-3 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-mx-md-3 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-my-md-3 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-mt-md-3 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-ms-md-3 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-mb-md-3 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-me-md-3 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-m-md-4 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-mx-md-4 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-my-md-4 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-mt-md-4 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-ms-md-4 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-mb-md-4 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-me-md-4 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-m-md-5 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-mx-md-5 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-my-md-5 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-mt-md-5 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-ms-md-5 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-mb-md-5 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-me-md-5 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-m-md-6 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-mx-md-6 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-my-md-6 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-mt-md-6 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-ms-md-6 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-mb-md-6 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-me-md-6 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-m-md-7 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-mx-md-7 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-my-md-7 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-mt-md-7 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-ms-md-7 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-mb-md-7 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-me-md-7 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-m-md-8 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-mx-md-8 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-my-md-8 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-mt-md-8 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-ms-md-8 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-mb-md-8 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-me-md-8 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-m-md-9 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-mx-md-9 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-my-md-9 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-mt-md-9 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-ms-md-9 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-mb-md-9 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-me-md-9 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
}
@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0 !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .ps-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pe-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .px-lg-1 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .py-lg-1 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .pt-lg-1 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .ps-lg-1 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .pb-lg-1 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .pe-lg-1 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .p-lg-2 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .px-lg-2 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .py-lg-2 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .pt-lg-2 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .ps-lg-2 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .pb-lg-2 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .pe-lg-2 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .p-lg-3 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .px-lg-3 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .py-lg-3 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .pt-lg-3 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .ps-lg-3 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .pb-lg-3 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .pe-lg-3 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .p-lg-4 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .px-lg-4 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .py-lg-4 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .pt-lg-4 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .ps-lg-4 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .pb-lg-4 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .pe-lg-4 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .p-lg-5 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .px-lg-5 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .py-lg-5 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .pt-lg-5 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .ps-lg-5 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .pb-lg-5 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .pe-lg-5 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .p-lg-6 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .px-lg-6 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .py-lg-6 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .pt-lg-6 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .ps-lg-6 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .pb-lg-6 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .pe-lg-6 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .p-lg-7 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .px-lg-7 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .py-lg-7 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .pt-lg-7 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .ps-lg-7 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .pb-lg-7 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .pe-lg-7 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .p-lg-8 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .px-lg-8 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .py-lg-8 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .pt-lg-8 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .ps-lg-8 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .pb-lg-8 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .pe-lg-8 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .p-lg-9 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .px-lg-9 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .py-lg-9 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .pt-lg-9 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .ps-lg-9 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .pb-lg-9 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .pe-lg-9 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .p-lg-auto {
    padding: auto !important;
  }
  .px-lg-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .py-lg-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .pt-lg-auto {
    padding-top: auto !important;
  }
  .ps-lg-auto {
    padding-right: auto !important;
  }
  .pb-lg-auto {
    padding-bottom: auto !important;
  }
  .pe-lg-auto {
    padding-left: auto !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .ms-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .me-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .mx-lg-1 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .my-lg-1 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .mt-lg-1 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .ms-lg-1 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .mb-lg-1 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .me-lg-1 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .m-lg-2 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .mx-lg-2 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .my-lg-2 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .mt-lg-2 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .ms-lg-2 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .mb-lg-2 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .me-lg-2 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .m-lg-3 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .mx-lg-3 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .my-lg-3 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .mt-lg-3 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .ms-lg-3 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .mb-lg-3 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .me-lg-3 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .m-lg-4 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .mx-lg-4 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .my-lg-4 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .mt-lg-4 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .ms-lg-4 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .mb-lg-4 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .me-lg-4 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .m-lg-5 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .mx-lg-5 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .my-lg-5 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .mt-lg-5 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .ms-lg-5 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .mb-lg-5 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .me-lg-5 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .m-lg-6 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .mx-lg-6 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .my-lg-6 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .mt-lg-6 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .ms-lg-6 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .mb-lg-6 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .me-lg-6 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .m-lg-7 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .mx-lg-7 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .my-lg-7 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .mt-lg-7 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .ms-lg-7 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .mb-lg-7 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .me-lg-7 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .m-lg-8 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .mx-lg-8 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .my-lg-8 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .mt-lg-8 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .ms-lg-8 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .mb-lg-8 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .me-lg-8 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .m-lg-9 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .mx-lg-9 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .my-lg-9 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .mt-lg-9 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .ms-lg-9 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .mb-lg-9 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .me-lg-9 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .ms-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .me-lg-auto {
    margin-left: auto !important;
  }
  .-m-lg-1 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-mx-lg-1 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-my-lg-1 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-mt-lg-1 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-ms-lg-1 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-mb-lg-1 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-me-lg-1 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-m-lg-2 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-mx-lg-2 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-my-lg-2 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-mt-lg-2 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-ms-lg-2 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-mb-lg-2 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-me-lg-2 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-m-lg-3 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-mx-lg-3 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-my-lg-3 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-mt-lg-3 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-ms-lg-3 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-mb-lg-3 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-me-lg-3 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-m-lg-4 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-mx-lg-4 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-my-lg-4 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-mt-lg-4 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-ms-lg-4 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-mb-lg-4 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-me-lg-4 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-m-lg-5 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-mx-lg-5 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-my-lg-5 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-mt-lg-5 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-ms-lg-5 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-mb-lg-5 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-me-lg-5 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-m-lg-6 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-mx-lg-6 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-my-lg-6 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-mt-lg-6 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-ms-lg-6 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-mb-lg-6 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-me-lg-6 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-m-lg-7 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-mx-lg-7 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-my-lg-7 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-mt-lg-7 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-ms-lg-7 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-mb-lg-7 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-me-lg-7 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-m-lg-8 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-mx-lg-8 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-my-lg-8 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-mt-lg-8 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-ms-lg-8 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-mb-lg-8 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-me-lg-8 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-m-lg-9 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-mx-lg-9 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-my-lg-9 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-mt-lg-9 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-ms-lg-9 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-mb-lg-9 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-me-lg-9 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-0 {
    padding: 0 !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .ps-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pe-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .px-xl-1 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .py-xl-1 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .pt-xl-1 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .ps-xl-1 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .pb-xl-1 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .pe-xl-1 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .p-xl-2 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .px-xl-2 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .py-xl-2 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .pt-xl-2 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .ps-xl-2 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .pb-xl-2 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .pe-xl-2 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .p-xl-3 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .px-xl-3 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .py-xl-3 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .pt-xl-3 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .ps-xl-3 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .pb-xl-3 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .pe-xl-3 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .p-xl-4 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .px-xl-4 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .py-xl-4 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .pt-xl-4 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .ps-xl-4 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .pb-xl-4 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .pe-xl-4 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .p-xl-5 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .px-xl-5 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .py-xl-5 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .pt-xl-5 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .ps-xl-5 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .pb-xl-5 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .pe-xl-5 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .p-xl-6 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .px-xl-6 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .py-xl-6 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .pt-xl-6 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .ps-xl-6 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .pb-xl-6 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .pe-xl-6 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .p-xl-7 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .px-xl-7 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .py-xl-7 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .pt-xl-7 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .ps-xl-7 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .pb-xl-7 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .pe-xl-7 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .p-xl-8 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .px-xl-8 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .py-xl-8 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .pt-xl-8 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .ps-xl-8 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .pb-xl-8 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .pe-xl-8 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .p-xl-9 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .px-xl-9 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .py-xl-9 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .pt-xl-9 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .ps-xl-9 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .pb-xl-9 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .pe-xl-9 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .p-xl-auto {
    padding: auto !important;
  }
  .px-xl-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .py-xl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .pt-xl-auto {
    padding-top: auto !important;
  }
  .ps-xl-auto {
    padding-right: auto !important;
  }
  .pb-xl-auto {
    padding-bottom: auto !important;
  }
  .pe-xl-auto {
    padding-left: auto !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .ms-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .me-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .mx-xl-1 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .my-xl-1 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .mt-xl-1 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .ms-xl-1 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .mb-xl-1 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .me-xl-1 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .m-xl-2 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .mx-xl-2 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .my-xl-2 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .mt-xl-2 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .ms-xl-2 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .mb-xl-2 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .me-xl-2 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .m-xl-3 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .mx-xl-3 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .my-xl-3 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .mt-xl-3 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .ms-xl-3 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .mb-xl-3 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .me-xl-3 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .m-xl-4 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .mx-xl-4 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .my-xl-4 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .mt-xl-4 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .ms-xl-4 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .mb-xl-4 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .me-xl-4 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .m-xl-5 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .mx-xl-5 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .my-xl-5 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .mt-xl-5 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .ms-xl-5 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .mb-xl-5 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .me-xl-5 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .m-xl-6 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .mx-xl-6 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .my-xl-6 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .mt-xl-6 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .ms-xl-6 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .mb-xl-6 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .me-xl-6 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .m-xl-7 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .mx-xl-7 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .my-xl-7 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .mt-xl-7 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .ms-xl-7 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .mb-xl-7 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .me-xl-7 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .m-xl-8 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .mx-xl-8 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .my-xl-8 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .mt-xl-8 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .ms-xl-8 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .mb-xl-8 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .me-xl-8 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .m-xl-9 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .mx-xl-9 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .my-xl-9 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .mt-xl-9 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .ms-xl-9 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .mb-xl-9 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .me-xl-9 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .ms-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .me-xl-auto {
    margin-left: auto !important;
  }
  .-m-xl-1 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-mx-xl-1 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-my-xl-1 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-mt-xl-1 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-ms-xl-1 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-mb-xl-1 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-me-xl-1 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-m-xl-2 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-mx-xl-2 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-my-xl-2 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-mt-xl-2 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-ms-xl-2 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-mb-xl-2 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-me-xl-2 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-m-xl-3 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-mx-xl-3 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-my-xl-3 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-mt-xl-3 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-ms-xl-3 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-mb-xl-3 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-me-xl-3 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-m-xl-4 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-mx-xl-4 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-my-xl-4 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-mt-xl-4 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-ms-xl-4 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-mb-xl-4 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-me-xl-4 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-m-xl-5 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-mx-xl-5 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-my-xl-5 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-mt-xl-5 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-ms-xl-5 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-mb-xl-5 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-me-xl-5 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-m-xl-6 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-mx-xl-6 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-my-xl-6 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-mt-xl-6 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-ms-xl-6 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-mb-xl-6 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-me-xl-6 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-m-xl-7 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-mx-xl-7 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-my-xl-7 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-mt-xl-7 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-ms-xl-7 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-mb-xl-7 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-me-xl-7 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-m-xl-8 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-mx-xl-8 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-my-xl-8 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-mt-xl-8 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-ms-xl-8 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-mb-xl-8 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-me-xl-8 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-m-xl-9 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-mx-xl-9 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-my-xl-9 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-mt-xl-9 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-ms-xl-9 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-mb-xl-9 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-me-xl-9 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
}
@media (min-width: 1400px) {
  .p-xxl-0 {
    padding: 0 !important;
  }
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .ps-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pe-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .px-xxl-1 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .py-xxl-1 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .pt-xxl-1 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .ps-xxl-1 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .pb-xxl-1 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .pe-xxl-1 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .p-xxl-2 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .px-xxl-2 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .py-xxl-2 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .pt-xxl-2 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .ps-xxl-2 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .pb-xxl-2 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .pe-xxl-2 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .p-xxl-3 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .px-xxl-3 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .py-xxl-3 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .pt-xxl-3 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .ps-xxl-3 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .pb-xxl-3 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .pe-xxl-3 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .p-xxl-4 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .px-xxl-4 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .py-xxl-4 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .pt-xxl-4 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .ps-xxl-4 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .pb-xxl-4 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .pe-xxl-4 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .p-xxl-5 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .px-xxl-5 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .py-xxl-5 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .pt-xxl-5 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .ps-xxl-5 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .pb-xxl-5 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .pe-xxl-5 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .p-xxl-6 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .px-xxl-6 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .py-xxl-6 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .pt-xxl-6 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .ps-xxl-6 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .pb-xxl-6 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .pe-xxl-6 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .p-xxl-7 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .px-xxl-7 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .py-xxl-7 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .pt-xxl-7 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .ps-xxl-7 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .pb-xxl-7 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .pe-xxl-7 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .p-xxl-8 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .px-xxl-8 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .py-xxl-8 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .pt-xxl-8 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .ps-xxl-8 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .pb-xxl-8 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .pe-xxl-8 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .p-xxl-9 {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .px-xxl-9 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .py-xxl-9 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .pt-xxl-9 {
    padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .ps-xxl-9 {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .pb-xxl-9 {
    padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .pe-xxl-9 {
    padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .p-xxl-auto {
    padding: auto !important;
  }
  .px-xxl-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .py-xxl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .pt-xxl-auto {
    padding-top: auto !important;
  }
  .ps-xxl-auto {
    padding-right: auto !important;
  }
  .pb-xxl-auto {
    padding-bottom: auto !important;
  }
  .pe-xxl-auto {
    padding-left: auto !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .ms-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .me-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .mx-xxl-1 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .my-xxl-1 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .mt-xxl-1 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .ms-xxl-1 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .mb-xxl-1 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .me-xxl-1 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) !important;
  }
  .m-xxl-2 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .mx-xxl-2 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .my-xxl-2 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .mt-xxl-2 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .ms-xxl-2 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .mb-xxl-2 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .me-xxl-2 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3)) !important;
  }
  .m-xxl-3 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .mx-xxl-3 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .my-xxl-3 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .mt-xxl-3 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .ms-xxl-3 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .mb-xxl-3 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .me-xxl-3 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  }
  .m-xxl-4 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .mx-xxl-4 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .my-xxl-4 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .mt-xxl-4 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .ms-xxl-4 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .mb-xxl-4 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .me-xxl-4 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3)) !important;
  }
  .m-xxl-5 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .mx-xxl-5 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .my-xxl-5 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .mt-xxl-5 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .ms-xxl-5 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .mb-xxl-5 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .me-xxl-5 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75) !important;
  }
  .m-xxl-6 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .mx-xxl-6 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .my-xxl-6 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .mt-xxl-6 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .ms-xxl-6 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .mb-xxl-6 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .me-xxl-6 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) !important;
  }
  .m-xxl-7 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .mx-xxl-7 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .my-xxl-7 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .mt-xxl-7 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .ms-xxl-7 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .mb-xxl-7 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .me-xxl-7 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5) !important;
  }
  .m-xxl-8 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .mx-xxl-8 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .my-xxl-8 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .mt-xxl-8 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .ms-xxl-8 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .mb-xxl-8 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .me-xxl-8 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) !important;
  }
  .m-xxl-9 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .mx-xxl-9 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .my-xxl-9 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .mt-xxl-9 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .ms-xxl-9 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .mb-xxl-9 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .me-xxl-9 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3) !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .ms-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .me-xxl-auto {
    margin-left: auto !important;
  }
  .-m-xxl-1 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-mx-xxl-1 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-my-xxl-1 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-mt-xxl-1 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-ms-xxl-1 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-mb-xxl-1 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-me-xxl-1 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25) !important;
  }
  .-m-xxl-2 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-mx-xxl-2 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-my-xxl-2 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-mt-xxl-2 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-ms-xxl-2 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-mb-xxl-2 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-me-xxl-2 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1) !important;
  }
  .-m-xxl-3 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-mx-xxl-3 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-my-xxl-3 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-mt-xxl-3 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-ms-xxl-3 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-mb-xxl-3 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-me-xxl-3 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5) !important;
  }
  .-m-xxl-4 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-mx-xxl-4 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-my-xxl-4 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-mt-xxl-4 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-ms-xxl-4 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-mb-xxl-4 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-me-xxl-4 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1) !important;
  }
  .-m-xxl-5 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-mx-xxl-5 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-my-xxl-5 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-mt-xxl-5 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-ms-xxl-5 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-mb-xxl-5 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-me-xxl-5 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75) !important;
  }
  .-m-xxl-6 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-mx-xxl-6 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-my-xxl-6 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-mt-xxl-6 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-ms-xxl-6 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-mb-xxl-6 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-me-xxl-6 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1) !important;
  }
  .-m-xxl-7 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-mx-xxl-7 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-my-xxl-7 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-mt-xxl-7 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-ms-xxl-7 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-mb-xxl-7 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-me-xxl-7 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5) !important;
  }
  .-m-xxl-8 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-mx-xxl-8 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-my-xxl-8 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-mt-xxl-8 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-ms-xxl-8 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-mb-xxl-8 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-me-xxl-8 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2) !important;
  }
  .-m-xxl-9 {
    margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-mx-xxl-9 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-my-xxl-9 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-mt-xxl-9 {
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-ms-xxl-9 {
    margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-mb-xxl-9 {
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
  .-me-xxl-9 {
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3) !important;
  }
}
/* mixins */
/* padding */
/* margin */
/* BASIC ***********************************************/
html {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  z-index: 1;
  transition: all ease 0.3s;
  height: 100.01%;
  color: #151515;
  font-size: 1rem;
  font-size: 1rem;
  line-height: "";
  -webkit-font-smoothing: antialiased;
  font-family: Open Sans, Arial, sans-serif;
  background-color: #FFFFFF;
}
.overlay {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100.1%;
  z-index: 100;
  display: none;
  background-color: rgba(33, 33, 33, 0.35);
}
.page {
  transition: all ease 0.5s;
  overflow: hidden;
  position: relative;
  min-height: 100%;
  width: 100%;
}
.container {
  max-width: 1440px;
  padding-right: 0;
  padding-left: 0;
}
.mono {
  font-family: Courier New, Courier, monospace;
}
.gutter {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3);
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
b, strong {
  font-weight: 600;
}
p {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
  margin-bottom: 1.3rem;
}
li {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
  margin-bottom: 1.3rem;
}
ul {
  padding: 0 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
  list-style-type: square;
}
ul ul {
  padding: 0 0 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
  list-style-type: square;
}
ul ul ul {
  padding: 0 0 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3);
  list-style-type: square;
}
ol {
  padding: 0 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
}
.h1, h1 {
  color: #3E183E;
  transition: all ease 0.3s;
  font-size: calc(3 * 1rem);
  font-weight: 400;
  color: #3E183E;
  margin: {$page.typography.h1.margin};
  line-height: "";
  text-align: left;
  padding-left: {$page.typography.h1.padding};
  padding-right: {$page.typography.h1.padding};
}
.h2, h2 {
  transition: all ease 0.3s;
  font-size: calc(1.3 * 1rem);
  font-weight: 400;
  color: inherit;
  margin: 0 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  line-height: 135%;
}
.h3, h3 {
  transition: all ease 0.3s;
  font-size: calc(1.15 * 1rem);
  font-weight: 600;
  color: inherit;
  margin: 0 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  line-height: 120%;
}
.h4, h4 {
  transition: all ease 0.3s;
  font-size: calc(0.8 * 1rem);
  font-weight: 600;
  color: inherit;
  margin: 0;
  line-height: "";
}
@media screen and (min-width: 576px) {
  .h1, h1 {
    font-size: calc(3 * 1.1     * 1rem);
  }
  .h2, h2 {
    font-size: calc(1.3 * 1    * 1rem);
  }
  .h3, h3 {
    font-size: calc(1.15 * 1    * 1rem);
  }
  .h4, h4 {
    font-size: calc(0.8 * 1    * 1rem);
  }
}
@media screen and (min-width: 768px) {
  .h1, h1 {
    font-size: calc(3 * 1.2      * 1rem);
  }
  .h2, h2 {
    font-size: calc(1.3 * 1.1      * 1rem);
  }
  .h3, h3 {
    font-size: calc(1.15 * 1.05     * 1rem);
  }
  .h4, h4 {
    font-size: calc(0.8 * 1    * 1rem);
  }
}
@media screen and (min-width: 992px) {
  .h1, h1 {
    font-size: calc(3 * 1.3      * 1rem);
  }
  .h2, h2 {
    font-size: calc(1.3 * 1.15     * 1rem);
  }
  .h3, h3 {
    font-size: calc(1.15 * 1.1      * 1rem);
  }
  .h4, h4 {
    font-size: calc(0.8 * 1    * 1rem);
  }
}
@media screen and (min-width: 1280px) {
  .h1, h1 {
    font-size: calc(3 * 1.4      * 1rem);
  }
  .h2, h2 {
    font-size: calc(1.3 * 1.2      * 1rem);
  }
  .h3, h3 {
    font-size: calc(1.15 * 1.2      * 1rem);
  }
  .h4, h4 {
    font-size: calc(0.8 * 1    * 1rem);
  }
}
@media screen and (min-width: 1440px) {
  .h1, h1 {
    font-size: calc(3 * 1.5      * 1rem);
  }
  .h2, h2 {
    font-size: calc(1.3 * 1.3      * 1rem);
  }
  .h3, h3 {
    font-size: calc(1.15 * 1.25     * 1rem);
  }
  .h4, h4 {
    font-size: calc(0.8 * 1    * 1rem);
  }
}
/* special selector ************************************/
.notvissible {
  display: none !important;
  color: transparent !important;
  font-size: 0;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
.btn-close {
  font-size: 125%;
  font-weight: bold;
  cursor: pointer;
  z-index: 1007;
  position: absolute;
  top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
  right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
  border: 1px solid #151515;
  border-radius: 0;
}
/* input: range*****************************************/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="range"] {
    overflow: hidden;
    width: auto;
    height: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #DADADA;
  }
  input[type="range"]::-webkit-slider-runnable-track {
    height: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
    -webkit-appearance: none;
    color: #ffffff;
    margin-top: 0;
  }
  input[type="range"]::-webkit-slider-thumb {
    width: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
    -webkit-appearance: none;
    height: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
    cursor: ew-resize;
    background: #151515;
    box-shadow: -calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 7) 0 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 7) #ffffff;
  }
}
/* Adminpanel ******************************************/
.icon-markup svg {
  max-width: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 6);
  opacity: 0.5;
  transition: all ease 0.3s;
}
.icon-markup svg:hover {
  opacity: 1;
}
.typo3-editPanel {
  border-bottom: 5px solid #3E183E;
  font-style: italic;
  color: #3E183E;
  opacity: 0.5;
  transition: all ease 0.3s;
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
  background-color: rgba(62, 24, 62, 0.75);
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
}
.icon-markup .icon-markup svg {
  opacity: 1;
}
.typo3-editPanel:hover {
  opacity: 1;
  color: #ffffff;
}
.typo3-editPanel .icon-markup svg:hover {
  filter: invert(100%);
}
.typo3-editPanel-label:before {
  content: "Inhaltselement: ";
}
.icon-actions-edit-unhide .icon-markup svg {
  background: #963232;
}
.typo3-editPanel a {
  display: inline-block !important;
}
@media screen and (min-width: 992px) {
  [aria-expanded=false] {
    display: none;
  }
  [aria-expanded=true] {
    display: block;
    opacity: 1 !important;
  }
  [aria-hidden=true] {
    display: none;
  }
  [aria-hidden=false] {
    display: block;
    opacity: 1 !important;
  }
}
.brands {
  font-family: "FontAwesome";
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.symbol {
  font-family: "Material Symbols Sharp";
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
.symbol-outline {
  font-family: "Material Symbols Sharp";
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Fonts */
/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/Fonts/OpenSans/open-sans-v15-latin-300.eot");
  src: local("Open Sans Light"), local("OpenSans-Light"), url("/Fonts/OpenSans/open-sans-v15-latin-300.woff2") format("woff2"), url("/Fonts/OpenSans/open-sans-v15-latin-300.woff") format("woff"), url("/Fonts/OpenSans/open-sans-v15-latin-300.svg#OpenSans") format("svg");
}
/* open-sans-300italic - latin */
@font-face {
  font-family: "Open Sans";
  text-rendering: optimizeLegibility;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("/Fonts/OpenSans/open-sans-v15-latin-300italic.eot");
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url("/Fonts/OpenSans/open-sans-v15-latin-300italic.woff2") format("woff2"), url("/Fonts/OpenSans/open-sans-v15-latin-300italic.woff") format("woff"), url("/Fonts/OpenSans/open-sans-v15-latin-300italic.svg#OpenSans") format("svg");
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/Fonts/OpenSans/open-sans-v15-latin-regular.eot");
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/Fonts/OpenSans/open-sans-v15-latin-regular.woff2") format("woff2"), url("/Fonts/OpenSans/open-sans-v15-latin-regular.woff") format("woff"), url("/Fonts/OpenSans/open-sans-v15-latin-regular.svg#OpenSans") format("svg");
}
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  text-rendering: optimizeLegibility;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/Fonts/OpenSans/open-sans-v15-latin-italic.eot");
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("/Fonts/OpenSans/open-sans-v15-latin-italic.woff2") format("woff2"), url("/Fonts/OpenSans/open-sans-v15-latin-italic.woff") format("woff"), url("/Fonts/OpenSans/open-sans-v15-latin-italic.svg#OpenSans") format("svg");
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/Fonts/OpenSans/open-sans-v15-latin-600.eot");
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("/Fonts/OpenSans/open-sans-v15-latin-600.woff2") format("woff2"), url("/Fonts/OpenSans/open-sans-v15-latin-600.woff") format("woff"), url("/Fonts/OpenSans/open-sans-v15-latin-600.svg#OpenSans") format("svg");
}
/* open-sans-600italic - latin */
@font-face {
  font-family: "Open Sans";
  text-rendering: optimizeLegibility;
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/Fonts/OpenSans/open-sans-v15-latin-600italic.eot");
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("/Fonts/OpenSans/open-sans-v15-latin-600italic.woff2") format("woff2"), url("/Fonts/OpenSans/open-sans-v15-latin-600italic.woff") format("woff"), url("/Fonts/OpenSans/open-sans-v15-latin-600italic.svg#OpenSans") format("svg");
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/Fonts/OpenSans/open-sans-v15-latin-700.eot");
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/Fonts/OpenSans/open-sans-v15-latin-700.woff2") format("woff2"), url("/Fonts/OpenSans/open-sans-v15-latin-700.woff") format("woff"), url("/Fonts/OpenSans/open-sans-v15-latin-700.svg#OpenSans") format("svg");
}
/* open-sans-700italic - latin */
@font-face {
  font-family: "Open Sans";
  text-rendering: optimizeLegibility;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/Fonts/OpenSans/open-sans-v15-latin-700italic.eot");
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("/Fonts/OpenSans/open-sans-v15-latin-700italic.woff2") format("woff2"), url("/Fonts/OpenSans/open-sans-v15-latin-700italic.woff") format("woff"), url("/Fonts/OpenSans/open-sans-v15-latin-700italic.svg#OpenSans") format("svg");
}
/* Courier */
@font-face {
  font-family: 'Courier, Menlo,Monaco,Consolas,"Courier New",monospace';
}
@font-face {
  font-family: "Material Symbols Sharp";
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url("/Fonts/Material/material400-symbols-sharp.woff2") format("woff2");
}
@font-face {
  font-family: "Material Symbols Sharp";
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url("/Fonts/Material/material700-symbols-sharp.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  src: url("/Fonts/FontAwesome/fa-brands-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
/* Basics */
#jumpto {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 1001;
}
#jumpto a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 0;
  height: 0;
  overflow: hidden;
}
#jumpto a:focus, #jumpto a:active {
  left: auto;
  width: auto;
  white-space: nowrap;
  top: 0;
  height: 2rem;
  overflow: visible;
  display: block;
  color: #333;
  padding: 2px 2rem 0;
  background-color: white;
  font-weight: 600;
}
/** totop.scss *************************/
.toTop {
  display: none;
  text-decoration: none !important;
  position: fixed;
  transition: background-color ease 0.5s;
  z-index: 80;
  width: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
  height: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
  background-color: rgba(255, 255, 255, 0.7);
  bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
  right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
}
.toTop a {
  color: #333333;
  text-decoration: none !important;
}
.toTop a:before {
  content: "";
  font-family: Material Symbols Sharp;
  font-size: 175%;
}
.toTop a:hover {
  color: black;
}
.toTop span {
  display: none;
}
.toTop.fixed {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.toTop.fixed:hover {
  background-color: white;
}
figure {
  margin: 0 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
}
/* Gallery */
.ce-gallery img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.ce-border, .ce-border img {
  margin: 0 !important;
}
.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%;
}
.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%;
}
.ce-gallery img {
  display: block;
  height: auto;
}
.ce-border img {
  border: 0 solid #000;
  padding: 0;
}
.ce-align-left {
  text-align: left;
}
.ce-align-center {
  text-align: center;
}
.ce-align-right {
  text-align: right;
}
.ce-table td, .ce-table th {
  vertical-align: top;
}
.ce-gallery iframe {
  border-width: 0;
  aspect-ratio: 1.7777777778;
}
.ce-border iframe {
  border: 0 solid #000;
  padding: 0;
}
.ce-gallery figure {
  display: block;
}
.ce-gallery figcaption {
  display: block;
  font-style: italic;
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
}
.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden;
}
.ce-left .ce-gallery, .ce-column {
  float: left;
}
.ce-right .ce-gallery {
  float: right;
}
.ce-above .ce-bodytext {
  clear: both;
}
.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  overflow: auto;
}
/* Image margin */
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery {
  margin-bottom: 0;
}
.ce-above .ce-gallery {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
}
.ce-intext.ce-right .ce-gallery {
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
}
.ce-intext.ce-left .ce-gallery {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
}
.ce-below .ce-gallery {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
}
.ce-column:last-child {
  margin-right: 0;
}
.ce-row {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
}
.ce-row:last-child {
  margin-bottom: 0;
}
/* Image Above */
.ce-above .ce-gallery + h2, .ce-above .ce-gallery + .h2, .ce-above .ce-gallery + h3, .ce-above .ce-gallery + .h3, .ce-above .ce-gallery + h4, .ce-above .ce-gallery + .h4 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.ce-textpic > *.above {
  clear: both;
}
/* Text align */
.ce-headline-center {
  text-align: center;
}
.ce-headline-right {
  text-align: right;
}
/* Margin & Padding */
.frame-space-before-1 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
}
.frame-space-before-2 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
}
.frame-space-before-3 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.frame-space-before-4 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
}
.frame-space-before-5 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
}
.frame-space-before-6 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
}
.frame-space-before-7 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
}
.frame-space-before-8 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.frame-space-before-9 {
  margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3);
}
.frame-space-after-1 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
}
.frame-space-after-2 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
}
.frame-space-after-3 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.frame-space-after-4 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
}
.frame-space-after-5 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
}
.frame-space-after-6 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
}
.frame-space-after-7 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
}
.frame-space-after-8 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.frame-space-after-9 {
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3);
}
.frame-padding-before-1:not(.frame-singleaccordion) {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
}
.frame-padding-before-2:not(.frame-singleaccordion) {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
}
.frame-padding-before-3:not(.frame-singleaccordion) {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.frame-padding-before-4:not(.frame-singleaccordion) {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
}
.frame-padding-before-5:not(.frame-singleaccordion) {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
}
.frame-padding-before-6:not(.frame-singleaccordion) {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
}
.frame-padding-before-7:not(.frame-singleaccordion) {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
}
.frame-padding-before-8:not(.frame-singleaccordion) {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.frame-padding-before-9:not(.frame-singleaccordion) {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3);
}
.frame-padding-after-1:not(.frame-singleaccordion) {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
}
.frame-padding-after-2:not(.frame-singleaccordion) {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
}
.frame-padding-after-3:not(.frame-singleaccordion) {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.frame-padding-after-4:not(.frame-singleaccordion) {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
}
.frame-padding-after-5:not(.frame-singleaccordion) {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
}
.frame-padding-after-6:not(.frame-singleaccordion) {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
}
.frame-padding-after-7:not(.frame-singleaccordion) {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
}
.frame-padding-after-8:not(.frame-singleaccordion) {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.frame-padding-after-9:not(.frame-singleaccordion) {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3);
}
.frame-padding-side-1:not(.frame-singleaccordion) {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
}
.frame-padding-side-2:not(.frame-singleaccordion) {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
}
.frame-padding-side-3:not(.frame-singleaccordion) {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.frame-padding-side-4:not(.frame-singleaccordion) {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
}
.frame-padding-side-5:not(.frame-singleaccordion) {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
}
.frame-padding-side-6:not(.frame-singleaccordion) {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
}
.frame-padding-side-7:not(.frame-singleaccordion) {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
}
.frame-padding-side-8:not(.frame-singleaccordion) {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.frame-padding-side-9:not(.frame-singleaccordion) {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3);
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3);
}
.frame-padding-inner-1 .ce-bodytext {
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
}
.frame-padding-inner-2 .ce-bodytext {
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
}
.frame-padding-inner-3 .ce-bodytext {
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.frame-padding-inner-4 .ce-bodytext {
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
}
.frame-padding-inner-5 .ce-bodytext {
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
}
.frame-padding-inner-6 .ce-bodytext {
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
}
.frame-padding-inner-7 .ce-bodytext {
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
}
.frame-padding-inner-8 .ce-bodytext {
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.frame-padding-inner-9 .ce-bodytext {
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3);
}
.frame-singleaccordion.frame-padding-before-1 .accordion-body {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
}
.frame-singleaccordion.frame-padding-before-2 .accordion-body {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
}
.frame-singleaccordion.frame-padding-before-3 .accordion-body {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.frame-singleaccordion.frame-padding-before-4 .accordion-body {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
}
.frame-singleaccordion.frame-padding-before-5 .accordion-body {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
}
.frame-singleaccordion.frame-padding-before-6 .accordion-body {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
}
.frame-singleaccordion.frame-padding-before-7 .accordion-body {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
}
.frame-singleaccordion.frame-padding-before-8 .accordion-body {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.frame-singleaccordion.frame-padding-before-9 .accordion-body {
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3);
}
.frame-singleaccordion.frame-padding-after-1 .accordion-body {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
}
.frame-singleaccordion.frame-padding-after-2 .accordion-body {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
}
.frame-singleaccordion.frame-padding-after-3 .accordion-body {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.frame-singleaccordion.frame-padding-after-4 .accordion-body {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
}
.frame-singleaccordion.frame-padding-after-5 .accordion-body {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
}
.frame-singleaccordion.frame-padding-after-6 .accordion-body {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
}
.frame-singleaccordion.frame-padding-after-7 .accordion-body {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
}
.frame-singleaccordion.frame-padding-after-8 .accordion-body {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.frame-singleaccordion.frame-padding-after-9 .accordion-body {
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3);
}
.frame-singleaccordion.frame-padding-side-1 .accordion-body {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
}
.frame-singleaccordion.frame-padding-side-2 .accordion-body {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
}
.frame-singleaccordion.frame-padding-side-3 .accordion-body {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.frame-singleaccordion.frame-padding-side-4 .accordion-body {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
}
.frame-singleaccordion.frame-padding-side-5 .accordion-body {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
}
.frame-singleaccordion.frame-padding-side-6 .accordion-body {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
}
.frame-singleaccordion.frame-padding-side-7 .accordion-body {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
}
.frame-singleaccordion.frame-padding-side-8 .accordion-body {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.frame-singleaccordion.frame-padding-side-9 .accordion-body {
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3);
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3);
}
ul.ohne {
  list-style-type: none;
  padding-left: 0;
}
ul.dash {
  list-style-type: none;
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
ul.square {
  list-style-type: square;
}
ul.symbols {
  list-style-type: none;
  padding-left: 0;
}
ol.decimal {
  list-style-type: decimal;
}
ol.roman {
  list-style-type: upper-roman;
}
ol.greek {
  list-style-type: lower-greek;
}
ol.lower-alpha {
  list-style-type: lower-alpha;
}
a.link-internal::before {
  font-family: "Material Symbols Sharp";
  transform: translateY(calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .10));
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  color: #151515;
  content: "arrow_forward";
  font-family: Material Symbols Sharp;
  text-indent: 0;
  display: inline-block;
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
}
a.link-internal-blank::before, a.link-external-blank::before, a.link-external::before {
  font-family: "Material Symbols Sharp";
  transform: translateY(calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .10));
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  color: #151515;
  content: "arrow_outward";
  text-indent: 0;
  display: inline-block;
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
}
a.link-mail::before {
  font-family: "Material Symbols Sharp";
  transform: translateY(calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .10));
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  color: #151515;
  content: "mail";
  text-indent: 0;
  display: inline-block;
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
}
a.link-download::before {
  font-family: "Material Symbols Sharp";
  transform: translateY(calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .10));
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  color: #151515;
  content: "download";
  text-indent: 0;
  display: inline-block;
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
}
a.link-web::before {
  font-family: "Material Symbols Sharp";
  transform: translateY(calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .10));
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  color: #151515;
  content: "public";
  text-indent: 0;
  display: inline-block;
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
}
a.link-fax::before {
  font-family: "Material Symbols Sharp";
  transform: translateY(calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .10));
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  color: #151515;
  content: "fax";
  text-indent: 0;
  display: inline-block;
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
}
a.link-phone::before {
  font-family: "Material Symbols Sharp";
  transform: translateY(calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .10));
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  color: #151515;
  content: "phone";
  text-indent: 0;
  display: inline-block;
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
}
a.link-mobil::before {
  font-family: "Material Symbols Sharp";
  transform: translateY(calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .10));
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  color: #151515;
  content: "iphone";
  text-indent: 0;
  display: inline-block;
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
}
a.link-folder::before {
  font-family: "Material Symbols Sharp";
  transform: translateY(calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .10));
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  color: #151515;
  content: "folder";
  text-indent: 0;
  display: inline-block;
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
}
a.link-info::before {
  font-family: "Material Symbols Sharp";
  transform: translateY(calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .10));
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  color: #151515;
  content: "highlight_text_cursor";
  text-indent: 0;
  display: inline-block;
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
}
ul.dash li:before {
  content: "—";
  width: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
  margin-left: 0;
  display: inline-block;
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
}
ul a.link-info::before, ul a.link-internal::before, ul a.link-internal-blank::before, ul a.link-external-blank::before, ul a.link-external::before, ul a.link-mail::before, ul a.link-web::before, ul a.link-fax::before, ul a.link-phone::before, ul a.link-mobil::before, ul a.link-download::before {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
  padding: 0;
  width: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
ul.ohne {
  padding-left: 0;
}
.frame-type-menu_subpages li a::before, .frame-type-menu_pages li a::before {
  color: #151515;
  content: "arrow_forward";
  font-family: Material Symbols Sharp;
  text-indent: 0;
  display: inline-block;
}
.frame-noicon a.link-download::before {
  content: "";
}
/* Download in Upload*/
ul.ce-uploads {
  list-style-type: none;
}
.socialsideright {
  position: fixed;
  top: 20vH;
  right: calc(calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) * -7);
  z-index: 16;
}
.socialsideright ul.social {
  width: calc(calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) * 9) !important;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.socialsideright ul.social li {
  margin-bottom: 0;
  border: 1px solid #151515;
  border-right: 0;
  height: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
  transition: all ease 0.3s;
  margin-top: -1px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  color: #151515;
}
.socialsideright ul.social li:last-of-type {
  border-bottom: 1px solid #151515;
}
.socialsideright ul.social li a {
  color: #151515;
  text-decoration: none;
}
.socialsideright ul.social li .brands {
  text-align: center;
  display: flex;
  align-items: center;
  height: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.socialsideright ul.social li .brands a {
  font-size: 1.5rem;
  color: #151515;
  display: block;
  width: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
  text-decoration: none;
}
.socialsideright ul.social li .symbol {
  text-align: center;
  display: flex;
  align-items: center;
  height: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.socialsideright ul.social li .symbol a {
  font-size: 1.5rem;
  color: #151515;
  display: block;
  width: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
  text-decoration: none;
}
.socialsideright ul.social li:hover {
  margin-left: calc(calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) * -5) !important;
}
.socialsideleft {
  position: fixed;
  top: 20vH;
  left: calc(calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) * -7);
  z-index: 16;
}
.socialsideleft ul.social {
  width: calc(calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) * 9) !important;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.socialsideleft ul.social li {
  border-bottom: 0;
  border: 1px solid #151515;
  border-left: 0;
  flex-direction: row-reverse;
  height: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
  margin-top: -1px;
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  color: #151515;
}
.socialsideleft ul.social li:last-of-type {
  border-bottom: 1px solid #151515;
}
.socialsideleft ul.social li a {
  color: #151515;
  text-decoration: none;
}
.socialsideleft ul.social li .brands {
  text-align: center;
  display: flex;
  align-items: center;
  height: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.socialsideleft ul.social li .brands a {
  font-size: 1.5rem;
  color: #151515;
  display: block;
  width: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
  text-decoration: none;
}
.socialsideleft ul.social li .symbol {
  text-align: center;
  display: flex;
  align-items: center;
  height: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.socialsideleft ul.social li .symbol a {
  font-size: 1.5rem;
  color: #151515;
  display: block;
  width: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
  text-decoration: none;
}
.socialsideleft ul.social li:hover {
  margin-right: calc(calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) * -5) !important;
}
.socialbottom {
  margin: 0;
}
.socialbottom span.socialtext {
  display: none !important;
}
.socialbottom li {
  border-bottom: 0;
  line-height: 100%;
}
.socialbottom li span.brands {
  display: flex;
  border: 1px solid #151515;
  background-color: #ffffff;
  width: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
  height: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
  justify-content: center !important;
  align-items: center !important;
}
.socialbottom a {
  font-weight: normal;
  color: #151515;
  font-size: 1.5rem;
}
/* Styles For Tables ************************************************************************************************/
@media screen and (max-width: 767px) {
  .table-wrapper {
    overflow: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.ce-table {
  width: 100%;
  max-width: 100%;
  /* Sorting */
}
.ce-table td {
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
  vertical-align: top;
  border-top: 1px solid {$page.color.tableLineColor};
}
.ce-table th {
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
  vertical-align: top;
  border-top: 1px solid {$page.color.tableHeaderLineColor};
}
.ce-table th {
  background-color: {$page.color.tableHeader};
  color: #FFFFFF;
}
.ce-table label {
  margin-bottom: 0;
}
.ce-table p {
  margin: 0;
}
.ce-table .tablesorter-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ce-table th.tablesorter-headerDesc .tablesorter-header-inner::after, .ce-table th.tablesorter-headerAsc .tablesorter-header-inner::after {
  font-size: 70%;
  content: "";
  font-family: Material Symbols Sharp;
  padding-left: 3px;
}
.ce-table th.tablesorter-headerAsc .tablesorter-header-inner::after {
  content: "";
}
.ce-table th.tablesorter-headerDesc .tablesorter-header-inner::after {
  content: "";
}
/* Layouts */
.ce-table-stripe tbody tr:nth-of-type(even) td {
  background-color: rgba(206, 212, 218, 0.2);
}
.ce-table-colorstripe tbody tr:nth-of-type(even) td {
  background-color: rgba(66, 20, 66, 0.2);
}
.ce-table-colorstripe th, .ce-table-normalplus th {
  background-color: rgba(62, 24, 62, 0.7);
  color: #fff;
}
.ce-table-bordered thead th {
  border-right: 1px solid {$page.color.tableLineColor};
  border-bottom: 1px solid {$page.color.tableLineColor};
  border-top: 1px solid {$page.color.tableLineColor};
}
.ce-table-bordered thead th:first-of-type {
  border-left: 1px solid {$page.color.tableLineColor};
}
.ce-table-bordered td {
  border-right: 1px solid {$page.color.tableLineColor};
  border-bottom: 1px solid {$page.color.tableLineColor};
}
.ce-table-bordered td:first-of-type {
  border-left: 1px solid {$page.color.tableLineColor};
}
.ce-table-bordered tr:last-of-type td {
  border-bottom: 1px solid {$page.color.tableLineColor};
}
.ce-table-noline td {
  border: 0 !important;
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) 0;
}
.ce-table-noline thead th {
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) 0;
  vertical-align: top;
  border-top: 0;
  border-bottom: 1px solid {$page.color.tableLineColor};
  color: #333;
  background-color: transparent;
}
.ce-table-stripe tr:last-of-type td {
  border: 0 !important;
}
.ce-table-colorstripe tr:last-of-type td {
  border: 0 !important;
}
.ce-table-lined thead th {
  border-bottom: 1px solid {$page.color.tableLineColor};
}
.ce-table-lined td {
  border-bottom: 1px solid {$page.color.tableLineColor};
}
/* Fixed Layoutssets */
.frame-layout-1001 td:first-of-type {
  width: 10%;
}
.frame-layout-1001 td:last-of-type {
  width: 90%;
}
.frame-layout-1002 td:first-of-type {
  width: 20%;
}
.frame-layout-1002 td:last-of-type {
  width: 80%;
}
.frame-layout-1003 td:first-of-type {
  width: 30%;
}
.frame-layout-1003 td:last-of-type {
  width: 70%;
}
.frame-layout-1004 td:first-of-type {
  width: 40%;
}
.frame-layout-1004 td:last-of-type {
  width: 60%;
}
.frame-layout-1005 td {
  width: 50%;
}
.frame-layout-1006 td:first-of-type {
  width: 60%;
}
.frame-layout-1006 td:last-of-type {
  width: 40%;
}
.frame-layout-1007 td:first-of-type {
  width: 70%;
}
.frame-layout-1007 td:last-of-type {
  width: 30%;
}
.frame-layout-1008 td:first-of-type {
  width: 80%;
}
.frame-layout-1008 td:last-of-type {
  width: 20%;
}
.frame-layout-1009 td:first-of-type {
  width: 90%;
}
.frame-layout-1009 td:last-of-type {
  width: 10%;
}
.frame-layout-1010 td:first-of-type {
  width: 20%;
}
.frame-layout-1010 td:nth-of-type(2) {
  width: 40%;
}
.frame-layout-1010 td:last-of-type {
  width: 40%;
}
.frame-layout-1011 td {
  width: 33.3%;
}
.frame-layout-1012 td:first-of-type {
  width: 40%;
}
.frame-layout-1012 td:nth-of-type(2) {
  width: 30%;
}
.frame-layout-1012 td:last-of-type {
  width: 30%;
}
.frame-layout-1013 td:first-of-type {
  width: 50%;
}
.frame-layout-1013 td:nth-of-type(2) {
  width: 25%;
}
.frame-layout-1013 td:last-of-type {
  width: 25%;
}
.frame-layout-1014 td:first-of-type {
  width: 60%;
}
.frame-layout-1014 td:nth-of-type(2) {
  width: 20%;
}
.frame-layout-1014 td:last-of-type {
  width: 20%;
}
.frame-layout-1015 td:first-of-type {
  width: 80%;
}
.frame-layout-1015 td:nth-of-type(2) {
  width: 10%;
}
.frame-layout-1015 td:last-of-type {
  width: 10%;
}
.frame-layout-1016 td {
  width: 25%;
}
.frame-layout-1017 td {
  width: 20%;
}
.frame-layout-1017 td:first-of-type {
  width: 40%;
}
.frame-layout-1018 td {
  width: 16%;
}
.frame-layout-1018 td:first-of-type {
  width: 50%;
}
.frame-layout-1019 td {
  width: 20%;
}
.frame-layout-1020 td {
  width: 15%;
}
.frame-layout-1020 td:first-of-type {
  width: 40%;
}
.frame-layout-1021 td {
  width: 10%;
}
.frame-layout-1021 td:first-of-type {
  width: 60%;
}
.frame-layout-1022 td {
  width: 10%;
}
.frame-layout-1022 td:first-of-type {
  width: 50%;
}
.frame-layout-1023 td {
  width: 15%;
}
.frame-layout-1023 td:first-of-type {
  width: 25%;
}
.frame-layout-1024 td {
  width: 10%;
}
.frame-layout-1024 td:first-of-type {
  width: 40%;
}
.frame-layout-1025 td {
  width: 10%;
}
.frame-layout-1025 td:first-of-type {
  width: 30%;
}
.frame-layout-1026 td {
  width: 10%;
}
.frame-layout-1026 td:first-of-type {
  width: 20%;
}
.frame-layout-1027 td {
  width: 10%;
}
/* Content */
header {
  background-color: #FFFFFF;
  color: #666666;
  width: 100%;
  transition: all 0.3s;
  border-bottom: 1px solid #ccc;
  /* dyn *******************************/
  /* top *******************************/
}
header a {
  color: #666666;
  transition: color ease 1s;
  text-decoration: none;
}
header li, header p {
  margin: 0;
}
header .logo {
  transition: all ease 0.3s;
}
header .logo img {
  width: 300px;
  height: auto;
  transition: all ease 0.3s;
}
header .weblogo img {
  width: 100%;
  height: auto;
  transition: color ease 0.3s;
}
header.fixed {
  position: fixed;
  z-index: 1002;
}
header.sticky-header, header.shy-header {
  position: fixed;
  z-index: 1002;
  transition: all 0.3s;
}
header.shy-aktiv {
  box-shadow: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) 0 rgba(0, 0, 0, 0.2);
}
header.shy-aktiv .logo img {
  width: 33.33%;
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
header .toparea {
  display: flex;
  width: 100%;
  background-color: transparent;
  background-color: #3e183e;
  color: #FFFFFF !important;
  top: 0;
  z-index: 998;
  transition: color ease 0.3s;
}
header .top a {
  color: inherit;
  color: #FFFFFF;
  transition: color ease 0.3s;
}
header .top a:before {
  font-family: Material Symbols Sharp;
  font-size: 100%;
}
header .top a:hover {
  color: #FFFFFF;
}
header .top a.fontmode > span.symb {
  font-size: 100%;
  font-weight: bold;
}
header .top a.loginmode:before {
  content: "";
}
header .top a.colormode:before {
  content: "";
}
header .top a.languagemode:before {
  content: "";
}
header .top a.login:before {
  content: "";
}
header .top a.logout:before {
  content: "";
  color: #83A23B;
}
header .top a.search:before {
  content: "";
}
header .top a.searchmode:before {
  content: "";
}
header .top a.home:before {
  content: "";
}
header .top a.info:before {
  content: "";
}
header .top a.preferences:before {
  content: "";
}
header .top a.quicklinksmode:before {
  content: "";
}
header .top a.main-nav__burger {
  width: 2.5rem;
  height: 2rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
header .top a.main-nav__burger::before {
  content: "";
  position: absolute;
  border-bottom: 0.125rem solid white;
  border-top: 0.125rem solid white;
  transition: transform 0.3s;
  margin: auto;
  bottom: 0.5rem;
  top: 0.5rem;
  right: 0.25rem;
  left: 0.25rem;
}
header .top a.main-nav__burger.act:before {
  transform: rotate(45deg);
  bottom: 0;
  display: block;
  top: 0;
  height: 2px;
  background-color: white;
  border: none;
}
header .top a.main-nav__burger::after {
  content: "";
  position: absolute;
  display: block;
  transition: transform 0.3s;
  height: 0.125rem;
  background-color: #FFFFFF;
  margin: auto;
  bottom: 0;
  right: 0.25rem;
  left: 0.25rem;
  top: 0rem;
}
header .top a.main-nav__burger.act:after {
  transform: rotate(315deg);
}
header .top .funcItemTitle {
  display: none;
  font-size: 85%;
}
header .top .languagemenu {
  text-transform: uppercase;
}
header .top .languagemenu .muted {
  color: #FFFFFF;
  opacity: 0.8;
}
header .top .nav-service > li {
  position: relative;
}
header .top .nav-service > li > a {
  cursor: pointer;
  text-transform: none;
}
header .top .nav-service .tab-content .tab-pane {
  min-width: 15rem;
  width: auto;
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
  background-color: #fff;
  z-index: 997;
  box-shadow: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) 0 rgba(0, 0, 0, 0.2);
  top: auto;
  left: auto;
  right: 0;
  transform: none;
  position: absolute;
}
header .top .nav-service .tab-content .tab-pane h2, header .top .nav-service .tab-content .tab-pane .h2, header .top .nav-service .tab-content .tab-pane h3, header .top .nav-service .tab-content .tab-pane .h3, header .top .nav-service .tab-content .tab-pane h4, header .top .nav-service .tab-content .tab-pane .h4 {
  font-weight: bold;
  margin: 0;
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
  color: #151515;
  font-size: 100%;
}
header .top .nav-service .tab-content .tab-pane a.color-mode__btn {
  display: block;
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
  text-align: left;
  position: relative;
  border-width: 0;
  border-radius: 0;
  border: 1px solid transparent;
}
header .top .nav-service .tab-content .tab-pane a.color-mode__btn:hover {
  cursor: pointer;
}
header .top .nav-service .tab-content .tab-pane a.color-mode__btn > span {
  display: inline-block;
  height: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
  width: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
  border: 1px solid #808080;
  position: relative;
  top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  background: #fff;
  overflow: hidden;
}
header .top .nav-service .tab-content .tab-pane a.color-mode__btn.dark > span {
  background: #000;
}
header .top .nav-service .tab-content .tab-pane a.color-mode__btn.system > span:before {
  content: "";
  position: absolute;
  bottom: calc(clamp(12px, 2.8vw, 24px) * -1.4);
  right: calc(calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1)* -0.9);
  width: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
  height: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
  transform: rotate(-30deg);
  z-index: 1;
  background-color: #000;
}
header .top .nav-service .tab-content .tab-pane a.color-mode__btn b {
  color: #151515;
}
header .top .nav-service .tab-content .tab-pane .fsrange {
  font-size: 125%;
  cursor: pointer;
}
header .top .nav-service .tab-content .tab-pane ul {
  list-style-type: none;
}
header .top .nav-service .tab-content .tab-pane ul li {
  display: block;
  padding-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
  padding-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
}
header .top .nav-service .tab-content .tab-pane ul li a {
  padding: 0;
  color: #151515;
}
header .top .nav-service .tab-content .tab-pane ul li a:focus, header .top .nav-service .tab-content .tab-pane ul li a:hover {
  border-bottom: 1px solid #151515;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  header .funcItemTitle {
    display: inline-block;
  }
  header .notitle .funcItemTitle {
    display: none;
  }
  header .container {
    position: relative;
  }
}
main {
  /* Area Content */
  /* frame white */
  /* frame info */
  /* frame danger */
  /* frame success */
  /* frame warning */
}
main .outof {
  position: absolute;
  top: -10000rem;
}
main > .container {
  background-color: "";
}
main .content {
  padding: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
}
main .content a, main .right a {
  color: #151515;
  font-weight: 600;
  line-height: "";
  text-decoration: none;
}
main .content a:hover, main .right a:hover {
  color: #000000;
}
main hr {
  height: 2px !important;
  background-color: #3E183E;
  opacity: 0.25;
  margin: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) 0;
}
main .frame-white {
  background-color: #ffffff;
  transition: all ease 0.3s;
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
main .frame-white p:last-of-type {
  margin-bottom: 0;
}
main .frame-colored {
  background: #fbf3fb;
  transition: all ease 0.3s;
}
main .frame-colored > div {
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
main .frame-colored > h3, main .frame-colored > .h3, main .frame-colored > h2, main .frame-colored > .h2, main .frame-colored > h4, main .frame-colored > .h4 {
  margin-bottom: 0;
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  background: #752d75;
  color: #ffffff !important;
}
main .frame-colored p:last-of-type {
  margin-bottom: 0;
}
main .frame-info {
  border: 1px solid #17A2B8;
  background-color: #ebfafd;
  transition: all ease 0.3s;
}
main .frame-info > h3, main .frame-info > .h3, main .frame-info > h2, main .frame-info > .h2, main .frame-info > h4, main .frame-info > .h4 {
  color: #17A2B8;
}
main .frame-danger {
  border: 1px solid #9A2428;
  background-color: #f8dfe0;
  transition: all ease 0.3s;
}
main .frame-danger > h3, main .frame-danger > .h3, main .frame-danger > h2, main .frame-danger > .h2, main .frame-danger > h4, main .frame-danger > .h4 {
  color: #9A2428;
}
main .frame-success {
  border: 1px solid #83A23B;
  background-color: #fcfdf9;
  transition: all ease 0.3s;
}
main .frame-success > h3, main .frame-success > .h3, main .frame-success > h2, main .frame-success > .h2, main .frame-success > h4, main .frame-success > .h4 {
  color: #83A23B;
}
main .frame-warning {
  border: 1px solid #F9CA25;
  background-color: white;
  transition: all ease 0.3s;
}
main .frame-warning > h3, main .frame-warning > .h3, main .frame-warning > h2, main .frame-warning > .h2, main .frame-warning > h4, main .frame-warning > .h4 {
  color: #F9CA25;
}
main:not(.onePager) .opg > * {
  display: none;
}
main:not(.onePager) .opg:after {
  font-size: 150%;
  line-height: 130%;
  font-weight: bold;
  color: #cc0000;
  display: block;
  /*padding: $v3; */
  content: "Verhält sich wie ein Container ist nur mit Seitenlayout OnePager erlaubt.";
}
main.onePager {
  /* .opg class für onepager -> container */
}
main.onePager .content .fitinview {
  width: 100% !important;
  height: 100vH !important;
  position: relative;
  transition: all ease 0.3s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
main.onePager .content > .objectfit > .container {
  height: 100%;
  align-items: center;
  display: flex;
}
/**** Design **************************************************************************/
.page.orange .frame-colored {
  background: #fcece3;
}
.page.orange main h1, .page.orange main .h1, .page.orange main a, .page.orange .frame-colored h2, .page.orange .frame-colored .h2, .page.orange .frame-colored h3, .page.orange .frame-colored .h3, .page.orange .frame-colored h4, .page.orange .frame-colored .h4, .page.orange .frame-colored a {
  color: #A94611;
}
.page.orange .btn.btn-secondary {
  background-color: #A94611;
}
.page.orange .btn.btn-secondary a {
  color: #ffffff;
}
.page.orange hr {
  background-color: #A94611;
}
.page.orange .frame-line {
  border-bottom: 2px solid rgba(169, 70, 17, 0.5);
}
.page.orange .ce-table-colorstripe th, .page.orange .ce-table-normalplus th {
  background-color: #A94611;
}
.page.orange .ce-table-colorstripe tr:nth-child(2n) td {
  background-color: rgba(169, 70, 17, 0.2);
}
.page.orange .f3-widget-paginator .current, .page.orange .f3-widget-paginator .current a {
  background-color: #A94611;
}
.page.orange .news .article .moreNews:after {
  background-color: rgba(169, 70, 17, 0.5);
}
.page.orange .news .article:hover .moreNews:after {
  background-color: rgba(169, 70, 17, 0.75);
}
.page.orange .t3upheaderimage span.inf > p {
  background-color: rgba(169, 70, 17, 0.75);
}
.page.blue .frame-colored {
  background: #f5f8fb;
}
.page.blue main h1, .page.blue main .h1, .page.blue main a, .page.blue .frame-colored h2, .page.blue .frame-colored .h2, .page.blue .frame-colored h3, .page.blue .frame-colored .h3, .page.blue .frame-colored h4, .page.blue .frame-colored .h4, .page.blue .frame-colored a {
  color: #346097;
}
.page.blue .btn.btn-secondary {
  background-color: #346097;
}
.page.blue .btn.btn-secondary a {
  color: #ffffff;
}
.page.blue hr {
  background-color: #346097;
}
.page.blue .frame-line {
  border-bottom: 2px solid rgba(52, 96, 151, 0.5);
}
.page.blue .ce-table-colorstripe th, .page.blue .ce-table-normalplus th {
  background-color: #346097;
}
.page.blue .ce-table-colorstripe tr:nth-child(2n) td {
  background-color: rgba(52, 96, 151, 0.2);
}
.page.blue .f3-widget-paginator .current, .page.blue .f3-widget-paginator .current a {
  background-color: #346097;
}
.page.blue .news .article .moreNews:after {
  background-color: rgba(52, 96, 151, 0.5);
}
.page.blue .news .article:hover .moreNews:after {
  background-color: rgba(52, 96, 151, 0.75);
}
.page.blue .t3upheaderimage span.inf > p {
  background-color: rgba(52, 96, 151, 0.75);
}
.page.green .frame-colored {
  background: #d2fc98;
}
.page.green main h1, .page.green main .h1, .page.green main a, .page.green .frame-colored h2, .page.green .frame-colored .h2, .page.green .frame-colored h3, .page.green .frame-colored .h3, .page.green .frame-colored h4, .page.green .frame-colored .h4, .page.green .frame-colored a {
  color: #406C03;
}
.page.green .btn.btn-secondary {
  background-color: #406C03;
}
.page.green .btn.btn-secondary a {
  color: #ffffff;
}
.page.green hr {
  background-color: #406C03;
}
.page.green .frame-line {
  border-bottom: 2px solid rgba(64, 108, 3, 0.5);
}
.page.green .ce-table-colorstripe th, .page.green .ce-table-normalplus th {
  background-color: #406C03;
}
.page.green .ce-table-colorstripe tr:nth-child(2n) td {
  background-color: rgba(64, 108, 3, 0.2);
}
.page.green .f3-widget-paginator .current, .page.green .f3-widget-paginator .current a {
  background-color: #406C03;
}
.page.green .news .article .moreNews:after {
  background-color: rgba(64, 108, 3, 0.5);
}
.page.green .news .article:hover .moreNews:after {
  background-color: rgba(64, 108, 3, 0.75);
}
.page.green .t3upheaderimage span.inf > p {
  background-color: rgba(64, 108, 3, 0.75);
}
.page.grey .frame-colored {
  background: white;
}
.page.grey main h1, .page.grey main .h1, .page.grey main a, .page.grey .frame-colored h2, .page.grey .frame-colored .h2, .page.grey .frame-colored h3, .page.grey .frame-colored .h3, .page.grey .frame-colored h4, .page.grey .frame-colored .h4, .page.grey .frame-colored a {
  color: #5f5f5f;
}
.page.grey .btn.btn-secondary {
  background-color: #5f5f5f;
}
.page.grey .btn.btn-secondary a {
  color: #ffffff;
}
.page.grey hr {
  background-color: #5f5f5f;
}
.page.grey .frame-line {
  border-bottom: 2px solid rgba(95, 95, 95, 0.5);
}
.page.grey .ce-table-colorstripe th, .page.grey .ce-table-normalplus th {
  background-color: #5f5f5f;
}
.page.grey .ce-table-colorstripe tr:nth-child(2n) td {
  background-color: rgba(95, 95, 95, 0.2);
}
.page.grey .f3-widget-paginator .current, .page.grey .f3-widget-paginator .current a {
  background-color: #5f5f5f;
}
.page.grey .news .article .moreNews:after {
  background-color: rgba(95, 95, 95, 0.5);
}
.page.grey .news .article:hover .moreNews:after {
  background-color: rgba(95, 95, 95, 0.75);
}
.page.grey .t3upheaderimage span.inf > p {
  background-color: rgba(95, 95, 95, 0.75);
}
.page.red .frame-colored {
  background: #fcdddf;
}
.page.red main h1, .page.red main .h1, .page.red main a, .page.red .frame-colored h2, .page.red .frame-colored .h2, .page.red .frame-colored h3, .page.red .frame-colored .h3, .page.red .frame-colored h4, .page.red .frame-colored .h4, .page.red .frame-colored a {
  color: #A50F19;
}
.page.red .btn.btn-secondary {
  background-color: #A50F19;
}
.page.red .btn.btn-secondary a {
  color: #ffffff;
}
.page.red hr {
  background-color: #A50F19;
}
.page.red .frame-line {
  border-bottom: 2px solid rgba(165, 15, 25, 0.5);
}
.page.red .ce-table-colorstripe th, .page.red .ce-table-normalplus th {
  background-color: #A50F19;
}
.page.red .ce-table-colorstripe tr:nth-child(2n) td {
  background-color: rgba(165, 15, 25, 0.2);
}
.page.red .f3-widget-paginator .current, .page.red .f3-widget-paginator .current a {
  background-color: #A50F19;
}
.page.red .news .article .moreNews:after {
  background-color: rgba(165, 15, 25, 0.5);
}
.page.red .news .article:hover .moreNews:after {
  background-color: rgba(165, 15, 25, 0.75);
}
.page.red .t3upheaderimage span.inf > p {
  background-color: rgba(165, 15, 25, 0.75);
}
.page.turquoise .frame-colored {
  background: #e3f8f3;
}
.page.turquoise main h1, .page.turquoise main .h1, .page.turquoise main a, .page.turquoise .frame-colored h2, .page.turquoise .frame-colored .h2, .page.turquoise .frame-colored h3, .page.turquoise .frame-colored .h3, .page.turquoise .frame-colored h4, .page.turquoise .frame-colored .h4, .page.turquoise .frame-colored a {
  color: #1D725F;
}
.page.turquoise .btn.btn-secondary {
  background-color: #1D725F;
}
.page.turquoise .btn.btn-secondary a {
  color: #ffffff;
}
.page.turquoise hr {
  background-color: #1D725F;
}
.page.turquoise .frame-line {
  border-bottom: 2px solid rgba(29, 114, 95, 0.5);
}
.page.turquoise .ce-table-colorstripe th, .page.turquoise .ce-table-normalplus th {
  background-color: #1D725F;
}
.page.turquoise .ce-table-colorstripe tr:nth-child(2n) td {
  background-color: rgba(29, 114, 95, 0.2);
}
.page.turquoise .f3-widget-paginator .current, .page.turquoise .f3-widget-paginator .current a {
  background-color: #1D725F;
}
.page.turquoise .news .article .moreNews:after {
  background-color: rgba(29, 114, 95, 0.5);
}
.page.turquoise .news .article:hover .moreNews:after {
  background-color: rgba(29, 114, 95, 0.75);
}
.page.turquoise .t3upheaderimage span.inf > p {
  background-color: rgba(29, 114, 95, 0.75);
}
.page.violett .frame-colored {
  background: #f9f0f8;
}
.page.violett main h1, .page.violett main .h1, .page.violett main a, .page.violett .frame-colored h2, .page.violett .frame-colored .h2, .page.violett .frame-colored h3, .page.violett .frame-colored .h3, .page.violett .frame-colored h4, .page.violett .frame-colored .h4, .page.violett .frame-colored a {
  color: #863177;
}
.page.violett .btn.btn-secondary {
  background-color: #863177;
}
.page.violett .btn.btn-secondary a {
  color: #ffffff;
}
.page.violett hr {
  background-color: #863177;
}
.page.violett .frame-line {
  border-bottom: 2px solid rgba(134, 49, 119, 0.5);
}
.page.violett .ce-table-colorstripe th, .page.violett .ce-table-normalplus th {
  background-color: #863177;
}
.page.violett .ce-table-colorstripe tr:nth-child(2n) td {
  background-color: rgba(134, 49, 119, 0.2);
}
.page.violett .f3-widget-paginator .current, .page.violett .f3-widget-paginator .current a {
  background-color: #863177;
}
.page.violett .news .article .moreNews:after {
  background-color: rgba(134, 49, 119, 0.5);
}
.page.violett .news .article:hover .moreNews:after {
  background-color: rgba(134, 49, 119, 0.75);
}
.page.violett .t3upheaderimage span.inf > p {
  background-color: rgba(134, 49, 119, 0.75);
}
.page.yellow .frame-colored {
  background: black;
}
.page.yellow main h1, .page.yellow main .h1, .page.yellow main a, .page.yellow .frame-colored h2, .page.yellow .frame-colored .h2, .page.yellow .frame-colored h3, .page.yellow .frame-colored .h3, .page.yellow .frame-colored h4, .page.yellow .frame-colored .h4, .page.yellow .frame-colored a {
  color: #F5F507;
}
.page.yellow .btn.btn-secondary {
  background-color: #F5F507;
}
.page.yellow .btn.btn-secondary a {
  color: #ffffff;
}
.page.yellow hr {
  background-color: #F5F507;
}
.page.yellow .frame-line {
  border-bottom: 2px solid rgba(245, 245, 7, 0.5);
}
.page.yellow .ce-table-colorstripe th, .page.yellow .ce-table-normalplus th {
  background-color: #F5F507;
}
.page.yellow .ce-table-colorstripe tr:nth-child(2n) td {
  background-color: rgba(245, 245, 7, 0.2);
}
.page.yellow .f3-widget-paginator .current, .page.yellow .f3-widget-paginator .current a {
  background-color: #F5F507;
}
.page.yellow .news .article .moreNews:after {
  background-color: rgba(245, 245, 7, 0.5);
}
.page.yellow .news .article:hover .moreNews:after {
  background-color: rgba(245, 245, 7, 0.75);
}
.page.yellow .t3upheaderimage span.inf > p {
  background-color: rgba(245, 245, 7, 0.75);
}
@media screen and (min-width: 992px) {
  header .mainNavigtion [aria-expanded=false] {
    display: none;
  }
  header .mainNavigtion [aria-expanded=true] {
    display: block;
    opacity: 1 !important;
  }
  header .mainNavigtion [aria-hidden=true] {
    display: none;
  }
  header .mainNavigtion [aria-hidden=false] {
    display: block;
    opacity: 1 !important;
  }
  header .mainNavigtion ul {
    list-style: none;
    margin: 0;
    display: flex;
    padding-left: 0;
  }
  header .mainNavigtion .nav-flex {
    display: flex;
  }
  header .mainNavigtion .nav-block {
    display: block;
  }
  header ul {
    padding: 0;
    margin: 0;
  }
  header li, header p {
    margin: 0;
  }
  header li.dropmenue > span {
    cursor: pointer;
    display: inline-block;
  }
  header span.nonav1 > a {
    cursor: default;
  }
  header .standardNav .nav__level1 > li {
    position: relative;
    hyphens: none;
    text-align: center;
    border-bottom-width: 0;
    border-bottom-style: solid;
    border-bottom-color: transparent;
  }
  header .standardNav .nav__level1 > li > span, header .standardNav .nav__level1 > li > a {
    cursor: pointer;
    margin: 0;
    font-size: 90%;
    letter-spacing: 0.01em;
    transition: color ease 0.3s;
    text-transform: uppercase;
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .15) calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
    display: block;
    color: #333333;
    display: inline-block;
    font-weight: 400;
  }
  header .standardNav .nav__level1 > li.cur header .standardNav .nav__level1 > li.activated {
    border-bottom-color: #636363;
  }
  header .standardNav .nav__level1 > li.act {
    border-bottom-color: #000000;
    border-bottom-color: #646464;
  }
  header .standardNav .nav__level1 > li:hover {
    color: #000000;
    border-bottom-color: #000000;
  }
  header .standardNav .nav__level2, header .standardNav .nav__level3 {
    text-align: left;
    top: auto;
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.98);
    width: 200%;
    box-shadow: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    white-space: nowrap;
    z-index: 1002;
    transition: all ease 0.3s;
  }
  header .standardNav .nav__level2 > li, header .standardNav .nav__level3 > li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  }
  header .standardNav .nav__level2 > li.act, header .standardNav .nav__level2 > li.cur, header .standardNav .nav__level3 > li.act, header .standardNav .nav__level3 > li.cur {
    background-color: rgba(62, 24, 62, 0.05);
  }
  header .standardNav .nav__level2 > li > p, header .standardNav .nav__level2 > li > a, header .standardNav .nav__level3 > li > p, header .standardNav .nav__level3 > li > a {
    cursor: pointer;
    margin: 0;
    font-size: 90%;
    display: inline-block;
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
    transition: all ease 0.3s;
    text-align: inherit;
    width: 100%;
    white-space: normal;
    color: #333333;
  }
  header .standardNav .nav__level2 > li > li:hover, header .standardNav .nav__level2 > li.activated, header .standardNav .nav__level3 > li > li:hover, header .standardNav .nav__level3 > li.activated {
    background-color: rgba(51, 51, 51, 0.09);
  }
  header .standardNav .nav__level2 > li span, header .standardNav .nav__level3 > li span {
    align-self: stretch;
    cursor: pointer;
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) 0;
    display: block;
    text-align: center;
    width: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
    font-family: Material Symbols Sharp;
    line-height: 100%;
    color: #333333;
  }
  header .standardNav .nav__level2 > li > li:hover > span, header .standardNav .nav__level3 > li > li:hover > span {
    background-color: rgba(51, 51, 51, 0.09);
  }
  header .standardNav .nav__level3 {
    top: auto;
    width: 100%;
    left: 100%;
    margin-top: 0;
  }
  header .activeNav .nav__level1 {
    min-height: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  }
  header .activeNav .nav__level1 > li {
    hyphens: none;
    text-align: center;
    border-bottom-width: 0;
    border-bottom-style: solid;
    border-bottom-color: transparent;
  }
  header .activeNav .nav__level1 > li > a {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .15) calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
    display: inline-block;
    cursor: pointer;
    font-size: 90%;
    transition: color ease 0.3s;
    text-transform: uppercase;
    color: #333333;
    font-weight: 400;
  }
  header .activeNav .nav__level1 > li.cur {
    border-bottom-color: rgba(62, 24, 62, 0.75);
  }
  header .activeNav .nav__level1 > li.act {
    border-bottom-color: #000000;
    border-bottom-color: #646464;
  }
  header .activeNav .nav__level1 > li:hover {
    color: #000000;
    border-bottom-color: #000000;
  }
  header .activeNav .nav__level2 {
    position: absolute;
    z-index: 1004;
    width: 33.3333333%;
    list-style: none;
    left: 0;
    top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
    border-right: 1px solid #efefef;
    height: calc(100% - 2rem);
  }
  header .activeNav .nav__level3 {
    left: 100%;
    z-index: 1005;
    position: absolute;
    top: 0;
    width: 100%;
  }
  header .activeNav .nav__level4 {
    z-index: 1006;
    position: absolute;
    top: 0;
  }
  header .activeNav .subnav li {
    display: flex;
    justify-content: space-between;
  }
  header .activeNav .subnav li span {
    padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
    font-size: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
    line-height: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
    font-weight: normal;
    cursor: pointer;
  }
  header .activeNav .subnav li a {
    line-height: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .15) calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
    transition: all ease 0.3s;
  }
  header .activeNav .subnav li > a:hover {
    font-weight: bold;
  }
  header .activeNav .subnav li.activated {
    background: rgba(62, 24, 62, 0.1);
  }
  header .activeNav .subnav li.act, header .activeNav .subnav li.cur {
    background: rgba(62, 24, 62, 0.1);
  }
  header .activeNav .box {
    min-height: 350px;
    z-index: 1002;
    width: 100%;
    position: absolute;
    left: 0;
    display: none;
    margin-top: 0;
    box-shadow: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) 0 rgba(0, 0, 0, 0.2);
    background-color: white;
    overflow-x: hidden;
  }
  header .activeNav .btn-close {
    position: absolute;
    right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
    top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  }
  header .blockNav .nav__level1 > li {
    order: 2;
    hyphens: none;
  }
  header .blockNav .nav__level1 > li > span:not(.btn-close), header .blockNav .nav__level1 > li > a {
    cursor: pointer;
    font-size: 90%;
    transition: all ease 0.3s;
    font-weight: 400;
    text-transform: uppercase;
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .15) calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1) 0;
    display: block;
    width: 100%;
    text-align: inherit;
    white-space: nowrap;
    border-bottom-width: 0;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    text-transform: none;
  }
  header .blockNav .nav__level1 > li.act > a {
    border-bottom-color: #000000;
  }
  header .blockNav .nav__level2 {
    position: absolute;
    left: 0;
    background-color: rgba(255, 255, 255, 0.98);
    list-style: none;
    z-index: 1002;
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
    margin: 0;
    box-shadow: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) 0 rgba(0, 0, 0, 0.2);
    border-top: 1px solid #000;
  }
  header .blockNav .nav__level2 li {
    width: auto;
    flex: 1 1 auto !important;
    display: inline-block;
    padding: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
    vertical-align: top;
  }
  header .blockNav .nav__level2 li.halb {
    width: 50%;
  }
  header .blockNav .nav__level2 n li.drittel {
    width: 33.333%;
  }
  header .blockNav .nav__level2 li.viertel {
    width: 25%;
  }
  header .blockNav .nav__level2 li.fuenftel {
    width: 20%;
  }
  header .blockNav .nav__level2 li.sechstel {
    width: 16.666%;
  }
  header .blockNav .nav__level2 li.siebtel {
    width: 14.28%;
  }
  header .blockNav .nav__level2 li.achtel {
    width: 12.5%;
  }
  header .blockNav .nav__level2 li > span {
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #333333;
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
    display: block;
  }
  header .blockNav .nav__level3 li {
    width: auto;
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: top;
  }
  header .blockNav .nav__level3 li > a {
    border-bottom: 1px solid #333333;
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
    display: block;
  }
  header .blockNav .nav__level3 li:last-of-type > a {
    border-bottom: 0;
    padding-bottom: 0;
  }
  header .blockNav > ul > li > ul[aria-hidden=false] {
    display: flex !important;
    opacity: 1 !important;
  }
  header .blockNav .btn-close {
    position: absolute;
    right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
    top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  }
}
/* Anker-Nav ********************************************************************************************************************************************************/
@media screen and (min-width: 576px) {
  /* Anker-Nav */
  nav#sideanker {
    position: fixed;
    top: 50%;
    z-index: 9;
  }
  nav#sideanker ul {
    display: block;
    list-style-type: none;
  }
  nav#sideanker ul li {
    display: block;
    margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  }
  nav#sideanker ul a {
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
    border-radius: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
    color: transparent;
    transition: all ease 0.3s;
    background: rgba(255, 255, 255, 0);
    text-decoration: none;
  }
  nav#sideanker ul li:hover a {
    box-shadow: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) 0 rgba(0, 0, 0, 0.2);
    font-weight: bold;
    background: white;
  }
  nav#sideanker ul li a:before {
    display: none;
  }
  nav#sideanker.leftround {
    left: 0;
  }
  nav#sideanker.leftround ul li {
    padding: 0 0 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
  }
  nav#sideanker.leftround ul li:before {
    background: rgba(51, 51, 51, 0.66);
    border-radius: 50%;
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5);
    width: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
    height: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
    content: "";
    transition: all ease 0.5s;
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
    float: left;
  }
  nav#sideanker.leftround ul li:hover:before {
    background: #333;
  }
  nav#sideanker.leftsquare {
    left: 0;
  }
  nav#sideanker.leftsquare ul a {
    border-radius: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .15);
    padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  }
  nav#sideanker.leftsquare ul li {
    padding: 0 0 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
  }
  nav#sideanker.leftsquare ul li:before {
    background: rgba(51, 51, 51, 0.66);
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5);
    width: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
    height: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
    content: "";
    transition: all ease 0.5s;
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
    float: left;
  }
  nav#sideanker.leftsquare ul li:hover:before {
    background: #333;
  }
  nav#sideanker.rightround {
    right: 0;
  }
  nav#sideanker.rightround ul {
    text-align: right;
  }
  nav#sideanker.rightround ul li {
    padding: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) 0 0;
  }
  nav#sideanker.rightround ul li:after {
    background: rgba(51, 51, 51, 0.66);
    border-radius: 50%;
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5);
    width: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
    height: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
    content: "";
    transition: all ease 0.5s;
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
    float: right;
  }
  nav#sideanker.rightround ul li:hover:after {
    background: #333;
  }
  nav#sideanker.rightsquare {
    right: 0;
  }
  nav#sideanker.rightsquare ul {
    text-align: right;
  }
  nav#sideanker.rightsquare ul li {
    padding: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) 0 0;
  }
  nav#sideanker.rightsquare ul li:after {
    background: rgba(51, 51, 51, 0.66);
    margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5);
    width: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
    height: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
    content: "";
    transition: all ease 0.5s;
    margin-top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
    float: right;
  }
  nav#sideanker.rightsquare ul li:hover:after {
    background: #333;
  }
}
/* All Mobil-Nav ********************************************************************************************************************************************************/
@media screen and (max-width: 991px) {
  header ul.nav, .mm-menu span.btn-close {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  header nav#menu {
    display: block;
  }
}
.breadcrumbrow {
  font-size: 80% !important;
  line-height: 100%;
  color: rgba(21, 21, 21, 0.85);
  /*\F0D7*/
  /*\F0D8*/
  /*.navbar-nav > li.dropdown:after                  {content: '';padding: 0  !important;} */
}
.breadcrumbrow a {
  text-decoration-style: solid;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  text-decoration-color: transparent;
  transition: all ease 0.3s;
}
.breadcrumbrow a:hover, .breadcrumbrow a:focus {
  text-decoration-color: #151515;
}
.breadcrumbrow li, .breadcrumbrow p {
  margin: 0;
}
.breadcrumbrow ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbrow ol li {
  margin: 0;
  display: inline-block;
  padding: 0 0 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
  font-size: 100% !important;
  line-height: 100%;
}
.breadcrumbrow ol li a {
  color: rgba(21, 21, 21, 0.85);
  transition: all ease 0.3s;
  font-size: 100% !important;
  line-height: 100%;
}
.breadcrumbrow ol li a:hover {
  color: #151515;
}
.breadcrumbrow ol li::after {
  content: "|";
  padding: 0 0 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
}
.breadcrumbrow ol li:last-of-type::after {
  content: "";
}
.breadcrumbrow .navbar-nav {
  padding: 0;
}
.breadcrumbrow .navbar-nav > li {
  margin: 0;
  align-items: center;
}
.breadcrumbrow .navbar-nav > li > ul {
  box-shadow: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) 0 rgba(0, 0, 0, 0.2);
}
.breadcrumbrow .navbar-nav > li > a {
  font-size: 100% !important;
  color: rgba(21, 21, 21, 0.85) !important;
}
.breadcrumbrow .navbar-nav > li > span > a {
  font-size: 100% !important;
  color: rgba(21, 21, 21, 0.85) !important;
}
.breadcrumbrow .navbar-nav > li > span.home1 > a:before {
  content: "home";
  font-family: "Material Symbols Sharp";
  transform: translateY(calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .10));
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
  font-weight: 700;
}
.breadcrumbrow .navbar-nav > li:after {
  content: "|";
  padding: 0 0 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
}
.breadcrumbrow .navbar-nav > li:last-of-type::after {
  content: "" !important;
  padding: 0 !important;
}
.breadcrumbrow .navbar-nav > li > span {
  padding: 0 0 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
}
.breadcrumbrow .navbar-nav > li:first-of-type > span {
  padding: 0 0 0 0 !important;
}
.breadcrumbrow .navbar-nav a.extend {
  display: inline;
  padding: 0 0 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
}
.breadcrumbrow .navbar-nav a.extend:after {
  font-weight: bold;
  font-size: 125%;
  display: inline-block;
  color: #151515;
  text-align: center;
  padding: 3px calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
  border: 1px solid #151515;
  content: "+";
  font-family: Open Sans;
  font-weight: normal;
  min-width: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
  min-height: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
}
.breadcrumbrow .navbar-nav a.extend.show:after {
  content: "–";
}
.breadcrumbrow .navbar-nav > li:not(.dropdown)::after {
  content: "|";
  padding: 0 0 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
}
.breadcrumbrow .navbar-nav > li:last-of-type::after {
  content: "" !important;
  padding: 0 !important;
}
.breadcrumbrow .navbar-nav > span.capital::after {
  content: "|";
  padding: 0 0 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) !important;
}
.breadcrumbrow .navbar-nav > li.act a.extend:after {
  content: "–";
  color: #fff;
  border: 1px solid #000;
  background: #adb5bd;
}
.breadcrumbrow .navbar-nav li a.dropdown-item:focus {
  background: transparent;
}
.breadcrumbrow .navbar-nav li.act > ul.dropdown-menu {
  display: block;
}
.breadcrumbrow .navbar-nav ul li.cur a {
  background: #dee2e6;
}
.breadcrumbrow .dropdown-menu {
  box-shadow: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25) calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5) 0 rgba(0, 0, 0, 0.2);
}
.breadcrumbrow .dropdown-menu li a:focus {
  color: #3E183E;
}
.breadcrumbrow .dropdown-menu li {
  line-height: 135%;
}
div.breadcrumbtop {
  background: inherit;
}
footer {
  position: sticky;
  top: 100vh;
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2) 0 0 0;
  z-index: 15;
  width: 100%;
  ransition: all ease 0.3s;
  bottom: 0;
  overflow: hidden;
  color: #333333;
  background: #F2F2F3;
  /* Baseline Footer */
}
footer * {
  text-decoration: none;
  list-style: none;
}
footer .footer1 a:before, footer .footer1 a {
  color: #333333;
}
footer .footer1 a:before:hover, footer .footer1 a:hover {
  color: #000000;
}
footer .footer1 p, footer .footer1 li {
  font-size: 100%;
  line-height: "";
  margin-bottom: 0;
}
footer .footer1 h3, footer .footer1 .h3 {
  font-size: 100%;
  color: #333333;
  font-weight: bold;
}
footer .footer1 .trigger {
  line-height: 100%;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 100%;
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  font-weight: 600;
  margin: 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.25);
}
footer .footer1 .trigger:empty {
  display: none;
}
footer .footer1 .trigger::after {
  content: "+";
  font-weight: normal;
  float: right;
  padding: 0 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
  font-size: 200%;
}
footer .footer1 .trigger.active::after {
  content: "–";
}
footer .footer1 .toggle, footer .footer1 .toggle:empty {
  display: none;
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
footer .footer1 .toggle ul:not(.symbols) {
  padding: 0;
}
footer .footer1 .toggle > div > h2, footer .footer1 .toggle > div > .h2, footer .footer1 .toggle > div > h3, footer .footer1 .toggle > div > .h3 {
  display: none;
}
footer .footer3 {
  font-size: 100%;
  overflow: hidden;
  color: #333333;
  background: #F0F3F5;
}
footer .footer3 * {
  margin-bottom: 0;
}
footer .footer3 a {
  color: #333333;
  transition: all ease 0.3s;
}
footer .footer3 a:hover {
  color: #000000;
}
footer .footer3 ul {
  padding: 0;
}
footer .footer3 ul li {
  display: inline-block;
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
  margin-bottom: 0;
}
footer .footer3 .infs a {
  font-weight: normal;
}
footer .footer3 .infs a:after {
  content: "|";
  color: #333333;
  padding-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
  padding-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
}
footer .footer3 .infs span:last-of-type a:after {
  padding: 0;
  content: "";
}
footer .footer3 .pidhide {
  opacity: 0;
  transition: all ease 0.3s;
}
footer .footer3 .pidhide:hover {
  opacity: 1;
}
@media screen and (min-width: 576px) {
  footer .footer1 .toggle {
    display: block;
  }
  footer .footer1 .trigger::after {
    content: "";
  }
}
/* Bootstrap Korrektur */
a.btn-secondary {
  background-color: transparent;
}
a.btn-light {
  background-color: #ffffff;
}
.btn {
  font-size: 1rem;
  font-weight: 400 !important;
  border-radius: 0;
  border-color: #3E183E;
  color: #3E183E;
}
a.btn {
  color: #3E183E;
}
.carousel-caption {
  right: inherit;
  left: inherit;
}
/* Slider **********************************************/
.t3up_slider.imageformat1 {
  aspect-ratio: 3;
}
.t3up_slider.imageformat2 {
  aspect-ratio: 2.3333333333;
}
.t3up_slider.imageformat3 {
  aspect-ratio: 2;
}
.t3up_slider.imageformat4 {
  aspect-ratio: 1.7777777778;
}
.t3up_slider.imageformat5 {
  aspect-ratio: 1.5;
}
.t3up_slider.imageformat6 {
  aspect-ratio: 1.3333333333;
}
.t3up_slider.imageformat7 {
  aspect-ratio: 1;
}
.t3up_slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 0;
}
.t3up_slider .carousel-control-prev, .t3up_slider .carousel-control-next {
  opacity: 0;
  transition: all ease 0.3s;
}
.t3up_slider .carousel-control-prev > span, .t3up_slider .carousel-control-next > span {
  font-size: 2rem;
  padding: 2rem;
}
.t3up_slider .carousel-control-prev:focus, .t3up_slider .carousel-control-next:focus, .t3up_slider .carousel-control-prev:hover, .t3up_slider .carousel-control-next:hover {
  opacity: 0.66;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: transform 0.6s ease-in-out;
  }
}
/* Extensions  */
/* Lightbox */
/* IMAGE LIGHTBOX SELECTOR */
#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  top: 50%;
  touch-action: none;
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
}
.imagelightbox-open {
  user-select: none;
  overflow: hidden;
}
/* WITH ACTIVITY INDICATION */
.imagelightbox-loading, .imagelightbox-loading div {
  border-radius: 9999px;
}
.imagelightbox-loading {
  background-color: gray;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.65em;
  margin: -1.3em 0 0 -1.3em;
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
  /* 40 */
}
.imagelightbox-loading div {
  width: 1.3em;
  height: 1.3em;
  background-color: #fff;
  animation: imagelightbox-loading 0.5s ease infinite;
}
@keyframes imagelightbox-loading {
  from {
    opacity: 0.5;
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.5;
    transform: scale(0.75);
  }
}
/* WITH OVERLAY */
.imagelightbox-overlay {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* WITH "CLOSE" BUTTON */
.imagelightbox-close {
  cursor: pointer;
  width: 2.5em;
  /* 40 */
  height: 2.5em;
  /* 40 */
  background-color: #666;
  position: fixed;
  z-index: 10002;
  top: 2.5em;
  /* 40 */
  right: 2.5em;
  /* 40 */
  border-radius: 50%;
  transition: color 0.3s ease;
}
.imagelightbox-close:hover {
  background-color: #111;
}
.imagelightbox-close:before, .imagelightbox-close:after {
  width: 2px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px;
}
.imagelightbox-close:before {
  transform: rotate(45deg);
}
.imagelightbox-close:after {
  transform: rotate(-45deg);
}
/* WITH CAPTION */
.imagelightbox-caption {
  text-align: center;
  color: #fff;
  background-color: #666;
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625em;
  /* 10 */
}
/* WITH NAVIGATION */
.imagelightbox-nav {
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10001;
  left: 50%;
  bottom: 3.75em;
  /* 60 */
  padding: 0.313em;
  /* 5 */
  transform: translateX(-50%);
  border-radius: 20px;
}
.imagelightbox-nav a {
  position: relative;
  top: 0.2em;
  width: 1em;
  /* 20 */
  height: 1em;
  /* 20 */
  border: 1px solid #fff;
  display: inline-block;
  margin: 0 0.313em;
  /* 5 */
  border-radius: 50%;
}
.imagelightbox-nav .active {
  background-color: #fff;
}
/* WITH ARROWS */
.imagelightbox-arrow {
  cursor: pointer;
  width: 3.75em;
  /* 60 */
  height: 7.5em;
  /* 120 */
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  margin-top: -3.75em;
  /* 60 */
}
.imagelightbox-arrow:hover, .imagelightbox-arrow:focus {
  color: rgba(0, 0, 0, 0.75);
}
.imagelightbox-arrow-left {
  left: 2.5em;
  /* 40 */
  background: none;
  border: 0;
}
.imagelightbox-arrow-right {
  right: 2.5em;
  /* 40 */
  background: none;
  border: 0;
}
.imagelightbox-arrow:before {
  width: 0;
  height: 0;
  border: 1em solid transparent;
  content: "";
  display: inline-block;
  margin-bottom: -0.125em;
  /* 2 */
}
.imagelightbox-arrow-left:before {
  transition: all ease 0.3s;
  border-left: none;
  border-right-color: rgba(0, 0, 0, 0.33);
  margin-left: -0.313em;
  /* 5 */
}
.imagelightbox-arrow-right:before {
  transition: all ease 0.3s;
  border-right: none;
  border-left-color: rgba(0, 0, 0, 0.33);
  margin-right: -0.313em;
  /* 5 */
}
.imagelightbox-arrow-left:hover:before {
  border-right-color: rgba(0, 0, 0, 0.75);
}
.imagelightbox-arrow-right:hover:before {
  border-left-color: rgba(0, 0, 0, 0.75);
}
.imagelightbox-loading, .imagelightbox-overlay, .imagelightbox-close, .imagelightbox-nav, .imagelightbox-arrow {
  animation: fade-in 0.25s linear;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 41.25em) {
  /* 660 */
  #container {
    width: 100%;
  }
  .imagelightbox-close {
    top: 1.25em;
    /* 20 */
    right: 1.25em;
    /* 20 */
  }
  .imagelightbox-arrow {
    width: 2.5em;
    /* 40 */
    height: 3.75em;
    /* 60 */
    margin-top: -1.875em;
    /* 30 */
  }
  .imagelightbox-arrow-left {
    left: 1.25em;
    /* 20 */
  }
  .imagelightbox-arrow-right {
    right: 1.25em;
    /* 20 */
  }
}
@media only screen and (max-width: 20em) {
  /* 320 */
  .imagelightbox-arrow-left {
    left: 0;
  }
  .imagelightbox-arrow-right {
    right: 0;
  }
}
/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
.mm-menu {
  display: none;
}
:root {
  --mm-lineheight:22px}
.mm-hidden                                                  {display:none!important}
.mm-wrapper                                                 {overflow-x:hidden;
  position: relative;
}
.mm-menu, .mm-menu *, .mm-menu :after, .mm-menu :before {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
:root {
  --mm-blocker-visibility-delay:0.4s;
  --mm-blocker-opacity-delay:0s}
.mm-blocker                                                 {display:block;
  position: absolute;
  bottom: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  background: var(--mm-color-background);
  -webkit-transition: bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay), -webkit-transform 0.4s ease;
  transition: bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay), -webkit-transform 0.4s ease;
  -o-transition: bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay), transform 0.4s ease;
  transition: bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay), transform 0.4s ease;
  transition: bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay), transform 0.4s ease, -webkit-transform 0.4s ease;
}
.mm-blocker:focus-visible {
  opacity: 0.75;
}
.mm-btn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 50px;
  padding: 0;
}
.mm-btn--next, [dir=rtl] .mm-btn--prev {
  --mm-btn-rotate:135deg}
.mm-btn--prev,[dir=rtl] .mm-btn--next                       {--mm-btn-rotate:-45deg}
.mm-btn--next:after,
.mm-btn--prev:before                                        {content:"";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid var(--mm-color-icon);
  border-bottom: none;
  border-right: none;
  -webkit-transform: rotate(var(--mm-btn-rotate));
  -ms-transform: rotate(var(--mm-btn-rotate));
  transform: rotate(var(--mm-btn-rotate));
}
.mm-btn--prev:before {
  inset-inline-start: 23px;
}
.mm-btn--next:after {
  inset-inline-end: 23px;
}
.mm-btn--close:before {
  content: "×";
  font-size: 150%;
}
.mm-btnreset {
  padding: 0;
  background: 0 0;
  border: none;
  cursor: pointer;
}
.mm-divider {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  top: 0;
  min-height: var(--mm-lineheight);
  padding: calc((var(--mm-listitem-size) * .65 - var(--mm-lineheight)) * .5) 20px;
  font-size: 75%;
  text-transform: uppercase;
  background: var(--mm-color-background);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--mm-color-background-highlight)), to(var(--mm-color-background-highlight)));
  background-image: -o-linear-gradient(var(--mm-color-background-highlight), var(--mm-color-background-highlight));
  background-image: linear-gradient(var(--mm-color-background-highlight), var(--mm-color-background-highlight));
  opacity: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.mm-navbar:not(.mm-hidden) ~ .mm-listview .mm-divider {
  top: var(--mm-navbar-size);
}
.mm-listitem__text {
  width: 80% !important;
}
.mm-btn--next {
  width: 20% !important;
}
:root {
  --mm-listitem-size:50px}
.mm-listitem                                                {display:-webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
  margin: 0;
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
}
.mm-listitem:after {
  content: "";
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  inset-inline-start: 20px;
  inset-inline-end: 0;
  bottom: 0;
}
.mm-listitem__btn, .mm-listitem__text {
  padding: calc((var(--mm-listitem-size) - var(--mm-lineheight))/ 2) 0;
}
.mm-listitem__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-listitem__btn {
  display: block;
  position: relative;
  width: auto;
  -webkit-padding-end: 50px;
  padding-inline-end: 50px;
  border-color: inherit;
  background: rgba(3, 2, 1, 0);
}
.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 0px;
  border-left-style: solid;
}
.mm-listitem--selected > .mm-listitem__text {
  background: var(--mm-color-background-emphasis);
}
.mm-listitem--opened > .mm-listitem__btn, .mm-listitem--opened > .mm-panel {
  background: var(--mm-color-background-highlight);
}
.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-menu {
  transition: all ease 0.5s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: var(--mm-lineheight);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mm-menu.mm-menu--opened {
  display: flex;
}
.mm-menu ::-webkit-input-placeholder {
  color: var(--mm-color-text-dimmed);
}
.mm-menu ::-moz-placeholder {
  color: var(--mm-color-text-dimmed);
}
.mm-menu :-ms-input-placeholder {
  color: var(--mm-color-text-dimmed);
}
.mm-menu ::-ms-input-placeholder {
  color: var(--mm-color-text-dimmed);
}
.mm-menu ::placeholder {
  color: var(--mm-color-text-dimmed);
}
.mm-menu, .mm-menu * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mm-menu :focus, .mm-menu :focus-visible, .mm-menu:focus, .mm-menu:focus-visible {
  outline: 0;
}
.mm-menu a, .mm-menu button, .mm-menu label {
  color: inherit;
}
.mm-menu a:focus, .mm-menu button:focus, .mm-menu label:focus {
  outline: 0;
}
.mm-menu a:focus-visible, .mm-menu button:focus-visible, .mm-menu label:focus-visible {
  outline: 2px solid var(--mm-color-focusring);
  outline-offset: -5px;
}
.mm-menu input:focus, .mm-menu input:focus-visible, .mm-menu select:focus, .mm-menu select:focus-visible, .mm-menu textarea:focus, .mm-menu textarea:focus-visible {
  outline: 2px solid var(--mm-color-focusring);
  outline-offset: 2px;
}
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  text-decoration: none;
  color: inherit;
}
:root {
  --mm-navbar-size:50px}
.mm-navbar                                                  {display:-webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: var(--mm-navbar-size);
  padding-top: env(safe-area-inset-top);
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid var(--mm-color-border);
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.mm-navbar > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mm-navbar__btn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.mm-navbar__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  overflow: hidden;
}
.mm-navbar__title[href="#"] {
  pointer-events: none;
}
.mm-navbar__title > span {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-btn.mm-hidden + .mm-navbar__title:not(:last-child) {
  -webkit-padding-start: 60px;
  padding-inline-start: 60px;
  -webkit-padding-end: 10px;
  padding-inline-end: 10px;
}
.mm-btn:not(.mm-hidden) + .mm-navbar__title:last-child {
  -webkit-padding-start: 10px;
  padding-inline-start: 10px;
  -webkit-padding-end: 60px;
  padding-inline-end: 60px;
}
.mm-panel {
  --mm-panel-child-offset:100%;
  --mm-panel-parent-offset:-30%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  -webkit-transform: translate3d(var(--mm-panel-child-offset), 0, 0);
  transform: translate3d(var(--mm-panel-child-offset), 0, 0);
  -webkit-transition-property: inset-inline-start, -webkit-transform;
  transition-property: inset-inline-start, -webkit-transform;
  -o-transition-property: transform, inset-inline-start;
  transition-property: transform, inset-inline-start;
  transition-property: transform, inset-inline-start, -webkit-transform;
}
[dir=rtl] .mm-panel {
  --mm-panel-child-offset:-100%;
  --mm-panel-parent-offset:30%}
.mm-panel:after                                             {content:"";
  display: block;
  height: var(--mm-listitem-size);
}
.mm-panel:focus {
  outline: 0;
}
.mm-panel--opened {
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.mm-panel--parent {
  -webkit-transform: translate3d(var(--mm-panel-parent-offset), 0, 0);
  transform: translate3d(var(--mm-panel-parent-offset), 0, 0);
  z-index: 0;
}
.mm-panel--highest {
  z-index: 3;
}
.mm-menu--opened .mm-panel--noanimation {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.mm-panel__content {
  padding: 20px;
}
.mm-panels {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  height: 100%;
  overflow: hidden;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
}
.mm-panels:focus {
  outline: 0;
}
:root {
  --mm-toggle-size:34px}
.mm-toggle                                                  {display:-webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: calc(var(--mm-toggle-size) * 1.75);
  -ms-flex: calc(var(--mm-toggle-size) * 1.75) 0 0px;
  flex: calc(var(--mm-toggle-size) * 1.75) 0 0;
  height: var(--mm-toggle-size);
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none !important;
  border-radius: var(--mm-toggle-size);
  border: var(--mm-color-border);
  background: var(--mm-color-border);
  cursor: pointer;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}
.mm-toggle:before {
  content: "";
  aspect-ratio: 1;
  margin: 2px;
  border-radius: 100%;
  background: var(--mm-color-background);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.mm-toggle:checked {
  background: #4bd963;
}
.mm-toggle:checked:before {
  -webkit-transform: translateX(calc(var(--mm-toggle-size) * .75));
  -ms-transform: translateX(calc(var(--mm-toggle-size) * .75));
  transform: translateX(calc(var(--mm-toggle-size) * .75));
}
[dir=rtl] .mm-toggle:checked:before {
  -webkit-transform: translateX(calc(var(--mm-toggle-size) * -.75));
  -ms-transform: translateX(calc(var(--mm-toggle-size) * -.75));
  transform: translateX(calc(var(--mm-toggle-size) * -.75));
}
.mm-listitem--vertical > .mm-panel {
  position: static;
  width: 100%;
  padding: 10px 0 10px 20px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.mm-listitem--vertical > .mm-panel:after {
  content: none;
  display: none;
}
.mm-listitem--vertical:not(.mm-listitem--opened) > .mm-panel {
  display: none;
}
.mm-listitem--vertical > .mm-listitem__btn {
  height: var(--mm-listitem-size);
  bottom: auto;
}
.mm-listitem--vertical .mm-listitem:last-child:after {
  border-color: transparent;
}
.mm-listitem--opened > .mm-listitem__btn:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}
:root {
  --mm-size:80%;
  --mm-min-size:240px;
  --mm-max-size:440px}
.mm-menu--offcanvas                                         {position:fixed;
  z-index: 0;
}
.mm-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh;
  background: inherit;
}
:where(.mm-slideout) {
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  -o-transition-property: width, transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform;
}
.mm-wrapper--opened, .mm-wrapper--opened body {
  overflow: hidden;
}
.mm-wrapper__blocker {
  background: rgba(0, 0, 0, 0.4);
}
.mm-wrapper--opened .mm-wrapper__blocker {
  --mm-blocker-visibility-delay:0s;
  --mm-blocker-opacity-delay:0.4s;
  bottom: 0;
  opacity: 0.5;
}
.mm-menu {
  --mm-translate-horizontal:0;
  --mm-translate-vertical:0}
.mm-menu--position-left,
.mm-menu--position-left-front                               {right: auto;
}
.mm-menu--position-right, .mm-menu--position-right-front {
  left: auto;
}
.mm-menu--position-left, .mm-menu--position-left-front, .mm-menu--position-right, .mm-menu--position-right-front {
  width: clamp(var(--mm-min-size), var(--mm-size), var(--mm-max-size));
}
.mm-menu--position-left-front {
  --mm-translate-horizontal:-100%}
.mm-menu--position-right-front                              {--mm-translate-horizontal:100%}
.mm-menu--position-top                                      {bottom:auto}
.mm-menu--position-bottom                                   {top:auto}
.mm-menu--position-bottom,
.mm-menu--position-top                                      {width:100%;
  height: clamp(var(--mm-min-size), var(--mm-size), var(--mm-max-size));
}
.mm-menu--position-top {
  --mm-translate-vertical:-100%}
.mm-menu--position-bottom                                   {--mm-translate-vertical:100%}
.mm-menu--position-bottom,
.mm-menu--position-left-front,
.mm-menu--position-right-front,
.mm-menu--position-top                                      {z-index:2;
  -webkit-transform: translate3d(var(--mm-translate-horizontal), var(--mm-translate-vertical), 0);
  transform: translate3d(var(--mm-translate-horizontal), var(--mm-translate-vertical), 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.mm-menu--position-bottom.mm-menu--opened, .mm-menu--position-left-front.mm-menu--opened, .mm-menu--position-right-front.mm-menu--opened, .mm-menu--position-top.mm-menu--opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-wrapper--position-left {
  --mm-translate-horizontal:clamp(
      var(--mm-min-size),
      var(--mm-size),
      var(--mm-max-size)
  )}
.mm-wrapper--position-right                                 {--mm-translate-horizontal:clamp(
      calc(-1 * var(--mm-max-size)),
      calc(-1 * var(--mm-size)),
      calc(-1 * var(--mm-min-size))
  )}
.mm-wrapper--position-left .mm-slideout,
.mm-wrapper--position-right .mm-slideout                    {-webkit-transform:translate3d(0,0,0);
  transform: translate3d(0, 0, 0);
}
.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout, .mm-wrapper--position-right.mm-wrapper--opened .mm-slideout {
  -webkit-transform: translate3d(var(--mm-translate-horizontal), 0, 0);
  transform: translate3d(var(--mm-translate-horizontal), 0, 0);
}
.mm-wrapper--position-bottom .mm-wrapper__blocker, .mm-wrapper--position-left-front .mm-wrapper__blocker, .mm-wrapper--position-right-front .mm-wrapper__blocker, .mm-wrapper--position-top .mm-wrapper__blocker {
  z-index: 1;
}
.mm-menu--theme-light {
  --mm-color-background:#f3f3f3;
  --mm-color-border:rgb(0 0 0 / 0.15);
  --mm-color-icon:rgb(0 0 0 / 0.4);
  --mm-color-text:rgb(0 0 0 / 0.8);
  --mm-color-text-dimmed:rgb(0 0 0 / 0.4);
  --mm-color-background-highlight:rgb(0 0 0 / 0.05);
  --mm-color-background-emphasis:rgb(255 255 255 / 0.75);
  --mm-color-focusring:#06c}
.mm-menu--theme-light-contrast                              {--mm-color-background:#f3f3f3;
  --mm-color-border:rgb(0 0 0 / 0.5);
  --mm-color-icon:rgb(0 0 0 / 0.5);
  --mm-color-text:#000;
  --mm-color-text-dimmed:rgb(0 0 0 / 0.7);
  --mm-color-background-highlight:rgb(0 0 0 / 0.05);
  --mm-color-background-emphasis:rgb(255 255 255 / 0.9);
  --mm-color-focusring:#06c}
.mm-menu--theme-dark                                        {--mm-color-background:#333;
  --mm-color-border:rgb(0, 0, 0, 0.4);
  --mm-color-icon:rgb(255, 255, 255, 0.4);
  --mm-color-text:rgb(255, 255, 255, 0.8);
  --mm-color-text-dimmed:rgb(255, 255, 255, 0.4);
  --mm-color-background-highlight:rgb(255, 255, 255, 0.08);
  --mm-color-background-emphasis:rgb(0, 0, 0, 0.1);
  --mm-color-focusring:#06c}
.mm-menu--theme-dark-contrast                               {--mm-color-background:#333;
  --mm-color-border:rgb(255 255 255 / 0.5);
  --mm-color-icon:rgb(255 255 255 / 0.5);
  --mm-color-text:#fff;
  --mm-color-text-dimmed:rgb(255 255 255 / 0.7);
  --mm-color-background-highlight:rgb(255 255 255 / 0.1);
  --mm-color-background-emphasis:rgb(0 0 0 / 0.3);
  --mm-color-focusring:#06c}
.mm-menu--theme-white                                       {--mm-color-background:#fff;
  --mm-color-border:rgb(0 0 0 / 0.15);
  --mm-color-icon:rgb(0 0 0 / 0.3);
  --mm-color-text:rgb(0 0 0 / 0.8);
  --mm-color-text-dimmed:rgb(0 0 0 / 0.3);
  --mm-color-background-highlight:rgb(0 0 0 / 0.06);
  --mm-color-background-emphasis:rgb(0 0 0 / 0.03);
  --mm-color-focusring:#06c}
.mm-menu--theme-white-contrast                              {--mm-color-background:#fff;
  --mm-color-border:rgb(0 0 0 / 0.5);
  --mm-color-icon:rgb(0 0 0 / 0.5);
  --mm-color-text:#000;
  --mm-color-text-dimmed:rgb(0 0 0 / 0.7);
  --mm-color-background-highlight:rgb(0 0 0 / 0.07);
  --mm-color-background-emphasis:rgb(0 0 0 / 0.035);
  --mm-color-focusring:#06c}
.mm-menu--theme-black                                       {--mm-color-background:#000;
  --mm-color-border:rgb(255 255 255 / 0.2);
  --mm-color-icon:rgb(255 255 255 / 0.4);
  --mm-color-text:rgb(255 255 255 / 0.7);
  --mm-color-text-dimmed:rgb(255 255 255 / 0.4);
  --mm-color-background-highlight:rgb(255 255 255 / 0.1);
  --mm-color-background-emphasis:rgb(255 255 255 / 0.06);
  --mm-color-focusring:#06c}
.mm-menu--theme-black-contrast                              {--mm-color-background:#000;
  --mm-color-border:rgb(255 255 255 / 0.5);
  --mm-color-icon:rgb(255 255 255 / 0.5);
  --mm-color-text:#fff;
  --mm-color-text-dimmed:rgb(255 255 255 / 0.6);
  --mm-color-background-highlight:rgb(255 255 255 / 0.125);
  --mm-color-background-emphasis:rgb(255 255 255 / 0.1);
  --mm-color-focusring:#06c}
.mm-counter                                                 {display:block;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
  float: right;
  color: var(--mm-color-text-dimmed);
}
[dir=rtl] .mm-counter {
  float: left;
}
:root {
  --mm-iconbar-size:50px}
.mm-menu--iconbar-left .mm-navbars,
.mm-menu--iconbar-left .mm-panels                           {margin-left:var(--mm-iconbar-size)}
.mm-menu--iconbar-right .mm-navbars,
.mm-menu--iconbar-right .mm-panels                          {margin-right:var(--mm-iconbar-size)}
.mm-iconbar                                                 {display:none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-iconbar-size);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid;
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center;
}
.mm-menu--iconbar-left .mm-iconbar, .mm-menu--iconbar-right .mm-iconbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mm-menu--iconbar-left .mm-iconbar {
  border-right-width: 1px;
  left: 0;
}
.mm-menu--iconbar-right .mm-iconbar {
  border-left-width: 1px;
  right: 0;
}
.mm-iconbar__bottom, .mm-iconbar__top {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}
.mm-iconbar__bottom > *, .mm-iconbar__top > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: calc((var(--mm-iconbar-size) - var(--mm-lineheight))/ 2) 0;
}
.mm-iconbar__bottom a, .mm-iconbar__bottom a:hover, .mm-iconbar__top a, .mm-iconbar__top a:hover {
  text-decoration: none;
}
.mm-iconbar__tab--selected {
  background: var(--mm-color-background-emphasis);
}
:root {
  --mm-iconpanel-size:50px}
.mm-panel--iconpanel-0                                      {inset-inline-start:calc(0 * var(--mm-iconpanel-size))}
.mm-panel--iconpanel-1                                      {inset-inline-start:calc(1 * var(--mm-iconpanel-size))}
.mm-panel--iconpanel-2                                      {inset-inline-start:calc(2 * var(--mm-iconpanel-size))}
.mm-panel--iconpanel-3                                      {inset-inline-start:calc(3 * var(--mm-iconpanel-size))}
.mm-panel--iconpanel-4                                      {inset-inline-start:calc(4 * var(--mm-iconpanel-size))}
.mm-panel--iconpanel-first~.mm-panel                        {inset-inline-start:var(--mm-iconpanel-size)}
.mm-menu--iconpanel .mm-panel--parent .mm-divider,
.mm-menu--iconpanel .mm-panel--parent .mm-navbar            {opacity:0}
.mm-menu--iconpanel .mm-panels>.mm-panel--parent            {overflow-y:hidden;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}
.mm-menu--iconpanel .mm-panels > .mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0) {
  border-inline-start-width: 1px;
  border-inline-start-style: solid;
}
.mm-navbars {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.mm-navbars .mm-navbar {
  position: relative;
  padding-top: 0;
  border-bottom: none;
}
.mm-navbars--top {
  border-bottom: 1px solid var(--mm-color-border);
}
.mm-navbars--top .mm-navbar:first-child {
  padding-top: env(safe-area-inset-top);
}
.mm-navbars--bottom {
  border-top: 1px solid var(--mm-color-border);
}
.mm-navbars--bottom .mm-navbar:last-child {
  padding-bottom: env(safe-area-inset-bottom);
}
.mm-navbar__breadcrumbs {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.mm-navbar__breadcrumbs > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-padding-end: 6px;
  padding-inline-end: 6px;
}
.mm-navbar__breadcrumbs > a {
  text-decoration: underline;
}
.mm-navbar__breadcrumbs:not(:last-child) {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}
.mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}
.mm-navbar__tab {
  padding: 0 10px;
  border: 1px solid transparent;
}
.mm-navbar__tab--selected {
  background: var(--mm-color-background);
}
.mm-navbar__tab--selected:not(:first-child) {
  border-inline-start-color: var(--mm-color-border);
}
.mm-navbar__tab--selected:not(:last-child) {
  border-inline-end-color: var(--mm-color-border);
}
.mm-navbars--top.mm-navbars--has-tabs {
  border-bottom: none;
}
.mm-navbars--top.mm-navbars--has-tabs .mm-navbar {
  background: var(--mm-color-background-emphasis);
}
.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs ~ .mm-navbar {
  background: var(--mm-color-background);
}
.mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child {
  border-bottom: 1px solid var(--mm-color-border);
}
.mm-navbars--top .mm-navbar__tab {
  border-bottom-color: var(--mm-color-border);
}
.mm-navbars--top .mm-navbar__tab--selected {
  border-top-color: var(--mm-color-border);
  border-bottom-color: transparent;
}
.mm-navbars--bottom.mm-navbar--has-tabs {
  border-top: none;
}
.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar {
  background: var(--mm-color-background);
}
.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs, .mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs ~ .mm-navbar {
  background: var(--mm-color-background-emphasis);
}
.mm-navbars--bottom .mm-navbar__tab {
  border-top-color: var(--mm-color-border);
}
.mm-navbars--bottom .mm-navbar__tab--selected {
  border-bottom-color: var(--mm-color-border);
  border-top-color: transparent;
}
.mm-searchfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: var(--mm-navbar-size);
  padding: 0;
  overflow: hidden;
}
.mm-searchfield__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mm-searchfield__input input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: calc(var(--mm-navbar-size) * .7);
  min-height: auto;
  max-height: auto;
  margin: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  line-height: calc(var(--mm-navbar-size) * .7);
  font: inherit;
  font-size: inherit;
}
.mm-searchfield__input input, .mm-searchfield__input input:focus, .mm-searchfield__input input:hover {
  background: var(--mm-color-background-highlight);
  color: var(--mm-color-text);
}
.mm-menu[class*=-contrast] .mm-searchfield__input input {
  border: 1px solid var(--mm-color-border);
}
.mm-searchfield__input input::-ms-clear {
  display: none;
}
.mm-searchfield__btn {
  display: none;
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  bottom: 0;
}
.mm-searchfield--searching .mm-searchfield__btn {
  display: block;
}
.mm-searchfield__cancel {
  display: block;
  position: relative;
  -webkit-margin-end: -100px;
  margin-inline-end: -100px;
  -webkit-padding-start: 5px;
  padding-inline-start: 5px;
  -webkit-padding-end: 20px;
  padding-inline-end: 20px;
  visibility: hidden;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  -webkit-transition-property: visibility, margin;
  -o-transition-property: visibility, margin;
  transition-property: visibility, margin;
}
.mm-searchfield--cancelable .mm-searchfield__cancel {
  visibility: visible;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}
.mm-panel--search {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border: none !important;
}
.mm-panel__splash {
  padding: 20px;
}
.mm-panel--searching .mm-panel__splash {
  display: none;
}
.mm-panel__noresults {
  display: none;
  padding: 40px 20px;
  color: var(--mm-color-text-dimmed);
  text-align: center;
  font-size: 150%;
  line-height: 1.4;
}
.mm-panel--noresults .mm-panel__noresults {
  display: block;
}
:root {
  --mm-sectionindexer-size:20px}
.mm-sectionindexer                                          {background:inherit;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: var(--mm-sectionindexer-size);
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-end: calc(-1 * var(--mm-sectionindexer-size));
  z-index: 5;
  -webkit-transition-property: inset-inline-end;
  -o-transition-property: inset-inline-end;
  transition-property: inset-inline-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.mm-sectionindexer a {
  color: var(--mm-color-text-dimmed);
  line-height: 1;
  text-decoration: none;
  display: block;
}
.mm-sectionindexer ~ .mm-panel {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}
.mm-sectionindexer--active {
  right: 0;
}
.mm-sectionindexer--active ~ .mm-panel {
  -webkit-padding-end: var(--mm-sectionindexer-size);
  padding-inline-end: var(--mm-sectionindexer-size);
}
.mm-menu--selected-hover .mm-listitem__btn, .mm-menu--selected-hover .mm-listitem__text, .mm-menu--selected-parent .mm-listitem__btn, .mm-menu--selected-parent .mm-listitem__text {
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}
@media (hover: hover) {
  .mm-menu--selected-hover .mm-listview:hover > .mm-listitem--selected:not(:hover) > .mm-listitem__text {
    background: 0 0;
  }
  .mm-menu--selected-hover .mm-listitem__btn:hover, .mm-menu--selected-hover .mm-listitem__text:hover {
    background: var(--mm-color-background-emphasis);
  }
}
.mm-menu--selected-parent .mm-listitem__btn, .mm-menu--selected-parent .mm-listitem__text {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media (hover: hover) {
  .mm-menu--selected-parent .mm-listitem__btn:hover, .mm-menu--selected-parent .mm-listitem__text:hover {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent) > .mm-listitem__text {
  background: 0 0;
}
.mm-menu--selected-parent .mm-listitem--selected-parent > .mm-listitem__btn, .mm-menu--selected-parent .mm-listitem--selected-parent > .mm-listitem__text {
  background: var(--mm-color-background-emphasis);
}
:root {
  --mm-sidebar-collapsed-size:50px;
  --mm-sidebar-expanded-size:var(--mm-max-size)}
.mm-wrapper--sidebar-collapsed .mm-slideout                 {width:calc(100% - var(--mm-sidebar-collapsed-size));
  -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
}
[dir=rtl] .mm-wrapper--sidebar-collapsed .mm-slideout {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider, .mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar {
  opacity: 0;
}
.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded {
  width: var(--mm-sidebar-expanded-size);
  border-right-width: 1px;
  border-right-style: solid;
}
.mm-wrapper--sidebar-expanded.mm-wrapper--opened {
  overflow: auto;
}
.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker {
  display: none;
}
.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout {
  width: calc(100% - var(--mm-sidebar-expanded-size));
  -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
}
[dir=rtl] .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
a.mm-listitem__btn {
  color: transparent !important;
}
main img {
  max-width: 100%;
  height: auto;
}
main .ce-column figure {
  overflow: hidden;
}
/* Image Information */
main .ce-column div.imageinf {
  position: absolute;
  top: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
  left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  background: transparent;
  color: transparent;
  transition: all ease 0.3s;
}
main .ce-column:hover div.imageinf {
  background: #ffffff;
  color: #000000;
}
/* Image Rollover */
.rollover {
  transition: all ease 0.5s;
  top: 100vh;
  z-index: 9;
  height: 100%;
  width: 100%;
  padding: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  color: transparent;
  background: transparent;
  font-weight: bold;
  text-align: center;
}
picture:hover .rollover {
  top: 0;
  background: rgba(255, 255, 255, 0.75);
  color: black;
  font-size: 100%;
}
/* Spacing Start */
.imgspace-0 .ce-gallery[data-ce-columns="2"] .ce-inner {
  margin: 0 0;
}
.imgspace-0 .ce-gallery[data-ce-columns="2"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-0 .ce-gallery[data-ce-columns="2"] .ce-column {
  width: 50% !important;
}
.imgspace-0 .ce-gallery[data-ce-columns="2"] .ce-column:nth-child(n) figure {
  margin-right: 0;
  margin-left: 0;
}
.imgspace-0 .ce-gallery[data-ce-columns="3"] .ce-inner {
  margin: 0 0;
}
.imgspace-0 .ce-gallery[data-ce-columns="3"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-0 .ce-gallery[data-ce-columns="3"] .ce-column {
  width: 33.33% !important;
}
.imgspace-0 .ce-gallery[data-ce-columns="3"] .ce-column:nth-child(n) figure {
  margin-right: 0;
  margin-left: 0;
}
.imgspace-0 .ce-gallery[data-ce-columns="4"] .ce-inner {
  margin: 0 0;
}
.imgspace-0 .ce-gallery[data-ce-columns="4"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-0 .ce-gallery[data-ce-columns="4"] .ce-column {
  width: 25% !important;
}
.imgspace-0 .ce-gallery[data-ce-columns="4"] .ce-column:nth-child(n) figure {
  margin-right: 0;
  margin-left: 0;
}
.imgspace-0 .ce-gallery[data-ce-columns="5"] .ce-inner {
  margin: 0 0;
}
.imgspace-0 .ce-gallery[data-ce-columns="5"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-0 .ce-gallery[data-ce-columns="5"] .ce-column {
  width: 20% !important;
}
.imgspace-0 .ce-gallery[data-ce-columns="5"] .ce-column:nth-child(n) figure {
  margin-right: 0;
  margin-left: 0;
}
.imgspace-0 .ce-gallery[data-ce-columns="6"] .ce-inner {
  margin: 0 0;
}
.imgspace-0 .ce-gallery[data-ce-columns="6"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-0 .ce-gallery[data-ce-columns="6"] .ce-column {
  width: 16.6666666667% !important;
}
.imgspace-0 .ce-gallery[data-ce-columns="6"] .ce-column:nth-child(n) figure {
  margin-right: 0;
  margin-left: 0;
}
.imgspace-0 .ce-gallery[data-ce-columns="7"] .ce-inner {
  margin: 0 0;
}
.imgspace-0 .ce-gallery[data-ce-columns="7"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-0 .ce-gallery[data-ce-columns="7"] .ce-column {
  width: 14.25% !important;
}
.imgspace-0 .ce-gallery[data-ce-columns="7"] .ce-column:nth-child(n) figure {
  margin-right: 0;
  margin-left: 0;
}
.imgspace-0 .ce-gallery[data-ce-columns="8"] .ce-inner {
  margin: 0 0;
}
.imgspace-0 .ce-gallery[data-ce-columns="8"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-0 .ce-gallery[data-ce-columns="8"] .ce-column {
  width: 12.5% !important;
}
.imgspace-0 .ce-gallery[data-ce-columns="8"] .ce-column:nth-child(n) figure {
  margin-right: 0;
  margin-left: 0;
}
.imgspace-25 .ce-gallery[data-ce-columns="2"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25);
}
.imgspace-25 .ce-gallery[data-ce-columns="2"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-25 .ce-gallery[data-ce-columns="2"] .ce-column {
  width: 50% !important;
}
.imgspace-25 .ce-gallery[data-ce-columns="2"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-25 .ce-gallery[data-ce-columns="3"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25);
}
.imgspace-25 .ce-gallery[data-ce-columns="3"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-25 .ce-gallery[data-ce-columns="3"] .ce-column {
  width: 33.33% !important;
}
.imgspace-25 .ce-gallery[data-ce-columns="3"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-25 .ce-gallery[data-ce-columns="4"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25);
}
.imgspace-25 .ce-gallery[data-ce-columns="4"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-25 .ce-gallery[data-ce-columns="4"] .ce-column {
  width: 25% !important;
}
.imgspace-25 .ce-gallery[data-ce-columns="4"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-25 .ce-gallery[data-ce-columns="5"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25);
}
.imgspace-25 .ce-gallery[data-ce-columns="5"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-25 .ce-gallery[data-ce-columns="5"] .ce-column {
  width: 20% !important;
}
.imgspace-25 .ce-gallery[data-ce-columns="5"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-25 .ce-gallery[data-ce-columns="6"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25);
}
.imgspace-25 .ce-gallery[data-ce-columns="6"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-25 .ce-gallery[data-ce-columns="6"] .ce-column {
  width: 16.6666666667% !important;
}
.imgspace-25 .ce-gallery[data-ce-columns="6"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-25 .ce-gallery[data-ce-columns="7"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25);
}
.imgspace-25 .ce-gallery[data-ce-columns="7"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-25 .ce-gallery[data-ce-columns="7"] .ce-column {
  width: 14.25% !important;
}
.imgspace-25 .ce-gallery[data-ce-columns="7"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-25 .ce-gallery[data-ce-columns="8"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.25);
}
.imgspace-25 .ce-gallery[data-ce-columns="8"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-25 .ce-gallery[data-ce-columns="8"] .ce-column {
  width: 12.5% !important;
}
.imgspace-25 .ce-gallery[data-ce-columns="8"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .25);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-33 .ce-gallery[data-ce-columns="2"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1);
}
.imgspace-33 .ce-gallery[data-ce-columns="2"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-33 .ce-gallery[data-ce-columns="2"] .ce-column {
  width: 50% !important;
}
.imgspace-33 .ce-gallery[data-ce-columns="2"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-33 .ce-gallery[data-ce-columns="3"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1);
}
.imgspace-33 .ce-gallery[data-ce-columns="3"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-33 .ce-gallery[data-ce-columns="3"] .ce-column {
  width: 33.33% !important;
}
.imgspace-33 .ce-gallery[data-ce-columns="3"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-33 .ce-gallery[data-ce-columns="4"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1);
}
.imgspace-33 .ce-gallery[data-ce-columns="4"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-33 .ce-gallery[data-ce-columns="4"] .ce-column {
  width: 25% !important;
}
.imgspace-33 .ce-gallery[data-ce-columns="4"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-33 .ce-gallery[data-ce-columns="5"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1);
}
.imgspace-33 .ce-gallery[data-ce-columns="5"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-33 .ce-gallery[data-ce-columns="5"] .ce-column {
  width: 20% !important;
}
.imgspace-33 .ce-gallery[data-ce-columns="5"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-33 .ce-gallery[data-ce-columns="6"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1);
}
.imgspace-33 .ce-gallery[data-ce-columns="6"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-33 .ce-gallery[data-ce-columns="6"] .ce-column {
  width: 16.6666666667% !important;
}
.imgspace-33 .ce-gallery[data-ce-columns="6"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-33 .ce-gallery[data-ce-columns="7"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1);
}
.imgspace-33 .ce-gallery[data-ce-columns="7"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-33 .ce-gallery[data-ce-columns="7"] .ce-column {
  width: 14.25% !important;
}
.imgspace-33 .ce-gallery[data-ce-columns="7"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-33 .ce-gallery[data-ce-columns="8"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3) * -1);
}
.imgspace-33 .ce-gallery[data-ce-columns="8"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-33 .ce-gallery[data-ce-columns="8"] .ce-column {
  width: 12.5% !important;
}
.imgspace-33 .ce-gallery[data-ce-columns="8"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * (1 / 3));
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-50 .ce-gallery[data-ce-columns="2"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5);
}
.imgspace-50 .ce-gallery[data-ce-columns="2"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-50 .ce-gallery[data-ce-columns="2"] .ce-column {
  width: 50% !important;
}
.imgspace-50 .ce-gallery[data-ce-columns="2"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-50 .ce-gallery[data-ce-columns="3"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5);
}
.imgspace-50 .ce-gallery[data-ce-columns="3"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-50 .ce-gallery[data-ce-columns="3"] .ce-column {
  width: 33.33% !important;
}
.imgspace-50 .ce-gallery[data-ce-columns="3"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-50 .ce-gallery[data-ce-columns="4"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5);
}
.imgspace-50 .ce-gallery[data-ce-columns="4"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-50 .ce-gallery[data-ce-columns="4"] .ce-column {
  width: 25% !important;
}
.imgspace-50 .ce-gallery[data-ce-columns="4"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-50 .ce-gallery[data-ce-columns="5"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5);
}
.imgspace-50 .ce-gallery[data-ce-columns="5"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-50 .ce-gallery[data-ce-columns="5"] .ce-column {
  width: 20% !important;
}
.imgspace-50 .ce-gallery[data-ce-columns="5"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-50 .ce-gallery[data-ce-columns="6"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5);
}
.imgspace-50 .ce-gallery[data-ce-columns="6"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-50 .ce-gallery[data-ce-columns="6"] .ce-column {
  width: 16.6666666667% !important;
}
.imgspace-50 .ce-gallery[data-ce-columns="6"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-50 .ce-gallery[data-ce-columns="7"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5);
}
.imgspace-50 .ce-gallery[data-ce-columns="7"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-50 .ce-gallery[data-ce-columns="7"] .ce-column {
  width: 14.25% !important;
}
.imgspace-50 .ce-gallery[data-ce-columns="7"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-50 .ce-gallery[data-ce-columns="8"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.5);
}
.imgspace-50 .ce-gallery[data-ce-columns="8"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-50 .ce-gallery[data-ce-columns="8"] .ce-column {
  width: 12.5% !important;
}
.imgspace-50 .ce-gallery[data-ce-columns="8"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-66 .ce-gallery[data-ce-columns="2"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1);
}
.imgspace-66 .ce-gallery[data-ce-columns="2"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-66 .ce-gallery[data-ce-columns="2"] .ce-column {
  width: 50% !important;
}
.imgspace-66 .ce-gallery[data-ce-columns="2"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-66 .ce-gallery[data-ce-columns="3"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1);
}
.imgspace-66 .ce-gallery[data-ce-columns="3"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-66 .ce-gallery[data-ce-columns="3"] .ce-column {
  width: 33.33% !important;
}
.imgspace-66 .ce-gallery[data-ce-columns="3"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-66 .ce-gallery[data-ce-columns="4"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1);
}
.imgspace-66 .ce-gallery[data-ce-columns="4"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-66 .ce-gallery[data-ce-columns="4"] .ce-column {
  width: 25% !important;
}
.imgspace-66 .ce-gallery[data-ce-columns="4"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-66 .ce-gallery[data-ce-columns="5"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1);
}
.imgspace-66 .ce-gallery[data-ce-columns="5"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-66 .ce-gallery[data-ce-columns="5"] .ce-column {
  width: 20% !important;
}
.imgspace-66 .ce-gallery[data-ce-columns="5"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-66 .ce-gallery[data-ce-columns="6"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1);
}
.imgspace-66 .ce-gallery[data-ce-columns="6"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-66 .ce-gallery[data-ce-columns="6"] .ce-column {
  width: 16.6666666667% !important;
}
.imgspace-66 .ce-gallery[data-ce-columns="6"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-66 .ce-gallery[data-ce-columns="7"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1);
}
.imgspace-66 .ce-gallery[data-ce-columns="7"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-66 .ce-gallery[data-ce-columns="7"] .ce-column {
  width: 14.25% !important;
}
.imgspace-66 .ce-gallery[data-ce-columns="7"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-66 .ce-gallery[data-ce-columns="8"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3) * -1);
}
.imgspace-66 .ce-gallery[data-ce-columns="8"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-66 .ce-gallery[data-ce-columns="8"] .ce-column {
  width: 12.5% !important;
}
.imgspace-66 .ce-gallery[data-ce-columns="8"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  (2 / 3));
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-75 .ce-gallery[data-ce-columns="2"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75);
}
.imgspace-75 .ce-gallery[data-ce-columns="2"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-75 .ce-gallery[data-ce-columns="2"] .ce-column {
  width: 50% !important;
}
.imgspace-75 .ce-gallery[data-ce-columns="2"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-75 .ce-gallery[data-ce-columns="3"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75);
}
.imgspace-75 .ce-gallery[data-ce-columns="3"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-75 .ce-gallery[data-ce-columns="3"] .ce-column {
  width: 33.33% !important;
}
.imgspace-75 .ce-gallery[data-ce-columns="3"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-75 .ce-gallery[data-ce-columns="4"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75);
}
.imgspace-75 .ce-gallery[data-ce-columns="4"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-75 .ce-gallery[data-ce-columns="4"] .ce-column {
  width: 25% !important;
}
.imgspace-75 .ce-gallery[data-ce-columns="4"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-75 .ce-gallery[data-ce-columns="5"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75);
}
.imgspace-75 .ce-gallery[data-ce-columns="5"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-75 .ce-gallery[data-ce-columns="5"] .ce-column {
  width: 20% !important;
}
.imgspace-75 .ce-gallery[data-ce-columns="5"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-75 .ce-gallery[data-ce-columns="6"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75);
}
.imgspace-75 .ce-gallery[data-ce-columns="6"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-75 .ce-gallery[data-ce-columns="6"] .ce-column {
  width: 16.6666666667% !important;
}
.imgspace-75 .ce-gallery[data-ce-columns="6"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-75 .ce-gallery[data-ce-columns="7"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75);
}
.imgspace-75 .ce-gallery[data-ce-columns="7"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-75 .ce-gallery[data-ce-columns="7"] .ce-column {
  width: 14.25% !important;
}
.imgspace-75 .ce-gallery[data-ce-columns="7"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-75 .ce-gallery[data-ce-columns="8"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -.75);
}
.imgspace-75 .ce-gallery[data-ce-columns="8"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-75 .ce-gallery[data-ce-columns="8"] .ce-column {
  width: 12.5% !important;
}
.imgspace-75 .ce-gallery[data-ce-columns="8"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .75);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * .5);
}
.imgspace-1 .ce-gallery[data-ce-columns="2"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1);
}
.imgspace-1 .ce-gallery[data-ce-columns="2"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-1 .ce-gallery[data-ce-columns="2"] .ce-column {
  width: 50% !important;
}
.imgspace-1 .ce-gallery[data-ce-columns="2"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.imgspace-1 .ce-gallery[data-ce-columns="3"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1);
}
.imgspace-1 .ce-gallery[data-ce-columns="3"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-1 .ce-gallery[data-ce-columns="3"] .ce-column {
  width: 33.33% !important;
}
.imgspace-1 .ce-gallery[data-ce-columns="3"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.imgspace-1 .ce-gallery[data-ce-columns="4"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1);
}
.imgspace-1 .ce-gallery[data-ce-columns="4"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-1 .ce-gallery[data-ce-columns="4"] .ce-column {
  width: 25% !important;
}
.imgspace-1 .ce-gallery[data-ce-columns="4"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.imgspace-1 .ce-gallery[data-ce-columns="5"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1);
}
.imgspace-1 .ce-gallery[data-ce-columns="5"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-1 .ce-gallery[data-ce-columns="5"] .ce-column {
  width: 20% !important;
}
.imgspace-1 .ce-gallery[data-ce-columns="5"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.imgspace-1 .ce-gallery[data-ce-columns="6"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1);
}
.imgspace-1 .ce-gallery[data-ce-columns="6"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-1 .ce-gallery[data-ce-columns="6"] .ce-column {
  width: 16.6666666667% !important;
}
.imgspace-1 .ce-gallery[data-ce-columns="6"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.imgspace-1 .ce-gallery[data-ce-columns="7"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1);
}
.imgspace-1 .ce-gallery[data-ce-columns="7"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-1 .ce-gallery[data-ce-columns="7"] .ce-column {
  width: 14.25% !important;
}
.imgspace-1 .ce-gallery[data-ce-columns="7"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.imgspace-1 .ce-gallery[data-ce-columns="8"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1);
}
.imgspace-1 .ce-gallery[data-ce-columns="8"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-1 .ce-gallery[data-ce-columns="8"] .ce-column {
  width: 12.5% !important;
}
.imgspace-1 .ce-gallery[data-ce-columns="8"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1);
  margin-bottom: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.imgspace-150 .ce-gallery[data-ce-columns="2"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5);
}
.imgspace-150 .ce-gallery[data-ce-columns="2"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-150 .ce-gallery[data-ce-columns="2"] .ce-column {
  width: 50% !important;
}
.imgspace-150 .ce-gallery[data-ce-columns="2"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
}
.imgspace-150 .ce-gallery[data-ce-columns="3"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5);
}
.imgspace-150 .ce-gallery[data-ce-columns="3"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-150 .ce-gallery[data-ce-columns="3"] .ce-column {
  width: 33.33% !important;
}
.imgspace-150 .ce-gallery[data-ce-columns="3"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
}
.imgspace-150 .ce-gallery[data-ce-columns="4"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5);
}
.imgspace-150 .ce-gallery[data-ce-columns="4"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-150 .ce-gallery[data-ce-columns="4"] .ce-column {
  width: 25% !important;
}
.imgspace-150 .ce-gallery[data-ce-columns="4"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
}
.imgspace-150 .ce-gallery[data-ce-columns="5"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5);
}
.imgspace-150 .ce-gallery[data-ce-columns="5"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-150 .ce-gallery[data-ce-columns="5"] .ce-column {
  width: 20% !important;
}
.imgspace-150 .ce-gallery[data-ce-columns="5"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
}
.imgspace-150 .ce-gallery[data-ce-columns="6"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5);
}
.imgspace-150 .ce-gallery[data-ce-columns="6"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-150 .ce-gallery[data-ce-columns="6"] .ce-column {
  width: 16.6666666667% !important;
}
.imgspace-150 .ce-gallery[data-ce-columns="6"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
}
.imgspace-150 .ce-gallery[data-ce-columns="7"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5);
}
.imgspace-150 .ce-gallery[data-ce-columns="7"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-150 .ce-gallery[data-ce-columns="7"] .ce-column {
  width: 14.25% !important;
}
.imgspace-150 .ce-gallery[data-ce-columns="7"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
}
.imgspace-150 .ce-gallery[data-ce-columns="8"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  -1.5);
}
.imgspace-150 .ce-gallery[data-ce-columns="8"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-150 .ce-gallery[data-ce-columns="8"] .ce-column {
  width: 12.5% !important;
}
.imgspace-150 .ce-gallery[data-ce-columns="8"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) *  1.5);
}
.imgspace-2 .ce-gallery[data-ce-columns="2"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2);
}
.imgspace-2 .ce-gallery[data-ce-columns="2"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-2 .ce-gallery[data-ce-columns="2"] .ce-column {
  width: 50% !important;
}
.imgspace-2 .ce-gallery[data-ce-columns="2"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.imgspace-2 .ce-gallery[data-ce-columns="3"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2);
}
.imgspace-2 .ce-gallery[data-ce-columns="3"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-2 .ce-gallery[data-ce-columns="3"] .ce-column {
  width: 33.33% !important;
}
.imgspace-2 .ce-gallery[data-ce-columns="3"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.imgspace-2 .ce-gallery[data-ce-columns="4"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2);
}
.imgspace-2 .ce-gallery[data-ce-columns="4"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-2 .ce-gallery[data-ce-columns="4"] .ce-column {
  width: 25% !important;
}
.imgspace-2 .ce-gallery[data-ce-columns="4"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.imgspace-2 .ce-gallery[data-ce-columns="5"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2);
}
.imgspace-2 .ce-gallery[data-ce-columns="5"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-2 .ce-gallery[data-ce-columns="5"] .ce-column {
  width: 20% !important;
}
.imgspace-2 .ce-gallery[data-ce-columns="5"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.imgspace-2 .ce-gallery[data-ce-columns="6"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2);
}
.imgspace-2 .ce-gallery[data-ce-columns="6"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-2 .ce-gallery[data-ce-columns="6"] .ce-column {
  width: 16.6666666667% !important;
}
.imgspace-2 .ce-gallery[data-ce-columns="6"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.imgspace-2 .ce-gallery[data-ce-columns="7"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2);
}
.imgspace-2 .ce-gallery[data-ce-columns="7"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-2 .ce-gallery[data-ce-columns="7"] .ce-column {
  width: 14.25% !important;
}
.imgspace-2 .ce-gallery[data-ce-columns="7"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.imgspace-2 .ce-gallery[data-ce-columns="8"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -2);
}
.imgspace-2 .ce-gallery[data-ce-columns="8"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-2 .ce-gallery[data-ce-columns="8"] .ce-column {
  width: 12.5% !important;
}
.imgspace-2 .ce-gallery[data-ce-columns="8"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 2);
}
.imgspace-3 .ce-gallery[data-ce-columns="2"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3);
}
.imgspace-3 .ce-gallery[data-ce-columns="2"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-3 .ce-gallery[data-ce-columns="2"] .ce-column {
  width: 50% !important;
}
.imgspace-3 .ce-gallery[data-ce-columns="2"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3);
}
.imgspace-3 .ce-gallery[data-ce-columns="3"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3);
}
.imgspace-3 .ce-gallery[data-ce-columns="3"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-3 .ce-gallery[data-ce-columns="3"] .ce-column {
  width: 33.33% !important;
}
.imgspace-3 .ce-gallery[data-ce-columns="3"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3);
}
.imgspace-3 .ce-gallery[data-ce-columns="4"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3);
}
.imgspace-3 .ce-gallery[data-ce-columns="4"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-3 .ce-gallery[data-ce-columns="4"] .ce-column {
  width: 25% !important;
}
.imgspace-3 .ce-gallery[data-ce-columns="4"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3);
}
.imgspace-3 .ce-gallery[data-ce-columns="5"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3);
}
.imgspace-3 .ce-gallery[data-ce-columns="5"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-3 .ce-gallery[data-ce-columns="5"] .ce-column {
  width: 20% !important;
}
.imgspace-3 .ce-gallery[data-ce-columns="5"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3);
}
.imgspace-3 .ce-gallery[data-ce-columns="6"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3);
}
.imgspace-3 .ce-gallery[data-ce-columns="6"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-3 .ce-gallery[data-ce-columns="6"] .ce-column {
  width: 16.6666666667% !important;
}
.imgspace-3 .ce-gallery[data-ce-columns="6"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3);
}
.imgspace-3 .ce-gallery[data-ce-columns="7"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3);
}
.imgspace-3 .ce-gallery[data-ce-columns="7"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-3 .ce-gallery[data-ce-columns="7"] .ce-column {
  width: 14.25% !important;
}
.imgspace-3 .ce-gallery[data-ce-columns="7"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3);
}
.imgspace-3 .ce-gallery[data-ce-columns="8"] .ce-inner {
  margin: 0 calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * -3);
}
.imgspace-3 .ce-gallery[data-ce-columns="8"] .ce-row {
  width: 100%;
  display: inline;
}
.imgspace-3 .ce-gallery[data-ce-columns="8"] .ce-column {
  width: 12.5% !important;
}
.imgspace-3 .ce-gallery[data-ce-columns="8"] .ce-column:nth-child(n) figure {
  margin-right: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3);
  margin-left: calc(clamp(1rem, 0.8404rem + 1.0638vw, 1.5rem) * 3);
}
/* Spacing Ende */
/* Picture width Start ******************************************************** */
.frame-layout-2100 .ce-left .ce-gallery, .frame-layout-2100 .ce-right .ce-gallery {
  width: 100%;
}
.frame-layout-2100 .ce-center .ce-gallery {
  width: 100%;
}
.frame-layout-2100 .ce-gallery .ce-gallery {
  width: 100%;
}
.frame-layout-2100 .ce-gallery figure {
  display: block;
}
.frame-layout-2100 .ce-gallery .ce-inner, .frame-layout-2100 .ce-gallery .ce-outer {
  float: none;
  right: 0;
}
.frame-layout-2100 .ce-column {
  margin-right: 0;
  width: 100%;
}
.frame-layout-2100 img {
  width: 100%;
}
.frame-layout-2095 .ce-left .ce-gallery, .frame-layout-2095 .ce-right .ce-gallery {
  width: 100%;
}
.frame-layout-2095 .ce-center .ce-gallery {
  width: 100%;
}
.frame-layout-2095 .ce-gallery .ce-gallery {
  width: 100%;
}
.frame-layout-2095 .ce-gallery figure {
  display: block;
}
.frame-layout-2095 .ce-gallery .ce-inner, .frame-layout-2095 .ce-gallery .ce-outer {
  float: none;
  right: 0;
}
.frame-layout-2095 .ce-column {
  margin-right: 0;
  width: 100%;
}
.frame-layout-2095 img {
  width: 100%;
}
.frame-layout-2090 .ce-left .ce-gallery, .frame-layout-2090 .ce-right .ce-gallery {
  width: 100%;
}
.frame-layout-2090 .ce-center .ce-gallery {
  width: 100%;
}
.frame-layout-2090 .ce-gallery .ce-gallery {
  width: 100%;
}
.frame-layout-2090 .ce-gallery figure {
  display: block;
}
.frame-layout-2090 .ce-gallery .ce-inner, .frame-layout-2090 .ce-gallery .ce-outer {
  float: none;
  right: 0;
}
.frame-layout-2090 .ce-column {
  margin-right: 0;
  width: 100%;
}
.frame-layout-2090 img {
  width: 100%;
}
.frame-layout-2085 .ce-left .ce-gallery, .frame-layout-2085 .ce-right .ce-gallery {
  width: 100%;
}
.frame-layout-2085 .ce-center .ce-gallery {
  width: 100%;
}
.frame-layout-2085 .ce-gallery .ce-gallery {
  width: 100%;
}
.frame-layout-2085 .ce-gallery figure {
  display: block;
}
.frame-layout-2085 .ce-gallery .ce-inner, .frame-layout-2085 .ce-gallery .ce-outer {
  float: none;
  right: 0;
}
.frame-layout-2085 .ce-column {
  margin-right: 0;
  width: 100%;
}
.frame-layout-2085 img {
  width: 100%;
}
.frame-layout-2080 .ce-left .ce-gallery, .frame-layout-2080 .ce-right .ce-gallery {
  width: 75%;
}
.frame-layout-2080 .ce-center .ce-gallery {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.frame-layout-2080 .ce-gallery .ce-gallery {
  width: 75%;
  margin-left: 12.5%;
}
.frame-layout-2080 .ce-gallery figure {
  display: block;
}
.frame-layout-2080 .ce-gallery .ce-inner, .frame-layout-2080 .ce-gallery .ce-outer {
  float: none;
  right: 0;
}
.frame-layout-2080 .ce-column {
  margin-right: 0;
  width: 100%;
}
.frame-layout-2080 img {
  width: 100%;
}
.frame-layout-2075 .ce-left .ce-gallery, .frame-layout-2075 .ce-right .ce-gallery {
  width: 75%;
}
.frame-layout-2075 .ce-center .ce-gallery {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.frame-layout-2075 .ce-gallery .ce-gallery {
  width: 75%;
  margin-left: 12.5%;
}
.frame-layout-2075 .ce-gallery figure {
  display: block;
}
.frame-layout-2075 .ce-gallery .ce-inner, .frame-layout-2075 .ce-gallery .ce-outer {
  float: none;
  right: 0;
}
.frame-layout-2075 .ce-column {
  margin-right: 0;
  width: 100%;
}
.frame-layout-2075 img {
  width: 100%;
}
.frame-layout-2070 .ce-left .ce-gallery, .frame-layout-2070 .ce-right .ce-gallery {
  width: 75%;
}
.frame-layout-2070 .ce-center .ce-gallery {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.frame-layout-2070 .ce-gallery .ce-gallery {
  width: 75%;
  margin-left: 12.5%;
}
.frame-layout-2070 .ce-gallery figure {
  display: block;
}
.frame-layout-2070 .ce-gallery .ce-inner, .frame-layout-2070 .ce-gallery .ce-outer {
  float: none;
  right: 0;
}
.frame-layout-2070 .ce-column {
  margin-right: 0;
  width: 100%;
}
.frame-layout-2070 img {
  width: 100%;
}
.frame-layout-2065 .ce-left .ce-gallery, .frame-layout-2065 .ce-right .ce-gallery {
  width: 75%;
}
.frame-layout-2065 .ce-center .ce-gallery {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.frame-layout-2065 .ce-gallery .ce-gallery {
  width: 75%;
  margin-left: 12.5%;
}
.frame-layout-2065 .ce-gallery figure {
  display: block;
}
.frame-layout-2065 .ce-gallery .ce-inner, .frame-layout-2065 .ce-gallery .ce-outer {
  float: none;
  right: 0;
}
.frame-layout-2065 .ce-column {
  margin-right: 0;
  width: 100%;
}
.frame-layout-2065 img {
  width: 100%;
}
.frame-layout-2060 .ce-left .ce-gallery, .frame-layout-2060 .ce-right .ce-gallery {
  width: 50%;
}
.frame-layout-2060 .ce-center .ce-gallery {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.frame-layout-2060 .ce-gallery .ce-gallery {
  width: 50%;
  margin-left: 25%;
}
.frame-layout-2060 .ce-gallery figure {
  display: block;
}
.frame-layout-2060 .ce-gallery .ce-inner, .frame-layout-2060 .ce-gallery .ce-outer {
  float: none;
  right: 0;
}
.frame-layout-2060 .ce-column {
  margin-right: 0;
  width: 100%;
}
.frame-layout-2060 img {
  width: 100%;
}
.frame-layout-2055 .ce-left .ce-gallery, .frame-layout-2055 .ce-right .ce-gallery {
  width: 50%;
}
.frame-layout-2055 .ce-center .ce-gallery {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.frame-layout-2055 .ce-gallery .ce-gallery {
  width: 50%;
  margin-left: 25%;
}
.frame-layout-2055 .ce-gallery figure {
  display: block;
}
.frame-layout-2055 .ce-gallery .ce-inner, .frame-layout-2055 .ce-gallery .ce-outer {
  float: none;
  right: 0;
}
.frame-layout-2055 .ce-column {
  margin-right: 0;
  width: 100%;
}
.frame-layout-2055 img {
  width: 100%;
}
.frame-layout-2050 .ce-left .ce-gallery, .frame-layout-2050 .ce-right .ce-gallery {
  width: 50%;
}
.frame-layout-2050 .ce-center .ce-gallery {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.frame-layout-2050 .ce-gallery .ce-gallery {
  width: 50%;
  margin-left: 25%;
}
.frame-layout-2050 .ce-gallery figure {
  display: block;
}
.frame-layout-2050 .ce-gallery .ce-inner, .frame-layout-2050 .ce-gallery .ce-outer {
  float: none;
  right: 0;
}
.frame-layout-2050 .ce-column {
  margin-right: 0;
  width: 100%;
}
.frame-layout-2050 img {
  width: 100%;
}
.frame-layout-2045 .ce-left .ce-gallery, .frame-layout-2045 .ce-right .ce-gallery {
  width: 50%;
}
.frame-layout-2045 .ce-center .ce-gallery {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.frame-layout-2045 .ce-gallery .ce-gallery {
  width: 50%;
  margin-left: 25%;
}
.frame-layout-2045 .ce-gallery figure {
  display: block;
}
.frame-layout-2045 .ce-gallery .ce-inner, .frame-layout-2045 .ce-gallery .ce-outer {
  float: none;
  right: 0;
}
.frame-layout-2045 .ce-column {
  margin-right: 0;
  width: 100%;
}
.frame-layout-2045 img {
  width: 100%;
}
.frame-layout-2040 .ce-left .ce-gallery, .frame-layout-2040 .ce-right .ce-gallery {
  width: 50%;
}
.frame-layout-2040 .ce-center .ce-gallery {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.frame-layout-2040 .ce-gallery .ce-gallery {
  width: 50%;
  margin-left: 25%;
}
.frame-layout-2040 .ce-gallery figure {
  display: block;
}
.frame-layout-2040 .ce-gallery .ce-inner, .frame-layout-2040 .ce-gallery .ce-outer {
  float: none;
  right: 0;
}
.frame-layout-2040 .ce-column {
  margin-right: 0;
  width: 100%;
}
.frame-layout-2040 img {
  width: 100%;
}
.frame-layout-2035 .ce-left .ce-gallery, .frame-layout-2035 .ce-right .ce-gallery {
  width: 25%;
}
.frame-layout-2035 .ce-center .ce-gallery {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}
.frame-layout-2035 .ce-gallery .ce-gallery {
  width: 25%;
  margin-left: 37.5%;
}
.frame-layout-2035 .ce-gallery figure {
  display: block;
}
.frame-layout-2035 .ce-gallery .ce-inner, .frame-layout-2035 .ce-gallery .ce-outer {
  float: none;
  right: 0;
}
.frame-layout-2035 .ce-column {
  margin-right: 0;
  width: 100%;
}
.frame-layout-2035 img {
  width: 100%;
}
.frame-layout-2030 .ce-left .ce-gallery, .frame-layout-2030 .ce-right .ce-gallery {
  width: 25%;
}
.frame-layout-2030 .ce-center .ce-gallery {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}
.frame-layout-2030 .ce-gallery .ce-gallery {
  width: 25%;
  margin-left: 37.5%;
}
.frame-layout-2030 .ce-gallery figure {
  display: block;
}
.frame-layout-2030 .ce-gallery .ce-inner, .frame-layout-2030 .ce-gallery .ce-outer {
  float: none;
  right: 0;
}
.frame-layout-2030 .ce-column {
  margin-right: 0;
  width: 100%;
}
.frame-layout-2030 img {
  width: 100%;
}
.frame-layout-2025 .ce-left .ce-gallery, .frame-layout-2025 .ce-right .ce-gallery {
  width: 25%;
}
.frame-layout-2025 .ce-center .ce-gallery {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}
.frame-layout-2025 .ce-gallery .ce-gallery {
  width: 25%;
  margin-left: 37.5%;
}
.frame-layout-2025 .ce-gallery figure {
  display: block;
}
.frame-layout-2025 .ce-gallery .ce-inner, .frame-layout-2025 .ce-gallery .ce-outer {
  float: none;
  right: 0;
}
.frame-layout-2025 .ce-column {
  margin-right: 0;
  width: 100%;
}
.frame-layout-2025 img {
  width: 100%;
}
.frame-layout-2020 .ce-left .ce-gallery, .frame-layout-2020 .ce-right .ce-gallery {
  width: 25%;
}
.frame-layout-2020 .ce-center .ce-gallery {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}
.frame-layout-2020 .ce-gallery .ce-gallery {
  width: 25%;
  margin-left: 37.5%;
}
.frame-layout-2020 .ce-gallery figure {
  display: block;
}
.frame-layout-2020 .ce-gallery .ce-inner, .frame-layout-2020 .ce-gallery .ce-outer {
  float: none;
  right: 0;
}
.frame-layout-2020 .ce-column {
  margin-right: 0;
  width: 100%;
}
.frame-layout-2020 img {
  width: 100%;
}
.frame-layout-2015 .ce-left .ce-gallery, .frame-layout-2015 .ce-right .ce-gallery {
  width: 10%;
}
.frame-layout-2015 .ce-center .ce-gallery {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
}
.frame-layout-2015 .ce-gallery .ce-gallery {
  width: 10%;
  margin-left: 45%;
}
.frame-layout-2015 .ce-gallery figure {
  display: block;
}
.frame-layout-2015 .ce-gallery .ce-inner, .frame-layout-2015 .ce-gallery .ce-outer {
  float: none;
  right: 0;
}
.frame-layout-2015 .ce-column {
  margin-right: 0;
  width: 100%;
}
.frame-layout-2015 img {
  width: 100%;
}
.frame-layout-2010 .ce-left .ce-gallery, .frame-layout-2010 .ce-right .ce-gallery {
  width: 10%;
}
.frame-layout-2010 .ce-center .ce-gallery {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
}
.frame-layout-2010 .ce-gallery .ce-gallery {
  width: 10%;
  margin-left: 45%;
}
.frame-layout-2010 .ce-gallery figure {
  display: block;
}
.frame-layout-2010 .ce-gallery .ce-inner, .frame-layout-2010 .ce-gallery .ce-outer {
  float: none;
  right: 0;
}
.frame-layout-2010 .ce-column {
  margin-right: 0;
  width: 100%;
}
.frame-layout-2010 img {
  width: 100%;
}
.frame-layout-2005 .ce-left .ce-gallery, .frame-layout-2005 .ce-right .ce-gallery {
  width: 10%;
}
.frame-layout-2005 .ce-center .ce-gallery {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
}
.frame-layout-2005 .ce-gallery .ce-gallery {
  width: 10%;
  margin-left: 45%;
}
.frame-layout-2005 .ce-gallery figure {
  display: block;
}
.frame-layout-2005 .ce-gallery .ce-inner, .frame-layout-2005 .ce-gallery .ce-outer {
  float: none;
  right: 0;
}
.frame-layout-2005 .ce-column {
  margin-right: 0;
  width: 100%;
}
.frame-layout-2005 img {
  width: 100%;
}
@media (min-width: 768px) {
  .frame-layout-2100 .ce-left .ce-gallery {
    width: 100%;
  }
  .frame-layout-2100 .ce-right .ce-gallery {
    width: 100%;
  }
  .frame-layout-2100 .ce-center .ce-gallery {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .frame-layout-2100 .ce-gallery .ce-gallery {
    width: 100%;
    margin-left: 0%;
  }
  .frame-layout-2100 .ce-gallery figure {
    display: block;
  }
  .frame-layout-2100 .ce-column {
    margin-right: 0;
    width: 100%;
  }
  .frame-layout-2100 img {
    width: 100%;
  }
  .frame-layout-2095 .ce-left .ce-gallery {
    width: 95%;
  }
  .frame-layout-2095 .ce-right .ce-gallery {
    width: 95%;
  }
  .frame-layout-2095 .ce-center .ce-gallery {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .frame-layout-2095 .ce-gallery .ce-gallery {
    width: 95%;
    margin-left: 2.5%;
  }
  .frame-layout-2095 .ce-gallery figure {
    display: block;
  }
  .frame-layout-2095 .ce-column {
    margin-right: 0;
    width: 100%;
  }
  .frame-layout-2095 img {
    width: 100%;
  }
  .frame-layout-2090 .ce-left .ce-gallery {
    width: 90%;
  }
  .frame-layout-2090 .ce-right .ce-gallery {
    width: 90%;
  }
  .frame-layout-2090 .ce-center .ce-gallery {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .frame-layout-2090 .ce-gallery .ce-gallery {
    width: 90%;
    margin-left: 5%;
  }
  .frame-layout-2090 .ce-gallery figure {
    display: block;
  }
  .frame-layout-2090 .ce-column {
    margin-right: 0;
    width: 100%;
  }
  .frame-layout-2090 img {
    width: 100%;
  }
  .frame-layout-2085 .ce-left .ce-gallery {
    width: 85%;
  }
  .frame-layout-2085 .ce-right .ce-gallery {
    width: 85%;
  }
  .frame-layout-2085 .ce-center .ce-gallery {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .frame-layout-2085 .ce-gallery .ce-gallery {
    width: 85%;
    margin-left: 7.5%;
  }
  .frame-layout-2085 .ce-gallery figure {
    display: block;
  }
  .frame-layout-2085 .ce-column {
    margin-right: 0;
    width: 100%;
  }
  .frame-layout-2085 img {
    width: 100%;
  }
  .frame-layout-2080 .ce-left .ce-gallery {
    width: 80%;
  }
  .frame-layout-2080 .ce-right .ce-gallery {
    width: 80%;
  }
  .frame-layout-2080 .ce-center .ce-gallery {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .frame-layout-2080 .ce-gallery .ce-gallery {
    width: 80%;
    margin-left: 10%;
  }
  .frame-layout-2080 .ce-gallery figure {
    display: block;
  }
  .frame-layout-2080 .ce-column {
    margin-right: 0;
    width: 100%;
  }
  .frame-layout-2080 img {
    width: 100%;
  }
  .frame-layout-2075 .ce-left .ce-gallery {
    width: 75%;
  }
  .frame-layout-2075 .ce-right .ce-gallery {
    width: 75%;
  }
  .frame-layout-2075 .ce-center .ce-gallery {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .frame-layout-2075 .ce-gallery .ce-gallery {
    width: 75%;
    margin-left: 12.5%;
  }
  .frame-layout-2075 .ce-gallery figure {
    display: block;
  }
  .frame-layout-2075 .ce-column {
    margin-right: 0;
    width: 100%;
  }
  .frame-layout-2075 img {
    width: 100%;
  }
  .frame-layout-2070 .ce-left .ce-gallery {
    width: 70%;
  }
  .frame-layout-2070 .ce-right .ce-gallery {
    width: 70%;
  }
  .frame-layout-2070 .ce-center .ce-gallery {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .frame-layout-2070 .ce-gallery .ce-gallery {
    width: 70%;
    margin-left: 15%;
  }
  .frame-layout-2070 .ce-gallery figure {
    display: block;
  }
  .frame-layout-2070 .ce-column {
    margin-right: 0;
    width: 100%;
  }
  .frame-layout-2070 img {
    width: 100%;
  }
  .frame-layout-2065 .ce-left .ce-gallery {
    width: 65%;
  }
  .frame-layout-2065 .ce-right .ce-gallery {
    width: 65%;
  }
  .frame-layout-2065 .ce-center .ce-gallery {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
  .frame-layout-2065 .ce-gallery .ce-gallery {
    width: 65%;
    margin-left: 17.5%;
  }
  .frame-layout-2065 .ce-gallery figure {
    display: block;
  }
  .frame-layout-2065 .ce-column {
    margin-right: 0;
    width: 100%;
  }
  .frame-layout-2065 img {
    width: 100%;
  }
  .frame-layout-2060 .ce-left .ce-gallery {
    width: 60%;
  }
  .frame-layout-2060 .ce-right .ce-gallery {
    width: 60%;
  }
  .frame-layout-2060 .ce-center .ce-gallery {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .frame-layout-2060 .ce-gallery .ce-gallery {
    width: 60%;
    margin-left: 20%;
  }
  .frame-layout-2060 .ce-gallery figure {
    display: block;
  }
  .frame-layout-2060 .ce-column {
    margin-right: 0;
    width: 100%;
  }
  .frame-layout-2060 img {
    width: 100%;
  }
  .frame-layout-2055 .ce-left .ce-gallery {
    width: 55%;
  }
  .frame-layout-2055 .ce-right .ce-gallery {
    width: 55%;
  }
  .frame-layout-2055 .ce-center .ce-gallery {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
  }
  .frame-layout-2055 .ce-gallery .ce-gallery {
    width: 55%;
    margin-left: 22.5%;
  }
  .frame-layout-2055 .ce-gallery figure {
    display: block;
  }
  .frame-layout-2055 .ce-column {
    margin-right: 0;
    width: 100%;
  }
  .frame-layout-2055 img {
    width: 100%;
  }
  .frame-layout-2050 .ce-left .ce-gallery {
    width: 50%;
  }
  .frame-layout-2050 .ce-right .ce-gallery {
    width: 50%;
  }
  .frame-layout-2050 .ce-center .ce-gallery {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .frame-layout-2050 .ce-gallery .ce-gallery {
    width: 50%;
    margin-left: 25%;
  }
  .frame-layout-2050 .ce-gallery figure {
    display: block;
  }
  .frame-layout-2050 .ce-column {
    margin-right: 0;
    width: 100%;
  }
  .frame-layout-2050 img {
    width: 100%;
  }
  .frame-layout-2045 .ce-left .ce-gallery {
    width: 45%;
  }
  .frame-layout-2045 .ce-right .ce-gallery {
    width: 45%;
  }
  .frame-layout-2045 .ce-center .ce-gallery {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
  }
  .frame-layout-2045 .ce-gallery .ce-gallery {
    width: 45%;
    margin-left: 27.5%;
  }
  .frame-layout-2045 .ce-gallery figure {
    display: block;
  }
  .frame-layout-2045 .ce-column {
    margin-right: 0;
    width: 100%;
  }
  .frame-layout-2045 img {
    width: 100%;
  }
  .frame-layout-2040 .ce-left .ce-gallery {
    width: 40%;
  }
  .frame-layout-2040 .ce-right .ce-gallery {
    width: 40%;
  }
  .frame-layout-2040 .ce-center .ce-gallery {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
  .frame-layout-2040 .ce-gallery .ce-gallery {
    width: 40%;
    margin-left: 30%;
  }
  .frame-layout-2040 .ce-gallery figure {
    display: block;
  }
  .frame-layout-2040 .ce-column {
    margin-right: 0;
    width: 100%;
  }
  .frame-layout-2040 img {
    width: 100%;
  }
  .frame-layout-2035 .ce-left .ce-gallery {
    width: 35%;
  }
  .frame-layout-2035 .ce-right .ce-gallery {
    width: 35%;
  }
  .frame-layout-2035 .ce-center .ce-gallery {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
  }
  .frame-layout-2035 .ce-gallery .ce-gallery {
    width: 35%;
    margin-left: 32.5%;
  }
  .frame-layout-2035 .ce-gallery figure {
    display: block;
  }
  .frame-layout-2035 .ce-column {
    margin-right: 0;
    width: 100%;
  }
  .frame-layout-2035 img {
    width: 100%;
  }
  .frame-layout-2030 .ce-left .ce-gallery {
    width: 30%;
  }
  .frame-layout-2030 .ce-right .ce-gallery {
    width: 30%;
  }
  .frame-layout-2030 .ce-center .ce-gallery {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
  .frame-layout-2030 .ce-gallery .ce-gallery {
    width: 30%;
    margin-left: 35%;
  }
  .frame-layout-2030 .ce-gallery figure {
    display: block;
  }
  .frame-layout-2030 .ce-column {
    margin-right: 0;
    width: 100%;
  }
  .frame-layout-2030 img {
    width: 100%;
  }
  .frame-layout-2025 .ce-left .ce-gallery {
    width: 25%;
  }
  .frame-layout-2025 .ce-right .ce-gallery {
    width: 25%;
  }
  .frame-layout-2025 .ce-center .ce-gallery {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
  }
  .frame-layout-2025 .ce-gallery .ce-gallery {
    width: 25%;
    margin-left: 37.5%;
  }
  .frame-layout-2025 .ce-gallery figure {
    display: block;
  }
  .frame-layout-2025 .ce-column {
    margin-right: 0;
    width: 100%;
  }
  .frame-layout-2025 img {
    width: 100%;
  }
  .frame-layout-2020 .ce-left .ce-gallery {
    width: 20%;
  }
  .frame-layout-2020 .ce-right .ce-gallery {
    width: 20%;
  }
  .frame-layout-2020 .ce-center .ce-gallery {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
  }
  .frame-layout-2020 .ce-gallery .ce-gallery {
    width: 20%;
    margin-left: 40%;
  }
  .frame-layout-2020 .ce-gallery figure {
    display: block;
  }
  .frame-layout-2020 .ce-column {
    margin-right: 0;
    width: 100%;
  }
  .frame-layout-2020 img {
    width: 100%;
  }
  .frame-layout-2015 .ce-left .ce-gallery {
    width: 15%;
  }
  .frame-layout-2015 .ce-right .ce-gallery {
    width: 15%;
  }
  .frame-layout-2015 .ce-center .ce-gallery {
    width: 15%;
    margin-left: auto;
    margin-right: auto;
  }
  .frame-layout-2015 .ce-gallery .ce-gallery {
    width: 15%;
    margin-left: 42.5%;
  }
  .frame-layout-2015 .ce-gallery figure {
    display: block;
  }
  .frame-layout-2015 .ce-column {
    margin-right: 0;
    width: 100%;
  }
  .frame-layout-2015 img {
    width: 100%;
  }
  .frame-layout-2010 .ce-left .ce-gallery {
    width: 10%;
  }
  .frame-layout-2010 .ce-right .ce-gallery {
    width: 10%;
  }
  .frame-layout-2010 .ce-center .ce-gallery {
    width: 10%;
    margin-left: auto;
    margin-right: auto;
  }
  .frame-layout-2010 .ce-gallery .ce-gallery {
    width: 10%;
    margin-left: 45%;
  }
  .frame-layout-2010 .ce-gallery figure {
    display: block;
  }
  .frame-layout-2010 .ce-column {
    margin-right: 0;
    width: 100%;
  }
  .frame-layout-2010 img {
    width: 100%;
  }
  .frame-layout-2005 .ce-left .ce-gallery {
    width: 5%;
  }
  .frame-layout-2005 .ce-right .ce-gallery {
    width: 5%;
  }
  .frame-layout-2005 .ce-center .ce-gallery {
    width: 5%;
    margin-left: auto;
    margin-right: auto;
  }
  .frame-layout-2005 .ce-gallery .ce-gallery {
    width: 5%;
    margin-left: 47.5%;
  }
  .frame-layout-2005 .ce-gallery figure {
    display: block;
  }
  .frame-layout-2005 .ce-column {
    margin-right: 0;
    width: 100%;
  }
  .frame-layout-2005 img {
    width: 100%;
  }
  .frame-layout-2000 .ce-left .ce-gallery {
    width: 0%;
  }
  .frame-layout-2000 .ce-right .ce-gallery {
    width: 0%;
  }
  .frame-layout-2000 .ce-center .ce-gallery {
    width: 0%;
    margin-left: auto;
    margin-right: auto;
  }
  .frame-layout-2000 .ce-gallery .ce-gallery {
    width: 0%;
    margin-left: 50%;
  }
  .frame-layout-2000 .ce-gallery figure {
    display: block;
  }
  .frame-layout-2000 .ce-column {
    margin-right: 0;
    width: 100%;
  }
  .frame-layout-2000 img {
    width: 100%;
  }
}
/* Picture width Ende ********************************************************/
