/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.8.1_webpack@5.88.2/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@13.3.2_sass-embedded@1.64.1_webpack@5.88.2/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./assets/scss/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root,
[data-bs-theme=light] {
  --theme-white: #fff;
  --theme-gray: #989898;
  --theme-gray-dark: #343a40;
  --theme-primary: #4acd81;
  --theme-yellow: #eaf936;
  --theme-green: #eaf936;
  --theme-secondary: #eaf936;
  --theme-success: #4acd81;
  --theme-info: #0dcaf0;
  --theme-warning: #eaf936;
  --theme-danger: #dc3545;
  --theme-light: #fafafa;
  --theme-dark: #292b2c;
  --theme-white: #fff;
  --theme-orange: #ED5B06;
  --theme-light-blue: #cedae1;
  --theme-dark-blue: #102431;
  --theme-primary-rgb: 74, 205, 129;
  --theme-yellow-rgb: 234, 249, 54;
  --theme-green-rgb: 234, 249, 54;
  --theme-secondary-rgb: 234, 249, 54;
  --theme-success-rgb: 74, 205, 129;
  --theme-info-rgb: 13, 202, 240;
  --theme-warning-rgb: 234, 249, 54;
  --theme-danger-rgb: 220, 53, 69;
  --theme-light-rgb: 250, 250, 250;
  --theme-dark-rgb: 41, 43, 44;
  --theme-white-rgb: 255, 255, 255;
  --theme-orange-rgb: 237, 91, 6;
  --theme-light-blue-rgb: 206, 218, 225;
  --theme-dark-blue-rgb: 16, 36, 49;
  --theme-primary-text-emphasis: #1e5234;
  --theme-secondary-text-emphasis: #5e6416;
  --theme-success-text-emphasis: #1e5234;
  --theme-info-text-emphasis: #055160;
  --theme-warning-text-emphasis: #5e6416;
  --theme-danger-text-emphasis: #58151c;
  --theme-light-text-emphasis: #575d64;
  --theme-dark-text-emphasis: #575d64;
  --theme-primary-bg-subtle: #dbf5e6;
  --theme-secondary-bg-subtle: #fbfed7;
  --theme-success-bg-subtle: #dbf5e6;
  --theme-info-bg-subtle: #cff4fc;
  --theme-warning-bg-subtle: #fbfed7;
  --theme-danger-bg-subtle: #f8d7da;
  --theme-light-bg-subtle: #fdfdfd;
  --theme-dark-bg-subtle: #ced4da;
  --theme-primary-border-subtle: #b7ebcd;
  --theme-secondary-border-subtle: #f7fdaf;
  --theme-success-border-subtle: #b7ebcd;
  --theme-info-border-subtle: #9eeaf9;
  --theme-warning-border-subtle: #f7fdaf;
  --theme-danger-border-subtle: #f1aeb5;
  --theme-light-border-subtle: #e5e5e5;
  --theme-dark-border-subtle: #adb5bd;
  --theme-white-rgb: 255, 255, 255;
  --theme-black-rgb: 41, 43, 44;
  --theme-font-sans-serif: "Helvetica Neue", Helvetica, Arimo, Arial, sans-serif;
  --theme-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --theme-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --theme-body-font-family: var(--theme-font-sans-serif);
  --theme-body-font-size: 1.05rem;
  --theme-body-font-weight: 400;
  --theme-body-line-height: 1.2;
  --theme-body-color: #292b2c;
  --theme-body-color-rgb: 41, 43, 44;
  --theme-body-bg: #fff;
  --theme-body-bg-rgb: 255, 255, 255;
  --theme-emphasis-color: #292b2c;
  --theme-emphasis-color-rgb: 41, 43, 44;
  --theme-secondary-color: rgba(41, 43, 44, 0.75);
  --theme-secondary-color-rgb: 41, 43, 44;
  --theme-secondary-bg: #e5e5e5;
  --theme-secondary-bg-rgb: 229, 229, 229;
  --theme-tertiary-color: rgba(41, 43, 44, 0.5);
  --theme-tertiary-color-rgb: 41, 43, 44;
  --theme-tertiary-bg: #fafafa;
  --theme-tertiary-bg-rgb: 250, 250, 250;
  --theme-heading-color: inherit;
  --theme-link-color: #292b2c;
  --theme-link-color-rgb: 41, 43, 44;
  --theme-link-decoration: none;
  --theme-link-hover-color: #212223;
  --theme-link-hover-color-rgb: 33, 34, 35;
  --theme-code-color: #d63384;
  --theme-highlight-bg: #fcf8e3;
  --theme-border-width: 1px;
  --theme-border-style: solid;
  --theme-border-color: #dee2e6;
  --theme-border-color-translucent: rgba(41, 43, 44, 0.175);
  --theme-border-radius: 0.25rem;
  --theme-border-radius-sm: 0.2rem;
  --theme-border-radius-lg: 0.3rem;
  --theme-border-radius-xl: 1rem;
  --theme-border-radius-xxl: 2rem;
  --theme-border-radius-2xl: var(--theme-border-radius-xxl);
  --theme-border-radius-pill: 50rem;
  --theme-box-shadow: 0 0.5rem 1rem rgba(41, 43, 44, 0.15);
  --theme-box-shadow-sm: 0 0.125rem 0.25rem rgba(41, 43, 44, 0.075);
  --theme-box-shadow-lg: 0 1rem 3rem rgba(41, 43, 44, 0.175);
  --theme-box-shadow-inset: inset 0 1px 2px rgba(41, 43, 44, 0.075);
  --theme-focus-ring-width: 0.25rem;
  --theme-focus-ring-opacity: 0.25;
  --theme-focus-ring-color: rgba(74, 205, 129, 0.25);
  --theme-form-valid-color: #4acd81;
  --theme-form-valid-border-color: #4acd81;
  --theme-form-invalid-color: #dc3545;
  --theme-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --theme-body-color: #dee2e6;
  --theme-body-color-rgb: 222, 226, 230;
  --theme-body-bg: #292b2c;
  --theme-body-bg-rgb: 41, 43, 44;
  --theme-emphasis-color: #fff;
  --theme-emphasis-color-rgb: 255, 255, 255;
  --theme-secondary-color: rgba(222, 226, 230, 0.75);
  --theme-secondary-color-rgb: 222, 226, 230;
  --theme-secondary-bg: #343a40;
  --theme-secondary-bg-rgb: 52, 58, 64;
  --theme-tertiary-color: rgba(222, 226, 230, 0.5);
  --theme-tertiary-color-rgb: 222, 226, 230;
  --theme-tertiary-bg: #2f3336;
  --theme-tertiary-bg-rgb: 47, 51, 54;
  --theme-primary-text-emphasis: #92e1b3;
  --theme-secondary-text-emphasis: #f2fb86;
  --theme-success-text-emphasis: #92e1b3;
  --theme-info-text-emphasis: #6edff6;
  --theme-warning-text-emphasis: #f2fb86;
  --theme-danger-text-emphasis: #ea868f;
  --theme-light-text-emphasis: #fafafa;
  --theme-dark-text-emphasis: #dee2e6;
  --theme-primary-bg-subtle: #0f291a;
  --theme-secondary-bg-subtle: #2f320b;
  --theme-success-bg-subtle: #0f291a;
  --theme-info-bg-subtle: #032830;
  --theme-warning-bg-subtle: #2f320b;
  --theme-danger-bg-subtle: #2c0b0e;
  --theme-light-bg-subtle: #343a40;
  --theme-dark-bg-subtle: #2f3336;
  --theme-primary-border-subtle: #2c7b4d;
  --theme-secondary-border-subtle: #8c9520;
  --theme-success-border-subtle: #2c7b4d;
  --theme-info-border-subtle: #087990;
  --theme-warning-border-subtle: #8c9520;
  --theme-danger-border-subtle: #842029;
  --theme-light-border-subtle: #575d64;
  --theme-dark-border-subtle: #343a40;
  --theme-heading-color: inherit;
  --theme-link-color: #92e1b3;
  --theme-link-hover-color: #a8e7c2;
  --theme-link-color-rgb: 146, 225, 179;
  --theme-link-hover-color-rgb: 168, 231, 194;
  --theme-code-color: #e685b5;
  --theme-border-color: #575d64;
  --theme-border-color-translucent: rgba(255, 255, 255, 0.15);
  --theme-form-valid-color: #92e1b3;
  --theme-form-valid-border-color: #92e1b3;
  --theme-form-invalid-color: #ea868f;
  --theme-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--theme-body-font-family);
  font-size: var(--theme-body-font-size);
  font-weight: var(--theme-body-font-weight);
  line-height: var(--theme-body-line-height);
  color: var(--theme-body-color);
  text-align: var(--theme-body-text-align);
  background-color: var(--theme-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(41, 43, 44, 0);
}

hr {
  margin: 16px 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: var(--theme-font-sans-serif);
  font-weight: 600;
  line-height: 1.2;
  color: var(--theme-heading-color);
}

h1, .h1 {
  font-size: clamp(1.05rem, calc(1.325rem + 0.9vw), 32px);
}

h2, .h2 {
  font-size: clamp(1.05rem, 1.25rem, 20px);
}

h3, .h3 {
  font-size: clamp(1.05rem, 1.125rem, 18px);
}

h4, .h4 {
  font-size: clamp(1.05rem, 1.0625rem, 17px);
}

h5, .h5 {
  font-size: clamp(1.05rem, 1.0625rem, 17px);
}

