@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap");
:root { --bs-blue: #0d6efd; --bs-indigo: #6610f2; --bs-purple: #6f42c1; --bs-pink: #d63384; --bs-red: #dc3545; --bs-orange: #fd7e14; --bs-yellow: #FFF500; --bs-green: #23D160; --bs-teal: #20c997; --bs-cyan: #5AA9E6; --bs-white: #fff; --bs-gray: #7D7D7D; --bs-gray-dark: #515151; --bs-gray-100: #E9E9E9; --bs-gray-200: #D4D4D4; --bs-gray-300: #BEBEBE; --bs-gray-400: #A8A8A8; --bs-gray-500: #939393; --bs-gray-600: #7D7D7D; --bs-gray-700: #676767; --bs-gray-800: #515151; --bs-gray-900: #3C3C3C; --bs-primary: #44AF35; --bs-secondary: #E3EFF0; --bs-success: #23D160; --bs-info: #5AA9E6; --bs-warning: #FFF500; --bs-danger: #AA0000; --bs-light: #E9E9E9; --bs-dark: #3C3C3C; --bs-primary-rgb: 68, 175, 53; --bs-secondary-rgb: 227, 239, 240; --bs-success-rgb: 35, 209, 96; --bs-info-rgb: 90, 169, 230; --bs-warning-rgb: 255, 245, 0; --bs-danger-rgb: 170, 0, 0; --bs-light-rgb: 233, 233, 233; --bs-dark-rgb: 60, 60, 60; --bs-white-rgb: 255, 255, 255; --bs-black-rgb: 38, 38, 38; --bs-body-color-rgb: 60, 60, 60; --bs-body-bg-rgb: 255, 255, 255; --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); --bs-body-font-family: var(--bs-font-sans-serif); --bs-body-font-size: 1rem; --bs-body-font-weight: 400; --bs-body-line-height: 1.5; --bs-body-color: #3C3C3C; --bs-body-bg: #fff; }

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

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

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

hr { margin: 1rem 0; color: inherit; background-color: currentColor; border: 0; opacity: 0.25; }

hr:not([size]) { height: 1px; }

h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; }

h1 { font-size: calc(1.15rem + 1.5428571429vw); }
@media (min-width: 1400px) { h1 { font-size: 2.5rem; } }

h2 { font-size: calc(1.1rem + 1.0285714286vw); }
@media (min-width: 1400px) { h2 { font-size: 2rem; } }

h3 { font-size: calc(1.075rem + 0.7714285714vw); }
@media (min-width: 1400px) { h3 { font-size: 1.75rem; } }

h4 { font-size: calc(1.05rem + 0.5142857143vw); }
@media (min-width: 1400px) { h4 { font-size: 1.5rem; } }

h5 { font-size: calc(1.025rem + 0.2571428571vw); }
@media (min-width: 1400px) { h5 { font-size: 1.25rem; } }

h6 { font-size: 1rem; }

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

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

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

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

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

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

ul { list-style-type: none; margin-block-start: 0em; margin-block-end: 0em; padding-inline-start: 0px; }

dt { font-weight: 700; }

dd { margin-bottom: .5rem; margin-left: 0; }

blockquote { margin: 0 0 1rem; }

b, strong { font-weight: bolder; }

small { font-size: 0.875em; }