h6, .h6 {
  font-size: clamp(1.05rem, 1rem, 16px);
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 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: var(--theme-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--theme-link-color-rgb), var(--theme-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --theme-link-color-rgb: var(--theme-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--theme-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--theme-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--theme-body-bg);
  background-color: var(--theme-body-color);
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--theme-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: clamp(1.05rem, calc(1.84375rem + 7.125vw), 115px);
  font-weight: 400;
  line-height: 1.2;
}

.display-2 {
  font-size: clamp(1.05rem, calc(1.5625rem + 3.75vw), 70px);
  font-weight: 400;
  line-height: 1.2;
}

.display-3 {
  font-size: clamp(1.05rem, calc(1.4625rem + 2.55vw), 54px);
  font-weight: 400;
  line-height: 1.2;
}

.display-4 {
  font-size: clamp(1.05rem, calc(1.375rem + 1.5vw), 40px);
  font-weight: 400;
  line-height: 1.2;
}

.display-5 {
  font-size: clamp(1.05rem, 1.125rem, 18px);
  font-weight: 400;
  line-height: 1.2;
}

.display-6 {
  font-size: clamp(1.05rem, 1rem, 16px);
  font-weight: 400;
  line-height: 1.2;
}

.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: 16px;
  font-size: calc(1.25625rem + 0.075vw);
}
@media (min-width: 1200px) {
  .blockquote {
    font-size: 1.3125rem;
  }
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -16px;
  margin-bottom: 16px;
  font-size: 0.875em;
  color: #989898;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--theme-body-bg);
  border: var(--theme-border-width) solid var(--theme-border-color);
  border-radius: var(--theme-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 8px;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--theme-secondary-color);
}

.container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --theme-gutter-x: 1.5rem;
  --theme-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--theme-gutter-x) * 0.5);
  padding-left: calc(var(--theme-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
@media (min-width: 2400px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1740px;
  }
}
:root {
  --theme-breakpoint-xs: 0;
  --theme-breakpoint-sm: 576px;
  --theme-breakpoint-md: 768px;
  --theme-breakpoint-lg: 992px;
  --theme-breakpoint-xl: 1200px;
  --theme-breakpoint-xxl: 1400px;
  --theme-breakpoint-xxxl: 2400px;
}

.row {
  --theme-gutter-x: 1.5rem;
  --theme-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--theme-gutter-y));
  margin-right: calc(-0.5 * var(--theme-gutter-x));
  margin-left: calc(-0.5 * var(--theme-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--theme-gutter-x) * 0.5);
  padding-left: calc(var(--theme-gutter-x) * 0.5);
  margin-top: var(--theme-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.row-cols-7 > * {
  flex: 0 0 auto;
  width: 14.2857142857%;
}

.row-cols-8 > * {
  flex: 0 0 auto;
  width: 12.5%;
}

.row-cols-9 > * {
  flex: 0 0 auto;
  width: 11.1111111111%;
}

.row-cols-10 > * {
  flex: 0 0 auto;
  width: 10%;
}

.row-cols-11 > * {
  flex: 0 0 auto;
  width: 9.0909090909%;
}

.row-cols-12 > * {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

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

.col-1 {
  flex: 0 0 auto;
  width: 4.16666667%;
}

.col-2 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-3 {
  flex: 0 0 auto;
  width: 12.5%;
}

.col-4 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-5 {
  flex: 0 0 auto;
  width: 20.83333333%;
}

.col-6 {
  flex: 0 0 auto;
  width: 25%;
}

.col-7 {
  flex: 0 0 auto;
  width: 29.16666667%;
}

.col-8 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-9 {
  flex: 0 0 auto;
  width: 37.5%;
}

.col-10 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-11 {
  flex: 0 0 auto;
  width: 45.83333333%;
}

.col-12 {
  flex: 0 0 auto;
  width: 50%;
}

.col-13 {
  flex: 0 0 auto;
  width: 54.16666667%;
}

.col-14 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-15 {
  flex: 0 0 auto;
  width: 62.5%;
}

.col-16 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-17 {
  flex: 0 0 auto;
  width: 70.83333333%;
}

.col-18 {
  flex: 0 0 auto;
  width: 75%;
}

.col-19 {
  flex: 0 0 auto;
  width: 79.16666667%;
}

.col-20 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-21 {
  flex: 0 0 auto;
  width: 87.5%;
}

.col-22 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-23 {
  flex: 0 0 auto;
  width: 95.83333333%;
}

.col-24 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 4.16666667%;
}

.offset-2 {
  margin-left: 8.33333333%;
}

.offset-3 {
  margin-left: 12.5%;
}

.offset-4 {
  margin-left: 16.66666667%;
}

.offset-5 {
  margin-left: 20.83333333%;
}

.offset-6 {
  margin-left: 25%;
}

.offset-7 {
  margin-left: 29.16666667%;
}

.offset-8 {
  margin-left: 33.33333333%;
}

.offset-9 {
  margin-left: 37.5%;
}

.offset-10 {
  margin-left: 41.66666667%;
}

.offset-11 {
  margin-left: 45.83333333%;
}

.offset-12 {
  margin-left: 50%;
}

.offset-13 {
  margin-left: 54.16666667%;
}

.offset-14 {
  margin-left: 58.33333333%;
}

.offset-15 {
  margin-left: 62.5%;
}

.offset-16 {
  margin-left: 66.66666667%;
}

.offset-17 {
  margin-left: 70.83333333%;
}

.offset-18 {
  margin-left: 75%;
}

.offset-19 {
  margin-left: 79.16666667%;
}

.offset-20 {
  margin-left: 83.33333333%;
}

.offset-21 {
  margin-left: 87.5%;
}

.offset-22 {
  margin-left: 91.66666667%;
}

.offset-23 {
  margin-left: 95.83333333%;
}

.g-0,
.gx-0 {
  --theme-gutter-x: 0;
}

.g-0,
.gy-0 {
  --theme-gutter-y: 0;
}

.g-1,
.gx-1 {
  --theme-gutter-x: 1rem;
}

.g-1,
.gy-1 {
  --theme-gutter-y: 1rem;
}

.g-2,
.gx-2 {
  --theme-gutter-x: calc(1.325rem + 0.9vw);
}

.g-2,
.gy-2 {
  --theme-gutter-y: calc(1.325rem + 0.9vw);
}

.g-3,
.gx-3 {
  --theme-gutter-x: calc(1.425rem + 2.1vw);
}

.g-3,
.gy-3 {
  --theme-gutter-y: calc(1.425rem + 2.1vw);
}

.g-4,
.gx-4 {
  --theme-gutter-x: calc(1.525rem + 3.3vw);
}

.g-4,
.gy-4 {
  --theme-gutter-y: calc(1.525rem + 3.3vw);
}

.g-5,
.gx-5 {
  --theme-gutter-x: calc(1.625rem + 4.5vw);
}

.g-5,
.gy-5 {
  --theme-gutter-y: calc(1.625rem + 4.5vw);
}

@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%;
  }
  .row-cols-sm-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-sm-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-sm-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-sm-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-sm-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-sm-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-sm-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-sm-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-sm-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-sm-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-sm-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-sm-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 4.16666667%;
  }
  .offset-sm-2 {
    margin-left: 8.33333333%;
  }
  .offset-sm-3 {
    margin-left: 12.5%;
  }
  .offset-sm-4 {
    margin-left: 16.66666667%;
  }
  .offset-sm-5 {
    margin-left: 20.83333333%;
  }
  .offset-sm-6 {
    margin-left: 25%;
  }
  .offset-sm-7 {
    margin-left: 29.16666667%;
  }
  .offset-sm-8 {
    margin-left: 33.33333333%;
  }
  .offset-sm-9 {
    margin-left: 37.5%;
  }
  .offset-sm-10 {
    margin-left: 41.66666667%;
  }
  .offset-sm-11 {
    margin-left: 45.83333333%;
  }
  .offset-sm-12 {
    margin-left: 50%;
  }
  .offset-sm-13 {
    margin-left: 54.16666667%;
  }
  .offset-sm-14 {
    margin-left: 58.33333333%;
  }
  .offset-sm-15 {
    margin-left: 62.5%;
  }
  .offset-sm-16 {
    margin-left: 66.66666667%;
  }
  .offset-sm-17 {
    margin-left: 70.83333333%;
  }
  .offset-sm-18 {
    margin-left: 75%;
  }
  .offset-sm-19 {
    margin-left: 79.16666667%;
  }
  .offset-sm-20 {
    margin-left: 83.33333333%;
  }
  .offset-sm-21 {
    margin-left: 87.5%;
  }
  .offset-sm-22 {
    margin-left: 91.66666667%;
  }
  .offset-sm-23 {
    margin-left: 95.83333333%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --theme-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --theme-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --theme-gutter-x: 1rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --theme-gutter-y: 1rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --theme-gutter-x: calc(1.325rem + 0.9vw);
  }
  .g-sm-2,
  .gy-sm-2 {
    --theme-gutter-y: calc(1.325rem + 0.9vw);
  }
  .g-sm-3,
  .gx-sm-3 {
    --theme-gutter-x: calc(1.425rem + 2.1vw);
  }
  .g-sm-3,
  .gy-sm-3 {
    --theme-gutter-y: calc(1.425rem + 2.1vw);
  }
  .g-sm-4,
  .gx-sm-4 {
    --theme-gutter-x: calc(1.525rem + 3.3vw);
  }
  .g-sm-4,
  .gy-sm-4 {
    --theme-gutter-y: calc(1.525rem + 3.3vw);
  }
  .g-sm-5,
  .gx-sm-5 {
    --theme-gutter-x: calc(1.625rem + 4.5vw);
  }
  .g-sm-5,
  .gy-sm-5 {
    --theme-gutter-y: calc(1.625rem + 4.5vw);
  }
}
@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%;
  }
  .row-cols-md-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-md-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-md-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-md-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-md-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-md-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-md-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-md-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-md-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-md-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-md-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-md-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 4.16666667%;
  }
  .offset-md-2 {
    margin-left: 8.33333333%;
  }
  .offset-md-3 {
    margin-left: 12.5%;
  }
  .offset-md-4 {
    margin-left: 16.66666667%;
  }
  .offset-md-5 {
    margin-left: 20.83333333%;
  }
  .offset-md-6 {
    margin-left: 25%;
  }
  .offset-md-7 {
    margin-left: 29.16666667%;
  }
  .offset-md-8 {
    margin-left: 33.33333333%;
  }
  .offset-md-9 {
    margin-left: 37.5%;
  }
  .offset-md-10 {
    margin-left: 41.66666667%;
  }
  .offset-md-11 {
    margin-left: 45.83333333%;
  }
  .offset-md-12 {
    margin-left: 50%;
  }
  .offset-md-13 {
    margin-left: 54.16666667%;
  }
  .offset-md-14 {
    margin-left: 58.33333333%;
  }
  .offset-md-15 {
    margin-left: 62.5%;
  }
  .offset-md-16 {
    margin-left: 66.66666667%;
  }
  .offset-md-17 {
    margin-left: 70.83333333%;
  }
  .offset-md-18 {
    margin-left: 75%;
  }
  .offset-md-19 {
    margin-left: 79.16666667%;
  }
  .offset-md-20 {
    margin-left: 83.33333333%;
  }
  .offset-md-21 {
    margin-left: 87.5%;
  }
  .offset-md-22 {
    margin-left: 91.66666667%;
  }
  .offset-md-23 {
    margin-left: 95.83333333%;
  }
  .g-md-0,
  .gx-md-0 {
    --theme-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --theme-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --theme-gutter-x: 1rem;
  }
  .g-md-1,
  .gy-md-1 {
    --theme-gutter-y: 1rem;
  }
  .g-md-2,
  .gx-md-2 {
    --theme-gutter-x: calc(1.325rem + 0.9vw);
  }
  .g-md-2,
  .gy-md-2 {
    --theme-gutter-y: calc(1.325rem + 0.9vw);
  }
  .g-md-3,
  .gx-md-3 {
    --theme-gutter-x: calc(1.425rem + 2.1vw);
  }
  .g-md-3,
  .gy-md-3 {
    --theme-gutter-y: calc(1.425rem + 2.1vw);
  }
  .g-md-4,
  .gx-md-4 {
    --theme-gutter-x: calc(1.525rem + 3.3vw);
  }
  .g-md-4,
  .gy-md-4 {
    --theme-gutter-y: calc(1.525rem + 3.3vw);
  }
  .g-md-5,
  .gx-md-5 {
    --theme-gutter-x: calc(1.625rem + 4.5vw);
  }
  .g-md-5,
  .gy-md-5 {
    --theme-gutter-y: calc(1.625rem + 4.5vw);
  }
}
@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%;
  }
  .row-cols-lg-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-lg-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-lg-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-lg-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-lg-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-lg-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-lg-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-lg-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-lg-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-lg-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-lg-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-lg-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 4.16666667%;
  }
  .offset-lg-2 {
    margin-left: 8.33333333%;
  }
  .offset-lg-3 {
    margin-left: 12.5%;
  }
  .offset-lg-4 {
    margin-left: 16.66666667%;
  }
  .offset-lg-5 {
    margin-left: 20.83333333%;
  }
  .offset-lg-6 {
    margin-left: 25%;
  }
  .offset-lg-7 {
    margin-left: 29.16666667%;
  }
  .offset-lg-8 {
    margin-left: 33.33333333%;
  }
  .offset-lg-9 {
    margin-left: 37.5%;
  }
  .offset-lg-10 {
    margin-left: 41.66666667%;
  }
  .offset-lg-11 {
    margin-left: 45.83333333%;
  }
  .offset-lg-12 {
    margin-left: 50%;
  }
  .offset-lg-13 {
    margin-left: 54.16666667%;
  }
  .offset-lg-14 {
    margin-left: 58.33333333%;
  }
  .offset-lg-15 {
    margin-left: 62.5%;
  }
  .offset-lg-16 {
    margin-left: 66.66666667%;
  }
  .offset-lg-17 {
    margin-left: 70.83333333%;
  }
  .offset-lg-18 {
    margin-left: 75%;
  }
  .offset-lg-19 {
    margin-left: 79.16666667%;
  }
  .offset-lg-20 {
    margin-left: 83.33333333%;
  }
  .offset-lg-21 {
    margin-left: 87.5%;
  }
  .offset-lg-22 {
    margin-left: 91.66666667%;
  }
  .offset-lg-23 {
    margin-left: 95.83333333%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --theme-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --theme-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --theme-gutter-x: 1rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --theme-gutter-y: 1rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --theme-gutter-x: calc(1.325rem + 0.9vw);
  }
  .g-lg-2,
  .gy-lg-2 {
    --theme-gutter-y: calc(1.325rem + 0.9vw);
  }
  .g-lg-3,
  .gx-lg-3 {
    --theme-gutter-x: calc(1.425rem + 2.1vw);
  }
  .g-lg-3,
  .gy-lg-3 {
    --theme-gutter-y: calc(1.425rem + 2.1vw);
  }
  .g-lg-4,
  .gx-lg-4 {
    --theme-gutter-x: calc(1.525rem + 3.3vw);
  }
  .g-lg-4,
  .gy-lg-4 {
    --theme-gutter-y: calc(1.525rem + 3.3vw);
  }
  .g-lg-5,
  .gx-lg-5 {
    --theme-gutter-x: calc(1.625rem + 4.5vw);
  }
  .g-lg-5,
  .gy-lg-5 {
    --theme-gutter-y: calc(1.625rem + 4.5vw);
  }
}
@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%;
  }
  .row-cols-xl-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xl-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-xl-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xl-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-xl-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-xl-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-xl-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-xl-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-xl-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-xl-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-xl-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 4.16666667%;
  }
  .offset-xl-2 {
    margin-left: 8.33333333%;
  }
  .offset-xl-3 {
    margin-left: 12.5%;
  }
  .offset-xl-4 {
    margin-left: 16.66666667%;
  }
  .offset-xl-5 {
    margin-left: 20.83333333%;
  }
  .offset-xl-6 {
    margin-left: 25%;
  }
  .offset-xl-7 {
    margin-left: 29.16666667%;
  }
  .offset-xl-8 {
    margin-left: 33.33333333%;
  }
  .offset-xl-9 {
    margin-left: 37.5%;
  }
  .offset-xl-10 {
    margin-left: 41.66666667%;
  }
  .offset-xl-11 {
    margin-left: 45.83333333%;
  }
  .offset-xl-12 {
    margin-left: 50%;
  }
  .offset-xl-13 {
    margin-left: 54.16666667%;
  }
  .offset-xl-14 {
    margin-left: 58.33333333%;
  }
  .offset-xl-15 {
    margin-left: 62.5%;
  }
  .offset-xl-16 {
    margin-left: 66.66666667%;
  }
  .offset-xl-17 {
    margin-left: 70.83333333%;
  }
  .offset-xl-18 {
    margin-left: 75%;
  }
  .offset-xl-19 {
    margin-left: 79.16666667%;
  }
  .offset-xl-20 {
    margin-left: 83.33333333%;
  }
  .offset-xl-21 {
    margin-left: 87.5%;
  }
  .offset-xl-22 {
    margin-left: 91.66666667%;
  }
  .offset-xl-23 {
    margin-left: 95.83333333%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --theme-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --theme-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --theme-gutter-x: 1rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --theme-gutter-y: 1rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --theme-gutter-x: calc(1.325rem + 0.9vw);
  }
  .g-xl-2,
  .gy-xl-2 {
    --theme-gutter-y: calc(1.325rem + 0.9vw);
  }
  .g-xl-3,
  .gx-xl-3 {
    --theme-gutter-x: calc(1.425rem + 2.1vw);
  }
  .g-xl-3,
  .gy-xl-3 {
    --theme-gutter-y: calc(1.425rem + 2.1vw);
  }
  .g-xl-4,
  .gx-xl-4 {
    --theme-gutter-x: calc(1.525rem + 3.3vw);
  }
  .g-xl-4,
  .gy-xl-4 {
    --theme-gutter-y: calc(1.525rem + 3.3vw);
  }
  .g-xl-5,
  .gx-xl-5 {
    --theme-gutter-x: calc(1.625rem + 4.5vw);
  }
  .g-xl-5,
  .gy-xl-5 {
    --theme-gutter-y: calc(1.625rem + 4.5vw);
  }
}
@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%;
  }
  .row-cols-xxl-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xxl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xxl-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-xxl-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xxl-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-xxl-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-xxl-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-xxl-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-xxl-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-xxl-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-xxl-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-xxl-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 4.16666667%;
  }
  .offset-xxl-2 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-3 {
    margin-left: 12.5%;
  }
  .offset-xxl-4 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-5 {
    margin-left: 20.83333333%;
  }
  .offset-xxl-6 {
    margin-left: 25%;
  }
  .offset-xxl-7 {
    margin-left: 29.16666667%;
  }
  .offset-xxl-8 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-9 {
    margin-left: 37.5%;
  }
  .offset-xxl-10 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-11 {
    margin-left: 45.83333333%;
  }
  .offset-xxl-12 {
    margin-left: 50%;
  }
  .offset-xxl-13 {
    margin-left: 54.16666667%;
  }
  .offset-xxl-14 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-15 {
    margin-left: 62.5%;
  }
  .offset-xxl-16 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-17 {
    margin-left: 70.83333333%;
  }
  .offset-xxl-18 {
    margin-left: 75%;
  }
  .offset-xxl-19 {
    margin-left: 79.16666667%;
  }
  .offset-xxl-20 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-21 {
    margin-left: 87.5%;
  }
  .offset-xxl-22 {
    margin-left: 91.66666667%;
  }
  .offset-xxl-23 {
    margin-left: 95.83333333%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --theme-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --theme-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --theme-gutter-x: 1rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --theme-gutter-y: 1rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --theme-gutter-x: calc(1.325rem + 0.9vw);
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --theme-gutter-y: calc(1.325rem + 0.9vw);
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --theme-gutter-x: calc(1.425rem + 2.1vw);
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --theme-gutter-y: calc(1.425rem + 2.1vw);
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --theme-gutter-x: calc(1.525rem + 3.3vw);
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --theme-gutter-y: calc(1.525rem + 3.3vw);
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --theme-gutter-x: calc(1.625rem + 4.5vw);
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --theme-gutter-y: calc(1.625rem + 4.5vw);
  }
}
@media (min-width: 2400px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-xxxl-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xxxl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xxxl-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-xxxl-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xxxl-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-xxxl-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-xxxl-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-xxxl-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-xxxl-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-xxxl-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-xxxl-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-xxxl-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 4.16666667%;
  }
  .offset-xxxl-2 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-3 {
    margin-left: 12.5%;
  }
  .offset-xxxl-4 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-5 {
    margin-left: 20.83333333%;
  }
  .offset-xxxl-6 {
    margin-left: 25%;
  }
  .offset-xxxl-7 {
    margin-left: 29.16666667%;
  }
  .offset-xxxl-8 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-9 {
    margin-left: 37.5%;
  }
  .offset-xxxl-10 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-11 {
    margin-left: 45.83333333%;
  }
  .offset-xxxl-12 {
    margin-left: 50%;
  }
  .offset-xxxl-13 {
    margin-left: 54.16666667%;
  }
  .offset-xxxl-14 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-15 {
    margin-left: 62.5%;
  }
  .offset-xxxl-16 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-17 {
    margin-left: 70.83333333%;
  }
  .offset-xxxl-18 {
    margin-left: 75%;
  }
  .offset-xxxl-19 {
    margin-left: 79.16666667%;
  }
  .offset-xxxl-20 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-21 {
    margin-left: 87.5%;
  }
  .offset-xxxl-22 {
    margin-left: 91.66666667%;
  }
  .offset-xxxl-23 {
    margin-left: 95.83333333%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --theme-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --theme-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --theme-gutter-x: 1rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --theme-gutter-y: 1rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --theme-gutter-x: calc(1.325rem + 0.9vw);
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --theme-gutter-y: calc(1.325rem + 0.9vw);
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --theme-gutter-x: calc(1.425rem + 2.1vw);
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --theme-gutter-y: calc(1.425rem + 2.1vw);
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --theme-gutter-x: calc(1.525rem + 3.3vw);
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --theme-gutter-y: calc(1.525rem + 3.3vw);
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --theme-gutter-x: calc(1.625rem + 4.5vw);
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --theme-gutter-y: calc(1.625rem + 4.5vw);
  }
}
.table {
  --theme-table-color-type: initial;
  --theme-table-bg-type: initial;
  --theme-table-color-state: initial;
  --theme-table-bg-state: initial;
  --theme-table-color: var(--theme-body-color);
  --theme-table-bg: var(--theme-body-bg);
  --theme-table-border-color: var(--theme-border-color);
  --theme-table-accent-bg: transparent;
  --theme-table-striped-color: var(--theme-body-color);
  --theme-table-striped-bg: rgba(41, 43, 44, 0.05);
  --theme-table-active-color: var(--theme-body-color);
  --theme-table-active-bg: rgba(41, 43, 44, 0.1);
  --theme-table-hover-color: var(--theme-body-color);
  --theme-table-hover-bg: rgba(41, 43, 44, 0.075);
  width: 100%;
  margin-bottom: 16px;
  vertical-align: top;
  border-color: var(--theme-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--theme-table-color-state, var(--theme-table-color-type, var(--theme-table-color)));
  background-color: var(--theme-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--theme-table-bg-state, var(--theme-table-bg-type, var(--theme-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(1px * 2) solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --theme-table-color-type: var(--theme-table-striped-color);
  --theme-table-bg-type: var(--theme-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --theme-table-color-type: var(--theme-table-striped-color);
  --theme-table-bg-type: var(--theme-table-striped-bg);
}

.table-active {
  --theme-table-color-state: var(--theme-table-active-color);
  --theme-table-bg-state: var(--theme-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --theme-table-color-state: var(--theme-table-hover-color);
  --theme-table-bg-state: var(--theme-table-hover-bg);
}

.table-primary {
  --theme-table-color: #292b2c;
  --theme-table-bg: #dbf5e6;
  --theme-table-border-color: #c9e1d3;
  --theme-table-striped-bg: #d2ebdd;
  --theme-table-striped-color: #292b2c;
  --theme-table-active-bg: #c9e1d3;
  --theme-table-active-color: #292b2c;
  --theme-table-hover-bg: #cee6d8;
  --theme-table-hover-color: #292b2c;
  color: var(--theme-table-color);
  border-color: var(--theme-table-border-color);
}

.table-secondary {
  --theme-table-color: #292b2c;
  --theme-table-bg: #fbfed7;
  --theme-table-border-color: #e6e9c6;
  --theme-table-striped-bg: #f1f3ce;
  --theme-table-striped-color: #292b2c;
  --theme-table-active-bg: #e6e9c6;
  --theme-table-active-color: #292b2c;
  --theme-table-hover-bg: #ebeeca;
  --theme-table-hover-color: #292b2c;
  color: var(--theme-table-color);
  border-color: var(--theme-table-border-color);
}

.table-success {
  --theme-table-color: #292b2c;
  --theme-table-bg: #dbf5e6;
  --theme-table-border-color: #c9e1d3;
  --theme-table-striped-bg: #d2ebdd;
  --theme-table-striped-color: #292b2c;
  --theme-table-active-bg: #c9e1d3;
  --theme-table-active-color: #292b2c;
  --theme-table-hover-bg: #cee6d8;
  --theme-table-hover-color: #292b2c;
  color: var(--theme-table-color);
  border-color: var(--theme-table-border-color);
}

.table-info {
  --theme-table-color: #292b2c;
  --theme-table-bg: #cff4fc;
  --theme-table-border-color: #bee0e7;
  --theme-table-striped-bg: #c7eaf2;
  --theme-table-striped-color: #292b2c;
  --theme-table-active-bg: #bee0e7;
  --theme-table-active-color: #292b2c;
  --theme-table-hover-bg: #c3e5ec;
  --theme-table-hover-color: #292b2c;
  color: var(--theme-table-color);
  border-color: var(--theme-table-border-color);
}

.table-warning {
  --theme-table-color: #292b2c;
  --theme-table-bg: #fbfed7;
  --theme-table-border-color: #e6e9c6;
  --theme-table-striped-bg: #f1f3ce;
  --theme-table-striped-color: #292b2c;
  --theme-table-active-bg: #e6e9c6;
  --theme-table-active-color: #292b2c;
  --theme-table-hover-bg: #ebeeca;
  --theme-table-hover-color: #292b2c;
  color: var(--theme-table-color);
  border-color: var(--theme-table-border-color);
}

.table-danger {
  --theme-table-color: #292b2c;
  --theme-table-bg: #f8d7da;
  --theme-table-border-color: #e3c6c9;
  --theme-table-striped-bg: #eeced1;
  --theme-table-striped-color: #292b2c;
  --theme-table-active-bg: #e3c6c9;
  --theme-table-active-color: #292b2c;
  --theme-table-hover-bg: #e8cacd;
  --theme-table-hover-color: #292b2c;
  color: var(--theme-table-color);
  border-color: var(--theme-table-border-color);
}

.table-light {
  --theme-table-color: #292b2c;
  --theme-table-bg: #fafafa;
  --theme-table-border-color: #e5e5e5;
  --theme-table-striped-bg: #f0f0f0;
  --theme-table-striped-color: #292b2c;
  --theme-table-active-bg: #e5e5e5;
  --theme-table-active-color: #292b2c;
  --theme-table-hover-bg: #eaeaeb;
  --theme-table-hover-color: #292b2c;
  color: var(--theme-table-color);
  border-color: var(--theme-table-border-color);
}

.table-dark {
  --theme-table-color: #fff;
  --theme-table-bg: #292b2c;
  --theme-table-border-color: #3e4041;
  --theme-table-striped-bg: #343637;
  --theme-table-striped-color: #fff;
  --theme-table-active-bg: #3e4041;
  --theme-table-active-color: #fff;
  --theme-table-hover-bg: #393b3c;
  --theme-table-hover-color: #fff;
  color: var(--theme-table-color);
  border-color: var(--theme-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 2399.98px) {
  .table-responsive-xxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--theme-border-width));
  padding-bottom: calc(0.375rem + var(--theme-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.2;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--theme-border-width));
  padding-bottom: calc(0.5rem + var(--theme-border-width));
  font-size: calc(1.25625rem + 0.075vw);
}
@media (min-width: 1200px) {
  .col-form-label-lg {
    font-size: 1.3125rem;
  }
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--theme-border-width));
  padding-bottom: calc(0.25rem + var(--theme-border-width));
  font-size: 0.945rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--theme-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 1.5rem;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--theme-body-color);
  appearance: none;
  background-color: var(--theme-body-bg);
  background-clip: padding-box;
  border: var(--theme-border-width) solid var(--theme-border-color);
  border-radius: var(--theme-border-radius);
  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: var(--theme-body-color);
  background-color: var(--theme-body-bg);
  border-color: #a5e6c0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(74, 205, 129, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.2em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--theme-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--theme-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 1.5rem;
  margin: -0.375rem -1.5rem;
  margin-inline-end: 1.5rem;
  color: var(--theme-body-color);
  background-color: var(--theme-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--theme-border-width);
  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: var(--theme-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.2;
  color: var(--theme-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--theme-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 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.2em + 0.5rem + calc(var(--theme-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.945rem;
  border-radius: var(--theme-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.2em + 1rem + calc(var(--theme-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: calc(1.25625rem + 0.075vw);
  border-radius: var(--theme-border-radius-lg);
}
@media (min-width: 1200px) {
  .form-control-lg {
    font-size: 1.3125rem;
  }
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.2em + 0.75rem + calc(var(--theme-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.2em + 0.5rem + calc(var(--theme-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.2em + 1rem + calc(var(--theme-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.2em + 0.75rem + calc(var(--theme-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--theme-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--theme-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.2em + 0.5rem + calc(var(--theme-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.2em + 1rem + calc(var(--theme-border-width) * 2));
}

.form-select {
  --theme-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 4.5rem 0.375rem 1.5rem;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--theme-body-color);
  appearance: none;
  background-color: var(--theme-body-bg);
  background-image: var(--theme-form-select-bg-img), var(--theme-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 16px 12px;
  border: var(--theme-border-width) solid var(--theme-border-color);
  border-radius: var(--theme-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #a5e6c0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(74, 205, 129, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1.5rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e5e5e5;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--theme-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.945rem;
  border-radius: var(--theme-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: calc(1.25625rem + 0.075vw);
  border-radius: var(--theme-border-radius-lg);
}
@media (min-width: 1200px) {
  .form-select-lg {
    font-size: 1.3125rem;
  }
}

[data-bs-theme=dark] .form-select {
  --theme-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23dee2e6%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.26rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --theme-form-check-bg: var(--theme-body-bg);
  width: 1em;
  height: 1em;
  margin-top: 0.1em;
  vertical-align: top;
  appearance: none;
  background-color: var(--theme-form-check-bg);
  background-image: var(--theme-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--theme-border-width) solid var(--theme-border-color);
  print-color-adjust: exact;
}
.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: #a5e6c0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(74, 205, 129, 0.25);
}
.form-check-input:checked {
  background-color: #4acd81;
  border-color: #4acd81;
}
.form-check-input:checked[type=checkbox] {
  --theme-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10l3 3l6-6%27/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --theme-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #4acd81;
  border-color: #4acd81;
  --theme-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%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 {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --theme-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%2841, 43, 44, 0.25%29%27/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--theme-form-switch-bg);
  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 {
  --theme-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23a5e6c0%27/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --theme-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.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;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --theme-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%28255, 255, 255, 0.25%29%27/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(74, 205, 129, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(74, 205, 129, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #4acd81;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #c9f0d9;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--theme-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #4acd81;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #c9f0d9;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--theme-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--theme-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--theme-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--theme-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--theme-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 1.5rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--theme-border-width) 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,
.form-floating > .form-control-plaintext {
  padding: 1rem 1.5rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-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-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--theme-body-color-rgb), 0.8);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.75rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--theme-body-bg);
  border-radius: var(--theme-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--theme-body-color-rgb), 0.8);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--theme-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #989898;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--theme-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 1.5rem;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--theme-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--theme-tertiary-bg);
  border: var(--theme-border-width) solid var(--theme-border-color);
  border-radius: var(--theme-border-radius);
}

.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: calc(1.25625rem + 0.075vw);
  border-radius: var(--theme-border-radius-lg);
}
@media (min-width: 1200px) {
  .input-group-lg > .form-control,
  .input-group-lg > .form-select,
  .input-group-lg > .input-group-text,
  .input-group-lg > .btn {
    font-size: 1.3125rem;
  }
}

.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.945rem;
  border-radius: var(--theme-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 6rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  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):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  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: calc(var(--theme-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  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: var(--theme-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 4px 8px;
  margin-top: 0.1rem;
  font-size: 0.945rem;
  color: #fff;
  background-color: var(--theme-success);
  border-radius: var(--theme-border-radius);
}

.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: var(--theme-form-valid-border-color);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--theme-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--theme-success-rgb), 0.25);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--theme-form-valid-border-color);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--theme-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--theme-success-rgb), 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--theme-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--theme-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--theme-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--theme-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--theme-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 4px 8px;
  margin-top: 0.1rem;
  font-size: 0.945rem;
  color: #fff;
  background-color: var(--theme-danger);
  border-radius: var(--theme-border-radius);
}

.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: var(--theme-form-invalid-border-color);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--theme-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--theme-danger-rgb), 0.25);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--theme-form-invalid-border-color);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--theme-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--theme-danger-rgb), 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--theme-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--theme-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--theme-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--theme-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.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;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.alert {
  --theme-alert-bg: transparent;
  --theme-alert-padding-x: 16px;
  --theme-alert-padding-y: 16px;
  --theme-alert-margin-bottom: 1rem;
  --theme-alert-color: inherit;
  --theme-alert-border-color: transparent;
  --theme-alert-border: var(--theme-border-width) solid var(--theme-alert-border-color);
  --theme-alert-border-radius: var(--theme-border-radius);
  --theme-alert-link-color: inherit;
  position: relative;
  padding: var(--theme-alert-padding-y) var(--theme-alert-padding-x);
  margin-bottom: var(--theme-alert-margin-bottom);
  color: var(--theme-alert-color);
  background-color: var(--theme-alert-bg);
  border: var(--theme-alert-border);
  border-radius: var(--theme-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--theme-alert-link-color);
}

.alert-dismissible {
  padding-right: 48px;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 20px 16px;
}

.alert-primary {
  --theme-alert-color: var(--theme-primary-text-emphasis);
  --theme-alert-bg: var(--theme-primary-bg-subtle);
  --theme-alert-border-color: var(--theme-primary-border-subtle);
  --theme-alert-link-color: var(--theme-primary-text-emphasis);
}

.alert-yellow {
  --theme-alert-color: var(--theme-yellow-text-emphasis);
  --theme-alert-bg: var(--theme-yellow-bg-subtle);
  --theme-alert-border-color: var(--theme-yellow-border-subtle);
  --theme-alert-link-color: var(--theme-yellow-text-emphasis);
}

.alert-green {
  --theme-alert-color: var(--theme-green-text-emphasis);
  --theme-alert-bg: var(--theme-green-bg-subtle);
  --theme-alert-border-color: var(--theme-green-border-subtle);
  --theme-alert-link-color: var(--theme-green-text-emphasis);
}

.alert-secondary {
  --theme-alert-color: var(--theme-secondary-text-emphasis);
  --theme-alert-bg: var(--theme-secondary-bg-subtle);
  --theme-alert-border-color: var(--theme-secondary-border-subtle);
  --theme-alert-link-color: var(--theme-secondary-text-emphasis);
}

.alert-success {
  --theme-alert-color: var(--theme-success-text-emphasis);
  --theme-alert-bg: var(--theme-success-bg-subtle);
  --theme-alert-border-color: var(--theme-success-border-subtle);
  --theme-alert-link-color: var(--theme-success-text-emphasis);
}

.alert-info {
  --theme-alert-color: var(--theme-info-text-emphasis);
  --theme-alert-bg: var(--theme-info-bg-subtle);
  --theme-alert-border-color: var(--theme-info-border-subtle);
  --theme-alert-link-color: var(--theme-info-text-emphasis);
}

.alert-warning {
  --theme-alert-color: var(--theme-warning-text-emphasis);
  --theme-alert-bg: var(--theme-warning-bg-subtle);
  --theme-alert-border-color: var(--theme-warning-border-subtle);
  --theme-alert-link-color: var(--theme-warning-text-emphasis);
}

.alert-danger {
  --theme-alert-color: var(--theme-danger-text-emphasis);
  --theme-alert-bg: var(--theme-danger-bg-subtle);
  --theme-alert-border-color: var(--theme-danger-border-subtle);
  --theme-alert-link-color: var(--theme-danger-text-emphasis);
}

.alert-light {
  --theme-alert-color: var(--theme-light-text-emphasis);
  --theme-alert-bg: var(--theme-light-bg-subtle);
  --theme-alert-border-color: var(--theme-light-border-subtle);
  --theme-alert-link-color: var(--theme-light-text-emphasis);
}

.alert-dark {
  --theme-alert-color: var(--theme-dark-text-emphasis);
  --theme-alert-bg: var(--theme-dark-bg-subtle);
  --theme-alert-border-color: var(--theme-dark-border-subtle);
  --theme-alert-link-color: var(--theme-dark-text-emphasis);
}

.alert-white {
  --theme-alert-color: var(--theme-white-text-emphasis);
  --theme-alert-bg: var(--theme-white-bg-subtle);
  --theme-alert-border-color: var(--theme-white-border-subtle);
  --theme-alert-link-color: var(--theme-white-text-emphasis);
}

.alert-orange {
  --theme-alert-color: var(--theme-orange-text-emphasis);
  --theme-alert-bg: var(--theme-orange-bg-subtle);
  --theme-alert-border-color: var(--theme-orange-border-subtle);
  --theme-alert-link-color: var(--theme-orange-text-emphasis);
}

.alert-light-blue {
  --theme-alert-color: var(--theme-light-blue-text-emphasis);
  --theme-alert-bg: var(--theme-light-blue-bg-subtle);
  --theme-alert-border-color: var(--theme-light-blue-border-subtle);
  --theme-alert-link-color: var(--theme-light-blue-text-emphasis);
}

.alert-dark-blue {
  --theme-alert-color: var(--theme-dark-blue-text-emphasis);
  --theme-alert-bg: var(--theme-dark-blue-bg-subtle);
  --theme-alert-border-color: var(--theme-dark-blue-border-subtle);
  --theme-alert-link-color: var(--theme-dark-blue-text-emphasis);
}

.offcanvas, .offcanvas-xxxl, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --theme-offcanvas-zindex: 1045;
  --theme-offcanvas-width: 400px;
  --theme-offcanvas-height: 30vh;
  --theme-offcanvas-padding-x: 16px;
  --theme-offcanvas-padding-y: 16px;
  --theme-offcanvas-color: var(--theme-body-color);
  --theme-offcanvas-bg: var(--theme-body-bg);
  --theme-offcanvas-border-width: var(--theme-border-width);
  --theme-offcanvas-border-color: var(--theme-border-color-translucent);
  --theme-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(41, 43, 44, 0.075);
  --theme-offcanvas-transition: transform 0.3s ease-in-out;
  --theme-offcanvas-title-line-height: 1.2;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--theme-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--theme-offcanvas-color);
    visibility: hidden;
    background-color: var(--theme-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--theme-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--theme-offcanvas-width);
    border-right: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--theme-offcanvas-width);
    border-left: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-top: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --theme-offcanvas-height: auto;
    --theme-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--theme-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--theme-offcanvas-color);
    visibility: hidden;
    background-color: var(--theme-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--theme-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--theme-offcanvas-width);
    border-right: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--theme-offcanvas-width);
    border-left: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-top: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --theme-offcanvas-height: auto;
    --theme-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--theme-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--theme-offcanvas-color);
    visibility: hidden;
    background-color: var(--theme-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--theme-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--theme-offcanvas-width);
    border-right: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--theme-offcanvas-width);
    border-left: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-top: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --theme-offcanvas-height: auto;
    --theme-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--theme-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--theme-offcanvas-color);
    visibility: hidden;
    background-color: var(--theme-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--theme-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--theme-offcanvas-width);
    border-right: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--theme-offcanvas-width);
    border-left: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-top: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --theme-offcanvas-height: auto;
    --theme-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--theme-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--theme-offcanvas-color);
    visibility: hidden;
    background-color: var(--theme-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--theme-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--theme-offcanvas-width);
    border-right: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--theme-offcanvas-width);
    border-left: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-top: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --theme-offcanvas-height: auto;
    --theme-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 2399.98px) {
  .offcanvas-xxxl {
    position: fixed;
    bottom: 0;
    z-index: var(--theme-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--theme-offcanvas-color);
    visibility: hidden;
    background-color: var(--theme-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--theme-offcanvas-transition);
  }
}
@media (max-width: 2399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxxl {
    transition: none;
  }
}
@media (max-width: 2399.98px) {
  .offcanvas-xxxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--theme-offcanvas-width);
    border-right: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--theme-offcanvas-width);
    border-left: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--theme-offcanvas-height);
    max-height: 100%;
    border-top: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxxl.showing, .offcanvas-xxxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxxl.showing, .offcanvas-xxxl.hiding, .offcanvas-xxxl.show {
    visibility: visible;
  }
}
@media (min-width: 2400px) {
  .offcanvas-xxxl {
    --theme-offcanvas-height: auto;
    --theme-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--theme-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--theme-offcanvas-color);
  visibility: hidden;
  background-color: var(--theme-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--theme-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--theme-offcanvas-width);
  border-right: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--theme-offcanvas-width);
  border-left: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--theme-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--theme-offcanvas-height);
  max-height: 100%;
  border-top: var(--theme-offcanvas-border-width) solid var(--theme-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #292b2c;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--theme-offcanvas-padding-y) var(--theme-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--theme-offcanvas-padding-y) * 0.5) calc(var(--theme-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--theme-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--theme-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--theme-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--theme-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--theme-offcanvas-padding-y) var(--theme-offcanvas-padding-x);
  overflow-y: auto;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--theme-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --theme-aspect-ratio: 100%;
}