mark { padding: 0.2em; background-color: #fcf8e3; }

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

sub { bottom: -.25em; }

sup { top: -.5em; }

a { color: #44AF35; text-decoration: underline; }
a:hover { color: #368c2a; }

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

pre, code, kbd, samp { font-family: var(--bs-font-monospace); font-size: 1em; direction: ltr /* rtl:ignore */; unicode-bidi: bidi-override; }

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

code { font-size: 0.875em; color: #d63384; word-wrap: break-word; }
a > code { color: inherit; }

kbd { padding: 0.2rem 0.4rem; font-size: 0.875em; color: #fff; background-color: #3C3C3C; border-radius: 0.2rem; }
kbd kbd { padding: 0; font-size: 1em; font-weight: 700; }

figure { margin: 0 0 1rem; }

img, svg { vertical-align: middle; }

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

caption { padding-top: 0.5rem; padding-bottom: 0.5rem; color: #7D7D7D; text-align: left; }

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

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

label { display: inline-block; }

button { border-radius: 0; }

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

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

button, select { text-transform: none; }

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

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

[list]::-webkit-calendar-picker-indicator { display: none; }

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

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

textarea { resize: vertical; }

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

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

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

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

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

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

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

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

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

output { display: inline-block; }

iframe { border: 0; }

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

progress { vertical-align: baseline; }

[hidden] { display: none !important; }

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl { width: 100%; padding-right: var(--bs-gutter-x, 0.75rem); padding-left: var(--bs-gutter-x, 0.75rem); margin-right: auto; margin-left: auto; }

@media (min-width: 576px) { .container, .container-sm { max-width: 540px; } }
@media (min-width: 768px) { .container, .container-sm, .container-md { max-width: 720px; } }
@media (min-width: 992px) { .container, .container-sm, .container-md, .container-lg { max-width: 960px; } }
@media (min-width: 1200px) { .container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1140px; } }
@media (min-width: 1400px) { .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl { max-width: 1320px; } }
.row { --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin-top: calc(var(--bs-gutter-y) * -1); margin-right: calc(var(--bs-gutter-x) * -.5); margin-left: calc(var(--bs-gutter-x) * -.5); }
.row > * { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); margin-top: var(--bs-gutter-y); }

.col { flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-2, .gx-2 { --bs-gutter-x: 0.5rem; }

.g-2, .gy-2 { --bs-gutter-y: 0.5rem; }

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

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

.g-4, .gx-4 { --bs-gutter-x: 1.5rem; }

.g-4, .gy-4 { --bs-gutter-y: 1.5rem; }

.g-5, .gx-5 { --bs-gutter-x: 3rem; }

.g-5, .gy-5 { --bs-gutter-y: 3rem; }

@media (min-width: 576px) { .col-sm { flex: 1 0 0%; }
  .row-cols-sm-auto > * { flex: 0 0 auto; width: auto; }
  .row-cols-sm-1 > * { flex: 0 0 auto; width: 100%; }
  .row-cols-sm-2 > * { flex: 0 0 auto; width: 50%; }
  .row-cols-sm-3 > * { flex: 0 0 auto; width: 33.3333333333%; }
  .row-cols-sm-4 > * { flex: 0 0 auto; width: 25%; }
  .row-cols-sm-5 > * { flex: 0 0 auto; width: 20%; }
  .row-cols-sm-6 > * { flex: 0 0 auto; width: 16.6666666667%; }
  .col-sm-auto { flex: 0 0 auto; width: auto; }
  .col-sm-1 { flex: 0 0 auto; width: 8.33333333%; }
  .col-sm-2 { flex: 0 0 auto; width: 16.66666667%; }
  .col-sm-3 { flex: 0 0 auto; width: 25%; }
  .col-sm-4 { flex: 0 0 auto; width: 33.33333333%; }
  .col-sm-5 { flex: 0 0 auto; width: 41.66666667%; }
  .col-sm-6 { flex: 0 0 auto; width: 50%; }
  .col-sm-7 { flex: 0 0 auto; width: 58.33333333%; }
  .col-sm-8 { flex: 0 0 auto; width: 66.66666667%; }
  .col-sm-9 { flex: 0 0 auto; width: 75%; }
  .col-sm-10 { flex: 0 0 auto; width: 83.33333333%; }
  .col-sm-11 { flex: 0 0 auto; width: 91.66666667%; }
  .col-sm-12 { flex: 0 0 auto; width: 100%; }
  .offset-sm-0 { margin-left: 0; }
  .offset-sm-1 { margin-left: 8.33333333%; }
  .offset-sm-2 { margin-left: 16.66666667%; }
  .offset-sm-3 { margin-left: 25%; }
  .offset-sm-4 { margin-left: 33.33333333%; }
  .offset-sm-5 { margin-left: 41.66666667%; }
  .offset-sm-6 { margin-left: 50%; }
  .offset-sm-7 { margin-left: 58.33333333%; }
  .offset-sm-8 { margin-left: 66.66666667%; }
  .offset-sm-9 { margin-left: 75%; }
  .offset-sm-10 { margin-left: 83.33333333%; }
  .offset-sm-11 { margin-left: 91.66666667%; }
  .g-sm-0, .gx-sm-0 { --bs-gutter-x: 0; }
  .g-sm-0, .gy-sm-0 { --bs-gutter-y: 0; }
  .g-sm-1, .gx-sm-1 { --bs-gutter-x: 0.25rem; }
  .g-sm-1, .gy-sm-1 { --bs-gutter-y: 0.25rem; }
  .g-sm-2, .gx-sm-2 { --bs-gutter-x: 0.5rem; }
  .g-sm-2, .gy-sm-2 { --bs-gutter-y: 0.5rem; }
  .g-sm-3, .gx-sm-3 { --bs-gutter-x: 1rem; }
  .g-sm-3, .gy-sm-3 { --bs-gutter-y: 1rem; }
  .g-sm-4, .gx-sm-4 { --bs-gutter-x: 1.5rem; }
  .g-sm-4, .gy-sm-4 { --bs-gutter-y: 1.5rem; }
  .g-sm-5, .gx-sm-5 { --bs-gutter-x: 3rem; }
  .g-sm-5, .gy-sm-5 { --bs-gutter-y: 3rem; } }
@media (min-width: 768px) { .col-md { flex: 1 0 0%; }
  .row-cols-md-auto > * { flex: 0 0 auto; width: auto; }
  .row-cols-md-1 > * { flex: 0 0 auto; width: 100%; }
  .row-cols-md-2 > * { flex: 0 0 auto; width: 50%; }
  .row-cols-md-3 > * { flex: 0 0 auto; width: 33.3333333333%; }
  .row-cols-md-4 > * { flex: 0 0 auto; width: 25%; }
  .row-cols-md-5 > * { flex: 0 0 auto; width: 20%; }
  .row-cols-md-6 > * { flex: 0 0 auto; width: 16.6666666667%; }
  .col-md-auto { flex: 0 0 auto; width: auto; }
  .col-md-1 { flex: 0 0 auto; width: 8.33333333%; }
  .col-md-2 { flex: 0 0 auto; width: 16.66666667%; }
  .col-md-3 { flex: 0 0 auto; width: 25%; }
  .col-md-4 { flex: 0 0 auto; width: 33.33333333%; }
  .col-md-5 { flex: 0 0 auto; width: 41.66666667%; }
  .col-md-6 { flex: 0 0 auto; width: 50%; }
  .col-md-7 { flex: 0 0 auto; width: 58.33333333%; }
  .col-md-8 { flex: 0 0 auto; width: 66.66666667%; }
  .col-md-9 { flex: 0 0 auto; width: 75%; }
  .col-md-10 { flex: 0 0 auto; width: 83.33333333%; }
  .col-md-11 { flex: 0 0 auto; width: 91.66666667%; }
  .col-md-12 { flex: 0 0 auto; width: 100%; }
  .offset-md-0 { margin-left: 0; }
  .offset-md-1 { margin-left: 8.33333333%; }
  .offset-md-2 { margin-left: 16.66666667%; }
  .offset-md-3 { margin-left: 25%; }
  .offset-md-4 { margin-left: 33.33333333%; }
  .offset-md-5 { margin-left: 41.66666667%; }
  .offset-md-6 { margin-left: 50%; }
  .offset-md-7 { margin-left: 58.33333333%; }
  .offset-md-8 { margin-left: 66.66666667%; }
  .offset-md-9 { margin-left: 75%; }
  .offset-md-10 { margin-left: 83.33333333%; }
  .offset-md-11 { margin-left: 91.66666667%; }
  .g-md-0, .gx-md-0 { --bs-gutter-x: 0; }
  .g-md-0, .gy-md-0 { --bs-gutter-y: 0; }
  .g-md-1, .gx-md-1 { --bs-gutter-x: 0.25rem; }
  .g-md-1, .gy-md-1 { --bs-gutter-y: 0.25rem; }
  .g-md-2, .gx-md-2 { --bs-gutter-x: 0.5rem; }
  .g-md-2, .gy-md-2 { --bs-gutter-y: 0.5rem; }
  .g-md-3, .gx-md-3 { --bs-gutter-x: 1rem; }
  .g-md-3, .gy-md-3 { --bs-gutter-y: 1rem; }
  .g-md-4, .gx-md-4 { --bs-gutter-x: 1.5rem; }
  .g-md-4, .gy-md-4 { --bs-gutter-y: 1.5rem; }
  .g-md-5, .gx-md-5 { --bs-gutter-x: 3rem; }
  .g-md-5, .gy-md-5 { --bs-gutter-y: 3rem; } }
@media (min-width: 992px) { .col-lg { flex: 1 0 0%; }
  .row-cols-lg-auto > * { flex: 0 0 auto; width: auto; }
  .row-cols-lg-1 > * { flex: 0 0 auto; width: 100%; }
  .row-cols-lg-2 > * { flex: 0 0 auto; width: 50%; }
  .row-cols-lg-3 > * { flex: 0 0 auto; width: 33.3333333333%; }
  .row-cols-lg-4 > * { flex: 0 0 auto; width: 25%; }
  .row-cols-lg-5 > * { flex: 0 0 auto; width: 20%; }
  .row-cols-lg-6 > * { flex: 0 0 auto; width: 16.6666666667%; }
  .col-lg-auto { flex: 0 0 auto; width: auto; }
  .col-lg-1 { flex: 0 0 auto; width: 8.33333333%; }
  .col-lg-2 { flex: 0 0 auto; width: 16.66666667%; }
  .col-lg-3 { flex: 0 0 auto; width: 25%; }
  .col-lg-4 { flex: 0 0 auto; width: 33.33333333%; }
  .col-lg-5 { flex: 0 0 auto; width: 41.66666667%; }
  .col-lg-6 { flex: 0 0 auto; width: 50%; }
  .col-lg-7 { flex: 0 0 auto; width: 58.33333333%; }
  .col-lg-8 { flex: 0 0 auto; width: 66.66666667%; }
  .col-lg-9 { flex: 0 0 auto; width: 75%; }
  .col-lg-10 { flex: 0 0 auto; width: 83.33333333%; }
  .col-lg-11 { flex: 0 0 auto; width: 91.66666667%; }
  .col-lg-12 { flex: 0 0 auto; width: 100%; }
  .offset-lg-0 { margin-left: 0; }
  .offset-lg-1 { margin-left: 8.33333333%; }
  .offset-lg-2 { margin-left: 16.66666667%; }
  .offset-lg-3 { margin-left: 25%; }
  .offset-lg-4 { margin-left: 33.33333333%; }
  .offset-lg-5 { margin-left: 41.66666667%; }
  .offset-lg-6 { margin-left: 50%; }
  .offset-lg-7 { margin-left: 58.33333333%; }
  .offset-lg-8 { margin-left: 66.66666667%; }
  .offset-lg-9 { margin-left: 75%; }
  .offset-lg-10 { margin-left: 83.33333333%; }
  .offset-lg-11 { margin-left: 91.66666667%; }
  .g-lg-0, .gx-lg-0 { --bs-gutter-x: 0; }
  .g-lg-0, .gy-lg-0 { --bs-gutter-y: 0; }
  .g-lg-1, .gx-lg-1 { --bs-gutter-x: 0.25rem; }
  .g-lg-1, .gy-lg-1 { --bs-gutter-y: 0.25rem; }
  .g-lg-2, .gx-lg-2 { --bs-gutter-x: 0.5rem; }
  .g-lg-2, .gy-lg-2 { --bs-gutter-y: 0.5rem; }
  .g-lg-3, .gx-lg-3 { --bs-gutter-x: 1rem; }
  .g-lg-3, .gy-lg-3 { --bs-gutter-y: 1rem; }
  .g-lg-4, .gx-lg-4 { --bs-gutter-x: 1.5rem; }
  .g-lg-4, .gy-lg-4 { --bs-gutter-y: 1.5rem; }
  .g-lg-5, .gx-lg-5 { --bs-gutter-x: 3rem; }
  .g-lg-5, .gy-lg-5 { --bs-gutter-y: 3rem; } }
@media (min-width: 1200px) { .col-xl { flex: 1 0 0%; }
  .row-cols-xl-auto > * { flex: 0 0 auto; width: auto; }
  .row-cols-xl-1 > * { flex: 0 0 auto; width: 100%; }
  .row-cols-xl-2 > * { flex: 0 0 auto; width: 50%; }
  .row-cols-xl-3 > * { flex: 0 0 auto; width: 33.3333333333%; }
  .row-cols-xl-4 > * { flex: 0 0 auto; width: 25%; }
  .row-cols-xl-5 > * { flex: 0 0 auto; width: 20%; }
  .row-cols-xl-6 > * { flex: 0 0 auto; width: 16.6666666667%; }
  .col-xl-auto { flex: 0 0 auto; width: auto; }
  .col-xl-1 { flex: 0 0 auto; width: 8.33333333%; }
  .col-xl-2 { flex: 0 0 auto; width: 16.66666667%; }
  .col-xl-3 { flex: 0 0 auto; width: 25%; }
  .col-xl-4 { flex: 0 0 auto; width: 33.33333333%; }
  .col-xl-5 { flex: 0 0 auto; width: 41.66666667%; }
  .col-xl-6 { flex: 0 0 auto; width: 50%; }
  .col-xl-7 { flex: 0 0 auto; width: 58.33333333%; }
  .col-xl-8 { flex: 0 0 auto; width: 66.66666667%; }
  .col-xl-9 { flex: 0 0 auto; width: 75%; }
  .col-xl-10 { flex: 0 0 auto; width: 83.33333333%; }
  .col-xl-11 { flex: 0 0 auto; width: 91.66666667%; }
  .col-xl-12 { flex: 0 0 auto; width: 100%; }
  .offset-xl-0 { margin-left: 0; }
  .offset-xl-1 { margin-left: 8.33333333%; }
  .offset-xl-2 { margin-left: 16.66666667%; }
  .offset-xl-3 { margin-left: 25%; }
  .offset-xl-4 { margin-left: 33.33333333%; }
  .offset-xl-5 { margin-left: 41.66666667%; }
  .offset-xl-6 { margin-left: 50%; }
  .offset-xl-7 { margin-left: 58.33333333%; }
  .offset-xl-8 { margin-left: 66.66666667%; }
  .offset-xl-9 { margin-left: 75%; }
  .offset-xl-10 { margin-left: 83.33333333%; }
  .offset-xl-11 { margin-left: 91.66666667%; }
  .g-xl-0, .gx-xl-0 { --bs-gutter-x: 0; }
  .g-xl-0, .gy-xl-0 { --bs-gutter-y: 0; }
  .g-xl-1, .gx-xl-1 { --bs-gutter-x: 0.25rem; }
  .g-xl-1, .gy-xl-1 { --bs-gutter-y: 0.25rem; }
  .g-xl-2, .gx-xl-2 { --bs-gutter-x: 0.5rem; }
  .g-xl-2, .gy-xl-2 { --bs-gutter-y: 0.5rem; }
  .g-xl-3, .gx-xl-3 { --bs-gutter-x: 1rem; }
  .g-xl-3, .gy-xl-3 { --bs-gutter-y: 1rem; }
  .g-xl-4, .gx-xl-4 { --bs-gutter-x: 1.5rem; }
  .g-xl-4, .gy-xl-4 { --bs-gutter-y: 1.5rem; }
  .g-xl-5, .gx-xl-5 { --bs-gutter-x: 3rem; }
  .g-xl-5, .gy-xl-5 { --bs-gutter-y: 3rem; } }
@media (min-width: 1400px) { .col-xxl { flex: 1 0 0%; }
  .row-cols-xxl-auto > * { flex: 0 0 auto; width: auto; }
  .row-cols-xxl-1 > * { flex: 0 0 auto; width: 100%; }
  .row-cols-xxl-2 > * { flex: 0 0 auto; width: 50%; }
  .row-cols-xxl-3 > * { flex: 0 0 auto; width: 33.3333333333%; }
  .row-cols-xxl-4 > * { flex: 0 0 auto; width: 25%; }
  .row-cols-xxl-5 > * { flex: 0 0 auto; width: 20%; }
  .row-cols-xxl-6 > * { flex: 0 0 auto; width: 16.6666666667%; }
  .col-xxl-auto { flex: 0 0 auto; width: auto; }
  .col-xxl-1 { flex: 0 0 auto; width: 8.33333333%; }
  .col-xxl-2 { flex: 0 0 auto; width: 16.66666667%; }
  .col-xxl-3 { flex: 0 0 auto; width: 25%; }
  .col-xxl-4 { flex: 0 0 auto; width: 33.33333333%; }
  .col-xxl-5 { flex: 0 0 auto; width: 41.66666667%; }
  .col-xxl-6 { flex: 0 0 auto; width: 50%; }
  .col-xxl-7 { flex: 0 0 auto; width: 58.33333333%; }
  .col-xxl-8 { flex: 0 0 auto; width: 66.66666667%; }
  .col-xxl-9 { flex: 0 0 auto; width: 75%; }
  .col-xxl-10 { flex: 0 0 auto; width: 83.33333333%; }
  .col-xxl-11 { flex: 0 0 auto; width: 91.66666667%; }
  .col-xxl-12 { flex: 0 0 auto; width: 100%; }
  .offset-xxl-0 { margin-left: 0; }
  .offset-xxl-1 { margin-left: 8.33333333%; }
  .offset-xxl-2 { margin-left: 16.66666667%; }
  .offset-xxl-3 { margin-left: 25%; }
  .offset-xxl-4 { margin-left: 33.33333333%; }
  .offset-xxl-5 { margin-left: 41.66666667%; }
  .offset-xxl-6 { margin-left: 50%; }
  .offset-xxl-7 { margin-left: 58.33333333%; }
  .offset-xxl-8 { margin-left: 66.66666667%; }
  .offset-xxl-9 { margin-left: 75%; }
  .offset-xxl-10 { margin-left: 83.33333333%; }
  .offset-xxl-11 { margin-left: 91.66666667%; }
  .g-xxl-0, .gx-xxl-0 { --bs-gutter-x: 0; }
  .g-xxl-0, .gy-xxl-0 { --bs-gutter-y: 0; }
  .g-xxl-1, .gx-xxl-1 { --bs-gutter-x: 0.25rem; }
  .g-xxl-1, .gy-xxl-1 { --bs-gutter-y: 0.25rem; }
  .g-xxl-2, .gx-xxl-2 { --bs-gutter-x: 0.5rem; }
  .g-xxl-2, .gy-xxl-2 { --bs-gutter-y: 0.5rem; }
  .g-xxl-3, .gx-xxl-3 { --bs-gutter-x: 1rem; }
  .g-xxl-3, .gy-xxl-3 { --bs-gutter-y: 1rem; }
  .g-xxl-4, .gx-xxl-4 { --bs-gutter-x: 1.5rem; }
  .g-xxl-4, .gy-xxl-4 { --bs-gutter-y: 1.5rem; }
  .g-xxl-5, .gx-xxl-5 { --bs-gutter-x: 3rem; }
  .g-xxl-5, .gy-xxl-5 { --bs-gutter-y: 3rem; } }
.form-label { margin-bottom: 0.5rem; }

.col-form-label { padding-top: calc(0.375rem + 1px); padding-bottom: calc(0.375rem + 1px); margin-bottom: 0; font-size: inherit; line-height: 1.5; }

.col-form-label-lg { padding-top: calc(0.5rem + 1px); padding-bottom: calc(0.5rem + 1px); font-size: calc(1.025rem + 0.2571428571vw); }
@media (min-width: 1400px) { .col-form-label-lg { font-size: 1.25rem; } }

.col-form-label-sm { padding-top: calc(0.25rem + 1px); padding-bottom: calc(0.25rem + 1px); font-size: 0.875rem; }

.form-text { margin-top: 0.25rem; font-size: 0.875em; color: #7D7D7D; }

.form-control { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #3C3C3C; background-color: #fff; background-clip: padding-box; border: 1px solid #A8A8A8; appearance: none; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) { .form-control { transition: none; } }
.form-control[type="file"] { overflow: hidden; }
.form-control[type="file"]:not(:disabled):not([readonly]) { cursor: pointer; }
.form-control:focus { color: #3C3C3C; background-color: #fff; border-color: #a2d79a; outline: 0; box-shadow: 0 0 0 0.25rem rgba(68, 175, 53, 0.25); }
.form-control::-webkit-date-and-time-value { height: 1.5em; }
.form-control::placeholder { color: #7D7D7D; opacity: 1; }
.form-control:disabled, .form-control[readonly] { background-color: #D4D4D4; opacity: 1; }
.form-control::file-selector-button { padding: 0.375rem 0.75rem; margin: -0.375rem -0.75rem; margin-inline-end: 0.75rem; color: #3C3C3C; background-color: #D4D4D4; pointer-events: none; border-color: inherit; border-style: solid; border-width: 0; border-inline-end-width: 1px; border-radius: 0; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) { .form-control::file-selector-button { transition: none; } }
.form-control:hover:not(:disabled):not([readonly])::file-selector-button { background-color: #c9c9c9; }
.form-control::-webkit-file-upload-button { padding: 0.375rem 0.75rem; margin: -0.375rem -0.75rem; margin-inline-end: 0.75rem; color: #3C3C3C; background-color: #D4D4D4; pointer-events: none; border-color: inherit; border-style: solid; border-width: 0; border-inline-end-width: 1px; border-radius: 0; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) { .form-control::-webkit-file-upload-button { transition: none; } }
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { background-color: #c9c9c9; }

.form-control-plaintext { display: block; width: 100%; padding: 0.375rem 0; margin-bottom: 0; line-height: 1.5; color: #3C3C3C; background-color: transparent; border: solid transparent; border-width: 1px 0; }
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { padding-right: 0; padding-left: 0; }

.form-control-sm { min-height: calc(1.5em + 0.5rem + 2px); padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; }
.form-control-sm::file-selector-button { padding: 0.25rem 0.5rem; margin: -0.25rem -0.5rem; margin-inline-end: 0.5rem; }
.form-control-sm::-webkit-file-upload-button { padding: 0.25rem 0.5rem; margin: -0.25rem -0.5rem; margin-inline-end: 0.5rem; }

.form-control-lg { min-height: calc(1.5em + 1rem + 2px); padding: 0.5rem 1rem; font-size: calc(1.025rem + 0.2571428571vw); border-radius: 0.3rem; }
@media (min-width: 1400px) { .form-control-lg { font-size: 1.25rem; } }
.form-control-lg::file-selector-button { padding: 0.5rem 1rem; margin: -0.5rem -1rem; margin-inline-end: 1rem; }
.form-control-lg::-webkit-file-upload-button { padding: 0.5rem 1rem; margin: -0.5rem -1rem; margin-inline-end: 1rem; }

textarea.form-control { min-height: calc(1.5em + 0.75rem + 2px); }
textarea.form-control-sm { min-height: calc(1.5em + 0.5rem + 2px); }
textarea.form-control-lg { min-height: calc(1.5em + 1rem + 2px); }

.form-control-color { width: 3rem; height: auto; padding: 0.375rem; }
.form-control-color:not(:disabled):not([readonly]) { cursor: pointer; }
.form-control-color::-moz-color-swatch { height: 1.5em; border-radius: 0.25rem; }
.form-control-color::-webkit-color-swatch { height: 1.5em; border-radius: 0.25rem; }

.form-select { display: block; width: 100%; padding: 0.375rem 2.25rem 0.375rem 0.75rem; -moz-padding-start: calc(0.75rem - 3px); font-size: 1rem; font-weight: 400; line-height: 1.5; color: #3C3C3C; background-color: #fff; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23515151' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 0.75rem center; background-size: 16px 12px; border: 1px solid #A8A8A8; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; }
@media (prefers-reduced-motion: reduce) { .form-select { transition: none; } }
.form-select:focus { border-color: #a2d79a; outline: 0; box-shadow: 0 0 0 0.25rem rgba(68, 175, 53, 0.25); }
.form-select[multiple], .form-select[size]:not([size="1"]) { padding-right: 0.75rem; background-image: none; }
.form-select:disabled { background-color: #D4D4D4; }
.form-select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #3C3C3C; }

.form-select-sm { padding-top: 0.25rem; padding-bottom: 0.25rem; padding-left: 0.5rem; font-size: 0.875rem; }

.form-select-lg { padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; font-size: calc(1.025rem + 0.2571428571vw); }
@media (min-width: 1400px) { .form-select-lg { font-size: 1.25rem; } }

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

.form-check-input { width: 1em; height: 1em; margin-top: 0.25em; vertical-align: top; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: contain; border: 1px solid rgba(38, 38, 38, 0.25); appearance: none; 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: #a2d79a; outline: 0; box-shadow: 0 0 0 0.25rem rgba(68, 175, 53, 0.25); }
.form-check-input:checked { background-color: #44AF35; border-color: #44AF35; }
.form-check-input:checked[type="checkbox"] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
.form-check-input:checked[type="radio"] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
.form-check-input[type="checkbox"]:indeterminate { background-color: #44AF35; border-color: #44AF35; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
.form-check-input:disabled { pointer-events: none; filter: none; opacity: 0.5; }
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { opacity: 0.5; }

.form-switch { padding-left: 2.5em; }
.form-switch .form-check-input { width: 2em; margin-left: -2.5em; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); background-position: left center; border-radius: 2em; transition: background-position 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) { .form-switch .form-check-input { transition: none; } }
.form-switch .form-check-input:focus { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23a2d79a'/%3e%3c/svg%3e"); }
.form-switch .form-check-input:checked { background-position: right center; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.form-check-inline { display: inline-block; margin-right: 1rem; }

.btn-check { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; }
.btn-check[disabled] + .btn, .btn-check:disabled + .btn { pointer-events: none; filter: none; opacity: 0.65; }

.form-range { width: 100%; height: 1.5rem; padding: 0; background-color: transparent; appearance: none; }
.form-range:focus { outline: 0; }
.form-range:focus::-webkit-slider-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(68, 175, 53, 0.25); }
.form-range:focus::-moz-range-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(68, 175, 53, 0.25); }
.form-range::-moz-focus-outer { border: 0; }
.form-range::-webkit-slider-thumb { width: 1rem; height: 1rem; margin-top: -0.25rem; background-color: #44AF35; border: 0; border-radius: 1rem; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; }
@media (prefers-reduced-motion: reduce) { .form-range::-webkit-slider-thumb { transition: none; } }
.form-range::-webkit-slider-thumb:active { background-color: #c7e7c2; }
.form-range::-webkit-slider-runnable-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #BEBEBE; border-color: transparent; border-radius: 1rem; }
.form-range::-moz-range-thumb { width: 1rem; height: 1rem; background-color: #44AF35; border: 0; border-radius: 1rem; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; }
@media (prefers-reduced-motion: reduce) { .form-range::-moz-range-thumb { transition: none; } }
.form-range::-moz-range-thumb:active { background-color: #c7e7c2; }
.form-range::-moz-range-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #BEBEBE; border-color: transparent; border-radius: 1rem; }
.form-range:disabled { pointer-events: none; }
.form-range:disabled::-webkit-slider-thumb { background-color: #939393; }
.form-range:disabled::-moz-range-thumb { background-color: #939393; }

.form-floating { position: relative; }
.form-floating > .form-control, .form-floating > .form-select { height: calc(3.5rem + 2px); line-height: 1.25; }
.form-floating > label { position: absolute; top: 0; left: 0; height: 100%; padding: 1rem 0.75rem; pointer-events: none; border: 1px solid transparent; transform-origin: 0 0; transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
@media (prefers-reduced-motion: reduce) { .form-floating > label { transition: none; } }
.form-floating > .form-control { padding: 1rem 0.75rem; }
.form-floating > .form-control::placeholder { color: transparent; }
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) { padding-top: 1.625rem; padding-bottom: 0.625rem; }
.form-floating > .form-control:-webkit-autofill { padding-top: 1.625rem; padding-bottom: 0.625rem; }
.form-floating > .form-select { padding-top: 1.625rem; padding-bottom: 0.625rem; }
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
.form-floating > .form-control:-webkit-autofill ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

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

.input-group-text { display: flex; align-items: center; padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #3C3C3C; text-align: center; white-space: nowrap; background-color: #D4D4D4; border: 1px solid #A8A8A8; border-radius: 0.25rem; }

.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn { padding: 0.5rem 1rem; font-size: calc(1.025rem + 0.2571428571vw); border-radius: 0.3rem; }
@media (min-width: 1400px) { .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn { font-size: 1.25rem; } }

.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; }

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; }

.valid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 0.875em; color: #23D160; }

.valid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; color: #262626; background-color: rgba(35, 209, 96, 0.9); border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip { display: block; }

.was-validated .form-control:valid, .form-control.is-valid { border-color: #23D160; padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2323D160' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus { border-color: #23D160; box-shadow: 0 0 0 0.25rem rgba(35, 209, 96, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid { padding-right: calc(1.5em + 0.75rem); background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:valid, .form-select.is-valid { border-color: #23D160; }
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] { padding-right: 4.125rem; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23515151' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2323D160' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-position: right 0.75rem center, center right 2.25rem; background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .form-select:valid:focus, .form-select.is-valid:focus { border-color: #23D160; box-shadow: 0 0 0 0.25rem rgba(35, 209, 96, 0.25); }

.was-validated .form-check-input:valid, .form-check-input.is-valid { border-color: #23D160; }
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked { background-color: #23D160; }
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus { box-shadow: 0 0 0 0.25rem rgba(35, 209, 96, 0.25); }
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { color: #23D160; }

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

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid { z-index: 1; }
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus { z-index: 3; }

.invalid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 0.875em; color: #AA0000; }

.invalid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; color: #fff; background-color: rgba(170, 0, 0, 0.9); border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip { display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid { border-color: #AA0000; padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23AA0000'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23AA0000' stroke='none'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { border-color: #AA0000; box-shadow: 0 0 0 0.25rem rgba(170, 0, 0, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { padding-right: calc(1.5em + 0.75rem); background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:invalid, .form-select.is-invalid { border-color: #AA0000; }
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] { padding-right: 4.125rem; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23515151' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23AA0000'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23AA0000' stroke='none'/%3e%3c/svg%3e"); background-position: right 0.75rem center, center right 2.25rem; background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus { border-color: #AA0000; box-shadow: 0 0 0 0.25rem rgba(170, 0, 0, 0.25); }

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

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

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid { z-index: 2; }
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus { z-index: 3; }

.btn { display: inline-block; font-weight: 400; line-height: 1.5; color: #3C3C3C; text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; border-radius: 0.25rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) { .btn { transition: none; } }
.btn:hover { color: #3C3C3C; }
.btn-check:focus + .btn, .btn:focus { outline: 0; box-shadow: 0 0 0 0.25rem rgba(68, 175, 53, 0.25); }
.btn:disabled, .btn.disabled, fieldset:disabled .btn { pointer-events: none; opacity: 0.65; }

.btn-primary { color: #262626; background-color: #44AF35; border-color: #44AF35; }
.btn-primary:hover { color: #262626; background-color: #60bb53; border-color: #57b749; }
.btn-check:focus + .btn-primary, .btn-primary:focus { color: #262626; background-color: #60bb53; border-color: #57b749; box-shadow: 0 0 0 0.25rem rgba(64, 154, 51, 0.5); }
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle { color: #262626; background-color: #69bf5d; border-color: #57b749; }
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(64, 154, 51, 0.5); }
.btn-primary:disabled, .btn-primary.disabled { color: #262626; background-color: #44AF35; border-color: #44AF35; }

.btn-secondary { color: #262626; background-color: #E3EFF0; border-color: #E3EFF0; }
.btn-secondary:hover { color: #262626; background-color: #e7f1f2; border-color: #e6f1f2; }
.btn-check:focus + .btn-secondary, .btn-secondary:focus { color: #262626; background-color: #e7f1f2; border-color: #e6f1f2; box-shadow: 0 0 0 0.25rem rgba(199, 209, 210, 0.5); }
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle { color: #262626; background-color: #e9f2f3; border-color: #e6f1f2; }
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(199, 209, 210, 0.5); }
.btn-secondary:disabled, .btn-secondary.disabled { color: #262626; background-color: #E3EFF0; border-color: #E3EFF0; }

.btn-success { color: #262626; background-color: #23D160; border-color: #23D160; }
.btn-success:hover { color: #262626; background-color: #44d878; border-color: #39d670; }
.btn-check:focus + .btn-success, .btn-success:focus { color: #262626; background-color: #44d878; border-color: #39d670; box-shadow: 0 0 0 0.25rem rgba(35, 183, 87, 0.5); }
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle { color: #262626; background-color: #4fda80; border-color: #39d670; }
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(35, 183, 87, 0.5); }
.btn-success:disabled, .btn-success.disabled { color: #262626; background-color: #23D160; border-color: #23D160; }

.btn-info { color: #262626; background-color: #5AA9E6; border-color: #5AA9E6; }
.btn-info:hover { color: #262626; background-color: #73b6ea; border-color: #6bb2e9; }
.btn-check:focus + .btn-info, .btn-info:focus { color: #262626; background-color: #73b6ea; border-color: #6bb2e9; box-shadow: 0 0 0 0.25rem rgba(82, 149, 201, 0.5); }
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle { color: #262626; background-color: #7bbaeb; border-color: #6bb2e9; }
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(82, 149, 201, 0.5); }
.btn-info:disabled, .btn-info.disabled { color: #262626; background-color: #5AA9E6; border-color: #5AA9E6; }

.btn-warning { color: #262626; background-color: #FFF500; border-color: #FFF500; }
.btn-warning:hover { color: #262626; background-color: #fff726; border-color: #fff61a; }
.btn-check:focus + .btn-warning, .btn-warning:focus { color: #262626; background-color: #fff726; border-color: #fff61a; box-shadow: 0 0 0 0.25rem rgba(222, 214, 6, 0.5); }
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle { color: #262626; background-color: #fff733; border-color: #fff61a; }
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(222, 214, 6, 0.5); }
.btn-warning:disabled, .btn-warning.disabled { color: #262626; background-color: #FFF500; border-color: #FFF500; }

.btn-danger { color: #fff; background-color: #AA0000; border-color: #AA0000; }
.btn-danger:hover { color: #fff; background-color: #910000; border-color: #880000; }
.btn-check:focus + .btn-danger, .btn-danger:focus { color: #fff; background-color: #910000; border-color: #880000; box-shadow: 0 0 0 0.25rem rgba(183, 38, 38, 0.5); }
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle { color: #fff; background-color: #880000; border-color: maroon; }
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(183, 38, 38, 0.5); }
.btn-danger:disabled, .btn-danger.disabled { color: #fff; background-color: #AA0000; border-color: #AA0000; }

.btn-light { color: #262626; background-color: #E9E9E9; border-color: #E9E9E9; }
.btn-light:hover { color: #262626; background-color: #ececec; border-color: #ebebeb; }
.btn-check:focus + .btn-light, .btn-light:focus { color: #262626; background-color: #ececec; border-color: #ebebeb; box-shadow: 0 0 0 0.25rem rgba(204, 204, 204, 0.5); }
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle { color: #262626; background-color: #ededed; border-color: #ebebeb; }
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(204, 204, 204, 0.5); }
.btn-light:disabled, .btn-light.disabled { color: #262626; background-color: #E9E9E9; border-color: #E9E9E9; }

.btn-dark { color: #fff; background-color: #3C3C3C; border-color: #3C3C3C; }
.btn-dark:hover { color: #fff; background-color: #333333; border-color: #303030; }
.btn-check:focus + .btn-dark, .btn-dark:focus { color: #fff; background-color: #333333; border-color: #303030; box-shadow: 0 0 0 0.25rem rgba(89, 89, 89, 0.5); }
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle { color: #fff; background-color: #303030; border-color: #2d2d2d; }
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(89, 89, 89, 0.5); }
.btn-dark:disabled, .btn-dark.disabled { color: #fff; background-color: #3C3C3C; border-color: #3C3C3C; }

.btn-outline-primary { color: #44AF35; border-color: #44AF35; }
.btn-outline-primary:hover { color: #262626; background-color: #44AF35; border-color: #44AF35; }
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus { box-shadow: 0 0 0 0.25rem rgba(68, 175, 53, 0.5); }
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show { color: #262626; background-color: #44AF35; border-color: #44AF35; }
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(68, 175, 53, 0.5); }
.btn-outline-primary:disabled, .btn-outline-primary.disabled { color: #44AF35; background-color: transparent; }

.btn-outline-secondary { color: #E3EFF0; border-color: #E3EFF0; }
.btn-outline-secondary:hover { color: #262626; background-color: #E3EFF0; border-color: #E3EFF0; }
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus { box-shadow: 0 0 0 0.25rem rgba(227, 239, 240, 0.5); }
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show { color: #262626; background-color: #E3EFF0; border-color: #E3EFF0; }
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(227, 239, 240, 0.5); }
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled { color: #E3EFF0; background-color: transparent; }

.btn-outline-success { color: #23D160; border-color: #23D160; }
.btn-outline-success:hover { color: #262626; background-color: #23D160; border-color: #23D160; }
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus { box-shadow: 0 0 0 0.25rem rgba(35, 209, 96, 0.5); }
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show { color: #262626; background-color: #23D160; border-color: #23D160; }
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(35, 209, 96, 0.5); }
.btn-outline-success:disabled, .btn-outline-success.disabled { color: #23D160; background-color: transparent; }

.btn-outline-info { color: #5AA9E6; border-color: #5AA9E6; }
.btn-outline-info:hover { color: #262626; background-color: #5AA9E6; border-color: #5AA9E6; }
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus { box-shadow: 0 0 0 0.25rem rgba(90, 169, 230, 0.5); }
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show { color: #262626; background-color: #5AA9E6; border-color: #5AA9E6; }
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(90, 169, 230, 0.5); }
.btn-outline-info:disabled, .btn-outline-info.disabled { color: #5AA9E6; background-color: transparent; }

.btn-outline-warning { color: #FFF500; border-color: #FFF500; }
.btn-outline-warning:hover { color: #262626; background-color: #FFF500; border-color: #FFF500; }
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus { box-shadow: 0 0 0 0.25rem rgba(255, 245, 0, 0.5); }
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show { color: #262626; background-color: #FFF500; border-color: #FFF500; }
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(255, 245, 0, 0.5); }
.btn-outline-warning:disabled, .btn-outline-warning.disabled { color: #FFF500; background-color: transparent; }

.btn-outline-danger { color: #AA0000; border-color: #AA0000; }
.btn-outline-danger:hover { color: #fff; background-color: #AA0000; border-color: #AA0000; }
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus { box-shadow: 0 0 0 0.25rem rgba(170, 0, 0, 0.5); }
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show { color: #fff; background-color: #AA0000; border-color: #AA0000; }
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(170, 0, 0, 0.5); }
.btn-outline-danger:disabled, .btn-outline-danger.disabled { color: #AA0000; background-color: transparent; }

.btn-outline-light { color: #E9E9E9; border-color: #E9E9E9; }
.btn-outline-light:hover { color: #262626; background-color: #E9E9E9; border-color: #E9E9E9; }
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus { box-shadow: 0 0 0 0.25rem rgba(233, 233, 233, 0.5); }
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show { color: #262626; background-color: #E9E9E9; border-color: #E9E9E9; }
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(233, 233, 233, 0.5); }
.btn-outline-light:disabled, .btn-outline-light.disabled { color: #E9E9E9; background-color: transparent; }

.btn-outline-dark { color: #3C3C3C; border-color: #3C3C3C; }
.btn-outline-dark:hover { color: #fff; background-color: #3C3C3C; border-color: #3C3C3C; }
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus { box-shadow: 0 0 0 0.25rem rgba(60, 60, 60, 0.5); }
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show { color: #fff; background-color: #3C3C3C; border-color: #3C3C3C; }
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(60, 60, 60, 0.5); }
.btn-outline-dark:disabled, .btn-outline-dark.disabled { color: #3C3C3C; background-color: transparent; }

.btn-link { font-weight: 400; color: #44AF35; text-decoration: underline; }
.btn-link:hover { color: #368c2a; }
.btn-link:disabled, .btn-link.disabled { color: #7D7D7D; }

.btn-lg { padding: 0.5rem 1rem; font-size: calc(1.025rem + 0.2571428571vw); border-radius: 0.3rem; }
@media (min-width: 1400px) { .btn-lg { font-size: 1.25rem; } }

.btn-sm { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; }

.breadcrumb { display: flex; flex-wrap: wrap; padding: 0 0; margin-bottom: 1rem; list-style: none; }

.breadcrumb-item + .breadcrumb-item { padding-left: 0.5rem; }
.breadcrumb-item + .breadcrumb-item::before { float: left; padding-right: 0.5rem; color: #7D7D7D; content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }
.breadcrumb-item.active { color: #7D7D7D; }

.btn-close { box-sizing: content-box; width: 1em; height: 1em; padding: 0.25em 0.25em; color: #262626; background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23262626'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; border: 0; border-radius: 0.25rem; opacity: 0.5; }
.btn-close:hover { color: #262626; text-decoration: none; opacity: 0.75; }
.btn-close:focus { outline: 0; box-shadow: 0 0 0 0.25rem rgba(68, 175, 53, 0.25); opacity: 1; }
.btn-close:disabled, .btn-close.disabled { pointer-events: none; user-select: none; opacity: 0.25; }

.btn-close-white { filter: invert(1) grayscale(100%) brightness(200%); }

.tooltip { position: absolute; z-index: 1080; display: block; margin: 0; font-family: var(--bs-font-sans-serif); font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; opacity: 0; }
.tooltip.show { opacity: 0.9; }
.tooltip .tooltip-arrow { position: absolute; display: block; width: 0.8rem; height: 0.4rem; }
.tooltip .tooltip-arrow::before { position: absolute; content: ""; border-color: transparent; border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] { padding: 0.4rem 0; }
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow { bottom: 0; }
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before { top: -1px; border-width: 0.4rem 0.4rem 0; border-top-color: #262626; }

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] { padding: 0 0.4rem; }
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow { left: 0; width: 0.4rem; height: 0.8rem; }
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before { right: -1px; border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #262626; }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] { padding: 0.4rem 0; }
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow { top: 0; }
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before { bottom: -1px; border-width: 0 0.4rem 0.4rem; border-bottom-color: #262626; }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] { padding: 0 0.4rem; }
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow { right: 0; width: 0.4rem; height: 0.8rem; }
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before { left: -1px; border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #262626; }

.tooltip-inner { max-width: 200px; padding: 0.25rem 0.5rem; color: #fff; text-align: center; background-color: #262626; border-radius: 0.25rem; }

.clearfix::after { display: block; clear: both; content: ""; }

.link-primary { color: #44AF35; }
.link-primary:hover, .link-primary:focus { color: #69bf5d; }

.link-secondary { color: #E3EFF0; }
.link-secondary:hover, .link-secondary:focus { color: #e9f2f3; }

.link-success { color: #23D160; }
.link-success:hover, .link-success:focus { color: #4fda80; }

.link-info { color: #5AA9E6; }
.link-info:hover, .link-info:focus { color: #7bbaeb; }

.link-warning { color: #FFF500; }
.link-warning:hover, .link-warning:focus { color: #fff733; }

.link-danger { color: #AA0000; }
.link-danger:hover, .link-danger:focus { color: #880000; }

.link-light { color: #E9E9E9; }
.link-light:hover, .link-light:focus { color: #ededed; }

.link-dark { color: #3C3C3C; }
.link-dark:hover, .link-dark:focus { color: #303030; }

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

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

.ratio-4x3 { --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 { --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 { --bs-aspect-ratio: calc(9 / 21 * 100%); }

.fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; }

.fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030; }

.sticky-top { position: sticky; top: 0; z-index: 1020; }

@media (min-width: 576px) { .sticky-sm-top { position: sticky; top: 0; z-index: 1020; } }
@media (min-width: 768px) { .sticky-md-top { position: sticky; top: 0; z-index: 1020; } }
@media (min-width: 992px) { .sticky-lg-top { position: sticky; top: 0; z-index: 1020; } }
@media (min-width: 1200px) { .sticky-xl-top { position: sticky; top: 0; z-index: 1020; } }
@media (min-width: 1400px) { .sticky-xxl-top { position: sticky; top: 0; z-index: 1020; } }
.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; }

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.stretched-link::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; content: ""; }

.text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.vr { display: inline-block; align-self: stretch; width: 1px; min-height: 1em; background-color: currentColor; opacity: 0.25; }

.align-baseline { vertical-align: baseline !important; }

.align-top { vertical-align: top !important; }

.align-middle { vertical-align: middle !important; }

.align-bottom { vertical-align: bottom !important; }

.align-text-bottom { vertical-align: text-bottom !important; }

.align-text-top { vertical-align: text-top !important; }

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

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

.float-none { float: none !important; }

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

.opacity-25 { opacity: 0.25 !important; }

.opacity-50 { opacity: 0.5 !important; }

.opacity-75 { opacity: 0.75 !important; }

.opacity-100 { opacity: 1 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow { box-shadow: 0 0.5rem 1rem rgba(38, 38, 38, 0.15) !important; }

.shadow-sm { box-shadow: 0 0.125rem 0.25rem rgba(38, 38, 38, 0.075) !important; }

.shadow-lg { box-shadow: 0 1rem 3rem rgba(38, 38, 38, 0.175) !important; }

.shadow-none { box-shadow: none !important; }

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

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

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

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

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

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

.top-50 { top: 50% !important; }

.top-100 { top: 100% !important; }

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

.bottom-50 { bottom: 50% !important; }

.bottom-100 { bottom: 100% !important; }

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

.start-50 { left: 50% !important; }

.start-100 { left: 100% !important; }

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

.end-50 { right: 50% !important; }

.end-100 { right: 100% !important; }

.translate-middle { transform: translate(-50%, -50%) !important; }

.translate-middle-x { transform: translateX(-50%) !important; }

.translate-middle-y { transform: translateY(-50%) !important; }

.border { border: 1px solid #BEBEBE !important; }

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

.border-top { border-top: 1px solid #BEBEBE !important; }

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

.border-end { border-right: 1px solid #BEBEBE !important; }

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

.border-bottom { border-bottom: 1px solid #BEBEBE !important; }

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

.border-start { border-left: 1px solid #BEBEBE !important; }

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

.border-primary { border-color: #44AF35 !important; }

.border-secondary { border-color: #E3EFF0 !important; }

.border-success { border-color: #23D160 !important; }

.border-info { border-color: #5AA9E6 !important; }

.border-warning { border-color: #FFF500 !important; }

.border-danger { border-color: #AA0000 !important; }

.border-light { border-color: #E9E9E9 !important; }

.border-dark { border-color: #3C3C3C !important; }

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

.border-1 { border-width: 1px !important; }

.border-2 { border-width: 2px !important; }

.border-3 { border-width: 3px !important; }

.border-4 { border-width: 4px !important; }

.border-5 { border-width: 5px !important; }

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

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

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

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

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

.mw-100 { max-width: 100% !important; }

.vw-100 { width: 100vw !important; }

.min-vw-100 { min-width: 100vw !important; }

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

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

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

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

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

.mh-100 { max-height: 100% !important; }

.vh-100 { height: 100vh !important; }

.min-vh-100 { min-height: 100vh !important; }

.flex-fill { flex: 1 1 auto !important; }

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

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

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

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

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

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

.flex-shrink-0 { flex-shrink: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-between { justify-content: space-between !important; }

.justify-content-around { justify-content: space-around !important; }

.justify-content-evenly { justify-content: space-evenly !important; }

.align-items-start { align-items: flex-start !important; }

.align-items-end { align-items: flex-end !important; }

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

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

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

.align-content-start { align-content: flex-start !important; }

.align-content-end { align-content: flex-end !important; }

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

.align-content-between { align-content: space-between !important; }

.align-content-around { align-content: space-around !important; }

.align-content-stretch { align-content: stretch !important; }

.align-self-auto { align-self: auto !important; }

.align-self-start { align-self: flex-start !important; }

.align-self-end { align-self: flex-end !important; }

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

.align-self-baseline { align-self: baseline !important; }

.align-self-stretch { align-self: stretch !important; }

.order-first { order: -1 !important; }

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

.order-1 { order: 1 !important; }

.order-2 { order: 2 !important; }

.order-3 { order: 3 !important; }

.order-4 { order: 4 !important; }

.order-5 { order: 5 !important; }

.order-last { order: 6 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-monospace { font-family: var(--bs-font-monospace) !important; }

.fs-1 { font-size: calc(1.15rem + 1.5428571429vw) !important; }

.fs-2 { font-size: calc(1.1rem + 1.0285714286vw) !important; }

.fs-3 { font-size: calc(1.075rem + 0.7714285714vw) !important; }

.fs-4 { font-size: calc(1.05rem + 0.5142857143vw) !important; }

.fs-5 { font-size: calc(1.025rem + 0.2571428571vw) !important; }

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

.fst-italic { font-style: italic !important; }

.fst-normal { font-style: normal !important; }

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

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

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

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

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

.lh-1 { line-height: 1 !important; }

.lh-sm { line-height: 1.25 !important; }

.lh-base { line-height: 1.5 !important; }

.lh-lg { line-height: 2 !important; }

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

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

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

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

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

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

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

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

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

.text-wrap { white-space: normal !important; }

.text-nowrap { white-space: nowrap !important; }

/* rtl:begin:remove */
.text-break { word-wrap: break-word !important; word-break: break-word !important; }

/* rtl:end:remove */
.text-primary { --bs-text-opacity: 1; color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

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

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

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

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

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

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

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

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

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

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

.text-muted { --bs-text-opacity: 1; color: #7D7D7D !important; }

.text-black-50 { --bs-text-opacity: 1; color: rgba(38, 38, 38, 0.5) !important; }

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

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

.text-opacity-25 { --bs-text-opacity: 0.25; }

.text-opacity-50 { --bs-text-opacity: 0.5; }

.text-opacity-75 { --bs-text-opacity: 0.75; }

.text-opacity-100 { --bs-text-opacity: 1; }

.bg-primary { --bs-bg-opacity: 1; background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }

.bg-secondary { --bs-bg-opacity: 1; background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }

.bg-success { --bs-bg-opacity: 1; background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }

.bg-info { --bs-bg-opacity: 1; background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }

.bg-warning { --bs-bg-opacity: 1; background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }

.bg-danger { --bs-bg-opacity: 1; background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }

.bg-light { --bs-bg-opacity: 1; background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }

.bg-dark { --bs-bg-opacity: 1; background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }

.bg-black { --bs-bg-opacity: 1; background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }

.bg-white { --bs-bg-opacity: 1; background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }

.bg-body { --bs-bg-opacity: 1; background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

.bg-transparent { --bs-bg-opacity: 1; background-color: transparent !important; }

.bg-opacity-10 { --bs-bg-opacity: 0.1; }

.bg-opacity-25 { --bs-bg-opacity: 0.25; }

.bg-opacity-50 { --bs-bg-opacity: 0.5; }

.bg-opacity-75 { --bs-bg-opacity: 0.75; }

.bg-opacity-100 { --bs-bg-opacity: 1; }

.bg-gradient { background-image: var(--bs-gradient) !important; }

.user-select-all { user-select: all !important; }

.user-select-auto { user-select: auto !important; }

.user-select-none { user-select: none !important; }

.pe-none { pointer-events: none !important; }

.pe-auto { pointer-events: auto !important; }

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

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

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

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

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

.rounded-circle { border-radius: 50% !important; }

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

.rounded-top { border-top-left-radius: 0.25rem !important; border-top-right-radius: 0.25rem !important; }

.rounded-end { border-top-right-radius: 0.25rem !important; border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom { border-bottom-right-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; }

.rounded-start { border-bottom-left-radius: 0.25rem !important; border-top-left-radius: 0.25rem !important; }

.visible { visibility: visible !important; }

.invisible { visibility: hidden !important; }

@media (min-width: 576px) { .float-sm-start { float: left !important; }
  .float-sm-end { float: right !important; }
  .float-sm-none { float: none !important; }
  .d-sm-inline { display: inline !important; }
  .d-sm-inline-block { display: inline-block !important; }
  .d-sm-block { display: block !important; }
  .d-sm-grid { display: grid !important; }
  .d-sm-table { display: table !important; }
  .d-sm-table-row { display: table-row !important; }
  .d-sm-table-cell { display: table-cell !important; }
  .d-sm-flex { display: flex !important; }
  .d-sm-inline-flex { display: inline-flex !important; }
  .d-sm-none { display: none !important; }
  .flex-sm-fill { flex: 1 1 auto !important; }
  .flex-sm-row { flex-direction: row !important; }
  .flex-sm-column { flex-direction: column !important; }
  .flex-sm-row-reverse { flex-direction: row-reverse !important; }
  .flex-sm-column-reverse { flex-direction: column-reverse !important; }
  .flex-sm-grow-0 { flex-grow: 0 !important; }
  .flex-sm-grow-1 { flex-grow: 1 !important; }
  .flex-sm-shrink-0 { flex-shrink: 0 !important; }
  .flex-sm-shrink-1 { flex-shrink: 1 !important; }
  .flex-sm-wrap { flex-wrap: wrap !important; }
  .flex-sm-nowrap { flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; }
  .gap-sm-0 { gap: 0 !important; }
  .gap-sm-1 { gap: 0.25rem !important; }
  .gap-sm-2 { gap: 0.5rem !important; }
  .gap-sm-3 { gap: 1rem !important; }
  .gap-sm-4 { gap: 1.5rem !important; }
  .gap-sm-5 { gap: 3rem !important; }
  .justify-content-sm-start { justify-content: flex-start !important; }
  .justify-content-sm-end { justify-content: flex-end !important; }
  .justify-content-sm-center { justify-content: center !important; }
  .justify-content-sm-between { justify-content: space-between !important; }
  .justify-content-sm-around { justify-content: space-around !important; }
  .justify-content-sm-evenly { justify-content: space-evenly !important; }
  .align-items-sm-start { align-items: flex-start !important; }
  .align-items-sm-end { align-items: flex-end !important; }
  .align-items-sm-center { align-items: center !important; }
  .align-items-sm-baseline { align-items: baseline !important; }
  .align-items-sm-stretch { align-items: stretch !important; }
  .align-content-sm-start { align-content: flex-start !important; }
  .align-content-sm-end { align-content: flex-end !important; }
  .align-content-sm-center { align-content: center !important; }
  .align-content-sm-between { align-content: space-between !important; }
  .align-content-sm-around { align-content: space-around !important; }
  .align-content-sm-stretch { align-content: stretch !important; }
  .align-self-sm-auto { align-self: auto !important; }
  .align-self-sm-start { align-self: flex-start !important; }
  .align-self-sm-end { align-self: flex-end !important; }
  .align-self-sm-center { align-self: center !important; }
  .align-self-sm-baseline { align-self: baseline !important; }
  .align-self-sm-stretch { align-self: stretch !important; }
  .order-sm-first { order: -1 !important; }
  .order-sm-0 { order: 0 !important; }
  .order-sm-1 { order: 1 !important; }
  .order-sm-2 { order: 2 !important; }
  .order-sm-3 { order: 3 !important; }
  .order-sm-4 { order: 4 !important; }
  .order-sm-5 { order: 5 !important; }
  .order-sm-last { order: 6 !important; }
  .m-sm-0 { margin: 0 !important; }
  .m-sm-1 { margin: 0.25rem !important; }
  .m-sm-2 { margin: 0.5rem !important; }
  .m-sm-3 { margin: 1rem !important; }
  .m-sm-4 { margin: 1.5rem !important; }
  .m-sm-5 { margin: 3rem !important; }
  .m-sm-auto { margin: auto !important; }
  .mx-sm-0 { margin-right: 0 !important; margin-left: 0 !important; }
  .mx-sm-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
  .mx-sm-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
  .mx-sm-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
  .mx-sm-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
  .mx-sm-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
  .mx-sm-auto { margin-right: auto !important; margin-left: auto !important; }
  .my-sm-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
  .my-sm-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
  .my-sm-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .my-sm-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .my-sm-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .my-sm-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .my-sm-auto { margin-top: auto !important; margin-bottom: auto !important; }
  .mt-sm-0 { margin-top: 0 !important; }
  .mt-sm-1 { margin-top: 0.25rem !important; }
  .mt-sm-2 { margin-top: 0.5rem !important; }
  .mt-sm-3 { margin-top: 1rem !important; }
  .mt-sm-4 { margin-top: 1.5rem !important; }
  .mt-sm-5 { margin-top: 3rem !important; }
  .mt-sm-auto { margin-top: auto !important; }
  .me-sm-0 { margin-right: 0 !important; }
  .me-sm-1 { margin-right: 0.25rem !important; }
  .me-sm-2 { margin-right: 0.5rem !important; }
  .me-sm-3 { margin-right: 1rem !important; }
  .me-sm-4 { margin-right: 1.5rem !important; }
  .me-sm-5 { margin-right: 3rem !important; }
  .me-sm-auto { margin-right: auto !important; }
  .mb-sm-0 { margin-bottom: 0 !important; }
  .mb-sm-1 { margin-bottom: 0.25rem !important; }
  .mb-sm-2 { margin-bottom: 0.5rem !important; }
  .mb-sm-3 { margin-bottom: 1rem !important; }
  .mb-sm-4 { margin-bottom: 1.5rem !important; }
  .mb-sm-5 { margin-bottom: 3rem !important; }
  .mb-sm-auto { margin-bottom: auto !important; }
  .ms-sm-0 { margin-left: 0 !important; }
  .ms-sm-1 { margin-left: 0.25rem !important; }
  .ms-sm-2 { margin-left: 0.5rem !important; }
  .ms-sm-3 { margin-left: 1rem !important; }
  .ms-sm-4 { margin-left: 1.5rem !important; }
  .ms-sm-5 { margin-left: 3rem !important; }
  .ms-sm-auto { margin-left: auto !important; }
  .p-sm-0 { padding: 0 !important; }
  .p-sm-1 { padding: 0.25rem !important; }
  .p-sm-2 { padding: 0.5rem !important; }
  .p-sm-3 { padding: 1rem !important; }
  .p-sm-4 { padding: 1.5rem !important; }
  .p-sm-5 { padding: 3rem !important; }
  .px-sm-0 { padding-right: 0 !important; padding-left: 0 !important; }
  .px-sm-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
  .px-sm-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
  .px-sm-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
  .px-sm-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .px-sm-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
  .py-sm-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
  .py-sm-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .py-sm-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .py-sm-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .py-sm-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .py-sm-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .pt-sm-0 { padding-top: 0 !important; }
  .pt-sm-1 { padding-top: 0.25rem !important; }
  .pt-sm-2 { padding-top: 0.5rem !important; }
  .pt-sm-3 { padding-top: 1rem !important; }
  .pt-sm-4 { padding-top: 1.5rem !important; }
  .pt-sm-5 { padding-top: 3rem !important; }
  .pe-sm-0 { padding-right: 0 !important; }
  .pe-sm-1 { padding-right: 0.25rem !important; }
  .pe-sm-2 { padding-right: 0.5rem !important; }
  .pe-sm-3 { padding-right: 1rem !important; }
  .pe-sm-4 { padding-right: 1.5rem !important; }
  .pe-sm-5 { padding-right: 3rem !important; }
  .pb-sm-0 { padding-bottom: 0 !important; }
  .pb-sm-1 { padding-bottom: 0.25rem !important; }
  .pb-sm-2 { padding-bottom: 0.5rem !important; }
  .pb-sm-3 { padding-bottom: 1rem !important; }
  .pb-sm-4 { padding-bottom: 1.5rem !important; }
  .pb-sm-5 { padding-bottom: 3rem !important; }
  .ps-sm-0 { padding-left: 0 !important; }
  .ps-sm-1 { padding-left: 0.25rem !important; }
  .ps-sm-2 { padding-left: 0.5rem !important; }
  .ps-sm-3 { padding-left: 1rem !important; }
  .ps-sm-4 { padding-left: 1.5rem !important; }
  .ps-sm-5 { padding-left: 3rem !important; }
  .text-sm-start { text-align: left !important; }
  .text-sm-end { text-align: right !important; }
  .text-sm-center { text-align: center !important; } }
@media (min-width: 768px) { .float-md-start { float: left !important; }
  .float-md-end { float: right !important; }
  .float-md-none { float: none !important; }
  .d-md-inline { display: inline !important; }
  .d-md-inline-block { display: inline-block !important; }
  .d-md-block { display: block !important; }
  .d-md-grid { display: grid !important; }
  .d-md-table { display: table !important; }
  .d-md-table-row { display: table-row !important; }
  .d-md-table-cell { display: table-cell !important; }
  .d-md-flex { display: flex !important; }
  .d-md-inline-flex { display: inline-flex !important; }
  .d-md-none { display: none !important; }
  .flex-md-fill { flex: 1 1 auto !important; }
  .flex-md-row { flex-direction: row !important; }
  .flex-md-column { flex-direction: column !important; }
  .flex-md-row-reverse { flex-direction: row-reverse !important; }
  .flex-md-column-reverse { flex-direction: column-reverse !important; }
  .flex-md-grow-0 { flex-grow: 0 !important; }
  .flex-md-grow-1 { flex-grow: 1 !important; }
  .flex-md-shrink-0 { flex-shrink: 0 !important; }
  .flex-md-shrink-1 { flex-shrink: 1 !important; }
  .flex-md-wrap { flex-wrap: wrap !important; }
  .flex-md-nowrap { flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; }
  .gap-md-0 { gap: 0 !important; }
  .gap-md-1 { gap: 0.25rem !important; }
  .gap-md-2 { gap: 0.5rem !important; }
  .gap-md-3 { gap: 1rem !important; }
  .gap-md-4 { gap: 1.5rem !important; }
  .gap-md-5 { gap: 3rem !important; }
  .justify-content-md-start { justify-content: flex-start !important; }
  .justify-content-md-end { justify-content: flex-end !important; }
  .justify-content-md-center { justify-content: center !important; }
  .justify-content-md-between { justify-content: space-between !important; }
  .justify-content-md-around { justify-content: space-around !important; }
  .justify-content-md-evenly { justify-content: space-evenly !important; }
  .align-items-md-start { align-items: flex-start !important; }
  .align-items-md-end { align-items: flex-end !important; }
  .align-items-md-center { align-items: center !important; }
  .align-items-md-baseline { align-items: baseline !important; }
  .align-items-md-stretch { align-items: stretch !important; }
  .align-content-md-start { align-content: flex-start !important; }
  .align-content-md-end { align-content: flex-end !important; }
  .align-content-md-center { align-content: center !important; }
  .align-content-md-between { align-content: space-between !important; }
  .align-content-md-around { align-content: space-around !important; }
  .align-content-md-stretch { align-content: stretch !important; }
  .align-self-md-auto { align-self: auto !important; }
  .align-self-md-start { align-self: flex-start !important; }
  .align-self-md-end { align-self: flex-end !important; }
  .align-self-md-center { align-self: center !important; }
  .align-self-md-baseline { align-self: baseline !important; }
  .align-self-md-stretch { align-self: stretch !important; }
  .order-md-first { order: -1 !important; }
  .order-md-0 { order: 0 !important; }
  .order-md-1 { order: 1 !important; }
  .order-md-2 { order: 2 !important; }
  .order-md-3 { order: 3 !important; }
  .order-md-4 { order: 4 !important; }
  .order-md-5 { order: 5 !important; }
  .order-md-last { order: 6 !important; }
  .m-md-0 { margin: 0 !important; }
  .m-md-1 { margin: 0.25rem !important; }
  .m-md-2 { margin: 0.5rem !important; }
  .m-md-3 { margin: 1rem !important; }
  .m-md-4 { margin: 1.5rem !important; }
  .m-md-5 { margin: 3rem !important; }
  .m-md-auto { margin: auto !important; }
  .mx-md-0 { margin-right: 0 !important; margin-left: 0 !important; }
  .mx-md-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
  .mx-md-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
  .mx-md-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
  .mx-md-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
  .mx-md-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
  .mx-md-auto { margin-right: auto !important; margin-left: auto !important; }
  .my-md-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
  .my-md-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
  .my-md-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .my-md-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .my-md-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .my-md-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .my-md-auto { margin-top: auto !important; margin-bottom: auto !important; }
  .mt-md-0 { margin-top: 0 !important; }
  .mt-md-1 { margin-top: 0.25rem !important; }
  .mt-md-2 { margin-top: 0.5rem !important; }
  .mt-md-3 { margin-top: 1rem !important; }
  .mt-md-4 { margin-top: 1.5rem !important; }
  .mt-md-5 { margin-top: 3rem !important; }
  .mt-md-auto { margin-top: auto !important; }
  .me-md-0 { margin-right: 0 !important; }
  .me-md-1 { margin-right: 0.25rem !important; }
  .me-md-2 { margin-right: 0.5rem !important; }
  .me-md-3 { margin-right: 1rem !important; }
  .me-md-4 { margin-right: 1.5rem !important; }
  .me-md-5 { margin-right: 3rem !important; }
  .me-md-auto { margin-right: auto !important; }
  .mb-md-0 { margin-bottom: 0 !important; }
  .mb-md-1 { margin-bottom: 0.25rem !important; }
  .mb-md-2 { margin-bottom: 0.5rem !important; }
  .mb-md-3 { margin-bottom: 1rem !important; }
  .mb-md-4 { margin-bottom: 1.5rem !important; }
  .mb-md-5 { margin-bottom: 3rem !important; }
  .mb-md-auto { margin-bottom: auto !important; }
  .ms-md-0 { margin-left: 0 !important; }
  .ms-md-1 { margin-left: 0.25rem !important; }
  .ms-md-2 { margin-left: 0.5rem !important; }
  .ms-md-3 { margin-left: 1rem !important; }
  .ms-md-4 { margin-left: 1.5rem !important; }
  .ms-md-5 { margin-left: 3rem !important; }
  .ms-md-auto { margin-left: auto !important; }
  .p-md-0 { padding: 0 !important; }
  .p-md-1 { padding: 0.25rem !important; }
  .p-md-2 { padding: 0.5rem !important; }
  .p-md-3 { padding: 1rem !important; }
  .p-md-4 { padding: 1.5rem !important; }
  .p-md-5 { padding: 3rem !important; }
  .px-md-0 { padding-right: 0 !important; padding-left: 0 !important; }
  .px-md-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
  .px-md-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
  .px-md-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
  .px-md-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .px-md-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
  .py-md-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
  .py-md-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .py-md-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .py-md-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .py-md-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .py-md-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .pt-md-0 { padding-top: 0 !important; }
  .pt-md-1 { padding-top: 0.25rem !important; }
  .pt-md-2 { padding-top: 0.5rem !important; }
  .pt-md-3 { padding-top: 1rem !important; }
  .pt-md-4 { padding-top: 1.5rem !important; }
  .pt-md-5 { padding-top: 3rem !important; }
  .pe-md-0 { padding-right: 0 !important; }
  .pe-md-1 { padding-right: 0.25rem !important; }
  .pe-md-2 { padding-right: 0.5rem !important; }
  .pe-md-3 { padding-right: 1rem !important; }
  .pe-md-4 { padding-right: 1.5rem !important; }
  .pe-md-5 { padding-right: 3rem !important; }
  .pb-md-0 { padding-bottom: 0 !important; }
  .pb-md-1 { padding-bottom: 0.25rem !important; }
  .pb-md-2 { padding-bottom: 0.5rem !important; }
  .pb-md-3 { padding-bottom: 1rem !important; }
  .pb-md-4 { padding-bottom: 1.5rem !important; }
  .pb-md-5 { padding-bottom: 3rem !important; }
  .ps-md-0 { padding-left: 0 !important; }
  .ps-md-1 { padding-left: 0.25rem !important; }
  .ps-md-2 { padding-left: 0.5rem !important; }
  .ps-md-3 { padding-left: 1rem !important; }
  .ps-md-4 { padding-left: 1.5rem !important; }
  .ps-md-5 { padding-left: 3rem !important; }
  .text-md-start { text-align: left !important; }
  .text-md-end { text-align: right !important; }
  .text-md-center { text-align: center !important; } }
@media (min-width: 992px) { .float-lg-start { float: left !important; }
  .float-lg-end { float: right !important; }
  .float-lg-none { float: none !important; }
  .d-lg-inline { display: inline !important; }
  .d-lg-inline-block { display: inline-block !important; }
  .d-lg-block { display: block !important; }
  .d-lg-grid { display: grid !important; }
  .d-lg-table { display: table !important; }
  .d-lg-table-row { display: table-row !important; }
  .d-lg-table-cell { display: table-cell !important; }
  .d-lg-flex { display: flex !important; }
  .d-lg-inline-flex { display: inline-flex !important; }
  .d-lg-none { display: none !important; }
  .flex-lg-fill { flex: 1 1 auto !important; }
  .flex-lg-row { flex-direction: row !important; }
  .flex-lg-column { flex-direction: column !important; }
  .flex-lg-row-reverse { flex-direction: row-reverse !important; }
  .flex-lg-column-reverse { flex-direction: column-reverse !important; }
  .flex-lg-grow-0 { flex-grow: 0 !important; }
  .flex-lg-grow-1 { flex-grow: 1 !important; }
  .flex-lg-shrink-0 { flex-shrink: 0 !important; }
  .flex-lg-shrink-1 { flex-shrink: 1 !important; }
  .flex-lg-wrap { flex-wrap: wrap !important; }
  .flex-lg-nowrap { flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; }
  .gap-lg-0 { gap: 0 !important; }
  .gap-lg-1 { gap: 0.25rem !important; }
  .gap-lg-2 { gap: 0.5rem !important; }
  .gap-lg-3 { gap: 1rem !important; }
  .gap-lg-4 { gap: 1.5rem !important; }
  .gap-lg-5 { gap: 3rem !important; }
  .justify-content-lg-start { justify-content: flex-start !important; }
  .justify-content-lg-end { justify-content: flex-end !important; }
  .justify-content-lg-center { justify-content: center !important; }
  .justify-content-lg-between { justify-content: space-between !important; }
  .justify-content-lg-around { justify-content: space-around !important; }
  .justify-content-lg-evenly { justify-content: space-evenly !important; }
  .align-items-lg-start { align-items: flex-start !important; }
  .align-items-lg-end { align-items: flex-end !important; }
  .align-items-lg-center { align-items: center !important; }
  .align-items-lg-baseline { align-items: baseline !important; }
  .align-items-lg-stretch { align-items: stretch !important; }
  .align-content-lg-start { align-content: flex-start !important; }
  .align-content-lg-end { align-content: flex-end !important; }
  .align-content-lg-center { align-content: center !important; }
  .align-content-lg-between { align-content: space-between !important; }
  .align-content-lg-around { align-content: space-around !important; }
  .align-content-lg-stretch { align-content: stretch !important; }
  .align-self-lg-auto { align-self: auto !important; }
  .align-self-lg-start { align-self: flex-start !important; }
  .align-self-lg-end { align-self: flex-end !important; }
  .align-self-lg-center { align-self: center !important; }
  .align-self-lg-baseline { align-self: baseline !important; }
  .align-self-lg-stretch { align-self: stretch !important; }
  .order-lg-first { order: -1 !important; }
  .order-lg-0 { order: 0 !important; }
  .order-lg-1 { order: 1 !important; }
  .order-lg-2 { order: 2 !important; }
  .order-lg-3 { order: 3 !important; }
  .order-lg-4 { order: 4 !important; }
  .order-lg-5 { order: 5 !important; }
  .order-lg-last { order: 6 !important; }
  .m-lg-0 { margin: 0 !important; }
  .m-lg-1 { margin: 0.25rem !important; }
  .m-lg-2 { margin: 0.5rem !important; }
  .m-lg-3 { margin: 1rem !important; }
  .m-lg-4 { margin: 1.5rem !important; }
  .m-lg-5 { margin: 3rem !important; }
  .m-lg-auto { margin: auto !important; }
  .mx-lg-0 { margin-right: 0 !important; margin-left: 0 !important; }
  .mx-lg-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
  .mx-lg-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
  .mx-lg-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
  .mx-lg-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
  .mx-lg-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
  .mx-lg-auto { margin-right: auto !important; margin-left: auto !important; }
  .my-lg-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
  .my-lg-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
  .my-lg-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .my-lg-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .my-lg-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .my-lg-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .my-lg-auto { margin-top: auto !important; margin-bottom: auto !important; }
  .mt-lg-0 { margin-top: 0 !important; }
  .mt-lg-1 { margin-top: 0.25rem !important; }
  .mt-lg-2 { margin-top: 0.5rem !important; }
  .mt-lg-3 { margin-top: 1rem !important; }
  .mt-lg-4 { margin-top: 1.5rem !important; }
  .mt-lg-5 { margin-top: 3rem !important; }
  .mt-lg-auto { margin-top: auto !important; }
  .me-lg-0 { margin-right: 0 !important; }
  .me-lg-1 { margin-right: 0.25rem !important; }
  .me-lg-2 { margin-right: 0.5rem !important; }
  .me-lg-3 { margin-right: 1rem !important; }
  .me-lg-4 { margin-right: 1.5rem !important; }
  .me-lg-5 { margin-right: 3rem !important; }
  .me-lg-auto { margin-right: auto !important; }
  .mb-lg-0 { margin-bottom: 0 !important; }
  .mb-lg-1 { margin-bottom: 0.25rem !important; }
  .mb-lg-2 { margin-bottom: 0.5rem !important; }
  .mb-lg-3 { margin-bottom: 1rem !important; }
  .mb-lg-4 { margin-bottom: 1.5rem !important; }
  .mb-lg-5 { margin-bottom: 3rem !important; }
  .mb-lg-auto { margin-bottom: auto !important; }
  .ms-lg-0 { margin-left: 0 !important; }
  .ms-lg-1 { margin-left: 0.25rem !important; }
  .ms-lg-2 { margin-left: 0.5rem !important; }
  .ms-lg-3 { margin-left: 1rem !important; }
  .ms-lg-4 { margin-left: 1.5rem !important; }
  .ms-lg-5 { margin-left: 3rem !important; }
  .ms-lg-auto { margin-left: auto !important; }
  .p-lg-0 { padding: 0 !important; }
  .p-lg-1 { padding: 0.25rem !important; }
  .p-lg-2 { padding: 0.5rem !important; }
  .p-lg-3 { padding: 1rem !important; }
  .p-lg-4 { padding: 1.5rem !important; }
  .p-lg-5 { padding: 3rem !important; }
  .px-lg-0 { padding-right: 0 !important; padding-left: 0 !important; }
  .px-lg-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
  .px-lg-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
  .px-lg-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
  .px-lg-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .px-lg-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
  .py-lg-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
  .py-lg-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .py-lg-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .py-lg-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .py-lg-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .py-lg-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .pt-lg-0 { padding-top: 0 !important; }
  .pt-lg-1 { padding-top: 0.25rem !important; }
  .pt-lg-2 { padding-top: 0.5rem !important; }
  .pt-lg-3 { padding-top: 1rem !important; }
  .pt-lg-4 { padding-top: 1.5rem !important; }
  .pt-lg-5 { padding-top: 3rem !important; }
  .pe-lg-0 { padding-right: 0 !important; }
  .pe-lg-1 { padding-right: 0.25rem !important; }
  .pe-lg-2 { padding-right: 0.5rem !important; }
  .pe-lg-3 { padding-right: 1rem !important; }
  .pe-lg-4 { padding-right: 1.5rem !important; }
  .pe-lg-5 { padding-right: 3rem !important; }
  .pb-lg-0 { padding-bottom: 0 !important; }
  .pb-lg-1 { padding-bottom: 0.25rem !important; }
  .pb-lg-2 { padding-bottom: 0.5rem !important; }
  .pb-lg-3 { padding-bottom: 1rem !important; }
  .pb-lg-4 { padding-bottom: 1.5rem !important; }
  .pb-lg-5 { padding-bottom: 3rem !important; }
  .ps-lg-0 { padding-left: 0 !important; }
  .ps-lg-1 { padding-left: 0.25rem !important; }
  .ps-lg-2 { padding-left: 0.5rem !important; }
  .ps-lg-3 { padding-left: 1rem !important; }
  .ps-lg-4 { padding-left: 1.5rem !important; }
  .ps-lg-5 { padding-left: 3rem !important; }
  .text-lg-start { text-align: left !important; }
  .text-lg-end { text-align: right !important; }
  .text-lg-center { text-align: center !important; } }
@media (min-width: 1200px) { .float-xl-start { float: left !important; }
  .float-xl-end { float: right !important; }
  .float-xl-none { float: none !important; }
  .d-xl-inline { display: inline !important; }
  .d-xl-inline-block { display: inline-block !important; }
  .d-xl-block { display: block !important; }
  .d-xl-grid { display: grid !important; }
  .d-xl-table { display: table !important; }
  .d-xl-table-row { display: table-row !important; }
  .d-xl-table-cell { display: table-cell !important; }
  .d-xl-flex { display: flex !important; }
  .d-xl-inline-flex { display: inline-flex !important; }
  .d-xl-none { display: none !important; }
  .flex-xl-fill { flex: 1 1 auto !important; }
  .flex-xl-row { flex-direction: row !important; }
  .flex-xl-column { flex-direction: column !important; }
  .flex-xl-row-reverse { flex-direction: row-reverse !important; }
  .flex-xl-column-reverse { flex-direction: column-reverse !important; }
  .flex-xl-grow-0 { flex-grow: 0 !important; }
  .flex-xl-grow-1 { flex-grow: 1 !important; }
  .flex-xl-shrink-0 { flex-shrink: 0 !important; }
  .flex-xl-shrink-1 { flex-shrink: 1 !important; }
  .flex-xl-wrap { flex-wrap: wrap !important; }
  .flex-xl-nowrap { flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; }
  .gap-xl-0 { gap: 0 !important; }
  .gap-xl-1 { gap: 0.25rem !important; }
  .gap-xl-2 { gap: 0.5rem !important; }
  .gap-xl-3 { gap: 1rem !important; }
  .gap-xl-4 { gap: 1.5rem !important; }
  .gap-xl-5 { gap: 3rem !important; }
  .justify-content-xl-start { justify-content: flex-start !important; }
  .justify-content-xl-end { justify-content: flex-end !important; }
  .justify-content-xl-center { justify-content: center !important; }
  .justify-content-xl-between { justify-content: space-between !important; }
  .justify-content-xl-around { justify-content: space-around !important; }
  .justify-content-xl-evenly { justify-content: space-evenly !important; }
  .align-items-xl-start { align-items: flex-start !important; }
  .align-items-xl-end { align-items: flex-end !important; }
  .align-items-xl-center { align-items: center !important; }
  .align-items-xl-baseline { align-items: baseline !important; }
  .align-items-xl-stretch { align-items: stretch !important; }
  .align-content-xl-start { align-content: flex-start !important; }
  .align-content-xl-end { align-content: flex-end !important; }
  .align-content-xl-center { align-content: center !important; }
  .align-content-xl-between { align-content: space-between !important; }
  .align-content-xl-around { align-content: space-around !important; }
  .align-content-xl-stretch { align-content: stretch !important; }
  .align-self-xl-auto { align-self: auto !important; }
  .align-self-xl-start { align-self: flex-start !important; }
  .align-self-xl-end { align-self: flex-end !important; }
  .align-self-xl-center { align-self: center !important; }
  .align-self-xl-baseline { align-self: baseline !important; }
  .align-self-xl-stretch { align-self: stretch !important; }
  .order-xl-first { order: -1 !important; }
  .order-xl-0 { order: 0 !important; }
  .order-xl-1 { order: 1 !important; }
  .order-xl-2 { order: 2 !important; }
  .order-xl-3 { order: 3 !important; }
  .order-xl-4 { order: 4 !important; }
  .order-xl-5 { order: 5 !important; }
  .order-xl-last { order: 6 !important; }
  .m-xl-0 { margin: 0 !important; }
  .m-xl-1 { margin: 0.25rem !important; }
  .m-xl-2 { margin: 0.5rem !important; }
  .m-xl-3 { margin: 1rem !important; }
  .m-xl-4 { margin: 1.5rem !important; }
  .m-xl-5 { margin: 3rem !important; }
  .m-xl-auto { margin: auto !important; }
  .mx-xl-0 { margin-right: 0 !important; margin-left: 0 !important; }
  .mx-xl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
  .mx-xl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
  .mx-xl-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
  .mx-xl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
  .mx-xl-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
  .mx-xl-auto { margin-right: auto !important; margin-left: auto !important; }
  .my-xl-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
  .my-xl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
  .my-xl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .my-xl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .my-xl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .my-xl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .my-xl-auto { margin-top: auto !important; margin-bottom: auto !important; }
  .mt-xl-0 { margin-top: 0 !important; }
  .mt-xl-1 { margin-top: 0.25rem !important; }
  .mt-xl-2 { margin-top: 0.5rem !important; }
  .mt-xl-3 { margin-top: 1rem !important; }
  .mt-xl-4 { margin-top: 1.5rem !important; }
  .mt-xl-5 { margin-top: 3rem !important; }
  .mt-xl-auto { margin-top: auto !important; }
  .me-xl-0 { margin-right: 0 !important; }
  .me-xl-1 { margin-right: 0.25rem !important; }
  .me-xl-2 { margin-right: 0.5rem !important; }
  .me-xl-3 { margin-right: 1rem !important; }
  .me-xl-4 { margin-right: 1.5rem !important; }
  .me-xl-5 { margin-right: 3rem !important; }
  .me-xl-auto { margin-right: auto !important; }
  .mb-xl-0 { margin-bottom: 0 !important; }
  .mb-xl-1 { margin-bottom: 0.25rem !important; }
  .mb-xl-2 { margin-bottom: 0.5rem !important; }
  .mb-xl-3 { margin-bottom: 1rem !important; }
  .mb-xl-4 { margin-bottom: 1.5rem !important; }
  .mb-xl-5 { margin-bottom: 3rem !important; }
  .mb-xl-auto { margin-bottom: auto !important; }
  .ms-xl-0 { margin-left: 0 !important; }
  .ms-xl-1 { margin-left: 0.25rem !important; }
  .ms-xl-2 { margin-left: 0.5rem !important; }
  .ms-xl-3 { margin-left: 1rem !important; }
  .ms-xl-4 { margin-left: 1.5rem !important; }
  .ms-xl-5 { margin-left: 3rem !important; }
  .ms-xl-auto { margin-left: auto !important; }
  .p-xl-0 { padding: 0 !important; }
  .p-xl-1 { padding: 0.25rem !important; }
  .p-xl-2 { padding: 0.5rem !important; }
  .p-xl-3 { padding: 1rem !important; }
  .p-xl-4 { padding: 1.5rem !important; }
  .p-xl-5 { padding: 3rem !important; }
  .px-xl-0 { padding-right: 0 !important; padding-left: 0 !important; }
  .px-xl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
  .px-xl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
  .px-xl-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
  .px-xl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .px-xl-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
  .py-xl-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
  .py-xl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .py-xl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .py-xl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .py-xl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .py-xl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .pt-xl-0 { padding-top: 0 !important; }
  .pt-xl-1 { padding-top: 0.25rem !important; }
  .pt-xl-2 { padding-top: 0.5rem !important; }
  .pt-xl-3 { padding-top: 1rem !important; }
  .pt-xl-4 { padding-top: 1.5rem !important; }
  .pt-xl-5 { padding-top: 3rem !important; }
  .pe-xl-0 { padding-right: 0 !important; }
  .pe-xl-1 { padding-right: 0.25rem !important; }
  .pe-xl-2 { padding-right: 0.5rem !important; }
  .pe-xl-3 { padding-right: 1rem !important; }
  .pe-xl-4 { padding-right: 1.5rem !important; }
  .pe-xl-5 { padding-right: 3rem !important; }
  .pb-xl-0 { padding-bottom: 0 !important; }
  .pb-xl-1 { padding-bottom: 0.25rem !important; }
  .pb-xl-2 { padding-bottom: 0.5rem !important; }
  .pb-xl-3 { padding-bottom: 1rem !important; }
  .pb-xl-4 { padding-bottom: 1.5rem !important; }
  .pb-xl-5 { padding-bottom: 3rem !important; }
  .ps-xl-0 { padding-left: 0 !important; }
  .ps-xl-1 { padding-left: 0.25rem !important; }
  .ps-xl-2 { padding-left: 0.5rem !important; }
  .ps-xl-3 { padding-left: 1rem !important; }
  .ps-xl-4 { padding-left: 1.5rem !important; }
  .ps-xl-5 { padding-left: 3rem !important; }
  .text-xl-start { text-align: left !important; }
  .text-xl-end { text-align: right !important; }
  .text-xl-center { text-align: center !important; } }
@media (min-width: 1400px) { .float-xxl-start { float: left !important; }
  .float-xxl-end { float: right !important; }
  .float-xxl-none { float: none !important; }
  .d-xxl-inline { display: inline !important; }
  .d-xxl-inline-block { display: inline-block !important; }
  .d-xxl-block { display: block !important; }
  .d-xxl-grid { display: grid !important; }
  .d-xxl-table { display: table !important; }
  .d-xxl-table-row { display: table-row !important; }
  .d-xxl-table-cell { display: table-cell !important; }
  .d-xxl-flex { display: flex !important; }
  .d-xxl-inline-flex { display: inline-flex !important; }
  .d-xxl-none { display: none !important; }
  .flex-xxl-fill { flex: 1 1 auto !important; }
  .flex-xxl-row { flex-direction: row !important; }
  .flex-xxl-column { flex-direction: column !important; }
  .flex-xxl-row-reverse { flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse { flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 { flex-grow: 0 !important; }
  .flex-xxl-grow-1 { flex-grow: 1 !important; }
  .flex-xxl-shrink-0 { flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 { flex-shrink: 1 !important; }
  .flex-xxl-wrap { flex-wrap: wrap !important; }
  .flex-xxl-nowrap { flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse { flex-wrap: wrap-reverse !important; }
  .gap-xxl-0 { gap: 0 !important; }
  .gap-xxl-1 { gap: 0.25rem !important; }
  .gap-xxl-2 { gap: 0.5rem !important; }
  .gap-xxl-3 { gap: 1rem !important; }
  .gap-xxl-4 { gap: 1.5rem !important; }
  .gap-xxl-5 { gap: 3rem !important; }
  .justify-content-xxl-start { justify-content: flex-start !important; }
  .justify-content-xxl-end { justify-content: flex-end !important; }
  .justify-content-xxl-center { justify-content: center !important; }
  .justify-content-xxl-between { justify-content: space-between !important; }
  .justify-content-xxl-around { justify-content: space-around !important; }
  .justify-content-xxl-evenly { justify-content: space-evenly !important; }
  .align-items-xxl-start { align-items: flex-start !important; }
  .align-items-xxl-end { align-items: flex-end !important; }
  .align-items-xxl-center { align-items: center !important; }
  .align-items-xxl-baseline { align-items: baseline !important; }
  .align-items-xxl-stretch { align-items: stretch !important; }
  .align-content-xxl-start { align-content: flex-start !important; }
  .align-content-xxl-end { align-content: flex-end !important; }
  .align-content-xxl-center { align-content: center !important; }
  .align-content-xxl-between { align-content: space-between !important; }
  .align-content-xxl-around { align-content: space-around !important; }
  .align-content-xxl-stretch { align-content: stretch !important; }
  .align-self-xxl-auto { align-self: auto !important; }
  .align-self-xxl-start { align-self: flex-start !important; }
  .align-self-xxl-end { align-self: flex-end !important; }
  .align-self-xxl-center { align-self: center !important; }
  .align-self-xxl-baseline { align-self: baseline !important; }
  .align-self-xxl-stretch { align-self: stretch !important; }
  .order-xxl-first { order: -1 !important; }
  .order-xxl-0 { order: 0 !important; }
  .order-xxl-1 { order: 1 !important; }
  .order-xxl-2 { order: 2 !important; }
  .order-xxl-3 { order: 3 !important; }
  .order-xxl-4 { order: 4 !important; }
  .order-xxl-5 { order: 5 !important; }
  .order-xxl-last { order: 6 !important; }
  .m-xxl-0 { margin: 0 !important; }
  .m-xxl-1 { margin: 0.25rem !important; }
  .m-xxl-2 { margin: 0.5rem !important; }
  .m-xxl-3 { margin: 1rem !important; }
  .m-xxl-4 { margin: 1.5rem !important; }
  .m-xxl-5 { margin: 3rem !important; }
  .m-xxl-auto { margin: auto !important; }
  .mx-xxl-0 { margin-right: 0 !important; margin-left: 0 !important; }
  .mx-xxl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
  .mx-xxl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
  .mx-xxl-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
  .mx-xxl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
  .mx-xxl-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
  .mx-xxl-auto { margin-right: auto !important; margin-left: auto !important; }
  .my-xxl-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
  .my-xxl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
  .my-xxl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .my-xxl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .my-xxl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .my-xxl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .my-xxl-auto { margin-top: auto !important; margin-bottom: auto !important; }
  .mt-xxl-0 { margin-top: 0 !important; }
  .mt-xxl-1 { margin-top: 0.25rem !important; }
  .mt-xxl-2 { margin-top: 0.5rem !important; }
  .mt-xxl-3 { margin-top: 1rem !important; }
  .mt-xxl-4 { margin-top: 1.5rem !important; }
  .mt-xxl-5 { margin-top: 3rem !important; }
  .mt-xxl-auto { margin-top: auto !important; }
  .me-xxl-0 { margin-right: 0 !important; }
  .me-xxl-1 { margin-right: 0.25rem !important; }
  .me-xxl-2 { margin-right: 0.5rem !important; }
  .me-xxl-3 { margin-right: 1rem !important; }
  .me-xxl-4 { margin-right: 1.5rem !important; }
  .me-xxl-5 { margin-right: 3rem !important; }
  .me-xxl-auto { margin-right: auto !important; }
  .mb-xxl-0 { margin-bottom: 0 !important; }
  .mb-xxl-1 { margin-bottom: 0.25rem !important; }
  .mb-xxl-2 { margin-bottom: 0.5rem !important; }
  .mb-xxl-3 { margin-bottom: 1rem !important; }
  .mb-xxl-4 { margin-bottom: 1.5rem !important; }
  .mb-xxl-5 { margin-bottom: 3rem !important; }
  .mb-xxl-auto { margin-bottom: auto !important; }
  .ms-xxl-0 { margin-left: 0 !important; }
  .ms-xxl-1 { margin-left: 0.25rem !important; }
  .ms-xxl-2 { margin-left: 0.5rem !important; }
  .ms-xxl-3 { margin-left: 1rem !important; }
  .ms-xxl-4 { margin-left: 1.5rem !important; }
  .ms-xxl-5 { margin-left: 3rem !important; }
  .ms-xxl-auto { margin-left: auto !important; }
  .p-xxl-0 { padding: 0 !important; }
  .p-xxl-1 { padding: 0.25rem !important; }
  .p-xxl-2 { padding: 0.5rem !important; }
  .p-xxl-3 { padding: 1rem !important; }
  .p-xxl-4 { padding: 1.5rem !important; }
  .p-xxl-5 { padding: 3rem !important; }
  .px-xxl-0 { padding-right: 0 !important; padding-left: 0 !important; }
  .px-xxl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
  .px-xxl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
  .px-xxl-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
  .px-xxl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .px-xxl-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
  .py-xxl-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
  .py-xxl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .py-xxl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .py-xxl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .py-xxl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .py-xxl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .pt-xxl-0 { padding-top: 0 !important; }
  .pt-xxl-1 { padding-top: 0.25rem !important; }
  .pt-xxl-2 { padding-top: 0.5rem !important; }
  .pt-xxl-3 { padding-top: 1rem !important; }
  .pt-xxl-4 { padding-top: 1.5rem !important; }
  .pt-xxl-5 { padding-top: 3rem !important; }
  .pe-xxl-0 { padding-right: 0 !important; }
  .pe-xxl-1 { padding-right: 0.25rem !important; }
  .pe-xxl-2 { padding-right: 0.5rem !important; }
  .pe-xxl-3 { padding-right: 1rem !important; }
  .pe-xxl-4 { padding-right: 1.5rem !important; }
  .pe-xxl-5 { padding-right: 3rem !important; }
  .pb-xxl-0 { padding-bottom: 0 !important; }
  .pb-xxl-1 { padding-bottom: 0.25rem !important; }
  .pb-xxl-2 { padding-bottom: 0.5rem !important; }
  .pb-xxl-3 { padding-bottom: 1rem !important; }
  .pb-xxl-4 { padding-bottom: 1.5rem !important; }
  .pb-xxl-5 { padding-bottom: 3rem !important; }
  .ps-xxl-0 { padding-left: 0 !important; }
  .ps-xxl-1 { padding-left: 0.25rem !important; }
  .ps-xxl-2 { padding-left: 0.5rem !important; }
  .ps-xxl-3 { padding-left: 1rem !important; }
  .ps-xxl-4 { padding-left: 1.5rem !important; }
  .ps-xxl-5 { padding-left: 3rem !important; }
  .text-xxl-start { text-align: left !important; }
  .text-xxl-end { text-align: right !important; }
  .text-xxl-center { text-align: center !important; } }
@media (min-width: 1400px) { .fs-1 { font-size: 2.5rem !important; }
  .fs-2 { font-size: 2rem !important; }
  .fs-3 { font-size: 1.75rem !important; }
  .fs-4 { font-size: 1.5rem !important; }
  .fs-5 { font-size: 1.25rem !important; } }
@media print { .d-print-inline { display: inline !important; }
  .d-print-inline-block { display: inline-block !important; }
  .d-print-block { display: block !important; }
  .d-print-grid { display: grid !important; }
  .d-print-table { display: table !important; }
  .d-print-table-row { display: table-row !important; }
  .d-print-table-cell { display: table-cell !important; }
  .d-print-flex { display: flex !important; }
  .d-print-inline-flex { display: inline-flex !important; }
  .d-print-none { display: none !important; } }
/* cfs < 576px */
.fz-10 { font-size: 10px !important; }

.fz-11 { font-size: 11px !important; }

.fz-12 { font-size: 12px !important; }

.fz-13 { font-size: 13px !important; }

.fz-14 { font-size: 14px !important; }

.fz-15 { font-size: 15px !important; }

.fz-16 { font-size: 16px !important; }

.fz-17 { font-size: 17px !important; }

.fz-18 { font-size: 18px !important; }

.fz-19 { font-size: 19px !important; }

.fz-20 { font-size: 20px !important; }

.fz-21 { font-size: 21px !important; }

.fz-22 { font-size: 22px !important; }

.fz-23 { font-size: 23px !important; }

.fz-24 { font-size: 24px !important; }

.fz-25 { font-size: 25px !important; }

.fz-26 { font-size: 26px !important; }

.fz-27 { font-size: 27px !important; }

.fz-28 { font-size: 28px !important; }

.fz-29 { font-size: 29px !important; }

.fz-30 { font-size: 30px !important; }

.fz-31 { font-size: 31px !important; }

.fz-32 { font-size: 32px !important; }

.fz-33 { font-size: 33px !important; }

.fz-34 { font-size: 34px !important; }

.fz-35 { font-size: 35px !important; }

.fz-36 { font-size: 36px !important; }

.fz-37 { font-size: 37px !important; }

.fz-38 { font-size: 38px !important; }

.fz-39 { font-size: 39px !important; }

.fz-40 { font-size: 40px !important; }

.fz-41 { font-size: 41px !important; }

.fz-42 { font-size: 42px !important; }

.fz-43 { font-size: 43px !important; }

.fz-44 { font-size: 44px !important; }

.fz-45 { font-size: 45px !important; }

.fz-46 { font-size: 46px !important; }

.fz-47 { font-size: 47px !important; }

.fz-48 { font-size: 48px !important; }

/* cfs-sm >= 576px */
@media screen and (min-width: 576px) { .fz-sm-10 { font-size: 10px !important; }
  .fz-sm-11 { font-size: 11px !important; }
  .fz-sm-12 { font-size: 12px !important; }
  .fz-sm-13 { font-size: 13px !important; }
  .fz-sm-14 { font-size: 14px !important; }
  .fz-sm-15 { font-size: 15px !important; }
  .fz-sm-16 { font-size: 16px !important; }
  .fz-sm-17 { font-size: 17px !important; }
  .fz-sm-18 { font-size: 18px !important; }
  .fz-sm-19 { font-size: 19px !important; }
  .fz-sm-20 { font-size: 20px !important; }
  .fz-sm-21 { font-size: 21px !important; }
  .fz-sm-22 { font-size: 22px !important; }
  .fz-sm-23 { font-size: 23px !important; }
  .fz-sm-24 { font-size: 24px !important; }
  .fz-sm-25 { font-size: 25px !important; }
  .fz-sm-26 { font-size: 26px !important; }
  .fz-sm-27 { font-size: 27px !important; }
  .fz-sm-28 { font-size: 28px !important; }
  .fz-sm-29 { font-size: 29px !important; }
  .fz-sm-30 { font-size: 30px !important; }
  .fz-sm-31 { font-size: 31px !important; }
  .fz-sm-32 { font-size: 32px !important; }
  .fz-sm-33 { font-size: 33px !important; }
  .fz-sm-34 { font-size: 34px !important; }
  .fz-sm-35 { font-size: 35px !important; }
  .fz-sm-36 { font-size: 36px !important; }
  .fz-sm-37 { font-size: 37px !important; }
  .fz-sm-38 { font-size: 38px !important; }
  .fz-sm-39 { font-size: 39px !important; }
  .fz-sm-40 { font-size: 40px !important; }
  .fz-sm-41 { font-size: 41px !important; }
  .fz-sm-42 { font-size: 42px !important; }
  .fz-sm-43 { font-size: 43px !important; }
  .fz-sm-44 { font-size: 44px !important; }
  .fz-sm-45 { font-size: 45px !important; }
  .fz-sm-46 { font-size: 46px !important; }
  .fz-sm-47 { font-size: 47px !important; }
  .fz-sm-48 { font-size: 48px !important; } }
/* cfs-md >= 768px */
@media screen and (min-width: 768px) { .fz-md-10 { font-size: 10px !important; }
  .fz-md-11 { font-size: 11px !important; }
  .fz-md-12 { font-size: 12px !important; }
  .fz-md-13 { font-size: 13px !important; }
  .fz-md-14 { font-size: 14px !important; }
  .fz-md-15 { font-size: 15px !important; }
  .fz-md-16 { font-size: 16px !important; }
  .fz-md-17 { font-size: 17px !important; }
  .fz-md-18 { font-size: 18px !important; }
  .fz-md-19 { font-size: 19px !important; }
  .fz-md-20 { font-size: 20px !important; }
  .fz-md-21 { font-size: 21px !important; }
  .fz-md-22 { font-size: 22px !important; }
  .fz-md-23 { font-size: 23px !important; }
  .fz-md-24 { font-size: 24px !important; }
  .fz-md-25 { font-size: 25px !important; }
  .fz-md-26 { font-size: 26px !important; }
  .fz-md-27 { font-size: 27px !important; }
  .fz-md-28 { font-size: 28px !important; }
  .fz-md-29 { font-size: 29px !important; }
  .fz-md-30 { font-size: 30px !important; }
  .fz-md-31 { font-size: 31px !important; }
  .fz-md-32 { font-size: 32px !important; }
  .fz-md-33 { font-size: 33px !important; }
  .fz-md-34 { font-size: 34px !important; }
  .fz-md-35 { font-size: 35px !important; }
  .fz-md-36 { font-size: 36px !important; }
  .fz-md-37 { font-size: 37px !important; }
  .fz-md-38 { font-size: 38px !important; }
  .fz-md-39 { font-size: 39px !important; }
  .fz-md-40 { font-size: 40px !important; }
  .fz-md-41 { font-size: 41px !important; }
  .fz-md-42 { font-size: 42px !important; }
  .fz-md-43 { font-size: 43px !important; }
  .fz-md-44 { font-size: 44px !important; }
  .fz-md-45 { font-size: 45px !important; }
  .fz-md-46 { font-size: 46px !important; }
  .fz-md-47 { font-size: 47px !important; }
  .fz-md-48 { font-size: 48px !important; } }
/* cfs-lg >= 992px */
@media screen and (min-width: 992px) { .fz-lg-10 { font-size: 10px !important; }
  .fz-lg-11 { font-size: 11px !important; }
  .fz-lg-12 { font-size: 12px !important; }
  .fz-lg-13 { font-size: 13px !important; }
  .fz-lg-14 { font-size: 14px !important; }
  .fz-lg-15 { font-size: 15px !important; }
  .fz-lg-16 { font-size: 16px !important; }
  .fz-lg-17 { font-size: 17px !important; }
  .fz-lg-18 { font-size: 18px !important; }
  .fz-lg-19 { font-size: 19px !important; }
  .fz-lg-20 { font-size: 20px !important; }
  .fz-lg-21 { font-size: 21px !important; }
  .fz-lg-22 { font-size: 22px !important; }
  .fz-lg-23 { font-size: 23px !important; }
  .fz-lg-24 { font-size: 24px !important; }
  .fz-lg-25 { font-size: 25px !important; }
  .fz-lg-26 { font-size: 26px !important; }
  .fz-lg-27 { font-size: 27px !important; }
  .fz-lg-28 { font-size: 28px !important; }
  .fz-lg-29 { font-size: 29px !important; }
  .fz-lg-30 { font-size: 30px !important; }
  .fz-lg-31 { font-size: 31px !important; }
  .fz-lg-32 { font-size: 32px !important; }
  .fz-lg-33 { font-size: 33px !important; }
  .fz-lg-34 { font-size: 34px !important; }
  .fz-lg-35 { font-size: 35px !important; }
  .fz-lg-36 { font-size: 36px !important; }
  .fz-lg-37 { font-size: 37px !important; }
  .fz-lg-38 { font-size: 38px !important; }
  .fz-lg-39 { font-size: 39px !important; }
  .fz-lg-40 { font-size: 40px !important; }
  .fz-lg-41 { font-size: 41px !important; }
  .fz-lg-42 { font-size: 42px !important; }
  .fz-lg-43 { font-size: 43px !important; }
  .fz-lg-44 { font-size: 44px !important; }
  .fz-lg-45 { font-size: 45px !important; }
  .fz-lg-46 { font-size: 46px !important; }
  .fz-lg-47 { font-size: 47px !important; }
  .fz-lg-48 { font-size: 48px !important; } }
/* cfs-xl >= 1200px */
@media screen and (min-width: 1200px) { .fz-xl-10 { font-size: 10px !important; }
  .fz-xl-11 { font-size: 11px !important; }
  .fz-xl-12 { font-size: 12px !important; }
  .fz-xl-13 { font-size: 13px !important; }
  .fz-xl-14 { font-size: 14px !important; }
  .fz-xl-15 { font-size: 15px !important; }
  .fz-xl-16 { font-size: 16px !important; }
  .fz-xl-17 { font-size: 17px !important; }
  .fz-xl-18 { font-size: 18px !important; }
  .fz-xl-19 { font-size: 19px !important; }
  .fz-xl-20 { font-size: 20px !important; }
  .fz-xl-21 { font-size: 21px !important; }
  .fz-xl-22 { font-size: 22px !important; }
  .fz-xl-23 { font-size: 23px !important; }
  .fz-xl-24 { font-size: 24px !important; }
  .fz-xl-25 { font-size: 25px !important; }
  .fz-xl-26 { font-size: 26px !important; }
  .fz-xl-27 { font-size: 27px !important; }
  .fz-xl-28 { font-size: 28px !important; }
  .fz-xl-29 { font-size: 29px !important; }
  .fz-xl-30 { font-size: 30px !important; }
  .fz-xl-31 { font-size: 31px !important; }
  .fz-xl-32 { font-size: 32px !important; }
  .fz-xl-33 { font-size: 33px !important; }
  .fz-xl-34 { font-size: 34px !important; }
  .fz-xl-35 { font-size: 35px !important; }
  .fz-xl-36 { font-size: 36px !important; }
  .fz-xl-37 { font-size: 37px !important; }
  .fz-xl-38 { font-size: 38px !important; }
  .fz-xl-39 { font-size: 39px !important; }
  .fz-xl-40 { font-size: 40px !important; }
  .fz-xl-41 { font-size: 41px !important; }
  .fz-xl-42 { font-size: 42px !important; }
  .fz-xl-43 { font-size: 43px !important; }
  .fz-xl-44 { font-size: 44px !important; }
  .fz-xl-45 { font-size: 45px !important; }
  .fz-xl-46 { font-size: 46px !important; }
  .fz-xl-47 { font-size: 47px !important; }
  .fz-xl-48 { font-size: 48px !important; } }
/* cfs-xxl >= 1400px */
@media screen and (min-width: 1400px) { .fz-xxl-10 { font-size: 10px !important; }
  .fz-xxl-11 { font-size: 11px !important; }
  .fz-xxl-12 { font-size: 12px !important; }
  .fz-xxl-13 { font-size: 13px !important; }
  .fz-xxl-14 { font-size: 14px !important; }
  .fz-xxl-15 { font-size: 15px !important; }
  .fz-xxl-16 { font-size: 16px !important; }
  .fz-xxl-17 { font-size: 17px !important; }
  .fz-xxl-18 { font-size: 18px !important; }
  .fz-xxl-19 { font-size: 19px !important; }
  .fz-xxl-20 { font-size: 20px !important; }
  .fz-xxl-21 { font-size: 21px !important; }
  .fz-xxl-22 { font-size: 22px !important; }
  .fz-xxl-23 { font-size: 23px !important; }
  .fz-xxl-24 { font-size: 24px !important; }
  .fz-xxl-25 { font-size: 25px !important; }
  .fz-xxl-26 { font-size: 26px !important; }
  .fz-xxl-27 { font-size: 27px !important; }
  .fz-xxl-28 { font-size: 28px !important; }
  .fz-xxl-29 { font-size: 29px !important; }
  .fz-xxl-30 { font-size: 30px !important; }
  .fz-xxl-31 { font-size: 31px !important; }
  .fz-xxl-32 { font-size: 32px !important; }
  .fz-xxl-33 { font-size: 33px !important; }
  .fz-xxl-34 { font-size: 34px !important; }
  .fz-xxl-35 { font-size: 35px !important; }
  .fz-xxl-36 { font-size: 36px !important; }
  .fz-xxl-37 { font-size: 37px !important; }
  .fz-xxl-38 { font-size: 38px !important; }
  .fz-xxl-39 { font-size: 39px !important; }
  .fz-xxl-40 { font-size: 40px !important; }
  .fz-xxl-41 { font-size: 41px !important; }
  .fz-xxl-42 { font-size: 42px !important; }
  .fz-xxl-43 { font-size: 43px !important; }
  .fz-xxl-44 { font-size: 44px !important; }
  .fz-xxl-45 { font-size: 45px !important; }
  .fz-xxl-46 { font-size: 46px !important; }
  .fz-xxl-47 { font-size: 47px !important; }
  .fz-xxl-48 { font-size: 48px !important; } }
.clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }

.clearfix { min-height: 1px; }

/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* { box-sizing: border-box !important; outline: none !important; }

::before, ::after { box-sizing: inherit; }

/* Document */
/* ============================================ */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. 3. Remove gray overlay on links for iOS. */
html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -webkit-tap-highlight-color: transparent; /* 3*/ }

/* Sections */
/* ============================================ */
/** Remove the margin in all browsers. */
body { margin: 0; overflow-x: hidden; }

/** Render the `main` element consistently in IE. */
main { display: block; }

/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl { margin: 0; }

/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 { font-size: inherit; line-height: inherit; font-weight: inherit; margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul, ol { margin: 0; padding: 0; list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt { font-weight: bold; }

dd { margin-left: 0; }

/* Grouping content */
/* ============================================ */
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ border: 0; border-top: 1px solid; margin: 0; clear: both; color: inherit; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: inherit; /* 2 */ }

address { font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/** Remove the gray background on active links in IE 10. */
a { background-color: transparent; text-decoration: none; color: inherit; }

/** 1. Remove the bottom border in Chrome 57- 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: inherit; /* 2 */ }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content */
/* ============================================ */
/** Remove the border on images inside links in IE 10. */
img { border-style: none; vertical-align: bottom; }

embed, object, iframe { border: 0; vertical-align: bottom; }

/* Forms */
/* ============================================ */
/** Reset form fields to make them styleable */
button, input, optgroup, select, textarea { -webkit-appearance: none; appearance: none; vertical-align: middle; color: inherit; font: inherit; border: 0; background: transparent; padding: 0; margin: 0; outline: 0; border-radius: 0; text-align: inherit; }

/** Reset radio and checkbox appearance to preserve their look in iOS. */
[type="checkbox"] { -webkit-appearance: checkbox; appearance: checkbox; }

[type="radio"] { -webkit-appearance: radio; appearance: radio; }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] { cursor: pointer; -webkit-appearance: none; appearance: none; }

button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] { cursor: default; }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Remove arrow in IE10 & IE11 */
select::-ms-expand { display: none; }

/** Remove padding */
option { padding: 0; }

/** Reset to invisible */
fieldset { margin: 0; padding: 0; border: 0; min-width: 0; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { vertical-align: baseline; }

/** Remove the default vertical scrollbar in IE 10+. */
textarea { overflow: auto; }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the outline style in Safari. */
[type="search"] { outline-offset: -2px; /* 1 */ }

/** Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/** Clickable labels */
label[for] { cursor: pointer; }

/* Interactive */
/* ============================================ */
/* Add the correct display in Edge, IE 10+, and Firefox. */
details { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Remove outline for editable content. */
[contenteditable] { outline: none; }

/* Table */
/* ============================================ */
table { border-collapse: collapse; border-spacing: 0; }

caption { text-align: left; }

td, th { vertical-align: top; padding: 0; }

th { text-align: left; font-weight: bold; }

/* Misc */
/* ============================================ */
/** Add the correct display in IE 10+. */
template { display: none; }

/** Add the correct display in IE 10. */
[hidden] { display: none; }

a:hover { color: #44AF35; }

body.fixed { height: 100vh; overflow-y: hidden; }

.star { transform-style: preserve-3d; width: 1px; height: 1px; position: absolute; color: red; pointer-events: none; z-index: 9999999; }

.star:before { position: absolute; content: '\2025'; content: '\2022'; color: inherit; inset: 0; text-shadow: 0 0 10px rgba(68, 175, 53, 0.8), 0 0 20px rgba(68, 175, 53, 0.6), 0 0 30px rgba(68, 175, 53, 0.4), 0 0 40px rgba(68, 175, 53, 0.3); animation: neonGlow 1.5s infinite alternate; }

@keyframes neonGlow { from { text-shadow: 0 0 10px rgba(68, 175, 53, 0.8), 0 0 20px rgba(68, 175, 53, 0.6), 0 0 30px rgba(68, 175, 53, 0.4), 0 0 40px rgba(68, 175, 53, 0.3); }
  to { text-shadow: 0 0 15px #44af35, 0 0 30px rgba(68, 175, 53, 0.9), 0 0 40px rgba(68, 175, 53, 0.7), 0 0 50px rgba(68, 175, 53, 0.5); } }
.top-logo { position: fixed; top: 2%; left: 50%; transform: translateX(-50%); z-index: 99; width: 220px; padding: 10px; }
.top-logo img { width: 100%; }
.top-logo a { display: block; }
@media (max-width: 768px) { .top-logo { top: 1%; width: 180px; } }

.overlay-navigation { position: fixed; z-index: 99; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); transform: translateY(-100%); }

.overlay-slide-down { transition: all .4s ease-in-out; transform: translateY(0); }

.overlay-slide-up { transition: all .8s ease-in-out; transform: translateY(-100%); }

nav, nav ul { width: 100%; height: 100%; margin: 0; padding: 0; }

nav ul { display: flex; list-style: none; }

nav ul li { flex-basis: 20%; justify-content: center; align-items: center; height: 100%; overflow: hidden; transform: translateY(-100%); }

nav li a { position: relative; top: 46%; color: #fff; text-transform: uppercase; font-family: 'Work sans', sans-serif; font-weight: 300; letter-spacing: 4px; text-decoration: none; display: block; text-align: center; font-size: 0.9rem; }

nav li a:before { content: ''; width: 70px; height: 2px; background-color: #fff; position: absolute; top: 50%; left: 0; z-index: 100; transform: translateX(-100%); opacity: 0; transition: all .2s linear; }

nav li a:after { content: attr(data-content); font-size: 0.7rem; transition: all .2s linear; opacity: 0; position: absolute; z-index: 100; color: #fff; display: block; margin-right: auto; margin-left: auto; left: 0; right: 0; bottom: -50px; text-transform: none; font-family: 'Open sans', serif; font-weight: 300; font-style: italic; letter-spacing: 0; }

nav li a:hover:before { transform: translateX(0); opacity: 1; }

nav li a:hover:after { transform: translateY(15px); opacity: 1; }

nav li:nth-of-type(1) { background-color: rgba(0, 0, 0, 0.85); }

nav li:nth-of-type(2) { background-color: rgba(4, 20, 30, 0.85); }

nav li:nth-of-type(3) { background-color: rgba(10, 32, 45, 0.85); }

nav li:nth-of-type(4) { background-color: rgba(19, 45, 60, 0.85); }

nav li:nth-of-type(5) { background-color: rgba(32, 56, 70, 0.85); }

nav li:nth-of-type(6) { background-color: rgba(45, 63, 73, 0.85); }

nav li:nth-of-type(7) { background-color: rgba(26, 41, 50, 0.85); }

.slide-in-nav-item { animation: slide-in-nav-item 0.4s linear 1 .2s both; }

.slide-in-nav-item-delay-1 { animation: slide-in-nav-item 0.4s linear 1 .4s both; }

.slide-in-nav-item-delay-2 { animation: slide-in-nav-item 0.4s linear 1 .6s both; }

.slide-in-nav-item-delay-3 { animation: slide-in-nav-item 0.4s linear 1 .8s both; }

.slide-in-nav-item-delay-4 { animation: slide-in-nav-item 0.4s linear 1 1s both; }

.slide-in-nav-item-delay-5 { animation: slide-in-nav-item 0.4s linear 1 1.2s both; }

.slide-in-nav-item-delay-6 { animation: slide-in-nav-item 0.4s linear 1 1.4s both; }

.slide-in-nav-item-delay-7 { animation: slide-in-nav-item 0.4s linear 1 1.6s both; }

.slide-in-nav-item-reverse { animation: slide-in-nav-item-reverse .3s linear 1 .7s both; }

.slide-in-nav-item-delay-1-reverse { animation: slide-in-nav-item-reverse .3s linear 1 .6s both; }

.slide-in-nav-item-delay-2-reverse { animation: slide-in-nav-item-reverse .3s linear 1 .5s both; }

.slide-in-nav-item-delay-3-reverse { animation: slide-in-nav-item-reverse .3s linear 1 .4s both; }

.slide-in-nav-item-delay-4-reverse { animation: slide-in-nav-item-reverse .3s linear 1 .3s both; }

.slide-in-nav-item-delay-5-reverse { animation: slide-in-nav-item-reverse .3s linear 1 .2s both; }

.slide-in-nav-item-delay-6-reverse { animation: slide-in-nav-item-reverse .3s linear 1 .1s both; }

.slide-in-nav-item-delay-7-reverse { animation: slide-in-nav-item-reverse .3s linear 1 both; }

@media (max-width: 768px) { .slide-in-nav-item { animation: slide-in-nav-item .6s linear 1 .1s both; }
  .slide-in-nav-item-delay-1 { animation: slide-in-nav-item .5s linear 1 .1s both; }
  .slide-in-nav-item-delay-2 { animation: slide-in-nav-item .4s linear 1 .14s both; }
  .slide-in-nav-item-delay-3 { animation: slide-in-nav-item .3s linear 1 .18s both; }
  .slide-in-nav-item-delay-4 { animation: slide-in-nav-item .2s linear 1 .22s both; }
  .slide-in-nav-item-delay-5 { animation: slide-in-nav-item .1s linear 1 .26s both; }
  .slide-in-nav-item-delay-6 { animation: slide-in-nav-item .1s linear 1 .3s both; } }
/* ====================================
Burger king
==================================== */
.open-overlay { position: fixed; left: 4rem; top: 3.2rem; z-index: 100; width: 34px; display: block; cursor: pointer; }
@media (max-width: 768px) { .open-overlay { top: 2rem; left: 2rem; } }

.open-overlay span { display: block; height: 1px; background-color: #fff; cursor: pointer; margin-top: 8px; }

.animate-top-bar { animation: animate-top-bar .6s linear 1 both; }

.animate-bottom-bar { animation: animate-bottom-bar .6s linear 1 both; }

.animate-middle-bar { animation: animate-middle-bar .6s linear 1 both; }

.animate-out-top-bar { animation: animate-out-top-bar .6s linear 1 both; }

.animate-out-bottom-bar { animation: animate-out-bottom-bar .6s linear 1 both; }

.animate-out-middle-bar { animation: animate-out-middle-bar .6s linear 1 both; }

/* ====================================
Animation keyframes
==================================== */
@keyframes slide-in-nav-item { from { -webkit-transform: translateY(-100%); transform: translateY(-100%); }
  to { -webkit-transform: translateY(0); transform: translateY(0); } }
@keyframes slide-in-nav-item-reverse { from { -webkit-transform: translateY(0); transform: translateY(0); }
  to { -webkit-transform: translateY(-100%); transform: translateY(-100%); } }
@keyframes animate-top-bar { 0% { background-color: #fff; }
  50% { -webkit-transform: translateY(9px); transform: translateY(9px); }
  80% { -webkit-transform: translateY(5px); transform: translateY(5px); background-color: #fff; }
  100% { -webkit-transform: translateY(0); transform: translateY(0); background-color: #7AC697; } }
@keyframes animate-bottom-bar { 0% { background-color: #fff; }
  50% { -webkit-transform: translateY(-9px); transform: translateY(-9px); }
  80% { -webkit-transform: translateY(-5px); transform: translateY(-5px); background-color: #fff; }
  100% { -webkit-transform: translateY(0); transform: translateY(0); background-color: #7AC697; } }
@keyframes animate-middle-bar { 0% { background-color: #fff; }
  80% { background-color: #fff; }
  100% { background-color: #7AC697; } }
@keyframes animate-out-top-bar { 0% { background-color: #7AC697; }
  50% { -webkit-transform: translateY(9px); transform: translateY(9px); }
  80% { -webkit-transform: translateY(5px); transform: translateY(5px); background-color: #7AC697; }
  100% { -webkit-transform: translateY(0); transform: translateY(0); background-color: #FFF; } }
@keyframes animate-out-bottom-bar { 0% { background-color: #7AC697; }
  50% { -webkit-transform: translateY(-9px); transform: translateY(-9px); }
  80% { -webkit-transform: translateY(-5px); transform: translateY(-5px); background-color: #7AC697; }
  100% { -webkit-transform: translateY(0); transform: translateY(0); background-color: #FFF; } }
@keyframes animate-out-middle-bar { 0% { background-color: #7AC697; }
  80% { background-color: #7AC697; }
  100% { background-color: #fff; } }
@media (max-width: 768px) { nav ul { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  nav ul li { height: 14.28%; justify-content: center; align-items: center; overflow: hidden; }
  nav ul li a { font-size: 11px; }
  nav li a:after { font-size: 0.6rem; bottom: -25px; }
  nav li a:hover:after { transform: translateY(0); }
  nav li a:before { width: 25px; } }
footer { overflow-x: hidden; }
footer a { text-decoration: none; }

.footer-bg { background-color: #363232; }

.text-number { font-size: 2rem; letter-spacing: .05em; }

.footer { width: 100%; padding: 120px 0; text-align: center; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.7) 53%, rgba(0, 0, 0, 0.9) 100%); }
@media (max-width: 768px) { .footer { padding: 60px 0; } }
.footer .logo { position: relative; z-index: 99; width: 220px; padding: 10px; display: inline-block; }
.footer .logo img { width: 100%; }
.footer .logo a { display: block; }
@media (max-width: 768px) { .footer .logo { width: 180px; } }
.footer ul { display: flex; justify-content: center; }
@media (max-width: 575px) { .footer ul { flex-direction: column; } }
.footer ul li { padding: 6px 8px; color: #fff; }
.footer ul li a { transition: .4s; }

.text-noto, body { font-family: 'Noto Sans JP', sans-serif; }

.text-roboto { font-family: 'Roboto', sans-serif; }

.text-serif, .section-02 .container .text h3, .section-02 .container .text .description, .section-03 .container-full .text .wrap h3, .section-04 .container-full .text .wrap h3, .section-05 .container-full .text .wrap h3, .section-03 .container-full .text .wrap .description, .section-04 .container-full .text .wrap .description, .section-05 .container-full .text .wrap .description, .section-07 .container-half .swiper-slide .card .description, .section-09 .container .text h3, .section-09 .container .text .description { font-family: 'Times New Roman','Baskerville','Yu Mincho Medium','YuMincho','Hiragino Mincho ProN',Meiryo,sans-serif; }

.text-boo, .footer ul li, .section-01 .ttl-wrap h1, .section-02 .container .text h2, .section-03 .container-full .text .wrap h2, .section-04 .container-full .text .wrap h2, .section-05 .container-full .text .wrap h2, .section-06 .container h2, .section-07 h2, .section-08 h2, .section-08 ul li .card .top .name, .section-09 .container .text h2 { font-family: "Black Ops One", system-ui; font-weight: 400; font-style: normal; }

.fw-100 { font-weight: 100; }

.fw-300 { font-weight: 300; }

.fw-400 { font-weight: 400; }

.fw-500 { font-weight: 500; }

.fw-700 { font-weight: 700; }

.fw-900 { font-weight: 900; }

.custom-btn { background-color: #fff; text-decoration: none; display: inline-block; text-align: center; white-space: nowrap; transition: .4s; }
.custom-btn:hover { opacity: .5; }
.custom-btn span.small { font-size: 80%; }
.custom-btn.is-secondary { background-color: #E3EFF0; color: #fff; }
.custom-btn.is-bg-white { background-color: #fff; color: #262626; border: 1px solid #7D7D7D; }

.top-reservation-btn ul { position: absolute; top: 100%; right: 0; list-style-type: none; padding: 0; margin: 0; max-height: 0; overflow: hidden; transition: max-height 0.5s ease, padding 0.5s ease; font-size: 12px; letter-spacing: 0; white-space: nowrap; background-color: rgba(0, 0, 0, 0.6); }
.top-reservation-btn ul li { text-align: right; }

.top-reservation-btn ul.active { display: block; max-height: 300px; }
.top-reservation-btn ul.active li a { padding: 10px 12px; display: block; border-bottom: 1px solid rgba(3, 233, 244, 0.2); }

.top-reservation-btn .toggle { cursor: pointer; display: inline-block; }

.top-reservation-btn, .reservation-btn { position: fixed; top: 4%; right: 3rem; z-index: 99; }
@media (max-width: 768px) { .top-reservation-btn, .reservation-btn { top: 2.5%; right: 1rem; } }
.top-reservation-btn a, .reservation-btn a { position: relative; display: inline-block; padding: 20px 24px; color: #03e9f4; text-decoration: none; text-transform: uppercase; transition: 0.5s; letter-spacing: 3px; overflow: hidden; font-size: 14px; }
@media (max-width: 768px) { .top-reservation-btn a, .reservation-btn a { padding: 16px 20px; letter-spacing: 2px; } }
.top-reservation-btn a:hover, .reservation-btn a:hover { background: rgba(3, 233, 244, 0.7); color: #050801; box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 200px #03e9f4; -webkit-box-reflect: below 1px linear-gradient(transparent, #0005); }
.top-reservation-btn a:nth-child(1), .reservation-btn a:nth-child(1) { filter: hue-rotate(270deg); }
.top-reservation-btn a:nth-child(2), .reservation-btn a:nth-child(2) { filter: hue-rotate(110deg); }
.top-reservation-btn a span, .reservation-btn a span { position: absolute; display: block; }
.top-reservation-btn a span:nth-child(1), .reservation-btn a span:nth-child(1) { top: 0; left: 0; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, #03e9f4); animation: animate1 1s linear infinite; }
@keyframes animate1 { 0% { left: -100%; }
  50%,100% { left: 100%; } }
.top-reservation-btn a span:nth-child(2), .reservation-btn a span:nth-child(2) { top: -100%; right: 0; width: 1px; height: 100%; background: linear-gradient(180deg, transparent, #03e9f4); animation: animate2 1s linear infinite; animation-delay: 0.25s; }
@keyframes animate2 { 0% { top: -100%; }
  50%,100% { top: 100%; } }
.top-reservation-btn a span:nth-child(3), .reservation-btn a span:nth-child(3) { bottom: 0; right: 0; width: 100%; height: 1px; background: linear-gradient(270deg, transparent, #03e9f4); animation: animate3 1s linear infinite; animation-delay: 0.50s; }
@keyframes animate3 { 0% { right: -100%; }
  50%,100% { right: 100%; } }
.top-reservation-btn a span:nth-child(4), .reservation-btn a span:nth-child(4) { bottom: -100%; left: 0; width: 1px; height: 100%; background: linear-gradient(360deg, transparent, #03e9f4); animation: animate4 1s linear infinite; animation-delay: 0.75s; }
@keyframes animate4 { 0% { bottom: -100%; }
  50%,100% { bottom: 100%; } }
.reservation-btn { position: relative; top: 0; right: 0; z-index: 0; }
@media (max-width: 768px) { .reservation-btn { top: 0; right: 0; } }

:root { --neon-text-color: #f40; --neon-border-color: #44AF35; }

.more-btn { min-width: 200px; font-size: 16px; font-weight: bold; letter-spacing: .1em; text-align: center; display: inline-block; font-style: italic; color: #fff; padding: 12px 24px; border: 3px solid #fff; border-radius: 8px; text-transform: uppercase; animation: flicker 1.5s infinite alternate; cursor: pointer; transition: .3s; }
@media (max-width: 992px) { .more-btn { padding: 8px 18px; font-size: 14px; border: 2px solid #fff; } }

.more-btn::-moz-selection { background-color: var(--neon-border-color); color: var(--neon-text-color); }

.more-btn::selection { background-color: var(--neon-border-color); color: var(--neon-text-color); }

.more-btn:focus { outline: none; }

/* Animate neon flicker */
@keyframes flicker { 0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% { text-shadow: -0.2rem -0.2rem 1rem #fff, 0.2rem 0.2rem 1rem #fff, 0 0 2rem var(--neon-text-color), 0 0 4rem var(--neon-text-color), 0 0 6rem var(--neon-text-color), 0 0 8rem var(--neon-text-color), 0 0 10rem var(--neon-text-color); box-shadow: 0 0 0.5rem #fff, inset 0 0 0.5rem #fff, 0 0 2rem var(--neon-border-color), inset 0 0 2rem var(--neon-border-color), 0 0 4rem var(--neon-border-color), inset 0 0 4rem var(--neon-border-color); }
  20%, 24%, 55% { text-shadow: none; box-shadow: none; } }
.modal { position: fixed; display: flex; align-items: center; width: 100vw; height: 100vh; top: 0; left: 0; right: 0; bottom: 0; margin: auto; border: none; opacity: 0; z-index: -1; }

.modal-cover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }

.modal-inner { width: 90vw; max-width: 1320px; max-height: 85vh; margin: auto; background: #fff; overflow-y: auto; z-index: 1; }

.modal.is-open { animation: modal_open .5s ease forwards; }
.modal.is-open .modal-inner { animation: modal_inner_open .5s ease forwards; }
.modal.is-close { animation: modal_close .5s ease forwards; }
.modal.is-close .modal-inner { animation: modal_inner_close .5s ease forwards; }

@keyframes modal_open { 0% { opacity: 0; }
  100% { opacity: 1; z-index: 10000; } }
@keyframes modal_inner_open { 0% { opacity: 0; transform: translateY(-20px); }
  100% { opacity: 1; transform: translateY(0); } }
@keyframes modal_close { 0% { z-index: 10000; opacity: 1; }
  100% { opacity: 0; } }
@keyframes modal_inner_close { 0% { opacity: 1; transform: translateY(0); }
  100% { transform: translateY(-20px); opacity: 0; } }
.modal-content-title-wrap { width: 100%; display: flex; justify-content: space-between; }
.modal-content-title-wrap .modal-content-title { background-color: #44AF35; color: #262626; text-align: center; vertical-align: middle; font-size: 20px; flex-grow: 1; display: flex; align-items: center; justify-content: center; font-weight: bold; letter-spacing: .05em; }
.modal-content-title-wrap .modal-content-title span { font-size: 16px; }
.modal-content-title-wrap a.btn-close { padding: 10px 12px; background: #262626; width: auto; height: auto; border-radius: 0; opacity: 1; }

.modal-content-submit-wrap { width: 100%; display: flex; flex-wrap: wrap; column-gap: 12px; justify-content: center; align-items: center; background-color: #262626; padding: 6px 0; }
.modal-content-submit-wrap .modal-content-car-amount { color: #fff; text-align: center; font-size: 1rem; letter-spacing: .05em; }
.modal-content-submit-wrap .modal-content-car-amount span { font-size: 32px; padding: 0 .25rem; font-weight: bold; }
@media (max-width: 575px) { .modal-content-submit-wrap { padding-top: 0; }
  .modal-content-submit-wrap .modal-content-car-amount { font-size: .812rem; }
  .modal-content-submit-wrap .modal-content-car-amount span { font-size: 1.5rem; } }

input.search-detail-checkbox { display: none; }

.search-detail-checkbox + .label { cursor: pointer; font-size: .875rem; padding: 10px; background-color: #fff; border: 1px solid #fff; border-radius: 8px; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14); white-space: nowrap; transition: .4s; }
.search-detail-checkbox + .label span { font-size: .812rem; }
.search-detail-checkbox + .label.is-search-genre { white-space: nowrap; text-align: center; font-size: .75rem; position: relative; width: 100%; height: 100%; max-width: 88px; border: 1px solid #7D7D7D; box-shadow: 2px 2px 0px rgba(38, 38, 38, 0.1); display: flex; flex-wrap: wrap; align-items: center; justify-content: center; line-height: 1.2; }
.search-detail-checkbox + .label.is-search-genre img { width: 44px; height: auto; display: block; margin: 0 auto; margin-bottom: .5rem; }
.search-detail-checkbox + .label.is-color { width: 32px; height: 32px; }

.search-detail-checkbox:checked + .label { border-color: #E3EFF0; position: relative; background-color: #f9fcfc; }
.search-detail-checkbox:checked + .label::after { position: absolute; right: -10px; top: -4px; content: ""; width: 20px; height: 15px; background-position: center center; background-repeat: no-repeat; background-size: cover; background-image: url("assets/img/icon/check-secondary.svg"); }

.select { position: relative; }
.select select { -webkit-appearance: none; appearance: none; /* デフォルトのスタイルを無効 */ border-radius: 0; }
.select.is-normal select { background: #fff; border: 1px solid #dedede; border-radius: 4px; height: calc(1.5rem + 1rem + 2px); line-height: 1.5; padding: .25rem 2.5rem .25rem .75rem; }
.select.is-normal::after { position: absolute; width: 16px; height: 16px; top: 50%; right: 8px; transform: translateY(-50%); content: url("assets/img/icon/chevron-down.svg"); }

/** Swiper 8.2.4 Most modern mobile touch slider and framework with hardware accelerated transitions https://swiperjs.com  Copyright 2014-2022 Vladimir Kharlampidi  Released under the MIT License  Released on: June 13, 2022 */
@font-face { font-family: swiper-icons; src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA"); font-weight: 400; font-style: normal; }
:root { --swiper-theme-color:#007aff; }

.swiper { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1; }

.swiper-vertical > .swiper-wrapper { flex-direction: column; }

.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-wrapper { transform: translate3d(0px, 0, 0); }

.swiper-pointer-events { touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical { touch-action: pan-x; }

.swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform; }

.swiper-slide-invisible-blank { visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide { height: auto; }

.swiper-autoheight .swiper-wrapper { align-items: flex-start; transition-property: transform,height; }

.swiper-backface-hidden .swiper-slide { transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper { perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper { transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; }

.swiper-3d .swiper-slide-shadow { background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left { background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top { background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper { overflow: auto; scrollbar-width: none; -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar { display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide { scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper { scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper { scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before { content: ''; flex-shrink: 0; order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child { margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before { height: 100%; min-height: 1px; width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child { margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before { width: 100%; min-width: 1px; height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide { scroll-snap-align: center center; }

.swiper-virtual .swiper-slide { -webkit-backface-visibility: hidden; transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after { content: ''; position: absolute; left: 0; top: 0; pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after { height: 1px; width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after { width: 1px; height: var(--swiper-virtual-size); }

:root { --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: calc(var(--swiper-navigation-size)/ 44 * 27); height: var(--swiper-navigation-size); margin-top: calc(0px - (var(--swiper-navigation-size)/ 2)); z-index: 10; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: .35; cursor: auto; pointer-events: none; }

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden { opacity: 0; cursor: auto; pointer-events: none; }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev { display: none !important; }

.swiper-button-next:after, .swiper-button-prev:after { font-family: swiper-icons; font-size: var(--swiper-navigation-size); text-transform: none !important; letter-spacing: 0; font-variant: initial; line-height: 1; }

.swiper-button-prev, .swiper-rtl .swiper-button-next { left: 10px; right: auto; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after { content: 'prev'; }

.swiper-button-next, .swiper-rtl .swiper-button-prev { right: 10px; left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after { content: 'next'; }

.swiper-button-lock { display: none; }

.swiper-pagination { position: absolute; text-align: center; transition: .3s opacity; transform: translate3d(0, 0, 0); z-index: 10; }

.swiper-pagination.swiper-pagination-hidden { opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled { display: none !important; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 10px; left: 0; width: 100%; }

.swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transform: scale(0.33); position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { transform: scale(0.33); }

.swiper-pagination-bullet { width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px)); height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px)); display: inline-block; border-radius: 50%; background: var(--swiper-pagination-bullet-inactive-color, #000); opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; box-shadow: none; -webkit-appearance: none; appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }

.swiper-pagination-bullet:only-child { display: none !important; }

.swiper-pagination-bullet-active { opacity: var(--swiper-pagination-bullet-opacity, 1); background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets { right: 10px; top: 50%; transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0; display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; transform: translateY(-50%); width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; transition: .2s transform,.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; transform: translateX(-50%); white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: .2s transform,.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: .2s transform,.2s right; }

.swiper-pagination-progressbar { background: rgba(0, 0, 0, 0.25); position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: var(--swiper-pagination-color, var(--swiper-theme-color)); position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: scale(0); transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width: 100%; height: 4px; left: 0; top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar { width: 4px; height: 100%; left: 0; top: 0; }

.swiper-pagination-lock { display: none; }

.swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, 0.1); }

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled { display: none !important; }

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%; }

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; }

.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); border-radius: 10px; left: 0; top: 0; }

.swiper-scrollbar-cursor-drag { cursor: move; }

.swiper-scrollbar-lock { display: none; }

.swiper-zoom-container { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg { max-width: 100%; max-height: 100%; object-fit: contain; }

.swiper-slide-zoomed { cursor: move; }

.swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; transform-origin: 50%; box-sizing: border-box; border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color)); border-radius: 50%; border-top-color: transparent; }

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader { animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white { --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black { --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin { 0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } }
.swiper .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; }

.swiper-free-mode > .swiper-wrapper { transition-timing-function: ease-out; margin: 0 auto; }

.swiper-grid > .swiper-wrapper { flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper { flex-wrap: wrap; flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide { transition-timing-function: ease-out; }

.swiper-fade .swiper-slide { pointer-events: none; transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-cube { overflow: visible; }

.swiper-cube .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; visibility: hidden; transform-origin: 0 0; width: 100%; height: 100%; }

.swiper-cube .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide { transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev { pointer-events: auto; visibility: visible; }

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0px; width: 100%; height: 100%; opacity: .6; z-index: 0; }

.swiper-cube .swiper-cube-shadow:before { content: ''; background: #000; position: absolute; left: 0; top: 0; bottom: 0; right: 0; filter: blur(50px); }

.swiper-flip { overflow: visible; }

.swiper-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.swiper-creative .swiper-slide { -webkit-backface-visibility: hidden; backface-visibility: hidden; overflow: hidden; transition-property: transform,opacity,height; }

.swiper-cards { overflow: visible; }

.swiper-cards .swiper-slide { transform-origin: center bottom; -webkit-backface-visibility: hidden; backface-visibility: hidden; overflow: hidden; }

.glitch { background: #000 no-repeat center; animation: fudge 7s ease-in-out alternate infinite; background-size: contain; width: 400px; height: 180px; position: relative; overflow: hidden; }
@media (max-width: 768px) { .glitch { width: 200px; height: 90px; } }
.glitch::before, .glitch::after, .glitch .channel { background: inherit; background-size: cover; bottom: 0; left: 0; position: absolute; right: 0; top: 0; }
.glitch::before { animation: glitch-before 2s linear infinite alternate both; content: ""; }
@keyframes glitch-before { 0% { clip-path: polygon(0% 58.1107851326%, 100% 58.1107851326%, 100% 67.1069455319%, 0% 67.1069455319%); transform: translate(-3.8751626587%, 0.4425245666%); }
  2.5% { clip-path: polygon(0% 53.8390648509%, 100% 53.8390648509%, 100% 59.8433863967%, 0% 59.8433863967%); transform: translate(3.393130984%, 0.0990653359%); }
  5% { clip-path: polygon(0% 3.2649091482%, 100% 3.2649091482%, 100% 12.9829901979%, 0% 12.9829901979%); transform: translate(4.6920303929%, -0.0237354141%); }
  7.5% { clip-path: polygon(0% 77.8419124048%, 100% 77.8419124048%, 100% 84.4880158793%, 0% 84.4880158793%); transform: translate(7.3935723091%, 0.3215910062%); }
  10% { clip-path: polygon(0% 2.3349971058%, 100% 2.3349971058%, 100% 9.3761127547%, 0% 9.3761127547%); transform: translate(-3.8150958005%, -0.2648114163%); }
  12.5% { clip-path: polygon(0% 73.5423643521%, 100% 73.5423643521%, 100% 82.7185096856%, 0% 82.7185096856%); transform: translate(6.4988019482%, 0.1920465059%); }
  15% { clip-path: polygon(0% 31.5103570455%, 100% 31.5103570455%, 100% 36.4819294206%, 0% 36.4819294206%); transform: translate(6.9759016929%, -0.0855428043%); }
  17.5% { clip-path: polygon(0% 13.8901846845%, 100% 13.8901846845%, 100% 21.7366091821%, 0% 21.7366091821%); transform: translate(7.3429218418%, -0.0188842581%); }
  20% { clip-path: polygon(0% 0.1245086006%, 100% 0.1245086006%, 100% 9.0647030447%, 0% 9.0647030447%); transform: translate(-4.4642336657%, -0.4409575535%); }
  22.5% { clip-path: polygon(0% 44.7353548974%, 100% 44.7353548974%, 100% 48.6699347454%, 0% 48.6699347454%); transform: translate(3.3714159301%, 0.3115145973%); }
  25% { clip-path: polygon(0% 44.296071852%, 100% 44.296071852%, 100% 46.7477134002%, 0% 46.7477134002%); transform: translate(-5.5541359461%, -0.1170351876%); }
  27.5% { clip-path: polygon(0% 59.0382490436%, 100% 59.0382490436%, 100% 68.6192924495%, 0% 68.6192924495%); transform: translate(1.3845886176%, 0.0411658198%); }
  30% { clip-path: polygon(0% 63.4089035896%, 100% 63.4089035896%, 100% 68.3043371772%, 0% 68.3043371772%); transform: translate(-6.1324905616%, -0.0600813045%); }
  32.5% { clip-path: polygon(0% 19.5303806127%, 100% 19.5303806127%, 100% 26.4803084338%, 0% 26.4803084338%); transform: translate(1.7811480737%, -0.0701718373%); }
  35% { clip-path: polygon(0% 8.7687241823%, 100% 8.7687241823%, 100% 14.4212579863%, 0% 14.4212579863%); transform: translate(-4.6174004134%, 0.0321524916%); }
  37.5% { clip-path: polygon(0% 30.0777475029%, 100% 30.0777475029%, 100% 31.9787690569%, 0% 31.9787690569%); transform: translate(-2.1331002645%, 0.0084249205%); }
  40% { clip-path: polygon(0% 79.2939586626%, 100% 79.2939586626%, 100% 83.2823905968%, 0% 83.2823905968%); transform: translate(0.9316448076%, -0.2476425221%); }
  42.5% { clip-path: polygon(0% 73.5437739246%, 100% 73.5437739246%, 100% 79.1132876726%, 0% 79.1132876726%); transform: translate(7.6179052686%, -0.2149148604%); }
  45% { clip-path: polygon(0% 39.3552757347%, 100% 39.3552757347%, 100% 47.8192332404%, 0% 47.8192332404%); transform: translate(2.7525467291%, -0.2326376337%); }
  47.5% { clip-path: polygon(0% 70.000561019%, 100% 70.000561019%, 100% 76.5679166647%, 0% 76.5679166647%); transform: translate(-4.3009615807%, 0.48022035%); }
  50%, 100% { clip-path: none; transform: none; } }
.glitch::after { animation: glitch-after 2s linear infinite alternate both; content: ""; }
@keyframes glitch-after { 0% { clip-path: polygon(0% 61.3855730539%, 100% 61.3855730539%, 100% 69.0175615536%, 0% 69.0175615536%); transform: translate(4.8317777508%, -0.463071088%); }
  2.5% { clip-path: polygon(0% 70.0866505174%, 100% 70.0866505174%, 100% 71.3850864805%, 0% 71.3850864805%); transform: translate(7.8401332406%, -0.3908577845%); }
  5% { clip-path: polygon(0% 69.1155610004%, 100% 69.1155610004%, 100% 75.3629783286%, 0% 75.3629783286%); transform: translate(0.9282462894%, -0.3832367163%); }
  7.5% { clip-path: polygon(0% 79.9616588552%, 100% 79.9616588552%, 100% 86.2871259626%, 0% 86.2871259626%); transform: translate(-2.9161519687%, -0.1907173954%); }
  10% { clip-path: polygon(0% 8.7189822104%, 100% 8.7189822104%, 100% 13.029471915%, 0% 13.029471915%); transform: translate(-5.9013044838%, 0.4662702237%); }
  12.5% { clip-path: polygon(0% 47.5516225861%, 100% 47.5516225861%, 100% 56.1641182737%, 0% 56.1641182737%); transform: translate(-2.8383408946%, -0.2812704674%); }
  15% { clip-path: polygon(0% 9.5292282837%, 100% 9.5292282837%, 100% 18.0210356626%, 0% 18.0210356626%); transform: translate(4.0105788513%, -0.4953021766%); }
  17.5% { clip-path: polygon(0% 85.9283327329%, 100% 85.9283327329%, 100% 89.5414929086%, 0% 89.5414929086%); transform: translate(0.7090434179%, -0.4482852997%); }
  20% { clip-path: polygon(0% 30.0369930078%, 100% 30.0369930078%, 100% 39.3864263511%, 0% 39.3864263511%); transform: translate(2.5524855185%, -0.1881151482%); }
  22.5% { clip-path: polygon(0% 76.7112224512%, 100% 76.7112224512%, 100% 81.2774639366%, 0% 81.2774639366%); transform: translate(-3.0382939996%, 0.1812159883%); }
  25% { clip-path: polygon(0% 87.6989663652%, 100% 87.6989663652%, 100% 92.6415882081%, 0% 92.6415882081%); transform: translate(-0.6266697239%, 0.359208218%); }
  27.5% { clip-path: polygon(0% 7.2855576716%, 100% 7.2855576716%, 100% 10.8509633421%, 0% 10.8509633421%); transform: translate(0.4965503879%, -0.2957831669%); }
  30% { clip-path: polygon(0% 15.2306404087%, 100% 15.2306404087%, 100% 24.5728814735%, 0% 24.5728814735%); transform: translate(-4.1364177368%, 0.264508683%); }
  32.5% { clip-path: polygon(0% 45.3503987767%, 100% 45.3503987767%, 100% 54.8185552827%, 0% 54.8185552827%); transform: translate(-0.1294356879%, 0.2964312922%); }
  35% { clip-path: polygon(0% 36.180402388%, 100% 36.180402388%, 100% 37.2773805251%, 0% 37.2773805251%); transform: translate(2.1382012928%, -0.0974328354%); }
  37.5% { clip-path: polygon(0% 15.5131170773%, 100% 15.5131170773%, 100% 19.8714608765%, 0% 19.8714608765%); transform: translate(-6.9915608649%, 0.1442460728%); }
  40% { clip-path: polygon(0% 63.0787427194%, 100% 63.0787427194%, 100% 68.8459368485%, 0% 68.8459368485%); transform: translate(-5.1604954916%, 0.3590792046%); }
  42.5% { clip-path: polygon(0% 44.9723334943%, 100% 44.9723334943%, 100% 47.4621631544%, 0% 47.4621631544%); transform: translate(-0.0496877688%, 0.4911276204%); }
  45% { clip-path: polygon(0% 15.4049076206%, 100% 15.4049076206%, 100% 18.3768039909%, 0% 18.3768039909%); transform: translate(7.3938145477%, 0.1008299856%); }
  47.5% { clip-path: polygon(0% 56.260382479%, 100% 56.260382479%, 100% 58.2933780646%, 0% 58.2933780646%); transform: translate(1.0205186101%, 0.384959608%); }
  50%, 100% { clip-path: none; transform: none; } }
.glitch .channel { mix-blend-mode: screen; }
.glitch .channel::before { bottom: 0; content: ""; display: block; mix-blend-mode: multiply; position: absolute; left: 0; right: 0; top: 0; }
.glitch .r { animation: rgb-shift-r 2s steps(1, jump-end) infinite alternate both; }
@keyframes rgb-shift-r { 0% { transform: translate(-1.7622372719%, -0.3330491461%); }
  2.5% { transform: translate(0.8780430754%, -0.3965153969%); }
  5% { transform: translate(0.0423053798%, -0.4740831463%); }
  7.5% { transform: translate(-1.8561418395%, 0.0317974388%); }
  10% { transform: translate(-0.425119413%, -0.3580768436%); }
  12.5% { transform: translate(-0.4402556083%, -0.3742625561%); }
  15% { transform: translate(0.8051994626%, -0.3132984543%); }
  17.5% { transform: translate(1.0334468493%, 0.2677166409%); }
  20% { transform: translate(0.1633284786%, 0.4798071796%); }
  22.5% { transform: translate(-0.7246555755%, -0.4432204549%); }
  25% { transform: translate(-0.7590749965%, 0.0681300813%); }
  27.5% { transform: translate(1.4859047733%, 0.2867339881%); }
  30% { transform: translate(0.0025506666%, 0.3845409426%); }
  32.5% { transform: translate(-1.4446938989%, 0.3642745709%); }
  35% { transform: translate(0.6711649548%, -0.0088707824%); }
  37.5% { transform: translate(-1.852129785%, 0.4508102223%); }
  40% { transform: translate(-0.6121556606%, -0.3011045502%); }
  42.5% { transform: translate(-1.6664504852%, 0.0568205393%); }
  45% { transform: translate(1.7056148001%, 0.3175402085%); }
  47.5% { transform: translate(1.8185328276%, 0.4824395989%); }
  50%, 100% { transform: none; } }
.glitch .r::before { background: #f00; }
.glitch .g { animation: rgb-shift-g 2s steps(1, jump-end) infinite alternate both; }
@keyframes rgb-shift-g { 0% { transform: translate(-1.4258446328%, -0.3795523325%); }
  2.5% { transform: translate(1.1694132672%, 0.462954424%); }
  5% { transform: translate(-0.2557287385%, 0.0020717818%); }
  7.5% { transform: translate(0.5348596927%, -0.2153255371%); }
  10% { transform: translate(1.5923383358%, 0.4474122158%); }
  12.5% { transform: translate(1.8866007686%, 0.3662742663%); }
  15% { transform: translate(-0.5083128223%, 0.4655003796%); }
  17.5% { transform: translate(-0.5078054326%, -0.2327824289%); }
  20% { transform: translate(0.1225584293%, 0.2483093795%); }
  22.5% { transform: translate(0.6714148911%, -0.4844846301%); }
  25% { transform: translate(-1.5773280897%, -0.4620203993%); }
  27.5% { transform: translate(-1.6132529542%, 0.0316513229%); }
  30% { transform: translate(-0.4700007764%, -0.191461231%); }
  32.5% { transform: translate(1.2539407051%, 0.1994180463%); }
  35% { transform: translate(-0.7008714249%, 0.1222534811%); }
  37.5% { transform: translate(-0.5122854873%, -0.0457491187%); }
  40% { transform: translate(-1.3455381877%, -0.0804842382%); }
  42.5% { transform: translate(1.5689497111%, 0.4027675951%); }
  45% { transform: translate(0.0524922773%, 0.4395751776%); }
  47.5% { transform: translate(0.0947235789%, -0.3785241718%); }
  50%, 100% { transform: none; } }
.glitch .g::before { background: #0f0; }
.glitch .b { animation: rgb-shift-b 2s steps(1, jump-end) infinite alternate both; }
@keyframes rgb-shift-b { 0% { transform: translate(0.2605709462%, 0.0272032836%); }
  2.5% { transform: translate(-0.0653309065%, -0.4684081596%); }
  5% { transform: translate(1.0583861058%, 0.1620591008%); }
  7.5% { transform: translate(1.7620725549%, 0.0805661711%); }
  10% { transform: translate(1.492473165%, -0.1495661425%); }
  12.5% { transform: translate(-1.0220854584%, 0.1502755547%); }
  15% { transform: translate(0.5657797386%, 0.0585788881%); }
  17.5% { transform: translate(-0.6076562865%, 0.4694774575%); }
  20% { transform: translate(-0.753757723%, 0.3785986698%); }
  22.5% { transform: translate(-1.7579305656%, 0.4299906936%); }
  25% { transform: translate(1.9849899339%, 0.1696958531%); }
  27.5% { transform: translate(1.630078372%, -0.4176606901%); }
  30% { transform: translate(-0.5137974379%, -0.1764476063%); }
  32.5% { transform: translate(0.6083586216%, 0.4348272768%); }
  35% { transform: translate(-0.8453029138%, -0.0116864649%); }
  37.5% { transform: translate(1.2156758908%, 0.3119976015%); }
  40% { transform: translate(-0.7368897682%, 0.3046059129%); }
  42.5% { transform: translate(-0.4982542505%, -0.0814908806%); }
  45% { transform: translate(-0.5383383812%, -0.2278680199%); }
  47.5% { transform: translate(-1.3421783271%, -0.2481169467%); }
  50%, 100% { transform: none; } }
.glitch .b::before { background: #00f; }

.glitch-text { position: relative; color: #fff; font-size: 16px; font-weight: bold; letter-spacing: 0.5em; animation: glitch-skew 1s infinite linear alternate-reverse; }
.glitch-text::before { content: attr(data-text); position: absolute; top: 0; left: 0; width: 100%; height: 100%; left: 2px; text-shadow: -2px 0 #ff00c1; clip: rect(44px, 450px, 56px, 0); animation: glitch-anim 5s infinite linear alternate-reverse; }
.glitch-text::after { content: attr(data-text); position: absolute; top: 0; left: 0; width: 100%; height: 100%; left: -2px; text-shadow: -2px 0 #ff00c1, 2px 2px #ff00c1; clip: rect(44px, 450px, 56px, 0); animation: glitch-anim2 5s infinite linear alternate-reverse; }

@keyframes glitch-anim { 0% { clip: rect(61px, 9999px, 53px, 0); transform: skew(0.61deg); }
  5% { clip: rect(18px, 9999px, 20px, 0); transform: skew(0.57deg); }
  10% { clip: rect(86px, 9999px, 44px, 0); transform: skew(0.37deg); }
  15% { clip: rect(41px, 9999px, 22px, 0); transform: skew(0.54deg); }
  20% { clip: rect(76px, 9999px, 71px, 0); transform: skew(0.84deg); }
  25% { clip: rect(58px, 9999px, 8px, 0); transform: skew(0.9deg); }
  30% { clip: rect(100px, 9999px, 46px, 0); transform: skew(0.55deg); }
  35% { clip: rect(32px, 9999px, 55px, 0); transform: skew(0.65deg); }
  40% { clip: rect(80px, 9999px, 60px, 0); transform: skew(0.74deg); }
  45% { clip: rect(13px, 9999px, 40px, 0); transform: skew(0.72deg); }
  50% { clip: rect(35px, 9999px, 37px, 0); transform: skew(0.89deg); }
  55% { clip: rect(1px, 9999px, 31px, 0); transform: skew(0.31deg); }
  60% { clip: rect(36px, 9999px, 21px, 0); transform: skew(0.86deg); }
  65% { clip: rect(27px, 9999px, 85px, 0); transform: skew(0.57deg); }
  70% { clip: rect(31px, 9999px, 39px, 0); transform: skew(0.32deg); }
  75% { clip: rect(96px, 9999px, 13px, 0); transform: skew(0.43deg); }
  80% { clip: rect(11px, 9999px, 50px, 0); transform: skew(0.37deg); }
  85% { clip: rect(32px, 9999px, 92px, 0); transform: skew(0.39deg); }
  90% { clip: rect(80px, 9999px, 74px, 0); transform: skew(0.22deg); }
  95% { clip: rect(7px, 9999px, 6px, 0); transform: skew(0.59deg); } }
@keyframes glitch-anim2 { 0% { clip: rect(39px, 9999px, 88px, 0); transform: skew(0.02deg); }
  5% { clip: rect(46px, 9999px, 89px, 0); transform: skew(0.1deg); }
  10% { clip: rect(79px, 9999px, 18px, 0); transform: skew(0.04deg); }
  15% { clip: rect(19px, 9999px, 6px, 0); transform: skew(0.02deg); }
  20% { clip: rect(4px, 9999px, 58px, 0); transform: skew(0.81deg); }
  25% { clip: rect(41px, 9999px, 24px, 0); transform: skew(0.41deg); }
  30% { clip: rect(10px, 9999px, 6px, 0); transform: skew(0.18deg); }
  35% { clip: rect(66px, 9999px, 40px, 0); transform: skew(0.35deg); }
  40% { clip: rect(34px, 9999px, 16px, 0); transform: skew(0.3deg); }
  45% { clip: rect(41px, 9999px, 45px, 0); transform: skew(0.53deg); }
  50% { clip: rect(96px, 9999px, 47px, 0); transform: skew(0.47deg); }
  55% { clip: rect(53px, 9999px, 84px, 0); transform: skew(0.91deg); }
  60% { clip: rect(78px, 9999px, 31px, 0); transform: skew(0.8deg); }
  65% { clip: rect(86px, 9999px, 69px, 0); transform: skew(0.65deg); }
  70% { clip: rect(10px, 9999px, 4px, 0); transform: skew(0.38deg); }
  75% { clip: rect(17px, 9999px, 35px, 0); transform: skew(0.98deg); }
  80% { clip: rect(32px, 9999px, 61px, 0); transform: skew(0.02deg); }
  85% { clip: rect(68px, 9999px, 32px, 0); transform: skew(0.67deg); }
  90% { clip: rect(27px, 9999px, 34px, 0); transform: skew(0.69deg); }
  95% { clip: rect(82px, 9999px, 66px, 0); transform: skew(0.46deg); } }
@keyframes glitch-skew { 0% { transform: skew(-3deg); }
  10% { transform: skew(2deg); }
  20% { transform: skew(-4deg); }
  30% { transform: skew(3deg); }
  40% { transform: skew(5deg); }
  50% { transform: skew(-3deg); }
  60% { transform: skew(1deg); }
  70% { transform: skew(3deg); }
  80% { transform: skew(2deg); }
  90% { transform: skew(-3deg); } }
.logo-glitch { position: relative; display: inline-block; }

.logo-glitch img { display: block; max-width: 100%; }

.logo-glitch::before, .logo-glitch::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("/assets/img/common/logo-bler.png") no-repeat center/contain; opacity: 0.7; z-index: 1; }

.logo-glitch::before { animation: logoglitch-before 2s infinite; mix-blend-mode: screen; }

.logo-glitch::after { animation: logoglitch-after .3s infinite; mix-blend-mode: multiply; }

@keyframes logoglitch-before { 0% { transform: translate(0, 0); clip: rect(10px, 9999px, 50px, 0); }
  20% { transform: translate(-3px, -3px); clip: rect(85px, 9999px, 140px, 0); }
  40% { transform: translate(3px, 3px); clip: rect(20px, 9999px, 70px, 0); }
  60% { transform: translate(-1px, 1px); clip: rect(60px, 9999px, 120px, 0); }
  80% { transform: translate(1px, -1px); clip: rect(30px, 9999px, 90px, 0); }
  100% { transform: translate(0, 0); clip: rect(10px, 9999px, 50px, 0); } }
@keyframes logoglitch-after { 0% { transform: translate(0, 0); clip: rect(60px, 9999px, 100px, 0); }
  25% { transform: translate(3px, -3px); clip: rect(20px, 9999px, 60px, 0); }
  50% { transform: translate(-3px, 3px); clip: rect(90px, 9999px, 130px, 0); }
  75% { transform: translate(1px, -1px); clip: rect(40px, 9999px, 80px, 0); }
  100% { transform: translate(0, 0); clip: rect(60px, 9999px, 100px, 0); } }
.logo-glitch:hover::before { animation: logoglitch-before 6s infinite; }
.logo-glitch:hover::after { animation: logoglitch-before 4s infinite; }

html, body { width: 100%; height: 100%; background-color: #fff; }

.layer_board_bg, .layer_board { position: absolute; }

.layer_board_bg { position: fixed; width: 100%; height: 100%; z-index: 1000; top: 0; left: 0; display: none; cursor: pointer; background: #000; }

.layer_board { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; text-align: center; z-index: 2000; padding: 50px; }
@media (max-width: 768px) { .layer_board { padding: 12px; width: 90%; height: auto; } }

.layer_board p { margin-bottom: 50px; }

.btn_close { text-decoration: none; position: absolute; top: -12px; right: -12px; background: rgba(0, 0, 0, 0.8); color: #fff; border: 1px solid #fff; line-height: 1; text-align: center; width: 32px; height: 32px; border-radius: 99px; display: flex; justify-content: center; align-items: center; }

.fvad { width: 100%; max-width: 400px; }

.loading { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-color: #000; z-index: 9999; }
.loading .container { width: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; z-index: 1; }
.loading.is-hide { display: none; }

.opaque { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; background: #d2d6f1; }

.feature { position: fixed; top: 0; z-index: 0; width: 100%; height: 100%; padding-top: 50%; background: url("img/hero.png") center center no-repeat; background-size: cover; }

.wrapper { position: relative; width: 100%; height: 100%; }

.section { width: 100%; position: relative; }

.section-01 { height: 100%; }
.section-01 .ttl-wrap { position: absolute; top: 50%; left: 10%; transform: translateY(-50%); }
.section-01 .ttl-wrap h1 { font-size: max(4vw, 36px); color: rgba(255, 255, 255, 0.8); line-height: 1.2; }

.section-02 { padding: 120px 0 280px; }
@media (max-width: 992px) { .section-02 { padding-bottom: 120px; } }
.section-02 .container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.section-02 .container .img { width: 55%; position: relative; display: flex; }
.section-02 .container .img img { box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1); }
.section-02 .container .img .img-01 { position: relative; width: 100%; }
.section-02 .container .img .img-01 img { width: 80%; }
.section-02 .container .img .img-02 { position: absolute; width: 50%; top: 80%; right: 0; }
@media (max-width: 575px) { .section-02 .container .img .img-02 { top: 50%; } }
.section-02 .container .img .img-02 img { width: 100%; }
@media (max-width: 992px) { .section-02 .container .img { width: 100%; }
  .section-02 .container .img .img-02 { width: 30%; } }
.section-02 .container .text { color: #000; width: 40%; }
@media (max-width: 992px) { .section-02 .container .text { width: 70%; } }
@media (max-width: 575px) { .section-02 .container .text { width: 100%; } }
.section-02 .container .text .no { text-align: right; font-size: 12vw; font-weight: 200; line-height: 1; margin-bottom: 10px; }
@media (max-width: 992px) { .section-02 .container .text .no { text-align: left; margin-top: 32px; } }
.section-02 .container .text h2 { text-align: right; font-size: 20px; letter-spacing: .1em; }
@media (max-width: 992px) { .section-02 .container .text h2 { text-align: left; } }
.section-02 .container .text h3 { font-size: 24px; margin-top: 48px; }
@media (max-width: 992px) { .section-02 .container .text h3 { margin-top: 32px; font-size: 18px; } }
@media (max-width: 575px) { .section-02 .container .text h3 { margin-top: 24px; } }
.section-02 .container .text .description { font-size: 14px; margin-top: 32px; line-height: 2.2; padding-left: 24px; }
@media (max-width: 992px) { .section-02 .container .text .description { margin-top: 20px; line-height: 2; } }
@media (max-width: 575px) { .section-02 .container .text .description { padding-left: 12px; margin-top: 12px; } }

.section-03 .container-full, .section-04 .container-full, .section-05 .container-full { width: 100%; display: flex; flex-wrap: wrap; }
.section-03 .container-full.re, .section-04 .container-full.re, .section-05 .container-full.re { flex-direction: row-reverse; }
.section-03 .container-full .img, .section-04 .container-full .img, .section-05 .container-full .img { width: 50%; height: 0; padding-bottom: 100vh; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center center; }
@media (max-width: 992px) { .section-03 .container-full .img, .section-04 .container-full .img, .section-05 .container-full .img { width: 100%; padding-bottom: 70vh; } }
@media (max-width: 575px) { .section-03 .container-full .img, .section-04 .container-full .img, .section-05 .container-full .img { padding-bottom: 50vh; } }
.section-03 .container-full .text, .section-04 .container-full .text, .section-05 .container-full .text { width: 50%; background-color: rgba(255, 255, 255, 0.95); position: relative; display: flex; justify-content: center; align-items: center; }
@media (max-width: 992px) { .section-03 .container-full .text, .section-04 .container-full .text, .section-05 .container-full .text { width: 96%; margin: -44px auto 0; margin-bottom: 56px; padding: 32px 0; } }
.section-03 .container-full .text .wrap, .section-04 .container-full .text .wrap, .section-05 .container-full .text .wrap { color: #000; max-width: 480px; }
@media (max-width: 992px) { .section-03 .container-full .text .wrap, .section-04 .container-full .text .wrap, .section-05 .container-full .text .wrap { width: 80%; } }
.section-03 .container-full .text .wrap .no, .section-04 .container-full .text .wrap .no, .section-05 .container-full .text .wrap .no { text-align: right; font-size: 12vw; font-weight: 200; line-height: 1; margin-bottom: 10px; }
.section-03 .container-full .text .wrap h2, .section-04 .container-full .text .wrap h2, .section-05 .container-full .text .wrap h2 { text-align: right; font-size: 20px; letter-spacing: .1em; }
@media (max-width: 992px) { .section-03 .container-full .text .wrap h2, .section-04 .container-full .text .wrap h2, .section-05 .container-full .text .wrap h2 { font-size: 16px; } }
.section-03 .container-full .text .wrap h3, .section-04 .container-full .text .wrap h3, .section-05 .container-full .text .wrap h3 { font-size: 24px; margin-top: 48px; }
@media (max-width: 992px) { .section-03 .container-full .text .wrap h3, .section-04 .container-full .text .wrap h3, .section-05 .container-full .text .wrap h3 { font-size: 18px; margin-top: 32px; } }
@media (max-width: 575px) { .section-03 .container-full .text .wrap h3, .section-04 .container-full .text .wrap h3, .section-05 .container-full .text .wrap h3 { margin-top: 20px; font-size: 16px; } }
.section-03 .container-full .text .wrap .description, .section-04 .container-full .text .wrap .description, .section-05 .container-full .text .wrap .description { font-size: 14px; margin-top: 32px; line-height: 2.2; }
@media (max-width: 992px) { .section-03 .container-full .text .wrap .description, .section-04 .container-full .text .wrap .description, .section-05 .container-full .text .wrap .description { font-size: 13px; } }
@media (max-width: 575px) { .section-03 .container-full .text .wrap .description, .section-04 .container-full .text .wrap .description, .section-05 .container-full .text .wrap .description { font-size: 12px; line-height: 1.8; margin-top: 20px; } }

@keyframes text-flicker { 0%, 10%, 20%, 30%, 50%, 70%, 100% { text-shadow: -0.2rem -0.2rem 1rem #fff, 0.2rem 0.2rem 1rem #fff, 0 0 2rem var(--neon-border-color), 0 0 4rem var(--neon-border-color), 0 0 6rem var(--neon-border-color), 0 0 8rem var(--neon-text-color), 0 0 10rem var(--neon-border-color); }
  15%, 25%, 35%, 55%, 75% { text-shadow: none; box-shadow: none; } }
.section-06 { width: 100%; position: relative; padding: 120px 0 40px; }
@media (max-width: 575px) { .section-06 { padding-top: 32px; } }
.section-06 a { -webkit-touch-callout: none; user-select: none; -webkit-tap-highlight-color: transparent; display: inline-block; padding: 10px 44px; cursor: pointer; font-weight: bold; font-style: italic; text-transform: uppercase; border: none; color: rgba(255, 255, 255, 0.5); font-size: 16px; border-radius: 4px; box-shadow: inset 0px 3px 5px rgba(255, 255, 255, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.15); background: #020024; background: linear-gradient(45deg, rgba(2, 0, 36, 0) 5%, rgba(255, 255, 255, 0.5) 6%, rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0) 17%, rgba(255, 255, 255, 0.5) 19%, rgba(255, 255, 255, 0) 21%); background-size: 150%; background-position: right; transition: 1s; }
.section-06 a:hover { background-position: left; color: white; box-shadow: inset 0px 3px 5px white, 0px 0px 10px rgba(0, 0, 0, 0.25); }
.section-06 a:focus { outline: none; }
.section-06 .container h2 { text-align: left; font-size: 32px; letter-spacing: .1em; margin-bottom: 32px; animation: text-flicker 1.5s infinite alternate; color: #fff; }
@media (max-width: 992px) { .section-06 .container h2 { font-size: 24px; } }
.section-06 .container .gallery-grid { display: grid; grid-auto-flow: dense; grid-auto-rows: 10.1vw; grid-template-columns: 2.6fr 2.4fr 2.4fr 2.6fr; gap: 1.3vw; }
@media (min-width: 768px) { .section-06 .container .gallery-grid { grid-template-columns: repeat(4, 1fr); } }
.section-06 .container .gallery-item { overflow: hidden; position: relative; }
.section-06 .container .gallery-item:first-child { grid-row: span 2; }
@media (max-width: 768px) { .section-06 .container .gallery-item:first-child { grid-column: span 2; } }
.section-06 .container .gallery-item:nth-child(2) { grid-column: span 2; }
@media (max-width: 768px) { .section-06 .container .gallery-item:nth-child(2) { grid-row: span 2; } }
.section-06 .container .gallery-item:nth-child(3) { grid-row: span 2; }
@media (max-width: 768px) { .section-06 .container .gallery-item:nth-child(3) { grid-row: span 3; grid-column: span 2; } }
.section-06 .container .gallery-item:nth-child(4) { grid-row: span 2; }
@media (max-width: 768px) { .section-06 .container .gallery-item:nth-child(4) { grid-row: span 2; grid-column: span 2; } }
.section-06 .container .gallery-item:nth-child(5) { grid-row: span 2; }
@media (max-width: 768px) { .section-06 .container .gallery-item:nth-child(5) { grid-row: span 3; grid-column: span 2; } }
@media (max-width: 768px) { .section-06 .container .gallery-item:nth-child(6) { grid-row: span 2; grid-column: span 2; } }
.section-06 .container .gallery-item:last-child { display: flex; align-items: flex-end; justify-content: flex-end; }
@media (max-width: 768px) { .section-06 .container .gallery-item:last-child { grid-row: span 2; grid-column: span 4; justify-content: center; align-items: center; } }
.section-06 .container .gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.3s ease; }
.section-06 .container .gallery-item:hover img { transform: scale(1.05); }

.section-07 { width: 100%; position: relative; padding: 120px 0 60px; }
@media (max-width: 575px) { .section-07 { padding-top: 32px; } }
.section-07 h2 { font-size: 32px; letter-spacing: .1em; margin-bottom: 32px; animation: text-flicker 1.5s infinite alternate; color: #fff; text-align: right; }
@media (max-width: 992px) { .section-07 h2 { font-size: 24px; } }
.section-07 .container-half { width: 100%; padding-left: 10%; /* 次ページボタンのスタイル */ /* 前ページボタンのスタイル */ }
.section-07 .container-half .swiper-wrapper { width: 100%; }
.section-07 .container-half .swiper-slide { color: #ffffff; width: 100%; text-align: center; }
.section-07 .container-half .swiper-slide .card { position: relative; }
.section-07 .container-half .swiper-slide .card .img { width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden; }
.section-07 .container-half .swiper-slide .card .img img { position: absolute; top: 0; left: 0; object-fit: cover; background-position: center center; width: 100%; }
.section-07 .container-half .swiper-slide .card .description { position: relative; margin-top: 24px; text-align: left; padding: 0 16px 0 15%; }
.section-07 .container-half .swiper-slide .card .description::after { width: 1px; height: calc(100% + 90px); background-color: #fff; content: ""; position: absolute; top: -90px; left: 10%; }
.section-07 .container-half .swiper-slide .card .description .ttl { font-size: 20px; margin-bottom: 12px; }
@media (max-width: 992px) { .section-07 .container-half .swiper-slide .card .description .ttl { font-size: 16px; } }
.section-07 .container-half .swiper-slide .card .description .text { font-size: 14px; }
@media (max-width: 992px) { .section-07 .container-half .swiper-slide .card .description .text { font-size: 12px; } }
.section-07 .container-half .swiper-slide .card .description a { display: inline-block; color: #fff; border-bottom: 1px solid #fff; padding: 0 2px 4px; margin-top: 10px; font-size: 14px; transition: .5s; }
@media (max-width: 768px) { .section-07 .container-half .swiper-slide .card .description a { font-size: 13px; } }
.section-07 .container-half .swiper-slide .card .description a:hover { opacity: .5; }
.section-07 .container-half .swiper-button-prev, .section-07 .container-half .swiper-button-next { width: 30px; /* ボタンの幅 */ height: 30px; /* ボタンの高さ */ background-size: 12px 20px; /* 表示したいサイズ */ border-radius: 99px; background-position: center center; }
@media (max-width: 768px) { .section-07 .container-half .swiper-button-prev, .section-07 .container-half .swiper-button-next { width: 24px; height: 24px; } }
.section-07 .container-half .swiper-button-next { background: url("img/next.svg") no-repeat center center rgba(0, 0, 0, 0.8); top: 6%; left: 3%; right: auto; }
@media (max-width: 768px) { .section-07 .container-half .swiper-button-next { top: 8%; left: 36px; } }
.section-07 .container-half .swiper-button-prev { background: url("img/prev.svg") no-repeat center center rgba(0, 0, 0, 0.8); top: 10%; left: 1%; }
@media (max-width: 768px) { .section-07 .container-half .swiper-button-prev { top: 8%; left: 8px; } }
.section-07 .container-half .swiper-button-prev:after, .section-07 .container-half .swiper-button-next:after { display: none; }

.section-08 { width: 100%; position: relative; padding: 120px 0 60px; }
.section-08 .soon { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.9); z-index: 2; color: #fff; display: flex; justify-content: center; align-items: center; font-size: 20px; }
.section-08 h2 { text-align: left; font-size: 32px; letter-spacing: .1em; margin-bottom: 32px; animation: text-flicker 1.5s infinite alternate; color: #fff; }
@media (max-width: 992px) { .section-08 h2 { font-size: 24px; } }
.section-08 ul { width: 100%; display: flex; justify-content: flex-start; white-space: nowrap; overflow-x: scroll; }
.section-08 ul li { width: 23%; min-width: 290px; margin-right: 5vw; }
@media (min-width: 1400px) { .section-08 ul li { margin-right: 56px; } }
@media (max-width: 768px) { .section-08 ul li { margin-right: 6vw; } }
.section-08 ul li a { transition: .5s; }
.section-08 ul li a:hover { opacity: .5; }
.section-08 ul li .card { width: 100%; position: relative; box-shadow: #26394d 0px 20px 30px -10px; }
.section-08 ul li .card .top { width: 100%; position: relative; background-color: #45ac35; background: linear-gradient(45deg, #44AF35, #00ADFF, #44AF35, #FF3072); background-size: 800% 800%; animation: GradientBackground 10s ease infinite; padding: 7%; color: #fff; border-radius: 12px 12px 0 0; }
.section-08 ul li .card .top .logo { width: 25%; }
.section-08 ul li .card .top .name { font-size: 16px; letter-spacing: .05em; font-weight: bold; margin-top: 16px; }
.section-08 ul li .card .top .description { font-size: 14px; font-weight: 100; white-space: normal; opacity: .6; }
.section-08 ul li .card .top .shadow-text { position: absolute; left: 0; bottom: 0; opacity: .1; width: 90%; }
.section-08 ul li .card .top .img { position: relative; width: 100%; min-height: 80px; }
.section-08 ul li .card .top .img img { position: absolute; bottom: 0; right: 0; width: 18vw; max-width: 240px; transform: translate(30%, 25%); }
@media (max-width: 768px) { .section-08 ul li .card .top .img img { width: 40vw; } }
.section-08 ul li .card .bottom { width: 100%; background-color: #fff; border-radius: 0 0 12px 12px; padding: 7% 7% 32px 7%; }
.section-08 ul li .card .bottom .name { font-size: 16px; letter-spacing: .05em; font-weight: bold; }
.section-08 ul li .card .bottom .en { font-size: 13px; margin-top: 6px; }
.section-08 ul li .card .bottom .description { font-size: 12px; white-space: normal; margin-top: 12px; }
.section-08 ul li .card .bottom .label { display: inline-block; padding: 4px 10px; color: #fff; border-radius: 4px; margin-top: 14px; font-size: 12px; font-weight: bold; }
.section-08 ul li .card .bottom .label.__new { background-color: #096A2C; }
.section-08 ul li .card .bottom .label.__pop { background-color: #A40A7B; }
.section-08 ul li .card .bottom .label.__none { background-color: transparent; color: transparent; }
.section-08 ul li .card .bottom .price { position: absolute; bottom: 20px; right: 0; transform: translateX(40%); padding: 6px 16px; font-size: 14px; font-weight: bold; color: #fff; border-radius: 6px; background: linear-gradient(45deg, #4F0081, #000000, #443494, #1A97A1); background-size: 800% 800%; animation: GradientBackground 10s ease infinite; }
@media (max-width: 768px) { .section-08 ul li .card .bottom .price { transform: translateX(10%); } }
@keyframes GradientBackground { 0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; } }
.section-09 { padding: 120px 0 280px; }
@media (max-width: 992px) { .section-09 { padding-bottom: 120px; } }
.section-09 .container { display: flex; flex-wrap: wrap; flex-direction: row-reverse; justify-content: space-between; align-items: flex-start; }
.section-09 .container .img { width: 55%; position: relative; display: flex; }
.section-09 .container .img img { box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1); }
.section-09 .container .img .img-01 { position: relative; width: 100%; padding-left: 20%; }
.section-09 .container .img .img-01 img { width: 80%; }
.section-09 .container .img .img-02 { position: absolute; width: 50%; top: 80%; right: 0; }
@media (max-width: 575px) { .section-09 .container .img .img-02 { top: 50%; } }
.section-09 .container .img .img-02 img { width: 100%; }
@media (max-width: 992px) { .section-09 .container .img { width: 100%; }
  .section-09 .container .img .img-02 { width: 30%; } }
.section-09 .container .text { color: #000; width: 40%; }
@media (max-width: 992px) { .section-09 .container .text { width: 70%; } }
@media (max-width: 575px) { .section-09 .container .text { width: 100%; } }
.section-09 .container .text .no { text-align: left; font-size: 12vw; font-weight: 200; line-height: 1; margin-bottom: 10px; }
@media (max-width: 992px) { .section-09 .container .text .no { text-align: left; margin-top: 32px; } }
.section-09 .container .text h2 { text-align: left; font-size: 20px; letter-spacing: .1em; }
@media (max-width: 992px) { .section-09 .container .text h2 { text-align: left; } }
.section-09 .container .text h3 { font-size: 24px; margin-top: 48px; }
@media (max-width: 992px) { .section-09 .container .text h3 { margin-top: 32px; font-size: 18px; } }
@media (max-width: 575px) { .section-09 .container .text h3 { margin-top: 24px; } }
.section-09 .container .text .description { font-size: 14px; margin-top: 32px; line-height: 2.2; padding-left: 24px; }
@media (max-width: 992px) { .section-09 .container .text .description { margin-top: 20px; line-height: 2; } }
@media (max-width: 575px) { .section-09 .container .text .description { padding-left: 12px; margin-top: 12px; } }