.ratio-4x3 {
  --theme-aspect-ratio: 75%;
}

.ratio-16x9 {
  --theme-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --theme-aspect-ratio: 42.8571428571%;
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

i[class^=icon-]:before, i[class*=" icon-"]:before, [class^=icon-]:before, [class*=" icon-"]:before, .list-check > li::before, .drilldown .drilldown-back:before, .drilldown > li.has-submenu > :is(button, a):after {
  font-family: iconfont !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-right:before {
  content: "\f101";
}

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

.drilldown-container {
  overflow: auto;
}

.drilldown {
  --background: #fff;
  --transition-base: all 0.2s ease-in-out;
  top: 0;
  position: relative;
  background-color: var(--background);
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  overflow: hidden;
  transition: var(--transition-base);
  height: var(--drilldown-height);
}
.drilldown > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.drilldown > li > a,
.drilldown > li > button {
  width: 100%;
  padding: 0.625rem 1rem;
  background-color: transparent;
  border: 0;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}
.drilldown > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.drilldown > li > a .icon-angle-right {
  background-color: #eaf936;
}
.drilldown > li > ul {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-left: 100%;
  display: block;
  width: 100%;
  background-color: var(--background);
  transition: var(--transition-base);
  height: var(--drilldown-height);
}
.drilldown > li > ul.sub-menu > li:nth-child(-n+3) {
  border-top: none !important;
}
.drilldown > li > ul.sub-menu.show {
  margin-left: 0%;
}
.drilldown > li.has-submenu > :is(button, a) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.drilldown > li.has-submenu > :is(button, a):after {
  content: "\f101";
  color: #eaf936;
  padding-right: 0.375rem;
}
.drilldown .has-submenu > button:after {
  transition: 0.15s ease;
}
.drilldown .drilldown-back {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #eaf936;
  font-size: 0.875rem;
  font-family: "newkansas", sans-serif;
  padding-bottom: 0;
}
.drilldown .drilldown-back:before {
  content: "\f101";
  transform: rotate(180deg);
  color: #eaf936;
}
.drilldown--large > li {
  padding: 5px 0;
}
.drilldown--large > li.has-icon {
  padding-left: 3.25rem !important;
}
.drilldown--large > li .menu-icon {
  position: absolute;
  left: 1rem;
  background: #eaf936;
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
}
.drilldown--large > li .menu-icon.icon-right {
  left: auto;
  right: 1rem;
  top: 3.8rem;
}
.drilldown--large > li .menu-icon i {
  color: #fff;
}
.drilldown--large > li > button {
  font-size: 1.25rem;
}
.drilldown--top > li {
  border: none !important;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #292b2c;
}

.hamburger-box {
  width: 22px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 22px;
  height: 2px;
  background-color: #292b2c;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 6px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(-45deg);
}

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0;
}

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0;
}

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0;
}

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.responsive-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  min-width: 1px;
}

.responsive-wrapper iframe,
.responsive-wrapper object,
.responsive-wrapper embed,
.responsive-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.bg-light-gray {
  background-color: #fafafa;
}

.bg-medium-gray {
  background-color: #adb5bd;
}

.bg-primary {
  background-color: #4acd81;
}

.bg-secondary {
  background-color: #eaf936;
}

.font-heading {
  font-family: var(--theme-font-sans-serif);
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

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

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

.mx-auto {
  margin-inline: auto;
}

.my-auto {
  margin-block: auto;
}

.m-auto {
  margin: auto;
}

.has-radius {
  border-radius: 0.25rem;
}

[class*=stretch-] {
  --stretch-height: auto;
}
[class*=stretch-] > * > [class*=card],
[class*=stretch-] > * > a > * {
  height: var(--stretch-height);
}

.stretch-cards {
  --stretch-height: 100%;
}

.stretch-xs-cards {
  --stretch-height: 100%;
}

@media (min-width: 576px) {
  .stretch-sm-cards {
    --stretch-height: 100%;
  }
}
@media (min-width: 768px) {
  .stretch-md-cards {
    --stretch-height: 100%;
  }
}
@media (min-width: 992px) {
  .stretch-lg-cards {
    --stretch-height: 100%;
  }
}
@media (min-width: 1200px) {
  .stretch-xl-cards {
    --stretch-height: 100%;
  }
}
@media (min-width: 1400px) {
  .stretch-xxl-cards {
    --stretch-height: 100%;
  }
}
@media (min-width: 2400px) {
  .stretch-xxxl-cards {
    --stretch-height: 100%;
  }
}
.cap-height {
  max-height: calc(100vh - var(--block-spacing) * 2 - var(--header-height) - var(--admin-bar-height));
}

:root {
  --container-padding: 2rem;
}
@media (min-width: 992px) {
  :root {
    --container-padding: calc(var(--block-spacing) * 2);
  }
}
:root a {
  text-decoration: none !important;
}
:root .row {
  margin-left: unset;
  margin-right: unset;
}

.container-xl,
.container-xxl,
.container {
  --theme-gutter-x: var(--container-padding);
}

body {
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  --admin-bar-height: 0px;
}
body.admin-bar {
  --admin-bar-height: 46px;
}
@media screen and (min-width: 782px) {
  body.admin-bar {
    --admin-bar-height: 32px;
  }
}

.preload * {
  transition: none !important;
}

.bg-lazy,
.lazy {
  opacity: 0;
  transition: "opacity", 1s;
}
@media (prefers-reduced-motion: reduce) {
  .bg-lazy,
  .lazy {
    transition: none;
  }
}
.bg-lazy.loaded,
.lazy.loaded {
  opacity: 1;
}

picture {
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}
picture > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
picture.contain > img {
  object-fit: contain;
}

.block-link {
  display: block;
}
.block-link:hover, .block-link:focus {
  text-decoration: none;
}

.has-loader {
  --loader-size: 2rem;
  --loader-border-size: 0.1875rem;
  --loader-offset: 0.375rem;
  --loader-inner-size: calc(var(--loader-size) - var(--loader-offset) * 2);
  position: relative;
}
.has-loader > * {
  transition: all 0.2s ease-in-out;
  transition-delay: 0.2s;
}
.has-loader:before, .has-loader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: var(--loader-size);
  height: var(--loader-size);
  margin: auto;
  border-radius: 50%;
  margin-block: 1.875rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}
.has-loader:before {
  background-color: white;
}
.has-loader:after {
  border: var(--loader-border-size) solid #4acd81;
  border-top-color: transparent;
  animation: spin 1s linear infinite;
  width: var(--loader-inner-size);
  height: var(--loader-inner-size);
}
@keyframes spin {
  0% {
    transform: translateY(var(--loader-offset)) rotate(0deg);
  }
  100% {
    transform: translateY(var(--loader-offset)) rotate(360deg);
  }
}
.has-loader.is-loading:before, .has-loader.is-loading:after {
  opacity: 1;
}
.has-loader.is-loading > * {
  opacity: 0;
  pointer-events: none;
  transition-delay: 0s;
}

h1, .h1, h2, .h2 {
  font-weight: 400 !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, span {
  margin-bottom: 0;
  text-box: trim-both cap alphabetic;
}

.bg-color-primary {
  background-color: #4acd81 !important;
}

.text-color-primary {
  color: #4acd81 !important;
}

.bg-color-yellow {
  background-color: #eaf936 !important;
}

.text-color-yellow {
  color: #eaf936 !important;
}

.bg-color-green {
  background-color: #eaf936 !important;
}

.text-color-green {
  color: #eaf936 !important;
}

.bg-color-secondary {
  background-color: #eaf936 !important;
}

.text-color-secondary {
  color: #eaf936 !important;
}

.bg-color-success {
  background-color: #4acd81 !important;
}

.text-color-success {
  color: #4acd81 !important;
}

.bg-color-info {
  background-color: #0dcaf0 !important;
}

.text-color-info {
  color: #0dcaf0 !important;
}

.bg-color-warning {
  background-color: #eaf936 !important;
}

.text-color-warning {
  color: #eaf936 !important;
}

.bg-color-danger {
  background-color: #dc3545 !important;
}

.text-color-danger {
  color: #dc3545 !important;
}

.bg-color-light {
  background-color: #fafafa !important;
}

.text-color-light {
  color: #fafafa !important;
}

.bg-color-dark {
  background-color: #292b2c !important;
}

.text-color-dark {
  color: #292b2c !important;
}

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

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

.bg-color-orange {
  background-color: #ED5B06 !important;
}

.text-color-orange {
  color: #ED5B06 !important;
}

.bg-color-light-blue {
  background-color: #cedae1 !important;
}

.text-color-light-blue {
  color: #cedae1 !important;
}

.bg-color-dark-blue {
  background-color: #102431 !important;
}

.text-color-dark-blue {
  color: #102431 !important;
}

.p-xl {
  font-size: 3.375rem;
  font-weight: 400;
}
.p-xl--medium {
  font-weight: 500;
}
.p-xl--semibold {
  font-weight: 600;
}
.p-xl--bold {
  font-weight: 700;
}

.p-lg {
  font-size: 1.5rem;
  font-weight: 400;
}
.p-lg--medium {
  font-weight: 500;
}
.p-lg--semibold {
  font-weight: 600;
}
.p-lg--bold {
  font-weight: 700;
}

.p-md {
  font-size: 1.25rem;
  font-weight: 400;
}
.p-md--medium {
  font-weight: 500;
}
.p-md--semibold {
  font-weight: 600;
}
.p-md--bold {
  font-weight: 700;
}

.p-normal {
  font-size: 1rem;
  font-weight: 400;
}
.p-normal--medium {
  font-weight: 500;
}
.p-normal--semibold {
  font-weight: 600;
}
.p-normal--bold {
  font-weight: 700;
}

.p-sm {
  font-size: 0.875rem;
  font-weight: 400;
}
.p-sm--medium {
  font-weight: 500;
}
.p-sm--semibold {
  font-weight: 600;
}
.p-sm--bold {
  font-weight: 700;
}

.p-xs {
  font-size: 0.875rem;
  font-weight: 400;
}
.p-xs--medium {
  font-weight: 500;
}
.p-xs--semibold {
  font-weight: 600;
}
.p-xs--bold {
  font-weight: 700;
}

.icon {
  line-height: 1;
  display: inline-block;
}
.icon:before {
  display: block;
  line-height: 1;
}
.icon.icon-flipped:before {
  transform: scale(-1, 1);
}

:root {
  --header-height: 4rem;
}
@media (min-width: 992px) {
  :root {
    --header-height: 5.375rem;
  }
}

header#header {
  position: fixed;
  top: var(--admin-bar-height);
  width: 100%;
  z-index: 20;
}
header#header .brand {
  padding: 1rem 0;
  width: 12.5rem;
  transition: height 0.25s ease;
}

.home header#header {
  position: fixed;
  top: var(--admin-bar-height);
  width: 100%;
  padding: 3.125rem 0;
  z-index: 20;
}
@media (max-width: 767.98px) {
  .home header#header {
    padding: unset;
  }
}
.home header#header .brand {
  padding: 1rem 0;
  transition: height 0.25s ease;
  width: 31.25rem;
  min-height: 4rem;
  filter: brightness(0) invert(1);
}
@media (max-width: 767.98px) {
  .home header#header .brand {
    max-width: 18.75rem;
  }
}

:root {
  --footer-height: 8.125rem;
}
.block.block-footer {
  margin-top: auto;
  padding: 0;
  z-index: 10;
}
.block.block-footer .block-wrapper {
  height: var(--footer-height);
  color: #fff;
}
.block.block-footer .block-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
:root {
  --block-spacing: 2rem;
}
@media (min-width: 992px) {
  :root {
    --block-spacing: 3.5rem;
  }
}

.block,
.block.block-hero .block-wrapper,
.block.block-footer .block-wrapper {
  padding: var(--block-spacing) 0;
}

#main > .block:first-child {
  padding-top: calc(var(--header-height) + var(--block-spacing));
}

.block.block-gallery {
  padding: 1rem 0 3rem;
}
@media (min-width: 1200px) {
  .block.block-gallery {
    padding: 1.5rem 0 4rem;
  }
}
.block.block-gallery .grid-wrapper {
  display: grid;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .block.block-gallery .grid-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}
.block.block-gallery .grid-wrapper .grid-item picture {
  height: 100%;
}
.block.block-gallery .grid-wrapper[data-grid-count="2"] {
  grid-template-columns: 60% 40%;
  grid-template-rows: 1fr;
}
.block.block-gallery .grid-wrapper[data-grid-count="2"] .grid-item-1 {
  grid-area: 1/1/2/2;
}
.block.block-gallery .grid-wrapper[data-grid-count="2"] .grid-item-2 {
  grid-area: 1/2/2/3;
}
.block.block-gallery .grid-wrapper[data-grid-count="3"] {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.block.block-gallery .grid-wrapper[data-grid-count="3"] .grid-item-1 {
  grid-area: 1/1/3/3;
}
.block.block-gallery .grid-wrapper[data-grid-count="3"] .grid-item-2 {
  grid-area: 1/3/2/4;
}
.block.block-gallery .grid-wrapper[data-grid-count="3"] .grid-item-3 {
  grid-area: 2/3/3/4;
}

.block-contact {
  --block-height: 100svh;
  --padding-top: 10rem;
}
@media (max-width: 767.98px) {
  .block-contact {
    --padding-top: 5rem;
  }
}
.block-contact .image-wrapper {
  height: var(--block-height);
  position: relative;
  margin-left: calc((100vw - 100%) / -2);
  padding-left: calc((100vw - 100%) / 2);
}
@media (max-width: 767.98px) {
  .block-contact .image-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.block-contact .image-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: space-between;
  height: 100%;
  padding: calc(var(--padding-top) * 2) calc(var(--padding-top) / 2) calc(var(--padding-top) / 2) 0;
}
.block-contact .image-wrapper picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.block-contact .image-wrapper picture::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #cedae1;
  opacity: 0.6;
}
.block-contact .form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: space-between;
  height: 100%;
  padding: calc(var(--padding-top) * 2) 0 calc(var(--padding-top) / 2) 0;
}
@media (max-width: 767.98px) {
  .block-contact .form-wrapper {
    --padding-top: 2.5rem;
    padding: calc(var(--padding-top) * 2) 0 calc(var(--padding-top) * 2) 0;
  }
}
.block-contact .form-wrapper .gform_heading {
  display: none;
}
.block-contact .form-wrapper form[id*=gform_] .gform_body .gform_fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.block-contact .form-wrapper form[id*=gform_] .gform_body .gform_fields .gfield .gfield_label {
  background-color: #fff;
  padding: 0 0.625rem;
  transform: translateY(50%) translateX(24px);
}
.block-contact .form-wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container input[type=text],
.block-contact .form-wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container input[type=email],
.block-contact .form-wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container input[type=tel],
.block-contact .form-wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container textarea {
  padding: 1.375rem 2rem;
  border-radius: 0.625rem;
}
.block-contact .form-wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container .form-control:focus {
  border-color: #cedae1;
  box-shadow: 0 0 4px 0.125rem #cedae1;
}
.block-contact .form-wrapper form[id*=gform_] .gform_footer {
  margin-top: 2rem;
}

.block-large-faq {
  padding-bottom: calc(var(--footer-height) * 2);
  margin-bottom: calc(var(--footer-height) * -1);
}
@media (max-width: 767.98px) {
  .block-large-faq .block-header {
    margin-bottom: 2rem;
  }
}

.block-contact-copy {
  --block-height: 100svh;
  --padding-top: 10rem;
}
.block-contact-copy .image-wrapper {
  height: var(--block-height);
  position: relative;
  margin-left: calc((100vw - 100%) / -2);
  padding-left: calc((100vw - 100%) / 2);
}
.block-contact-copy .image-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: space-between;
  height: 100%;
  padding: calc(var(--padding-top) * 2) 0 calc(var(--padding-top) / 2) 0;
}
.block-contact-copy .image-wrapper picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.block-contact-copy .image-wrapper picture::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #cedae1;
  opacity: 0.6;
}
.block-contact-copy .form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: space-between;
  height: 100%;
  padding: calc(var(--padding-top) * 2) 0 calc(var(--padding-top) / 2) 0;
}
.block-contact-copy .form-wrapper .gform_heading {
  display: none;
}
.block-contact-copy .form-wrapper form[id*=gform_] .gform_body .gform_fields {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.block-contact-copy .form-wrapper form[id*=gform_] .gform_body .gform_fields .gfield .gfield_label {
  background-color: #fff;
  padding: 0 0.625rem;
  transform: translateY(50%) translateX(24px);
}
.block-contact-copy .form-wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container input[type=text],
.block-contact-copy .form-wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container input[type=email],
.block-contact-copy .form-wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container input[type=tel],
.block-contact-copy .form-wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container textarea {
  padding: 1.375rem 2rem;
  border-radius: 0.625rem;
}
.block-contact-copy .form-wrapper form[id*=gform_] .gform_body .gform_fields .gfield .ginput_container .form-control:focus {
  border-color: #cedae1;
  box-shadow: 0 0 4px 0.125rem #cedae1;
}

.block.block-hero {
  padding-top: 0;
}
.block.block-hero .block-wrapper {
  color: #fff;
  background-color: #292b2c;
}

.hero-landing-block {
  height: 100svh;
  overflow: hidden;
  position: relative;
  margin-bottom: calc(var(--footer-height) * -1);
}
.hero-landing-block .image-wrapper {
  height: 100%;
}
.hero-landing-block .image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to right, #102431, rgba(16, 36, 49, 0));
}
.hero-landing-block .image-wrapper picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-landing-block .image-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
}
.hero-landing-block .image-wrapper .overlay .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: baseline;
}

.offcanvas {
  padding-top: calc(var(--header-height) + var(--admin-bar-height));
}

.list-before {
  margin: 0;
}
.list-before li {
  position: relative;
  display: block;
  padding-left: 1.875rem;
}
.list-before li:before {
  content: attr(data-before);
  position: absolute;
  left: 0;
  top: 0;
}
.list-before li a:hover {
  color: #eaf936;
}

.list-check {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  padding-left: 0;
}
.list-check > li {
  padding-left: 2.25rem;
  position: relative;
}
.list-check > li::before {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #4acd81;
  color: #fafafa;
  margin-right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.25rem;
  left: 0;
  font-size: 0.875rem;
}

.btn {
  padding: 1rem 1.5rem;
  text-decoration: none !important;
}
.btn.btn-primary {
  background-color: #ED5B06;
  color: #fff;
  border-radius: 3.125rem;
}

.gform-submit-button {
  padding: 1rem 1.5rem;
  text-decoration: none !important;
  background-color: #ED5B06;
  color: #fff;
  border-radius: 3.125rem;
  border: unset;
}

.menu {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 0.125rem;
  list-style-type: none;
  flex-direction: column;
}
.menu > li {
  margin: 0;
  padding: 0;
}
.menu > li > a:not(.btn) {
  color: inherit;
}
.menu > li > a:not(.btn):hover, .menu > li > a:not(.btn):focus {
  text-decoration: underline;
}
.menu > li.current-menu-item {
  text-decoration: underline;
}
.menu.menu-horizontal {
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
.menu.menu-white {
  color: #fff;
}
.menu.menu-icon > li {
  position: relative;
  padding-left: 1.75rem;
}
.menu.menu-icon > li i {
  position: absolute;
  top: 0.4375rem;
  left: 0;
  color: #eaf936;
}

.card {
  padding: 1rem;
}

.card-faq {
  border-bottom: 1px solid #fff;
}
.card-faq__header .header-button {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  padding: 1.875rem 0;
  background-color: unset;
  border: unset;
}
.card-faq__header .header-button__content {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .card-faq__header .header-button__content {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  .card-faq__header .header-button__content p.p-lg {
    font-size: 1.125rem;
  }
}
.card-faq__header .header-button__icon {
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-faq__header .header-button__icon::before {
  content: "+";
  font-size: 2rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
}
@media (max-width: 767.98px) {
  .card-faq__header .header-button__icon::before {
    font-size: 1.5rem;
    width: 2rem;
    height: 2rem;
  }
}
.card-faq__header .header-button:not(.collapsed) .header-button__icon {
  transform: rotate(45deg);
}
.card-faq__body {
  padding: 1.875rem 0;
}

.gform_wrapper {
  position: relative;
}
.gform_wrapper > * {
  opacity: 1;
  transition: 0.25s ease;
}
.gform_wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 3.125rem;
  height: 3.125rem;
  opacity: 0;
  border-radius: 50%;
  border: 0.3125rem solid #4acd81;
  border-bottom-color: transparent;
  pointer-events: none;
  animation: rotate 1s linear infinite;
  transition: 0.25s ease;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.gform_wrapper.is-loading > * {
  opacity: 0.3;
  pointer-events: none;
}
.gform_wrapper.is-loading:after {
  opacity: 1;
}
.gform_wrapper .hidden {
  width: 0;
  height: 0;
  left: 0;
  position: absolute !important;
  visibility: hidden;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

.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;
}

.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: 1rem !important;
}

.gap-2 {
  gap: calc(1.325rem + 0.9vw) !important;
}

.gap-3 {
  gap: calc(1.425rem + 2.1vw) !important;
}

.gap-4 {
  gap: calc(1.525rem + 3.3vw) !important;
}

.gap-5 {
  gap: calc(1.625rem + 4.5vw) !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;
}

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

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

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

.text-primary {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-primary-rgb), var(--theme-text-opacity)) !important;
}

.text-yellow {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-yellow-rgb), var(--theme-text-opacity)) !important;
}

.text-green {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-green-rgb), var(--theme-text-opacity)) !important;
}

.text-secondary {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-secondary-rgb), var(--theme-text-opacity)) !important;
}

.text-success {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-success-rgb), var(--theme-text-opacity)) !important;
}

.text-info {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-info-rgb), var(--theme-text-opacity)) !important;
}

.text-warning {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-warning-rgb), var(--theme-text-opacity)) !important;
}

.text-danger {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-danger-rgb), var(--theme-text-opacity)) !important;
}

.text-light {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-light-rgb), var(--theme-text-opacity)) !important;
}

.text-dark {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-dark-rgb), var(--theme-text-opacity)) !important;
}

.text-white {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-white-rgb), var(--theme-text-opacity)) !important;
}

.text-orange {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-orange-rgb), var(--theme-text-opacity)) !important;
}

.text-light-blue {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-light-blue-rgb), var(--theme-text-opacity)) !important;
}

.text-dark-blue {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-dark-blue-rgb), var(--theme-text-opacity)) !important;
}

.text-black {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-black-rgb), var(--theme-text-opacity)) !important;
}

.text-body {
  --theme-text-opacity: 1;
  color: rgba(var(--theme-body-color-rgb), var(--theme-text-opacity)) !important;
}

.text-muted {
  --theme-text-opacity: 1;
  color: var(--theme-secondary-color) !important;
}

.text-black-50 {
  --theme-text-opacity: 1;
  color: rgba(41, 43, 44, 0.5) !important;
}

.text-white-50 {
  --theme-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --theme-text-opacity: 1;
  color: var(--theme-secondary-color) !important;
}

.text-body-tertiary {
  --theme-text-opacity: 1;
  color: var(--theme-tertiary-color) !important;
}

.text-body-emphasis {
  --theme-text-opacity: 1;
  color: var(--theme-emphasis-color) !important;
}

.text-reset {
  --theme-text-opacity: 1;
  color: inherit !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 1rem !important;
  }
  .gap-sm-2 {
    gap: calc(1.325rem + 0.9vw) !important;
  }
  .gap-sm-3 {
    gap: calc(1.425rem + 2.1vw) !important;
  }
  .gap-sm-4 {
    gap: calc(1.525rem + 3.3vw) !important;
  }
  .gap-sm-5 {
    gap: calc(1.625rem + 4.5vw) !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 1rem !important;
  }
  .gap-md-2 {
    gap: calc(1.325rem + 0.9vw) !important;
  }
  .gap-md-3 {
    gap: calc(1.425rem + 2.1vw) !important;
  }
  .gap-md-4 {
    gap: calc(1.525rem + 3.3vw) !important;
  }
  .gap-md-5 {
    gap: calc(1.625rem + 4.5vw) !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 1rem !important;
  }
  .gap-lg-2 {
    gap: calc(1.325rem + 0.9vw) !important;
  }
  .gap-lg-3 {
    gap: calc(1.425rem + 2.1vw) !important;
  }
  .gap-lg-4 {
    gap: calc(1.525rem + 3.3vw) !important;
  }
  .gap-lg-5 {
    gap: calc(1.625rem + 4.5vw) !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 1rem !important;
  }
  .gap-xl-2 {
    gap: calc(1.325rem + 0.9vw) !important;
  }
  .gap-xl-3 {
    gap: calc(1.425rem + 2.1vw) !important;
  }
  .gap-xl-4 {
    gap: calc(1.525rem + 3.3vw) !important;
  }
  .gap-xl-5 {
    gap: calc(1.625rem + 4.5vw) !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 1rem !important;
  }
  .gap-xxl-2 {
    gap: calc(1.325rem + 0.9vw) !important;
  }
  .gap-xxl-3 {
    gap: calc(1.425rem + 2.1vw) !important;
  }
  .gap-xxl-4 {
    gap: calc(1.525rem + 3.3vw) !important;
  }
  .gap-xxl-5 {
    gap: calc(1.625rem + 4.5vw) !important;
  }
}
@media (min-width: 2400px) {
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 1rem !important;
  }
  .gap-xxxl-2 {
    gap: calc(1.325rem + 0.9vw) !important;
  }
  .gap-xxxl-3 {
    gap: calc(1.425rem + 2.1vw) !important;
  }
  .gap-xxxl-4 {
    gap: calc(1.525rem + 3.3vw) !important;
  }
  .gap-xxxl-5 {
    gap: calc(1.625rem + 4.5vw) !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map*/