@charset "UTF-8";
/* =======================================================================
* BOOSTRAP SASS
* ======================================================================== */
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::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(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

figure {
  margin: 0;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

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

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

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

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.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.33333333%;
}

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

.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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

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

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

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

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

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

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

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

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

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

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

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

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

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

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

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

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

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

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

.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-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-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 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-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: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-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 {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: 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");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: 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-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

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

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder), .form-floating > .form-control-plaintext:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

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

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

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  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='%23198754' d='M2.3 6.73.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: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 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: var(--bs-form-valid-border-color);
}
.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"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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");
  padding-right: 4.125rem;
  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: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

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

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

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  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='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 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: var(--bs-form-invalid-border-color);
}
.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"] {
  --bs-form-select-bg-icon: 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='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  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: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

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

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

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

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-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, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

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

.pagination, #case-history-elenco-container #pagination-case-history,
#case-history-slider-container #pagination-case-history, #archivio-gru-prodotti-container #pagination-gru {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

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

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

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

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

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

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

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

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

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

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

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

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

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

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

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

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

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

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

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

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.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: 75%;
}

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 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) {
  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;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !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: var(--bs-border-width);
  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;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: 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;
}

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

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

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

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

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

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

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

.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: inline-grid !important;
}

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

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

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

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

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

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

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

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

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

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

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

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

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

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

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

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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;
}

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

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

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

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

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

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

.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, #single-case-history-container .dettagli-container .item .valore {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-5 {
  font-size: 1.25rem !important;
}

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

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

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

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

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

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

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold, #main-container.single__gru #single-gru-anchor-container .box .caratteristiche, #main-container.single__gru #single-gru-anchor-container .box .gru, #main-container.single__gru #single-gru-info-container .info-box-container .valore {
  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: var(--bs-secondary-color) !important;
}

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

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

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

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

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !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;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

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

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

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

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

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

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

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

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

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

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

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

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

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

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

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

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

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

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

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-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-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !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-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

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

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

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

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

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

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

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-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;
  }
  .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;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 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;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-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;
  }
  .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;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 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;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-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;
  }
  .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;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 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;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-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;
  }
  .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;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 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;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-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;
  }
  .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;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 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: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* =======================================================================
* FONTS locali
* ======================================================================== */
/*
// noto-sans-regular - latin
@font-face {
  font-display: swap; 
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-v39-latin-regular.woff2') format('woff2'); 
} 
// noto-sans-italic - latin
@font-face {
  font-display: swap; 
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/noto-sans-v39-latin-italic.woff2') format('woff2'); 
}
// noto-sans-500 - latin
@font-face {
  font-display: swap; 
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-sans-v39-latin-500.woff2') format('woff2'); 
}
// noto-sans-700 - latin
@font-face {
  font-display: swap; 
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-v39-latin-700.woff2') format('woff2'); 
}
// noto-sans-900 - latin
@font-face {
  font-display: swap; 
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/noto-sans-v39-latin-900.woff2') format('woff2'); 
}*/
/* noto-sans-regular - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-v42-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-italic - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/noto-sans-v42-cyrillic_cyrillic-ext_latin_latin-ext-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-500 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-v42-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-700 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-v42-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-900 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/noto-sans-v42-cyrillic_cyrillic-ext_latin_latin-ext-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/raleway-v36-latin-regular.woff2") format("woff2");
}
/* raleway-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Raleway";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/raleway-v36-latin-italic.woff2") format("woff2");
}
/* raleway-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/raleway-v36-latin-500.woff2") format("woff2");
}
/* raleway-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/raleway-v36-latin-700.woff2") format("woff2");
}
/* raleway-900 - latin */
@font-face {
  font-display: swap;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/raleway-v36-latin-900.woff2") format("woff2");
}
/* =======================================================================
* Variabili CSS e SASS
* ======================================================================== */
/*------------------------------------*\
    SCSS
\*------------------------------------*/
:root {
  --border-radius: 40px;
  --border-radius-mid: 20px;
  --border-radius-small: 10px;
  --body-color: #1a1a1c;
  --primary-color: #e30613;
  --primary-color-eaa: #a2020c;
  --primary-color-light: #e8f3f5;
  --primary-color-superlight: #f5fafb;
  --secondary-color: #1a1a1c;
  --grey-superlight: #f8f8fa;
  --grey-light: #b8babc;
  --grey-light-light: #eeeeee;
  --grey: #a09d9d;
  --grey-mid: #58595b;
  --grey-dark: #363636;
}

/* =======================================================================
* TRANSITIONS
* ======================================================================== */
/* =======================================================================
* Shadows
* ======================================================================== */
/* =======================================================================
* Font Weights
* ======================================================================== */
/* =======================================================================
* Fonts
* ======================================================================== */
:root {
  --font-menu-family: "Noto Sans", sans-serif;
  --font-body-family: "Noto Sans", sans-serif;
  --font-title-family: "Raleway", sans-serif;
}

/**
 * Responsive SCSS
 * -----------------
 * Questo file contiene le regole di stile responsive per garantire
 * un layout adattabile a diverse dimensioni di schermo e dispositivi.
 *
 * Struttura del file:
 * - 1. Breakpoints e media queries principali
 * - 2. Layout flessibile e griglie
 * - 3. Regole specifiche per dispositivi mobili
 * - 4. Ottimizzazioni per tablet e desktop
 * - 5. Utility per la gestione della responsività
 */
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * Normalize SCSS
 * -----------------
 * Questo file contiene una versione SCSS di normalize.css.
 * Il suo scopo è garantire che gli stili di base degli elementi HTML
 * siano resi in modo coerente nei vari browser.
 *
 * Struttura del file:
 * - 1. Elementi HTML di base (normalizzazione)
 * - 2. Elementi inline e inline-block
 * - 3. Elementi nascosti e accessibilità
 * - 4. Tipografia e formattazione del testo
 * - 5. Correzioni per browser specifici
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small, .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;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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 */
}

/* 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;
}

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

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

/* =======================================================================
*  Global reset
   1. Reset di Base
   --------------------------------------------------------------------------
   - Imposta margini e padding a zero
   - Configura box-sizing per un layout più prevedibile
   - Normalizza alcuni elementi HTML
   - Accorpa WP Core contenente classi usate dall'editor WYSIWYG di WP
   - Accorpa Print per stilare la stampa documento
* ======================================================================== */
/* =======================================================================
* GLOBAL RESETS
* ======================================================================== */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}

body {
  font: normal 2rem/1.4 var(--font-body-family);
  color: var(--body-color);
}

main {
  position: relative;
  overflow: hidden;
}

/* ========================================================================
 * RESET SEZIONI
 * ======================================================================== */
:root {
  --section-p-t: 40px;
  --section-p-b: 40px;
}
@media only screen and (min-width:768px) {
  :root {
    --section-p-t: 40px;
    --section-p-b: 40px;
  }
}
@media only screen and (min-width:992px) {
  :root {
    --section-p-t: 60px;
    --section-p-b: 60px;
  }
}
@media only screen and (min-width:1200px) {
  :root {
    --section-p-t: 80px;
    --section-p-b: 80px;
  }
}

section {
  /*
  padding-top: var(--section-p-t);
  padding-bottom: var(--section-p-b);
  margin-top: var(--section-m-t, 0);
  margin-bottom: var(--section-m-b, 0);
  */
  background: var(--bg-color, transparent);
  color: var(--text_color, inherit);
  /*
  &:before {
      content: var(--pittogramma, none);
      position: absolute;
      inset: 0;
      background-image: url("../images/pittogramma.svg");
      background-repeat: no-repeat;
      background-position: center 30%;
      background-size: 120% auto;
      opacity: 0.25;
      mix-blend-mode: soft-light;
  }*/
}
section.margin-top {
  margin-top: var(--section-m-t, 90px);
}
section.margin-bottom {
  margin-bottom: var(--section-m-t, 90px);
}
section.padding-top {
  padding-top: var(--section-p-t, 90px);
}
section.padding-bottom {
  padding-bottom: var(--section-p-t, 90px);
}

div[class^=col-] {
  position: relative;
}

/* ========================================================================
 * CUSTOM SCROLLBAR
 * ======================================================================== */
html {
  scroll-behavior: smooth;
  /*
  https://dev.to/mnathani/two-lines-of-css-that-boosts-7x-rendering-performance-4mjd?utm_source=tldrnewsletter
  */
}
html::-webkit-scrollbar {
  width: 10px;
  background-color: var(--grey-superlight);
}
html::-webkit-scrollbar-track {
  background-color: var(--grey-light);
}
html::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

svg:not(:root) {
  display: block;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #444;
}

button {
  -webkit-appearance: none;
}

section {
  position: relative;
}

video {
  height: auto;
  width: 100%;
  display: block;
}

video:focus {
  border: none;
}

.fw {
  max-width: 100%;
}

svg:not(:root) {
  max-width: 100%;
  max-height: 100%;
}

strong.normal,
b.normal {
  color: inherit;
  font-weight: normal;
}
strong.black,
b.black {
  color: inherit;
}

span.strong {
  font-weight: bold;
}

ul {
  padding: 0 0 0 15px;
}

html.no-js svg {
  display: none;
}

:focus-visible {
  outline: 3px solid var(--primary-color, #e30613);
  outline-offset: 3px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  box-shadow: 0 0 0 4px rgba(227, 6, 19, 0.2);
}

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-120%);
  background: #ffffff;
  color: var(--primary-color, #e30613);
  padding: 1.2rem 1.6rem;
  z-index: 10000;
  font-size: 1.6rem;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
  background: var(--primary-color);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--primary-color);
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: var(--primary-color);
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: var(--primary-color);
  color: #fff;
  text-shadow: none;
}

/* =======================================================================
* WP ADMIN BAR
* ======================================================================== */
@media only screen and (max-width:767px) {
  #wpadminbar #wp-admin-bar-wpseo-menu {
    display: none;
  }
}
/* UTILITY ADMIN BAR*/
#wpadminbar #wp-admin-bar-duplicate-post,
#wpadminbar #wp-admin-bar-customize {
  display: none;
  visibility: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  .h2,
  h3,
  .h3 {
    orphans: 3;
    widows: 3;
  }
  h2, .h2,
  h3,
  .h3 {
    page-break-after: avoid;
  }
}
/* =======================================================================
* TYPOGRAPHY
 gestisce la tipografia del progetto,
includendo:
- Definizione delle famiglie di font e gerarchia tipografica.
- Stili per titoli (h1-h6), paragrafi e classi di testo.
- Dimensioni, pesi e spaziature standard per il testo.
- Eventuali mixin o variabili per la gestione responsive.
* ======================================================================== */
:root {
  --titolo_color: #333738;
  --body-color: #333738;
  --text-color: #333738;
  --titolo_color: #333738;
  --body-color: #333738;
  --text-color: #333738;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
body {
  font-family: "Noto Sans";
  font-size: 16px;
}
@media only screen and (min-width:992px) {
  body {
    font-size: 18px;
  }
}

main {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  width: 100% !important;
  max-width: 1400px !important;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width:991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width:991px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.noto, #single-case-history-container .dettagli-container .item .valore, #single-case-history-container .dettagli-container .item .label-container, #main-container.single__gru #single-gru-info-container .gamma, #contact-form-container label, #case-history-elenco-container .box .img-container .settore,
#case-history-slider-container .box .img-container .settore, #case-history-elenco-container .count-container,
#case-history-slider-container .count-container, .card-gru .inner-card-gru .modello-container .modello, .card-gru .inner-card-gru .img-container .img-non-disponibile, #archivio-gru-prodotti-container .count-container, #archivio-gru-hero-container .filtro-container .box > div select, #archivio-gru-hero-container .filtro-container .box > div.search-container .search-inner-container #search, #footer-container, .btn-fassi, #contact-form-container .wpcf7-submit, .titolo {
  font-family: "Noto Sans", sans-serif !important;
}

.raleway {
  font-family: "Raleway", sans-serif !important;
}

.fw-400, #lancio-background-container .img-container .info .titolo-testo-container .tst {
  font-weight: 400 !important;
}

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

.fw-700, #single-case-history-container .dettagli-container .item .valore, #single-case-history-container .dettagli-container .item .label-container, .fixed-header-shell table td, .fixed-header-shell table td:first-child, #auth-download #myTabContent .status, #main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table td, #main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table td:first-child, #lancio-background-container .img-container .info .titolo-testo-container .ttl, #case-history-elenco-container .box .img-container .settore,
#case-history-slider-container .box .img-container .settore, .card-gru .inner-card-gru .modello-container .modello, .card-gru .inner-card-gru .img-container .img-non-disponibile, #archivio-gru-hero-container .filtro-container .box > div select, #archivio-gru-hero-container .filtro-container .box > div.search-container .search-inner-container #search {
  font-weight: 700 !important;
}

.fw-900, #main-container.single__gru #single-gru-info-container .gamma {
  font-weight: 900 !important;
}

.fs-italic, #main-container.single__gru #single-gru-info-container .info-box-container .dettaglio {
  font-style: italic !important;
}

.relative {
  position: relative !important;
}

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

/* FONT-SIZE */
.fs-10, .fixed-header-shell table td div, #main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table td div {
  font-size: 10px !important;
}

@media (min-width: 992px) {
  .fs-lg-10 {
    font-size: 10px !important;
  }
}

/* LINE-HEIGHT */
.lh-10 {
  line-height: 10px !important;
}

@media (min-width: 992px) {
  .lh-lg-10 {
    line-height: 10px !important;
  }
}

/* PADDING */
.pt-10 {
  padding-top: 10px !important;
}

@media (min-width: 992px) {
  .pt-lg-10 {
    padding-top: 10px !important;
  }
}

.pb-10 {
  padding-bottom: 10px !important;
}

@media (min-width: 992px) {
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
}

/* MARGIN */
.mt-10 {
  margin-top: 10px !important;
}

@media (min-width: 992px) {
  .mt-lg-10 {
    margin-top: 10px !important;
  }
}

.mb-10 {
  margin-bottom: 10px !important;
}

@media (min-width: 992px) {
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
}

/* FONT-SIZE */
.fs-11 {
  font-size: 11px !important;
}

@media (min-width: 992px) {
  .fs-lg-11 {
    font-size: 11px !important;
  }
}

/* LINE-HEIGHT */
.lh-11 {
  line-height: 11px !important;
}

@media (min-width: 992px) {
  .lh-lg-11 {
    line-height: 11px !important;
  }
}

/* PADDING */
.pt-11 {
  padding-top: 11px !important;
}

@media (min-width: 992px) {
  .pt-lg-11 {
    padding-top: 11px !important;
  }
}

.pb-11 {
  padding-bottom: 11px !important;
}

@media (min-width: 992px) {
  .pb-lg-11 {
    padding-bottom: 11px !important;
  }
}

/* MARGIN */
.mt-11 {
  margin-top: 11px !important;
}

@media (min-width: 992px) {
  .mt-lg-11 {
    margin-top: 11px !important;
  }
}

.mb-11 {
  margin-bottom: 11px !important;
}

@media (min-width: 992px) {
  .mb-lg-11 {
    margin-bottom: 11px !important;
  }
}

/* FONT-SIZE */
.fs-12 {
  font-size: 12px !important;
}

@media (min-width: 992px) {
  .fs-lg-12 {
    font-size: 12px !important;
  }
}

/* LINE-HEIGHT */
.lh-12 {
  line-height: 12px !important;
}

@media (min-width: 992px) {
  .lh-lg-12 {
    line-height: 12px !important;
  }
}

/* PADDING */
.pt-12 {
  padding-top: 12px !important;
}

@media (min-width: 992px) {
  .pt-lg-12 {
    padding-top: 12px !important;
  }
}

.pb-12 {
  padding-bottom: 12px !important;
}

@media (min-width: 992px) {
  .pb-lg-12 {
    padding-bottom: 12px !important;
  }
}

/* MARGIN */
.mt-12 {
  margin-top: 12px !important;
}

@media (min-width: 992px) {
  .mt-lg-12 {
    margin-top: 12px !important;
  }
}

.mb-12 {
  margin-bottom: 12px !important;
}

@media (min-width: 992px) {
  .mb-lg-12 {
    margin-bottom: 12px !important;
  }
}

/* FONT-SIZE */
.fs-13 {
  font-size: 13px !important;
}

@media (min-width: 992px) {
  .fs-lg-13 {
    font-size: 13px !important;
  }
}

/* LINE-HEIGHT */
.lh-13 {
  line-height: 13px !important;
}

@media (min-width: 992px) {
  .lh-lg-13 {
    line-height: 13px !important;
  }
}

/* PADDING */
.pt-13 {
  padding-top: 13px !important;
}

@media (min-width: 992px) {
  .pt-lg-13 {
    padding-top: 13px !important;
  }
}

.pb-13 {
  padding-bottom: 13px !important;
}

@media (min-width: 992px) {
  .pb-lg-13 {
    padding-bottom: 13px !important;
  }
}

/* MARGIN */
.mt-13 {
  margin-top: 13px !important;
}

@media (min-width: 992px) {
  .mt-lg-13 {
    margin-top: 13px !important;
  }
}

.mb-13 {
  margin-bottom: 13px !important;
}

@media (min-width: 992px) {
  .mb-lg-13 {
    margin-bottom: 13px !important;
  }
}

/* FONT-SIZE */
.fs-14, #single-case-history-container .dettagli-container .item .label-container, .fixed-header-shell table td, .fixed-header-shell table td:first-child, #main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table td, #main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table td:first-child, #main-container.single__gru #single-gru-info-container .info-box-container .dettaglio, #main-container.single__gru #single-gru-info-container .info-box-container .etichetta, #case-history-elenco-container .box .img-container .settore,
#case-history-slider-container .box .img-container .settore, .card-gru .inner-card-gru .img-container .img-non-disponibile, #archivio-gru-hero-container .filtro-container .box > div select {
  font-size: 14px !important;
}

@media (min-width: 992px) {
  .fs-lg-14 {
    font-size: 14px !important;
  }
}

/* LINE-HEIGHT */
.lh-14 {
  line-height: 14px !important;
}

@media (min-width: 992px) {
  .lh-lg-14 {
    line-height: 14px !important;
  }
}

/* PADDING */
.pt-14 {
  padding-top: 14px !important;
}

@media (min-width: 992px) {
  .pt-lg-14 {
    padding-top: 14px !important;
  }
}

.pb-14 {
  padding-bottom: 14px !important;
}

@media (min-width: 992px) {
  .pb-lg-14 {
    padding-bottom: 14px !important;
  }
}

/* MARGIN */
.mt-14 {
  margin-top: 14px !important;
}

@media (min-width: 992px) {
  .mt-lg-14 {
    margin-top: 14px !important;
  }
}

.mb-14 {
  margin-bottom: 14px !important;
}

@media (min-width: 992px) {
  .mb-lg-14 {
    margin-bottom: 14px !important;
  }
}

/* FONT-SIZE */
.fs-15, #main-container.single__gru #single-gru-anchor-container .box .caratteristiche {
  font-size: 15px !important;
}

@media (min-width: 992px) {
  .fs-lg-15 {
    font-size: 15px !important;
  }
}

/* LINE-HEIGHT */
.lh-15 {
  line-height: 15px !important;
}

@media (min-width: 992px) {
  .lh-lg-15 {
    line-height: 15px !important;
  }
}

/* PADDING */
.pt-15 {
  padding-top: 15px !important;
}

@media (min-width: 992px) {
  .pt-lg-15 {
    padding-top: 15px !important;
  }
}

.pb-15 {
  padding-bottom: 15px !important;
}

@media (min-width: 992px) {
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
}

/* MARGIN */
.mt-15 {
  margin-top: 15px !important;
}

@media (min-width: 992px) {
  .mt-lg-15 {
    margin-top: 15px !important;
  }
}

.mb-15 {
  margin-bottom: 15px !important;
}

@media (min-width: 992px) {
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
}

/* FONT-SIZE */
.fs-16, #main-container.single__gru #single-gru-info-container .gamma {
  font-size: 16px !important;
}

@media (min-width: 992px) {
  .fs-lg-16 {
    font-size: 16px !important;
  }
}

/* LINE-HEIGHT */
.lh-16 {
  line-height: 16px !important;
}

@media (min-width: 992px) {
  .lh-lg-16 {
    line-height: 16px !important;
  }
}

/* PADDING */
.pt-16 {
  padding-top: 16px !important;
}

@media (min-width: 992px) {
  .pt-lg-16 {
    padding-top: 16px !important;
  }
}

.pb-16 {
  padding-bottom: 16px !important;
}

@media (min-width: 992px) {
  .pb-lg-16 {
    padding-bottom: 16px !important;
  }
}

/* MARGIN */
.mt-16 {
  margin-top: 16px !important;
}

@media (min-width: 992px) {
  .mt-lg-16 {
    margin-top: 16px !important;
  }
}

.mb-16 {
  margin-bottom: 16px !important;
}

@media (min-width: 992px) {
  .mb-lg-16 {
    margin-bottom: 16px !important;
  }
}

/* FONT-SIZE */
.fs-17 {
  font-size: 17px !important;
}

@media (min-width: 992px) {
  .fs-lg-17 {
    font-size: 17px !important;
  }
}

/* LINE-HEIGHT */
.lh-17 {
  line-height: 17px !important;
}

@media (min-width: 992px) {
  .lh-lg-17 {
    line-height: 17px !important;
  }
}

/* PADDING */
.pt-17 {
  padding-top: 17px !important;
}

@media (min-width: 992px) {
  .pt-lg-17 {
    padding-top: 17px !important;
  }
}

.pb-17 {
  padding-bottom: 17px !important;
}

@media (min-width: 992px) {
  .pb-lg-17 {
    padding-bottom: 17px !important;
  }
}

/* MARGIN */
.mt-17 {
  margin-top: 17px !important;
}

@media (min-width: 992px) {
  .mt-lg-17 {
    margin-top: 17px !important;
  }
}

.mb-17 {
  margin-bottom: 17px !important;
}

@media (min-width: 992px) {
  .mb-lg-17 {
    margin-bottom: 17px !important;
  }
}

/* FONT-SIZE */
.fs-18, #main-container.single__gru #single-gru-anchor-container .box .gru {
  font-size: 18px !important;
}

@media (min-width: 992px) {
  .fs-lg-18, .fixed-header-shell table td, .fixed-header-shell table td:first-child, #main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table td, #main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table td:first-child {
    font-size: 18px !important;
  }
}

/* LINE-HEIGHT */
.lh-18, .fixed-header-shell table td, #main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table td, #main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table td:first-child {
  line-height: 18px !important;
}

@media (min-width: 992px) {
  .lh-lg-18 {
    line-height: 18px !important;
  }
}

/* PADDING */
.pt-18 {
  padding-top: 18px !important;
}

@media (min-width: 992px) {
  .pt-lg-18 {
    padding-top: 18px !important;
  }
}

.pb-18 {
  padding-bottom: 18px !important;
}

@media (min-width: 992px) {
  .pb-lg-18 {
    padding-bottom: 18px !important;
  }
}

/* MARGIN */
.mt-18 {
  margin-top: 18px !important;
}

@media (min-width: 992px) {
  .mt-lg-18 {
    margin-top: 18px !important;
  }
}

.mb-18 {
  margin-bottom: 18px !important;
}

@media (min-width: 992px) {
  .mb-lg-18 {
    margin-bottom: 18px !important;
  }
}

/* FONT-SIZE */
.fs-19 {
  font-size: 19px !important;
}

@media (min-width: 992px) {
  .fs-lg-19 {
    font-size: 19px !important;
  }
}

/* LINE-HEIGHT */
.lh-19 {
  line-height: 19px !important;
}

@media (min-width: 992px) {
  .lh-lg-19 {
    line-height: 19px !important;
  }
}

/* PADDING */
.pt-19 {
  padding-top: 19px !important;
}

@media (min-width: 992px) {
  .pt-lg-19 {
    padding-top: 19px !important;
  }
}

.pb-19 {
  padding-bottom: 19px !important;
}

@media (min-width: 992px) {
  .pb-lg-19 {
    padding-bottom: 19px !important;
  }
}

/* MARGIN */
.mt-19 {
  margin-top: 19px !important;
}

@media (min-width: 992px) {
  .mt-lg-19 {
    margin-top: 19px !important;
  }
}

.mb-19 {
  margin-bottom: 19px !important;
}

@media (min-width: 992px) {
  .mb-lg-19 {
    margin-bottom: 19px !important;
  }
}

/* FONT-SIZE */
.fs-20, #archivio-gru-hero-container .filtro-container .box > div.search-container .search-inner-container #search {
  font-size: 20px !important;
}

@media (min-width: 992px) {
  .fs-lg-20 {
    font-size: 20px !important;
  }
}

/* LINE-HEIGHT */
.lh-20, #main-container.single__gru #single-gru-info-container .gamma {
  line-height: 20px !important;
}

@media (min-width: 992px) {
  .lh-lg-20 {
    line-height: 20px !important;
  }
}

/* PADDING */
.pt-20 {
  padding-top: 20px !important;
}

@media (min-width: 992px) {
  .pt-lg-20 {
    padding-top: 20px !important;
  }
}

.pb-20 {
  padding-bottom: 20px !important;
}

@media (min-width: 992px) {
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
}

/* MARGIN */
.mt-20 {
  margin-top: 20px !important;
}

@media (min-width: 992px) {
  .mt-lg-20 {
    margin-top: 20px !important;
  }
}

.mb-20 {
  margin-bottom: 20px !important;
}

@media (min-width: 992px) {
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
}

/* FONT-SIZE */
.fs-21 {
  font-size: 21px !important;
}

@media (min-width: 992px) {
  .fs-lg-21 {
    font-size: 21px !important;
  }
}

/* LINE-HEIGHT */
.lh-21 {
  line-height: 21px !important;
}

@media (min-width: 992px) {
  .lh-lg-21 {
    line-height: 21px !important;
  }
}

/* PADDING */
.pt-21 {
  padding-top: 21px !important;
}

@media (min-width: 992px) {
  .pt-lg-21 {
    padding-top: 21px !important;
  }
}

.pb-21 {
  padding-bottom: 21px !important;
}

@media (min-width: 992px) {
  .pb-lg-21 {
    padding-bottom: 21px !important;
  }
}

/* MARGIN */
.mt-21 {
  margin-top: 21px !important;
}

@media (min-width: 992px) {
  .mt-lg-21 {
    margin-top: 21px !important;
  }
}

.mb-21 {
  margin-bottom: 21px !important;
}

@media (min-width: 992px) {
  .mb-lg-21 {
    margin-bottom: 21px !important;
  }
}

/* FONT-SIZE */
.fs-22, #single-case-history-container .dettagli-container .item .valore {
  font-size: 22px !important;
}

@media (min-width: 992px) {
  .fs-lg-22 {
    font-size: 22px !important;
  }
}

/* LINE-HEIGHT */
.lh-22 {
  line-height: 22px !important;
}

@media (min-width: 992px) {
  .lh-lg-22 {
    line-height: 22px !important;
  }
}

/* PADDING */
.pt-22 {
  padding-top: 22px !important;
}

@media (min-width: 992px) {
  .pt-lg-22 {
    padding-top: 22px !important;
  }
}

.pb-22 {
  padding-bottom: 22px !important;
}

@media (min-width: 992px) {
  .pb-lg-22 {
    padding-bottom: 22px !important;
  }
}

/* MARGIN */
.mt-22 {
  margin-top: 22px !important;
}

@media (min-width: 992px) {
  .mt-lg-22 {
    margin-top: 22px !important;
  }
}

.mb-22 {
  margin-bottom: 22px !important;
}

@media (min-width: 992px) {
  .mb-lg-22 {
    margin-bottom: 22px !important;
  }
}

/* FONT-SIZE */
.fs-23 {
  font-size: 23px !important;
}

@media (min-width: 992px) {
  .fs-lg-23 {
    font-size: 23px !important;
  }
}

/* LINE-HEIGHT */
.lh-23 {
  line-height: 23px !important;
}

@media (min-width: 992px) {
  .lh-lg-23 {
    line-height: 23px !important;
  }
}

/* PADDING */
.pt-23 {
  padding-top: 23px !important;
}

@media (min-width: 992px) {
  .pt-lg-23 {
    padding-top: 23px !important;
  }
}

.pb-23 {
  padding-bottom: 23px !important;
}

@media (min-width: 992px) {
  .pb-lg-23 {
    padding-bottom: 23px !important;
  }
}

/* MARGIN */
.mt-23 {
  margin-top: 23px !important;
}

@media (min-width: 992px) {
  .mt-lg-23 {
    margin-top: 23px !important;
  }
}

.mb-23 {
  margin-bottom: 23px !important;
}

@media (min-width: 992px) {
  .mb-lg-23 {
    margin-bottom: 23px !important;
  }
}

/* FONT-SIZE */
.fs-24, .card-gru .inner-card-gru .modello-container .modello {
  font-size: 24px !important;
}

@media (min-width: 992px) {
  .fs-lg-24, #main-container.single__gru #single-gru-info-container .gamma {
    font-size: 24px !important;
  }
}

/* LINE-HEIGHT */
.lh-24 {
  line-height: 24px !important;
}

@media (min-width: 992px) {
  .lh-lg-24 {
    line-height: 24px !important;
  }
}

/* PADDING */
.pt-24 {
  padding-top: 24px !important;
}

@media (min-width: 992px) {
  .pt-lg-24 {
    padding-top: 24px !important;
  }
}

.pb-24 {
  padding-bottom: 24px !important;
}

@media (min-width: 992px) {
  .pb-lg-24 {
    padding-bottom: 24px !important;
  }
}

/* MARGIN */
.mt-24 {
  margin-top: 24px !important;
}

@media (min-width: 992px) {
  .mt-lg-24 {
    margin-top: 24px !important;
  }
}

.mb-24 {
  margin-bottom: 24px !important;
}

@media (min-width: 992px) {
  .mb-lg-24 {
    margin-bottom: 24px !important;
  }
}

/* FONT-SIZE */
.fs-25 {
  font-size: 25px !important;
}

@media (min-width: 992px) {
  .fs-lg-25 {
    font-size: 25px !important;
  }
}

/* LINE-HEIGHT */
.lh-25 {
  line-height: 25px !important;
}

@media (min-width: 992px) {
  .lh-lg-25 {
    line-height: 25px !important;
  }
}

/* PADDING */
.pt-25 {
  padding-top: 25px !important;
}

@media (min-width: 992px) {
  .pt-lg-25 {
    padding-top: 25px !important;
  }
}

.pb-25 {
  padding-bottom: 25px !important;
}

@media (min-width: 992px) {
  .pb-lg-25 {
    padding-bottom: 25px !important;
  }
}

/* MARGIN */
.mt-25 {
  margin-top: 25px !important;
}

@media (min-width: 992px) {
  .mt-lg-25 {
    margin-top: 25px !important;
  }
}

.mb-25 {
  margin-bottom: 25px !important;
}

@media (min-width: 992px) {
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
}

/* FONT-SIZE */
.fs-26 {
  font-size: 26px !important;
}

@media (min-width: 992px) {
  .fs-lg-26 {
    font-size: 26px !important;
  }
}

/* LINE-HEIGHT */
.lh-26 {
  line-height: 26px !important;
}

@media (min-width: 992px) {
  .lh-lg-26 {
    line-height: 26px !important;
  }
}

/* PADDING */
.pt-26 {
  padding-top: 26px !important;
}

@media (min-width: 992px) {
  .pt-lg-26 {
    padding-top: 26px !important;
  }
}

.pb-26 {
  padding-bottom: 26px !important;
}

@media (min-width: 992px) {
  .pb-lg-26 {
    padding-bottom: 26px !important;
  }
}

/* MARGIN */
.mt-26 {
  margin-top: 26px !important;
}

@media (min-width: 992px) {
  .mt-lg-26 {
    margin-top: 26px !important;
  }
}

.mb-26 {
  margin-bottom: 26px !important;
}

@media (min-width: 992px) {
  .mb-lg-26 {
    margin-bottom: 26px !important;
  }
}

/* FONT-SIZE */
.fs-27 {
  font-size: 27px !important;
}

@media (min-width: 992px) {
  .fs-lg-27 {
    font-size: 27px !important;
  }
}

/* LINE-HEIGHT */
.lh-27 {
  line-height: 27px !important;
}

@media (min-width: 992px) {
  .lh-lg-27 {
    line-height: 27px !important;
  }
}

/* PADDING */
.pt-27 {
  padding-top: 27px !important;
}

@media (min-width: 992px) {
  .pt-lg-27 {
    padding-top: 27px !important;
  }
}

.pb-27 {
  padding-bottom: 27px !important;
}

@media (min-width: 992px) {
  .pb-lg-27 {
    padding-bottom: 27px !important;
  }
}

/* MARGIN */
.mt-27 {
  margin-top: 27px !important;
}

@media (min-width: 992px) {
  .mt-lg-27 {
    margin-top: 27px !important;
  }
}

.mb-27 {
  margin-bottom: 27px !important;
}

@media (min-width: 992px) {
  .mb-lg-27 {
    margin-bottom: 27px !important;
  }
}

/* FONT-SIZE */
.fs-28 {
  font-size: 28px !important;
}

@media (min-width: 992px) {
  .fs-lg-28 {
    font-size: 28px !important;
  }
}

/* LINE-HEIGHT */
.lh-28 {
  line-height: 28px !important;
}

@media (min-width: 992px) {
  .lh-lg-28 {
    line-height: 28px !important;
  }
}

/* PADDING */
.pt-28 {
  padding-top: 28px !important;
}

@media (min-width: 992px) {
  .pt-lg-28 {
    padding-top: 28px !important;
  }
}

.pb-28 {
  padding-bottom: 28px !important;
}

@media (min-width: 992px) {
  .pb-lg-28 {
    padding-bottom: 28px !important;
  }
}

/* MARGIN */
.mt-28 {
  margin-top: 28px !important;
}

@media (min-width: 992px) {
  .mt-lg-28 {
    margin-top: 28px !important;
  }
}

.mb-28 {
  margin-bottom: 28px !important;
}

@media (min-width: 992px) {
  .mb-lg-28 {
    margin-bottom: 28px !important;
  }
}

/* FONT-SIZE */
.fs-29 {
  font-size: 29px !important;
}

@media (min-width: 992px) {
  .fs-lg-29 {
    font-size: 29px !important;
  }
}

/* LINE-HEIGHT */
.lh-29 {
  line-height: 29px !important;
}

@media (min-width: 992px) {
  .lh-lg-29 {
    line-height: 29px !important;
  }
}

/* PADDING */
.pt-29 {
  padding-top: 29px !important;
}

@media (min-width: 992px) {
  .pt-lg-29 {
    padding-top: 29px !important;
  }
}

.pb-29 {
  padding-bottom: 29px !important;
}

@media (min-width: 992px) {
  .pb-lg-29 {
    padding-bottom: 29px !important;
  }
}

/* MARGIN */
.mt-29 {
  margin-top: 29px !important;
}

@media (min-width: 992px) {
  .mt-lg-29 {
    margin-top: 29px !important;
  }
}

.mb-29 {
  margin-bottom: 29px !important;
}

@media (min-width: 992px) {
  .mb-lg-29 {
    margin-bottom: 29px !important;
  }
}

/* FONT-SIZE */
.fs-30 {
  font-size: 30px !important;
}

@media (min-width: 992px) {
  .fs-lg-30 {
    font-size: 30px !important;
  }
}

/* LINE-HEIGHT */
.lh-30, .card-gru .inner-card-gru .modello-container .modello {
  line-height: 30px !important;
}

@media (min-width: 992px) {
  .lh-lg-30 {
    line-height: 30px !important;
  }
}

/* PADDING */
.pt-30 {
  padding-top: 30px !important;
}

@media (min-width: 992px) {
  .pt-lg-30 {
    padding-top: 30px !important;
  }
}

.pb-30 {
  padding-bottom: 30px !important;
}

@media (min-width: 992px) {
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
}

/* MARGIN */
.mt-30 {
  margin-top: 30px !important;
}

@media (min-width: 992px) {
  .mt-lg-30 {
    margin-top: 30px !important;
  }
}

.mb-30 {
  margin-bottom: 30px !important;
}

@media (min-width: 992px) {
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
}

/* FONT-SIZE */
.fs-31 {
  font-size: 31px !important;
}

@media (min-width: 992px) {
  .fs-lg-31 {
    font-size: 31px !important;
  }
}

/* LINE-HEIGHT */
.lh-31 {
  line-height: 31px !important;
}

@media (min-width: 992px) {
  .lh-lg-31 {
    line-height: 31px !important;
  }
}

/* PADDING */
.pt-31 {
  padding-top: 31px !important;
}

@media (min-width: 992px) {
  .pt-lg-31 {
    padding-top: 31px !important;
  }
}

.pb-31 {
  padding-bottom: 31px !important;
}

@media (min-width: 992px) {
  .pb-lg-31 {
    padding-bottom: 31px !important;
  }
}

/* MARGIN */
.mt-31 {
  margin-top: 31px !important;
}

@media (min-width: 992px) {
  .mt-lg-31 {
    margin-top: 31px !important;
  }
}

.mb-31 {
  margin-bottom: 31px !important;
}

@media (min-width: 992px) {
  .mb-lg-31 {
    margin-bottom: 31px !important;
  }
}

/* FONT-SIZE */
.fs-32 {
  font-size: 32px !important;
}

@media (min-width: 992px) {
  .fs-lg-32 {
    font-size: 32px !important;
  }
}

/* LINE-HEIGHT */
.lh-32 {
  line-height: 32px !important;
}

@media (min-width: 992px) {
  .lh-lg-32, #main-container.single__gru #single-gru-info-container .gamma {
    line-height: 32px !important;
  }
}

/* PADDING */
.pt-32 {
  padding-top: 32px !important;
}

@media (min-width: 992px) {
  .pt-lg-32 {
    padding-top: 32px !important;
  }
}

.pb-32 {
  padding-bottom: 32px !important;
}

@media (min-width: 992px) {
  .pb-lg-32 {
    padding-bottom: 32px !important;
  }
}

/* MARGIN */
.mt-32 {
  margin-top: 32px !important;
}

@media (min-width: 992px) {
  .mt-lg-32 {
    margin-top: 32px !important;
  }
}

.mb-32 {
  margin-bottom: 32px !important;
}

@media (min-width: 992px) {
  .mb-lg-32 {
    margin-bottom: 32px !important;
  }
}

/* FONT-SIZE */
.fs-33 {
  font-size: 33px !important;
}

@media (min-width: 992px) {
  .fs-lg-33 {
    font-size: 33px !important;
  }
}

/* LINE-HEIGHT */
.lh-33 {
  line-height: 33px !important;
}

@media (min-width: 992px) {
  .lh-lg-33 {
    line-height: 33px !important;
  }
}

/* PADDING */
.pt-33 {
  padding-top: 33px !important;
}

@media (min-width: 992px) {
  .pt-lg-33 {
    padding-top: 33px !important;
  }
}

.pb-33 {
  padding-bottom: 33px !important;
}

@media (min-width: 992px) {
  .pb-lg-33 {
    padding-bottom: 33px !important;
  }
}

/* MARGIN */
.mt-33 {
  margin-top: 33px !important;
}

@media (min-width: 992px) {
  .mt-lg-33 {
    margin-top: 33px !important;
  }
}

.mb-33 {
  margin-bottom: 33px !important;
}

@media (min-width: 992px) {
  .mb-lg-33 {
    margin-bottom: 33px !important;
  }
}

/* FONT-SIZE */
.fs-34 {
  font-size: 34px !important;
}

@media (min-width: 992px) {
  .fs-lg-34 {
    font-size: 34px !important;
  }
}

/* LINE-HEIGHT */
.lh-34 {
  line-height: 34px !important;
}

@media (min-width: 992px) {
  .lh-lg-34 {
    line-height: 34px !important;
  }
}

/* PADDING */
.pt-34 {
  padding-top: 34px !important;
}

@media (min-width: 992px) {
  .pt-lg-34 {
    padding-top: 34px !important;
  }
}

.pb-34 {
  padding-bottom: 34px !important;
}

@media (min-width: 992px) {
  .pb-lg-34 {
    padding-bottom: 34px !important;
  }
}

/* MARGIN */
.mt-34 {
  margin-top: 34px !important;
}

@media (min-width: 992px) {
  .mt-lg-34 {
    margin-top: 34px !important;
  }
}

.mb-34 {
  margin-bottom: 34px !important;
}

@media (min-width: 992px) {
  .mb-lg-34 {
    margin-bottom: 34px !important;
  }
}

/* FONT-SIZE */
.fs-35, #main-container.single__gru #single-gru-info-container .info-box-container .valore {
  font-size: 35px !important;
}

@media (min-width: 992px) {
  .fs-lg-35 {
    font-size: 35px !important;
  }
}

/* LINE-HEIGHT */
.lh-35 {
  line-height: 35px !important;
}

@media (min-width: 992px) {
  .lh-lg-35 {
    line-height: 35px !important;
  }
}

/* PADDING */
.pt-35 {
  padding-top: 35px !important;
}

@media (min-width: 992px) {
  .pt-lg-35 {
    padding-top: 35px !important;
  }
}

.pb-35 {
  padding-bottom: 35px !important;
}

@media (min-width: 992px) {
  .pb-lg-35 {
    padding-bottom: 35px !important;
  }
}

/* MARGIN */
.mt-35 {
  margin-top: 35px !important;
}

@media (min-width: 992px) {
  .mt-lg-35 {
    margin-top: 35px !important;
  }
}

.mb-35 {
  margin-bottom: 35px !important;
}

@media (min-width: 992px) {
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
}

/* FONT-SIZE */
.fs-36 {
  font-size: 36px !important;
}

@media (min-width: 992px) {
  .fs-lg-36 {
    font-size: 36px !important;
  }
}

/* LINE-HEIGHT */
.lh-36 {
  line-height: 36px !important;
}

@media (min-width: 992px) {
  .lh-lg-36 {
    line-height: 36px !important;
  }
}

/* PADDING */
.pt-36 {
  padding-top: 36px !important;
}

@media (min-width: 992px) {
  .pt-lg-36 {
    padding-top: 36px !important;
  }
}

.pb-36 {
  padding-bottom: 36px !important;
}

@media (min-width: 992px) {
  .pb-lg-36 {
    padding-bottom: 36px !important;
  }
}

/* MARGIN */
.mt-36 {
  margin-top: 36px !important;
}

@media (min-width: 992px) {
  .mt-lg-36 {
    margin-top: 36px !important;
  }
}

.mb-36 {
  margin-bottom: 36px !important;
}

@media (min-width: 992px) {
  .mb-lg-36 {
    margin-bottom: 36px !important;
  }
}

/* FONT-SIZE */
.fs-37 {
  font-size: 37px !important;
}

@media (min-width: 992px) {
  .fs-lg-37 {
    font-size: 37px !important;
  }
}

/* LINE-HEIGHT */
.lh-37 {
  line-height: 37px !important;
}

@media (min-width: 992px) {
  .lh-lg-37 {
    line-height: 37px !important;
  }
}

/* PADDING */
.pt-37 {
  padding-top: 37px !important;
}

@media (min-width: 992px) {
  .pt-lg-37 {
    padding-top: 37px !important;
  }
}

.pb-37 {
  padding-bottom: 37px !important;
}

@media (min-width: 992px) {
  .pb-lg-37 {
    padding-bottom: 37px !important;
  }
}

/* MARGIN */
.mt-37 {
  margin-top: 37px !important;
}

@media (min-width: 992px) {
  .mt-lg-37 {
    margin-top: 37px !important;
  }
}

.mb-37 {
  margin-bottom: 37px !important;
}

@media (min-width: 992px) {
  .mb-lg-37 {
    margin-bottom: 37px !important;
  }
}

/* FONT-SIZE */
.fs-38 {
  font-size: 38px !important;
}

@media (min-width: 992px) {
  .fs-lg-38 {
    font-size: 38px !important;
  }
}

/* LINE-HEIGHT */
.lh-38 {
  line-height: 38px !important;
}

@media (min-width: 992px) {
  .lh-lg-38 {
    line-height: 38px !important;
  }
}

/* PADDING */
.pt-38 {
  padding-top: 38px !important;
}

@media (min-width: 992px) {
  .pt-lg-38 {
    padding-top: 38px !important;
  }
}

.pb-38 {
  padding-bottom: 38px !important;
}

@media (min-width: 992px) {
  .pb-lg-38 {
    padding-bottom: 38px !important;
  }
}

/* MARGIN */
.mt-38 {
  margin-top: 38px !important;
}

@media (min-width: 992px) {
  .mt-lg-38 {
    margin-top: 38px !important;
  }
}

.mb-38 {
  margin-bottom: 38px !important;
}

@media (min-width: 992px) {
  .mb-lg-38 {
    margin-bottom: 38px !important;
  }
}

/* FONT-SIZE */
.fs-39 {
  font-size: 39px !important;
}

@media (min-width: 992px) {
  .fs-lg-39 {
    font-size: 39px !important;
  }
}

/* LINE-HEIGHT */
.lh-39 {
  line-height: 39px !important;
}

@media (min-width: 992px) {
  .lh-lg-39 {
    line-height: 39px !important;
  }
}

/* PADDING */
.pt-39 {
  padding-top: 39px !important;
}

@media (min-width: 992px) {
  .pt-lg-39 {
    padding-top: 39px !important;
  }
}

.pb-39 {
  padding-bottom: 39px !important;
}

@media (min-width: 992px) {
  .pb-lg-39 {
    padding-bottom: 39px !important;
  }
}

/* MARGIN */
.mt-39 {
  margin-top: 39px !important;
}

@media (min-width: 992px) {
  .mt-lg-39 {
    margin-top: 39px !important;
  }
}

.mb-39 {
  margin-bottom: 39px !important;
}

@media (min-width: 992px) {
  .mb-lg-39 {
    margin-bottom: 39px !important;
  }
}

/* FONT-SIZE */
.fs-40 {
  font-size: 40px !important;
}

@media (min-width: 992px) {
  .fs-lg-40 {
    font-size: 40px !important;
  }
}

/* LINE-HEIGHT */
.lh-40 {
  line-height: 40px !important;
}

@media (min-width: 992px) {
  .lh-lg-40 {
    line-height: 40px !important;
  }
}

/* PADDING */
.pt-40 {
  padding-top: 40px !important;
}

@media (min-width: 992px) {
  .pt-lg-40 {
    padding-top: 40px !important;
  }
}

.pb-40 {
  padding-bottom: 40px !important;
}

@media (min-width: 992px) {
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
}

/* MARGIN */
.mt-40 {
  margin-top: 40px !important;
}

@media (min-width: 992px) {
  .mt-lg-40 {
    margin-top: 40px !important;
  }
}

.mb-40 {
  margin-bottom: 40px !important;
}

@media (min-width: 992px) {
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
}

/* FONT-SIZE */
.fs-41 {
  font-size: 41px !important;
}

@media (min-width: 992px) {
  .fs-lg-41 {
    font-size: 41px !important;
  }
}

/* LINE-HEIGHT */
.lh-41 {
  line-height: 41px !important;
}

@media (min-width: 992px) {
  .lh-lg-41 {
    line-height: 41px !important;
  }
}

/* PADDING */
.pt-41 {
  padding-top: 41px !important;
}

@media (min-width: 992px) {
  .pt-lg-41 {
    padding-top: 41px !important;
  }
}

.pb-41 {
  padding-bottom: 41px !important;
}

@media (min-width: 992px) {
  .pb-lg-41 {
    padding-bottom: 41px !important;
  }
}

/* MARGIN */
.mt-41 {
  margin-top: 41px !important;
}

@media (min-width: 992px) {
  .mt-lg-41 {
    margin-top: 41px !important;
  }
}

.mb-41 {
  margin-bottom: 41px !important;
}

@media (min-width: 992px) {
  .mb-lg-41 {
    margin-bottom: 41px !important;
  }
}

/* FONT-SIZE */
.fs-42 {
  font-size: 42px !important;
}

@media (min-width: 992px) {
  .fs-lg-42 {
    font-size: 42px !important;
  }
}

/* LINE-HEIGHT */
.lh-42 {
  line-height: 42px !important;
}

@media (min-width: 992px) {
  .lh-lg-42 {
    line-height: 42px !important;
  }
}

/* PADDING */
.pt-42 {
  padding-top: 42px !important;
}

@media (min-width: 992px) {
  .pt-lg-42 {
    padding-top: 42px !important;
  }
}

.pb-42 {
  padding-bottom: 42px !important;
}

@media (min-width: 992px) {
  .pb-lg-42 {
    padding-bottom: 42px !important;
  }
}

/* MARGIN */
.mt-42 {
  margin-top: 42px !important;
}

@media (min-width: 992px) {
  .mt-lg-42 {
    margin-top: 42px !important;
  }
}

.mb-42 {
  margin-bottom: 42px !important;
}

@media (min-width: 992px) {
  .mb-lg-42 {
    margin-bottom: 42px !important;
  }
}

/* FONT-SIZE */
.fs-43 {
  font-size: 43px !important;
}

@media (min-width: 992px) {
  .fs-lg-43 {
    font-size: 43px !important;
  }
}

/* LINE-HEIGHT */
.lh-43 {
  line-height: 43px !important;
}

@media (min-width: 992px) {
  .lh-lg-43 {
    line-height: 43px !important;
  }
}

/* PADDING */
.pt-43 {
  padding-top: 43px !important;
}

@media (min-width: 992px) {
  .pt-lg-43 {
    padding-top: 43px !important;
  }
}

.pb-43 {
  padding-bottom: 43px !important;
}

@media (min-width: 992px) {
  .pb-lg-43 {
    padding-bottom: 43px !important;
  }
}

/* MARGIN */
.mt-43 {
  margin-top: 43px !important;
}

@media (min-width: 992px) {
  .mt-lg-43 {
    margin-top: 43px !important;
  }
}

.mb-43 {
  margin-bottom: 43px !important;
}

@media (min-width: 992px) {
  .mb-lg-43 {
    margin-bottom: 43px !important;
  }
}

/* FONT-SIZE */
.fs-44 {
  font-size: 44px !important;
}

@media (min-width: 992px) {
  .fs-lg-44 {
    font-size: 44px !important;
  }
}

/* LINE-HEIGHT */
.lh-44 {
  line-height: 44px !important;
}

@media (min-width: 992px) {
  .lh-lg-44 {
    line-height: 44px !important;
  }
}

/* PADDING */
.pt-44 {
  padding-top: 44px !important;
}

@media (min-width: 992px) {
  .pt-lg-44 {
    padding-top: 44px !important;
  }
}

.pb-44 {
  padding-bottom: 44px !important;
}

@media (min-width: 992px) {
  .pb-lg-44 {
    padding-bottom: 44px !important;
  }
}

/* MARGIN */
.mt-44 {
  margin-top: 44px !important;
}

@media (min-width: 992px) {
  .mt-lg-44 {
    margin-top: 44px !important;
  }
}

.mb-44 {
  margin-bottom: 44px !important;
}

@media (min-width: 992px) {
  .mb-lg-44 {
    margin-bottom: 44px !important;
  }
}

/* FONT-SIZE */
.fs-45 {
  font-size: 45px !important;
}

@media (min-width: 992px) {
  .fs-lg-45 {
    font-size: 45px !important;
  }
}

/* LINE-HEIGHT */
.lh-45 {
  line-height: 45px !important;
}

@media (min-width: 992px) {
  .lh-lg-45 {
    line-height: 45px !important;
  }
}

/* PADDING */
.pt-45 {
  padding-top: 45px !important;
}

@media (min-width: 992px) {
  .pt-lg-45 {
    padding-top: 45px !important;
  }
}

.pb-45 {
  padding-bottom: 45px !important;
}

@media (min-width: 992px) {
  .pb-lg-45 {
    padding-bottom: 45px !important;
  }
}

/* MARGIN */
.mt-45 {
  margin-top: 45px !important;
}

@media (min-width: 992px) {
  .mt-lg-45 {
    margin-top: 45px !important;
  }
}

.mb-45 {
  margin-bottom: 45px !important;
}

@media (min-width: 992px) {
  .mb-lg-45 {
    margin-bottom: 45px !important;
  }
}

/* FONT-SIZE */
.fs-46 {
  font-size: 46px !important;
}

@media (min-width: 992px) {
  .fs-lg-46 {
    font-size: 46px !important;
  }
}

/* LINE-HEIGHT */
.lh-46 {
  line-height: 46px !important;
}

@media (min-width: 992px) {
  .lh-lg-46 {
    line-height: 46px !important;
  }
}

/* PADDING */
.pt-46 {
  padding-top: 46px !important;
}

@media (min-width: 992px) {
  .pt-lg-46 {
    padding-top: 46px !important;
  }
}

.pb-46 {
  padding-bottom: 46px !important;
}

@media (min-width: 992px) {
  .pb-lg-46 {
    padding-bottom: 46px !important;
  }
}

/* MARGIN */
.mt-46 {
  margin-top: 46px !important;
}

@media (min-width: 992px) {
  .mt-lg-46 {
    margin-top: 46px !important;
  }
}

.mb-46 {
  margin-bottom: 46px !important;
}

@media (min-width: 992px) {
  .mb-lg-46 {
    margin-bottom: 46px !important;
  }
}

/* FONT-SIZE */
.fs-47 {
  font-size: 47px !important;
}

@media (min-width: 992px) {
  .fs-lg-47 {
    font-size: 47px !important;
  }
}

/* LINE-HEIGHT */
.lh-47 {
  line-height: 47px !important;
}

@media (min-width: 992px) {
  .lh-lg-47 {
    line-height: 47px !important;
  }
}

/* PADDING */
.pt-47 {
  padding-top: 47px !important;
}

@media (min-width: 992px) {
  .pt-lg-47 {
    padding-top: 47px !important;
  }
}

.pb-47 {
  padding-bottom: 47px !important;
}

@media (min-width: 992px) {
  .pb-lg-47 {
    padding-bottom: 47px !important;
  }
}

/* MARGIN */
.mt-47 {
  margin-top: 47px !important;
}

@media (min-width: 992px) {
  .mt-lg-47 {
    margin-top: 47px !important;
  }
}

.mb-47 {
  margin-bottom: 47px !important;
}

@media (min-width: 992px) {
  .mb-lg-47 {
    margin-bottom: 47px !important;
  }
}

/* FONT-SIZE */
.fs-48 {
  font-size: 48px !important;
}

@media (min-width: 992px) {
  .fs-lg-48 {
    font-size: 48px !important;
  }
}

/* LINE-HEIGHT */
.lh-48 {
  line-height: 48px !important;
}

@media (min-width: 992px) {
  .lh-lg-48 {
    line-height: 48px !important;
  }
}

/* PADDING */
.pt-48 {
  padding-top: 48px !important;
}

@media (min-width: 992px) {
  .pt-lg-48 {
    padding-top: 48px !important;
  }
}

.pb-48 {
  padding-bottom: 48px !important;
}

@media (min-width: 992px) {
  .pb-lg-48 {
    padding-bottom: 48px !important;
  }
}

/* MARGIN */
.mt-48 {
  margin-top: 48px !important;
}

@media (min-width: 992px) {
  .mt-lg-48 {
    margin-top: 48px !important;
  }
}

.mb-48 {
  margin-bottom: 48px !important;
}

@media (min-width: 992px) {
  .mb-lg-48 {
    margin-bottom: 48px !important;
  }
}

/* FONT-SIZE */
.fs-49 {
  font-size: 49px !important;
}

@media (min-width: 992px) {
  .fs-lg-49 {
    font-size: 49px !important;
  }
}

/* LINE-HEIGHT */
.lh-49 {
  line-height: 49px !important;
}

@media (min-width: 992px) {
  .lh-lg-49 {
    line-height: 49px !important;
  }
}

/* PADDING */
.pt-49 {
  padding-top: 49px !important;
}

@media (min-width: 992px) {
  .pt-lg-49 {
    padding-top: 49px !important;
  }
}

.pb-49 {
  padding-bottom: 49px !important;
}

@media (min-width: 992px) {
  .pb-lg-49 {
    padding-bottom: 49px !important;
  }
}

/* MARGIN */
.mt-49 {
  margin-top: 49px !important;
}

@media (min-width: 992px) {
  .mt-lg-49 {
    margin-top: 49px !important;
  }
}

.mb-49 {
  margin-bottom: 49px !important;
}

@media (min-width: 992px) {
  .mb-lg-49 {
    margin-bottom: 49px !important;
  }
}

/* FONT-SIZE */
.fs-50 {
  font-size: 50px !important;
}

@media (min-width: 992px) {
  .fs-lg-50, #main-container.single__gru #single-gru-info-container .info-box-container .valore {
    font-size: 50px !important;
  }
}

/* LINE-HEIGHT */
.lh-50 {
  line-height: 50px !important;
}

@media (min-width: 992px) {
  .lh-lg-50 {
    line-height: 50px !important;
  }
}

/* PADDING */
.pt-50 {
  padding-top: 50px !important;
}

@media (min-width: 992px) {
  .pt-lg-50 {
    padding-top: 50px !important;
  }
}

.pb-50 {
  padding-bottom: 50px !important;
}

@media (min-width: 992px) {
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
}

/* MARGIN */
.mt-50 {
  margin-top: 50px !important;
}

@media (min-width: 992px) {
  .mt-lg-50 {
    margin-top: 50px !important;
  }
}

.mb-50 {
  margin-bottom: 50px !important;
}

@media (min-width: 992px) {
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
}

/* FONT-SIZE */
.fs-51 {
  font-size: 51px !important;
}

@media (min-width: 992px) {
  .fs-lg-51 {
    font-size: 51px !important;
  }
}

/* LINE-HEIGHT */
.lh-51 {
  line-height: 51px !important;
}

@media (min-width: 992px) {
  .lh-lg-51 {
    line-height: 51px !important;
  }
}

/* PADDING */
.pt-51 {
  padding-top: 51px !important;
}

@media (min-width: 992px) {
  .pt-lg-51 {
    padding-top: 51px !important;
  }
}

.pb-51 {
  padding-bottom: 51px !important;
}

@media (min-width: 992px) {
  .pb-lg-51 {
    padding-bottom: 51px !important;
  }
}

/* MARGIN */
.mt-51 {
  margin-top: 51px !important;
}

@media (min-width: 992px) {
  .mt-lg-51 {
    margin-top: 51px !important;
  }
}

.mb-51 {
  margin-bottom: 51px !important;
}

@media (min-width: 992px) {
  .mb-lg-51 {
    margin-bottom: 51px !important;
  }
}

/* FONT-SIZE */
.fs-52 {
  font-size: 52px !important;
}

@media (min-width: 992px) {
  .fs-lg-52 {
    font-size: 52px !important;
  }
}

/* LINE-HEIGHT */
.lh-52 {
  line-height: 52px !important;
}

@media (min-width: 992px) {
  .lh-lg-52 {
    line-height: 52px !important;
  }
}

/* PADDING */
.pt-52 {
  padding-top: 52px !important;
}

@media (min-width: 992px) {
  .pt-lg-52 {
    padding-top: 52px !important;
  }
}

.pb-52 {
  padding-bottom: 52px !important;
}

@media (min-width: 992px) {
  .pb-lg-52 {
    padding-bottom: 52px !important;
  }
}

/* MARGIN */
.mt-52 {
  margin-top: 52px !important;
}

@media (min-width: 992px) {
  .mt-lg-52 {
    margin-top: 52px !important;
  }
}

.mb-52 {
  margin-bottom: 52px !important;
}

@media (min-width: 992px) {
  .mb-lg-52 {
    margin-bottom: 52px !important;
  }
}

/* FONT-SIZE */
.fs-53 {
  font-size: 53px !important;
}

@media (min-width: 992px) {
  .fs-lg-53 {
    font-size: 53px !important;
  }
}

/* LINE-HEIGHT */
.lh-53 {
  line-height: 53px !important;
}

@media (min-width: 992px) {
  .lh-lg-53 {
    line-height: 53px !important;
  }
}

/* PADDING */
.pt-53 {
  padding-top: 53px !important;
}

@media (min-width: 992px) {
  .pt-lg-53 {
    padding-top: 53px !important;
  }
}

.pb-53 {
  padding-bottom: 53px !important;
}

@media (min-width: 992px) {
  .pb-lg-53 {
    padding-bottom: 53px !important;
  }
}

/* MARGIN */
.mt-53 {
  margin-top: 53px !important;
}

@media (min-width: 992px) {
  .mt-lg-53 {
    margin-top: 53px !important;
  }
}

.mb-53 {
  margin-bottom: 53px !important;
}

@media (min-width: 992px) {
  .mb-lg-53 {
    margin-bottom: 53px !important;
  }
}

/* FONT-SIZE */
.fs-54 {
  font-size: 54px !important;
}

@media (min-width: 992px) {
  .fs-lg-54 {
    font-size: 54px !important;
  }
}

/* LINE-HEIGHT */
.lh-54 {
  line-height: 54px !important;
}

@media (min-width: 992px) {
  .lh-lg-54 {
    line-height: 54px !important;
  }
}

/* PADDING */
.pt-54 {
  padding-top: 54px !important;
}

@media (min-width: 992px) {
  .pt-lg-54 {
    padding-top: 54px !important;
  }
}

.pb-54 {
  padding-bottom: 54px !important;
}

@media (min-width: 992px) {
  .pb-lg-54 {
    padding-bottom: 54px !important;
  }
}

/* MARGIN */
.mt-54 {
  margin-top: 54px !important;
}

@media (min-width: 992px) {
  .mt-lg-54 {
    margin-top: 54px !important;
  }
}

.mb-54 {
  margin-bottom: 54px !important;
}

@media (min-width: 992px) {
  .mb-lg-54 {
    margin-bottom: 54px !important;
  }
}

/* FONT-SIZE */
.fs-55 {
  font-size: 55px !important;
}

@media (min-width: 992px) {
  .fs-lg-55 {
    font-size: 55px !important;
  }
}

/* LINE-HEIGHT */
.lh-55 {
  line-height: 55px !important;
}

@media (min-width: 992px) {
  .lh-lg-55 {
    line-height: 55px !important;
  }
}

/* PADDING */
.pt-55 {
  padding-top: 55px !important;
}

@media (min-width: 992px) {
  .pt-lg-55 {
    padding-top: 55px !important;
  }
}

.pb-55 {
  padding-bottom: 55px !important;
}

@media (min-width: 992px) {
  .pb-lg-55 {
    padding-bottom: 55px !important;
  }
}

/* MARGIN */
.mt-55 {
  margin-top: 55px !important;
}

@media (min-width: 992px) {
  .mt-lg-55 {
    margin-top: 55px !important;
  }
}

.mb-55 {
  margin-bottom: 55px !important;
}

@media (min-width: 992px) {
  .mb-lg-55 {
    margin-bottom: 55px !important;
  }
}

/* FONT-SIZE */
.fs-56 {
  font-size: 56px !important;
}

@media (min-width: 992px) {
  .fs-lg-56 {
    font-size: 56px !important;
  }
}

/* LINE-HEIGHT */
.lh-56 {
  line-height: 56px !important;
}

@media (min-width: 992px) {
  .lh-lg-56 {
    line-height: 56px !important;
  }
}

/* PADDING */
.pt-56 {
  padding-top: 56px !important;
}

@media (min-width: 992px) {
  .pt-lg-56 {
    padding-top: 56px !important;
  }
}

.pb-56 {
  padding-bottom: 56px !important;
}

@media (min-width: 992px) {
  .pb-lg-56 {
    padding-bottom: 56px !important;
  }
}

/* MARGIN */
.mt-56 {
  margin-top: 56px !important;
}

@media (min-width: 992px) {
  .mt-lg-56 {
    margin-top: 56px !important;
  }
}

.mb-56 {
  margin-bottom: 56px !important;
}

@media (min-width: 992px) {
  .mb-lg-56 {
    margin-bottom: 56px !important;
  }
}

/* FONT-SIZE */
.fs-57 {
  font-size: 57px !important;
}

@media (min-width: 992px) {
  .fs-lg-57 {
    font-size: 57px !important;
  }
}

/* LINE-HEIGHT */
.lh-57 {
  line-height: 57px !important;
}

@media (min-width: 992px) {
  .lh-lg-57 {
    line-height: 57px !important;
  }
}

/* PADDING */
.pt-57 {
  padding-top: 57px !important;
}

@media (min-width: 992px) {
  .pt-lg-57 {
    padding-top: 57px !important;
  }
}

.pb-57 {
  padding-bottom: 57px !important;
}

@media (min-width: 992px) {
  .pb-lg-57 {
    padding-bottom: 57px !important;
  }
}

/* MARGIN */
.mt-57 {
  margin-top: 57px !important;
}

@media (min-width: 992px) {
  .mt-lg-57 {
    margin-top: 57px !important;
  }
}

.mb-57 {
  margin-bottom: 57px !important;
}

@media (min-width: 992px) {
  .mb-lg-57 {
    margin-bottom: 57px !important;
  }
}

/* FONT-SIZE */
.fs-58 {
  font-size: 58px !important;
}

@media (min-width: 992px) {
  .fs-lg-58 {
    font-size: 58px !important;
  }
}

/* LINE-HEIGHT */
.lh-58 {
  line-height: 58px !important;
}

@media (min-width: 992px) {
  .lh-lg-58 {
    line-height: 58px !important;
  }
}

/* PADDING */
.pt-58 {
  padding-top: 58px !important;
}

@media (min-width: 992px) {
  .pt-lg-58 {
    padding-top: 58px !important;
  }
}

.pb-58 {
  padding-bottom: 58px !important;
}

@media (min-width: 992px) {
  .pb-lg-58 {
    padding-bottom: 58px !important;
  }
}

/* MARGIN */
.mt-58 {
  margin-top: 58px !important;
}

@media (min-width: 992px) {
  .mt-lg-58 {
    margin-top: 58px !important;
  }
}

.mb-58 {
  margin-bottom: 58px !important;
}

@media (min-width: 992px) {
  .mb-lg-58 {
    margin-bottom: 58px !important;
  }
}

/* FONT-SIZE */
.fs-59 {
  font-size: 59px !important;
}

@media (min-width: 992px) {
  .fs-lg-59 {
    font-size: 59px !important;
  }
}

/* LINE-HEIGHT */
.lh-59 {
  line-height: 59px !important;
}

@media (min-width: 992px) {
  .lh-lg-59 {
    line-height: 59px !important;
  }
}

/* PADDING */
.pt-59 {
  padding-top: 59px !important;
}

@media (min-width: 992px) {
  .pt-lg-59 {
    padding-top: 59px !important;
  }
}

.pb-59 {
  padding-bottom: 59px !important;
}

@media (min-width: 992px) {
  .pb-lg-59 {
    padding-bottom: 59px !important;
  }
}

/* MARGIN */
.mt-59 {
  margin-top: 59px !important;
}

@media (min-width: 992px) {
  .mt-lg-59 {
    margin-top: 59px !important;
  }
}

.mb-59 {
  margin-bottom: 59px !important;
}

@media (min-width: 992px) {
  .mb-lg-59 {
    margin-bottom: 59px !important;
  }
}

/* FONT-SIZE */
.fs-60 {
  font-size: 60px !important;
}

@media (min-width: 992px) {
  .fs-lg-60 {
    font-size: 60px !important;
  }
}

/* LINE-HEIGHT */
.lh-60 {
  line-height: 60px !important;
}

@media (min-width: 992px) {
  .lh-lg-60 {
    line-height: 60px !important;
  }
}

/* PADDING */
.pt-60 {
  padding-top: 60px !important;
}

@media (min-width: 992px) {
  .pt-lg-60 {
    padding-top: 60px !important;
  }
}

.pb-60 {
  padding-bottom: 60px !important;
}

@media (min-width: 992px) {
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
}

/* MARGIN */
.mt-60 {
  margin-top: 60px !important;
}

@media (min-width: 992px) {
  .mt-lg-60 {
    margin-top: 60px !important;
  }
}

.mb-60 {
  margin-bottom: 60px !important;
}

@media (min-width: 992px) {
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
}

/* FONT-SIZE */
.fs-61 {
  font-size: 61px !important;
}

@media (min-width: 992px) {
  .fs-lg-61 {
    font-size: 61px !important;
  }
}

/* LINE-HEIGHT */
.lh-61 {
  line-height: 61px !important;
}

@media (min-width: 992px) {
  .lh-lg-61 {
    line-height: 61px !important;
  }
}

/* PADDING */
.pt-61 {
  padding-top: 61px !important;
}

@media (min-width: 992px) {
  .pt-lg-61 {
    padding-top: 61px !important;
  }
}

.pb-61 {
  padding-bottom: 61px !important;
}

@media (min-width: 992px) {
  .pb-lg-61 {
    padding-bottom: 61px !important;
  }
}

/* MARGIN */
.mt-61 {
  margin-top: 61px !important;
}

@media (min-width: 992px) {
  .mt-lg-61 {
    margin-top: 61px !important;
  }
}

.mb-61 {
  margin-bottom: 61px !important;
}

@media (min-width: 992px) {
  .mb-lg-61 {
    margin-bottom: 61px !important;
  }
}

/* FONT-SIZE */
.fs-62 {
  font-size: 62px !important;
}

@media (min-width: 992px) {
  .fs-lg-62 {
    font-size: 62px !important;
  }
}

/* LINE-HEIGHT */
.lh-62 {
  line-height: 62px !important;
}

@media (min-width: 992px) {
  .lh-lg-62 {
    line-height: 62px !important;
  }
}

/* PADDING */
.pt-62 {
  padding-top: 62px !important;
}

@media (min-width: 992px) {
  .pt-lg-62 {
    padding-top: 62px !important;
  }
}

.pb-62 {
  padding-bottom: 62px !important;
}

@media (min-width: 992px) {
  .pb-lg-62 {
    padding-bottom: 62px !important;
  }
}

/* MARGIN */
.mt-62 {
  margin-top: 62px !important;
}

@media (min-width: 992px) {
  .mt-lg-62 {
    margin-top: 62px !important;
  }
}

.mb-62 {
  margin-bottom: 62px !important;
}

@media (min-width: 992px) {
  .mb-lg-62 {
    margin-bottom: 62px !important;
  }
}

/* FONT-SIZE */
.fs-63 {
  font-size: 63px !important;
}

@media (min-width: 992px) {
  .fs-lg-63 {
    font-size: 63px !important;
  }
}

/* LINE-HEIGHT */
.lh-63 {
  line-height: 63px !important;
}

@media (min-width: 992px) {
  .lh-lg-63 {
    line-height: 63px !important;
  }
}

/* PADDING */
.pt-63 {
  padding-top: 63px !important;
}

@media (min-width: 992px) {
  .pt-lg-63 {
    padding-top: 63px !important;
  }
}

.pb-63 {
  padding-bottom: 63px !important;
}

@media (min-width: 992px) {
  .pb-lg-63 {
    padding-bottom: 63px !important;
  }
}

/* MARGIN */
.mt-63 {
  margin-top: 63px !important;
}

@media (min-width: 992px) {
  .mt-lg-63 {
    margin-top: 63px !important;
  }
}

.mb-63 {
  margin-bottom: 63px !important;
}

@media (min-width: 992px) {
  .mb-lg-63 {
    margin-bottom: 63px !important;
  }
}

/* FONT-SIZE */
.fs-64 {
  font-size: 64px !important;
}

@media (min-width: 992px) {
  .fs-lg-64 {
    font-size: 64px !important;
  }
}

/* LINE-HEIGHT */
.lh-64 {
  line-height: 64px !important;
}

@media (min-width: 992px) {
  .lh-lg-64 {
    line-height: 64px !important;
  }
}

/* PADDING */
.pt-64 {
  padding-top: 64px !important;
}

@media (min-width: 992px) {
  .pt-lg-64 {
    padding-top: 64px !important;
  }
}

.pb-64 {
  padding-bottom: 64px !important;
}

@media (min-width: 992px) {
  .pb-lg-64 {
    padding-bottom: 64px !important;
  }
}

/* MARGIN */
.mt-64 {
  margin-top: 64px !important;
}

@media (min-width: 992px) {
  .mt-lg-64 {
    margin-top: 64px !important;
  }
}

.mb-64 {
  margin-bottom: 64px !important;
}

@media (min-width: 992px) {
  .mb-lg-64 {
    margin-bottom: 64px !important;
  }
}

/* FONT-SIZE */
.fs-65 {
  font-size: 65px !important;
}

@media (min-width: 992px) {
  .fs-lg-65 {
    font-size: 65px !important;
  }
}

/* LINE-HEIGHT */
.lh-65 {
  line-height: 65px !important;
}

@media (min-width: 992px) {
  .lh-lg-65 {
    line-height: 65px !important;
  }
}

/* PADDING */
.pt-65 {
  padding-top: 65px !important;
}

@media (min-width: 992px) {
  .pt-lg-65 {
    padding-top: 65px !important;
  }
}

.pb-65 {
  padding-bottom: 65px !important;
}

@media (min-width: 992px) {
  .pb-lg-65 {
    padding-bottom: 65px !important;
  }
}

/* MARGIN */
.mt-65 {
  margin-top: 65px !important;
}

@media (min-width: 992px) {
  .mt-lg-65 {
    margin-top: 65px !important;
  }
}

.mb-65 {
  margin-bottom: 65px !important;
}

@media (min-width: 992px) {
  .mb-lg-65 {
    margin-bottom: 65px !important;
  }
}

/* FONT-SIZE */
.fs-66 {
  font-size: 66px !important;
}

@media (min-width: 992px) {
  .fs-lg-66 {
    font-size: 66px !important;
  }
}

/* LINE-HEIGHT */
.lh-66 {
  line-height: 66px !important;
}

@media (min-width: 992px) {
  .lh-lg-66 {
    line-height: 66px !important;
  }
}

/* PADDING */
.pt-66 {
  padding-top: 66px !important;
}

@media (min-width: 992px) {
  .pt-lg-66 {
    padding-top: 66px !important;
  }
}

.pb-66 {
  padding-bottom: 66px !important;
}

@media (min-width: 992px) {
  .pb-lg-66 {
    padding-bottom: 66px !important;
  }
}

/* MARGIN */
.mt-66 {
  margin-top: 66px !important;
}

@media (min-width: 992px) {
  .mt-lg-66 {
    margin-top: 66px !important;
  }
}

.mb-66 {
  margin-bottom: 66px !important;
}

@media (min-width: 992px) {
  .mb-lg-66 {
    margin-bottom: 66px !important;
  }
}

/* FONT-SIZE */
.fs-67 {
  font-size: 67px !important;
}

@media (min-width: 992px) {
  .fs-lg-67 {
    font-size: 67px !important;
  }
}

/* LINE-HEIGHT */
.lh-67 {
  line-height: 67px !important;
}

@media (min-width: 992px) {
  .lh-lg-67 {
    line-height: 67px !important;
  }
}

/* PADDING */
.pt-67 {
  padding-top: 67px !important;
}

@media (min-width: 992px) {
  .pt-lg-67 {
    padding-top: 67px !important;
  }
}

.pb-67 {
  padding-bottom: 67px !important;
}

@media (min-width: 992px) {
  .pb-lg-67 {
    padding-bottom: 67px !important;
  }
}

/* MARGIN */
.mt-67 {
  margin-top: 67px !important;
}

@media (min-width: 992px) {
  .mt-lg-67 {
    margin-top: 67px !important;
  }
}

.mb-67 {
  margin-bottom: 67px !important;
}

@media (min-width: 992px) {
  .mb-lg-67 {
    margin-bottom: 67px !important;
  }
}

/* FONT-SIZE */
.fs-68 {
  font-size: 68px !important;
}

@media (min-width: 992px) {
  .fs-lg-68 {
    font-size: 68px !important;
  }
}

/* LINE-HEIGHT */
.lh-68 {
  line-height: 68px !important;
}

@media (min-width: 992px) {
  .lh-lg-68 {
    line-height: 68px !important;
  }
}

/* PADDING */
.pt-68 {
  padding-top: 68px !important;
}

@media (min-width: 992px) {
  .pt-lg-68 {
    padding-top: 68px !important;
  }
}

.pb-68 {
  padding-bottom: 68px !important;
}

@media (min-width: 992px) {
  .pb-lg-68 {
    padding-bottom: 68px !important;
  }
}

/* MARGIN */
.mt-68 {
  margin-top: 68px !important;
}

@media (min-width: 992px) {
  .mt-lg-68 {
    margin-top: 68px !important;
  }
}

.mb-68 {
  margin-bottom: 68px !important;
}

@media (min-width: 992px) {
  .mb-lg-68 {
    margin-bottom: 68px !important;
  }
}

/* FONT-SIZE */
.fs-69 {
  font-size: 69px !important;
}

@media (min-width: 992px) {
  .fs-lg-69 {
    font-size: 69px !important;
  }
}

/* LINE-HEIGHT */
.lh-69 {
  line-height: 69px !important;
}

@media (min-width: 992px) {
  .lh-lg-69 {
    line-height: 69px !important;
  }
}

/* PADDING */
.pt-69 {
  padding-top: 69px !important;
}

@media (min-width: 992px) {
  .pt-lg-69 {
    padding-top: 69px !important;
  }
}

.pb-69 {
  padding-bottom: 69px !important;
}

@media (min-width: 992px) {
  .pb-lg-69 {
    padding-bottom: 69px !important;
  }
}

/* MARGIN */
.mt-69 {
  margin-top: 69px !important;
}

@media (min-width: 992px) {
  .mt-lg-69 {
    margin-top: 69px !important;
  }
}

.mb-69 {
  margin-bottom: 69px !important;
}

@media (min-width: 992px) {
  .mb-lg-69 {
    margin-bottom: 69px !important;
  }
}

/* FONT-SIZE */
.fs-70 {
  font-size: 70px !important;
}

@media (min-width: 992px) {
  .fs-lg-70 {
    font-size: 70px !important;
  }
}

/* LINE-HEIGHT */
.lh-70 {
  line-height: 70px !important;
}

@media (min-width: 992px) {
  .lh-lg-70 {
    line-height: 70px !important;
  }
}

/* PADDING */
.pt-70 {
  padding-top: 70px !important;
}

@media (min-width: 992px) {
  .pt-lg-70 {
    padding-top: 70px !important;
  }
}

.pb-70 {
  padding-bottom: 70px !important;
}

@media (min-width: 992px) {
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
}

/* MARGIN */
.mt-70 {
  margin-top: 70px !important;
}

@media (min-width: 992px) {
  .mt-lg-70 {
    margin-top: 70px !important;
  }
}

.mb-70 {
  margin-bottom: 70px !important;
}

@media (min-width: 992px) {
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
}

/* FONT-SIZE */
.fs-71 {
  font-size: 71px !important;
}

@media (min-width: 992px) {
  .fs-lg-71 {
    font-size: 71px !important;
  }
}

/* LINE-HEIGHT */
.lh-71 {
  line-height: 71px !important;
}

@media (min-width: 992px) {
  .lh-lg-71 {
    line-height: 71px !important;
  }
}

/* PADDING */
.pt-71 {
  padding-top: 71px !important;
}

@media (min-width: 992px) {
  .pt-lg-71 {
    padding-top: 71px !important;
  }
}

.pb-71 {
  padding-bottom: 71px !important;
}

@media (min-width: 992px) {
  .pb-lg-71 {
    padding-bottom: 71px !important;
  }
}

/* MARGIN */
.mt-71 {
  margin-top: 71px !important;
}

@media (min-width: 992px) {
  .mt-lg-71 {
    margin-top: 71px !important;
  }
}

.mb-71 {
  margin-bottom: 71px !important;
}

@media (min-width: 992px) {
  .mb-lg-71 {
    margin-bottom: 71px !important;
  }
}

/* FONT-SIZE */
.fs-72 {
  font-size: 72px !important;
}

@media (min-width: 992px) {
  .fs-lg-72 {
    font-size: 72px !important;
  }
}

/* LINE-HEIGHT */
.lh-72 {
  line-height: 72px !important;
}

@media (min-width: 992px) {
  .lh-lg-72 {
    line-height: 72px !important;
  }
}

/* PADDING */
.pt-72 {
  padding-top: 72px !important;
}

@media (min-width: 992px) {
  .pt-lg-72 {
    padding-top: 72px !important;
  }
}

.pb-72 {
  padding-bottom: 72px !important;
}

@media (min-width: 992px) {
  .pb-lg-72 {
    padding-bottom: 72px !important;
  }
}

/* MARGIN */
.mt-72 {
  margin-top: 72px !important;
}

@media (min-width: 992px) {
  .mt-lg-72 {
    margin-top: 72px !important;
  }
}

.mb-72 {
  margin-bottom: 72px !important;
}

@media (min-width: 992px) {
  .mb-lg-72 {
    margin-bottom: 72px !important;
  }
}

/* FONT-SIZE */
.fs-73 {
  font-size: 73px !important;
}

@media (min-width: 992px) {
  .fs-lg-73 {
    font-size: 73px !important;
  }
}

/* LINE-HEIGHT */
.lh-73 {
  line-height: 73px !important;
}

@media (min-width: 992px) {
  .lh-lg-73 {
    line-height: 73px !important;
  }
}

/* PADDING */
.pt-73 {
  padding-top: 73px !important;
}

@media (min-width: 992px) {
  .pt-lg-73 {
    padding-top: 73px !important;
  }
}

.pb-73 {
  padding-bottom: 73px !important;
}

@media (min-width: 992px) {
  .pb-lg-73 {
    padding-bottom: 73px !important;
  }
}

/* MARGIN */
.mt-73 {
  margin-top: 73px !important;
}

@media (min-width: 992px) {
  .mt-lg-73 {
    margin-top: 73px !important;
  }
}

.mb-73 {
  margin-bottom: 73px !important;
}

@media (min-width: 992px) {
  .mb-lg-73 {
    margin-bottom: 73px !important;
  }
}

/* FONT-SIZE */
.fs-74 {
  font-size: 74px !important;
}

@media (min-width: 992px) {
  .fs-lg-74 {
    font-size: 74px !important;
  }
}

/* LINE-HEIGHT */
.lh-74 {
  line-height: 74px !important;
}

@media (min-width: 992px) {
  .lh-lg-74 {
    line-height: 74px !important;
  }
}

/* PADDING */
.pt-74 {
  padding-top: 74px !important;
}

@media (min-width: 992px) {
  .pt-lg-74 {
    padding-top: 74px !important;
  }
}

.pb-74 {
  padding-bottom: 74px !important;
}

@media (min-width: 992px) {
  .pb-lg-74 {
    padding-bottom: 74px !important;
  }
}

/* MARGIN */
.mt-74 {
  margin-top: 74px !important;
}

@media (min-width: 992px) {
  .mt-lg-74 {
    margin-top: 74px !important;
  }
}

.mb-74 {
  margin-bottom: 74px !important;
}

@media (min-width: 992px) {
  .mb-lg-74 {
    margin-bottom: 74px !important;
  }
}

/* FONT-SIZE */
.fs-75 {
  font-size: 75px !important;
}

@media (min-width: 992px) {
  .fs-lg-75 {
    font-size: 75px !important;
  }
}

/* LINE-HEIGHT */
.lh-75 {
  line-height: 75px !important;
}

@media (min-width: 992px) {
  .lh-lg-75 {
    line-height: 75px !important;
  }
}

/* PADDING */
.pt-75 {
  padding-top: 75px !important;
}

@media (min-width: 992px) {
  .pt-lg-75 {
    padding-top: 75px !important;
  }
}

.pb-75 {
  padding-bottom: 75px !important;
}

@media (min-width: 992px) {
  .pb-lg-75 {
    padding-bottom: 75px !important;
  }
}

/* MARGIN */
.mt-75 {
  margin-top: 75px !important;
}

@media (min-width: 992px) {
  .mt-lg-75 {
    margin-top: 75px !important;
  }
}

.mb-75 {
  margin-bottom: 75px !important;
}

@media (min-width: 992px) {
  .mb-lg-75 {
    margin-bottom: 75px !important;
  }
}

/* FONT-SIZE */
.fs-76 {
  font-size: 76px !important;
}

@media (min-width: 992px) {
  .fs-lg-76 {
    font-size: 76px !important;
  }
}

/* LINE-HEIGHT */
.lh-76 {
  line-height: 76px !important;
}

@media (min-width: 992px) {
  .lh-lg-76 {
    line-height: 76px !important;
  }
}

/* PADDING */
.pt-76 {
  padding-top: 76px !important;
}

@media (min-width: 992px) {
  .pt-lg-76 {
    padding-top: 76px !important;
  }
}

.pb-76 {
  padding-bottom: 76px !important;
}

@media (min-width: 992px) {
  .pb-lg-76 {
    padding-bottom: 76px !important;
  }
}

/* MARGIN */
.mt-76 {
  margin-top: 76px !important;
}

@media (min-width: 992px) {
  .mt-lg-76 {
    margin-top: 76px !important;
  }
}

.mb-76 {
  margin-bottom: 76px !important;
}

@media (min-width: 992px) {
  .mb-lg-76 {
    margin-bottom: 76px !important;
  }
}

/* FONT-SIZE */
.fs-77 {
  font-size: 77px !important;
}

@media (min-width: 992px) {
  .fs-lg-77 {
    font-size: 77px !important;
  }
}

/* LINE-HEIGHT */
.lh-77 {
  line-height: 77px !important;
}

@media (min-width: 992px) {
  .lh-lg-77 {
    line-height: 77px !important;
  }
}

/* PADDING */
.pt-77 {
  padding-top: 77px !important;
}

@media (min-width: 992px) {
  .pt-lg-77 {
    padding-top: 77px !important;
  }
}

.pb-77 {
  padding-bottom: 77px !important;
}

@media (min-width: 992px) {
  .pb-lg-77 {
    padding-bottom: 77px !important;
  }
}

/* MARGIN */
.mt-77 {
  margin-top: 77px !important;
}

@media (min-width: 992px) {
  .mt-lg-77 {
    margin-top: 77px !important;
  }
}

.mb-77 {
  margin-bottom: 77px !important;
}

@media (min-width: 992px) {
  .mb-lg-77 {
    margin-bottom: 77px !important;
  }
}

/* FONT-SIZE */
.fs-78 {
  font-size: 78px !important;
}

@media (min-width: 992px) {
  .fs-lg-78 {
    font-size: 78px !important;
  }
}

/* LINE-HEIGHT */
.lh-78 {
  line-height: 78px !important;
}

@media (min-width: 992px) {
  .lh-lg-78 {
    line-height: 78px !important;
  }
}

/* PADDING */
.pt-78 {
  padding-top: 78px !important;
}

@media (min-width: 992px) {
  .pt-lg-78 {
    padding-top: 78px !important;
  }
}

.pb-78 {
  padding-bottom: 78px !important;
}

@media (min-width: 992px) {
  .pb-lg-78 {
    padding-bottom: 78px !important;
  }
}

/* MARGIN */
.mt-78 {
  margin-top: 78px !important;
}

@media (min-width: 992px) {
  .mt-lg-78 {
    margin-top: 78px !important;
  }
}

.mb-78 {
  margin-bottom: 78px !important;
}

@media (min-width: 992px) {
  .mb-lg-78 {
    margin-bottom: 78px !important;
  }
}

/* FONT-SIZE */
.fs-79 {
  font-size: 79px !important;
}

@media (min-width: 992px) {
  .fs-lg-79 {
    font-size: 79px !important;
  }
}

/* LINE-HEIGHT */
.lh-79 {
  line-height: 79px !important;
}

@media (min-width: 992px) {
  .lh-lg-79 {
    line-height: 79px !important;
  }
}

/* PADDING */
.pt-79 {
  padding-top: 79px !important;
}

@media (min-width: 992px) {
  .pt-lg-79 {
    padding-top: 79px !important;
  }
}

.pb-79 {
  padding-bottom: 79px !important;
}

@media (min-width: 992px) {
  .pb-lg-79 {
    padding-bottom: 79px !important;
  }
}

/* MARGIN */
.mt-79 {
  margin-top: 79px !important;
}

@media (min-width: 992px) {
  .mt-lg-79 {
    margin-top: 79px !important;
  }
}

.mb-79 {
  margin-bottom: 79px !important;
}

@media (min-width: 992px) {
  .mb-lg-79 {
    margin-bottom: 79px !important;
  }
}

/* FONT-SIZE */
.fs-80 {
  font-size: 80px !important;
}

@media (min-width: 992px) {
  .fs-lg-80 {
    font-size: 80px !important;
  }
}

/* LINE-HEIGHT */
.lh-80 {
  line-height: 80px !important;
}

@media (min-width: 992px) {
  .lh-lg-80 {
    line-height: 80px !important;
  }
}

/* PADDING */
.pt-80 {
  padding-top: 80px !important;
}

@media (min-width: 992px) {
  .pt-lg-80 {
    padding-top: 80px !important;
  }
}

.pb-80 {
  padding-bottom: 80px !important;
}

@media (min-width: 992px) {
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
}

/* MARGIN */
.mt-80 {
  margin-top: 80px !important;
}

@media (min-width: 992px) {
  .mt-lg-80 {
    margin-top: 80px !important;
  }
}

.mb-80 {
  margin-bottom: 80px !important;
}

@media (min-width: 992px) {
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
}

/* FONT-SIZE */
.fs-81 {
  font-size: 81px !important;
}

@media (min-width: 992px) {
  .fs-lg-81 {
    font-size: 81px !important;
  }
}

/* LINE-HEIGHT */
.lh-81 {
  line-height: 81px !important;
}

@media (min-width: 992px) {
  .lh-lg-81 {
    line-height: 81px !important;
  }
}

/* PADDING */
.pt-81 {
  padding-top: 81px !important;
}

@media (min-width: 992px) {
  .pt-lg-81 {
    padding-top: 81px !important;
  }
}

.pb-81 {
  padding-bottom: 81px !important;
}

@media (min-width: 992px) {
  .pb-lg-81 {
    padding-bottom: 81px !important;
  }
}

/* MARGIN */
.mt-81 {
  margin-top: 81px !important;
}

@media (min-width: 992px) {
  .mt-lg-81 {
    margin-top: 81px !important;
  }
}

.mb-81 {
  margin-bottom: 81px !important;
}

@media (min-width: 992px) {
  .mb-lg-81 {
    margin-bottom: 81px !important;
  }
}

/* FONT-SIZE */
.fs-82 {
  font-size: 82px !important;
}

@media (min-width: 992px) {
  .fs-lg-82 {
    font-size: 82px !important;
  }
}

/* LINE-HEIGHT */
.lh-82 {
  line-height: 82px !important;
}

@media (min-width: 992px) {
  .lh-lg-82 {
    line-height: 82px !important;
  }
}

/* PADDING */
.pt-82 {
  padding-top: 82px !important;
}

@media (min-width: 992px) {
  .pt-lg-82 {
    padding-top: 82px !important;
  }
}

.pb-82 {
  padding-bottom: 82px !important;
}

@media (min-width: 992px) {
  .pb-lg-82 {
    padding-bottom: 82px !important;
  }
}

/* MARGIN */
.mt-82 {
  margin-top: 82px !important;
}

@media (min-width: 992px) {
  .mt-lg-82 {
    margin-top: 82px !important;
  }
}

.mb-82 {
  margin-bottom: 82px !important;
}

@media (min-width: 992px) {
  .mb-lg-82 {
    margin-bottom: 82px !important;
  }
}

/* FONT-SIZE */
.fs-83 {
  font-size: 83px !important;
}

@media (min-width: 992px) {
  .fs-lg-83 {
    font-size: 83px !important;
  }
}

/* LINE-HEIGHT */
.lh-83 {
  line-height: 83px !important;
}

@media (min-width: 992px) {
  .lh-lg-83 {
    line-height: 83px !important;
  }
}

/* PADDING */
.pt-83 {
  padding-top: 83px !important;
}

@media (min-width: 992px) {
  .pt-lg-83 {
    padding-top: 83px !important;
  }
}

.pb-83 {
  padding-bottom: 83px !important;
}

@media (min-width: 992px) {
  .pb-lg-83 {
    padding-bottom: 83px !important;
  }
}

/* MARGIN */
.mt-83 {
  margin-top: 83px !important;
}

@media (min-width: 992px) {
  .mt-lg-83 {
    margin-top: 83px !important;
  }
}

.mb-83 {
  margin-bottom: 83px !important;
}

@media (min-width: 992px) {
  .mb-lg-83 {
    margin-bottom: 83px !important;
  }
}

/* FONT-SIZE */
.fs-84 {
  font-size: 84px !important;
}

@media (min-width: 992px) {
  .fs-lg-84 {
    font-size: 84px !important;
  }
}

/* LINE-HEIGHT */
.lh-84 {
  line-height: 84px !important;
}

@media (min-width: 992px) {
  .lh-lg-84 {
    line-height: 84px !important;
  }
}

/* PADDING */
.pt-84 {
  padding-top: 84px !important;
}

@media (min-width: 992px) {
  .pt-lg-84 {
    padding-top: 84px !important;
  }
}

.pb-84 {
  padding-bottom: 84px !important;
}

@media (min-width: 992px) {
  .pb-lg-84 {
    padding-bottom: 84px !important;
  }
}

/* MARGIN */
.mt-84 {
  margin-top: 84px !important;
}

@media (min-width: 992px) {
  .mt-lg-84 {
    margin-top: 84px !important;
  }
}

.mb-84 {
  margin-bottom: 84px !important;
}

@media (min-width: 992px) {
  .mb-lg-84 {
    margin-bottom: 84px !important;
  }
}

/* FONT-SIZE */
.fs-85 {
  font-size: 85px !important;
}

@media (min-width: 992px) {
  .fs-lg-85 {
    font-size: 85px !important;
  }
}

/* LINE-HEIGHT */
.lh-85 {
  line-height: 85px !important;
}

@media (min-width: 992px) {
  .lh-lg-85 {
    line-height: 85px !important;
  }
}

/* PADDING */
.pt-85 {
  padding-top: 85px !important;
}

@media (min-width: 992px) {
  .pt-lg-85 {
    padding-top: 85px !important;
  }
}

.pb-85 {
  padding-bottom: 85px !important;
}

@media (min-width: 992px) {
  .pb-lg-85 {
    padding-bottom: 85px !important;
  }
}

/* MARGIN */
.mt-85 {
  margin-top: 85px !important;
}

@media (min-width: 992px) {
  .mt-lg-85 {
    margin-top: 85px !important;
  }
}

.mb-85 {
  margin-bottom: 85px !important;
}

@media (min-width: 992px) {
  .mb-lg-85 {
    margin-bottom: 85px !important;
  }
}

/* FONT-SIZE */
.fs-86 {
  font-size: 86px !important;
}

@media (min-width: 992px) {
  .fs-lg-86 {
    font-size: 86px !important;
  }
}

/* LINE-HEIGHT */
.lh-86 {
  line-height: 86px !important;
}

@media (min-width: 992px) {
  .lh-lg-86 {
    line-height: 86px !important;
  }
}

/* PADDING */
.pt-86 {
  padding-top: 86px !important;
}

@media (min-width: 992px) {
  .pt-lg-86 {
    padding-top: 86px !important;
  }
}

.pb-86 {
  padding-bottom: 86px !important;
}

@media (min-width: 992px) {
  .pb-lg-86 {
    padding-bottom: 86px !important;
  }
}

/* MARGIN */
.mt-86 {
  margin-top: 86px !important;
}

@media (min-width: 992px) {
  .mt-lg-86 {
    margin-top: 86px !important;
  }
}

.mb-86 {
  margin-bottom: 86px !important;
}

@media (min-width: 992px) {
  .mb-lg-86 {
    margin-bottom: 86px !important;
  }
}

/* FONT-SIZE */
.fs-87 {
  font-size: 87px !important;
}

@media (min-width: 992px) {
  .fs-lg-87 {
    font-size: 87px !important;
  }
}

/* LINE-HEIGHT */
.lh-87 {
  line-height: 87px !important;
}

@media (min-width: 992px) {
  .lh-lg-87 {
    line-height: 87px !important;
  }
}

/* PADDING */
.pt-87 {
  padding-top: 87px !important;
}

@media (min-width: 992px) {
  .pt-lg-87 {
    padding-top: 87px !important;
  }
}

.pb-87 {
  padding-bottom: 87px !important;
}

@media (min-width: 992px) {
  .pb-lg-87 {
    padding-bottom: 87px !important;
  }
}

/* MARGIN */
.mt-87 {
  margin-top: 87px !important;
}

@media (min-width: 992px) {
  .mt-lg-87 {
    margin-top: 87px !important;
  }
}

.mb-87 {
  margin-bottom: 87px !important;
}

@media (min-width: 992px) {
  .mb-lg-87 {
    margin-bottom: 87px !important;
  }
}

/* FONT-SIZE */
.fs-88 {
  font-size: 88px !important;
}

@media (min-width: 992px) {
  .fs-lg-88 {
    font-size: 88px !important;
  }
}

/* LINE-HEIGHT */
.lh-88 {
  line-height: 88px !important;
}

@media (min-width: 992px) {
  .lh-lg-88 {
    line-height: 88px !important;
  }
}

/* PADDING */
.pt-88 {
  padding-top: 88px !important;
}

@media (min-width: 992px) {
  .pt-lg-88 {
    padding-top: 88px !important;
  }
}

.pb-88 {
  padding-bottom: 88px !important;
}

@media (min-width: 992px) {
  .pb-lg-88 {
    padding-bottom: 88px !important;
  }
}

/* MARGIN */
.mt-88 {
  margin-top: 88px !important;
}

@media (min-width: 992px) {
  .mt-lg-88 {
    margin-top: 88px !important;
  }
}

.mb-88 {
  margin-bottom: 88px !important;
}

@media (min-width: 992px) {
  .mb-lg-88 {
    margin-bottom: 88px !important;
  }
}

/* FONT-SIZE */
.fs-89 {
  font-size: 89px !important;
}

@media (min-width: 992px) {
  .fs-lg-89 {
    font-size: 89px !important;
  }
}

/* LINE-HEIGHT */
.lh-89 {
  line-height: 89px !important;
}

@media (min-width: 992px) {
  .lh-lg-89 {
    line-height: 89px !important;
  }
}

/* PADDING */
.pt-89 {
  padding-top: 89px !important;
}

@media (min-width: 992px) {
  .pt-lg-89 {
    padding-top: 89px !important;
  }
}

.pb-89 {
  padding-bottom: 89px !important;
}

@media (min-width: 992px) {
  .pb-lg-89 {
    padding-bottom: 89px !important;
  }
}

/* MARGIN */
.mt-89 {
  margin-top: 89px !important;
}

@media (min-width: 992px) {
  .mt-lg-89 {
    margin-top: 89px !important;
  }
}

.mb-89 {
  margin-bottom: 89px !important;
}

@media (min-width: 992px) {
  .mb-lg-89 {
    margin-bottom: 89px !important;
  }
}

/* FONT-SIZE */
.fs-90 {
  font-size: 90px !important;
}

@media (min-width: 992px) {
  .fs-lg-90 {
    font-size: 90px !important;
  }
}

/* LINE-HEIGHT */
.lh-90 {
  line-height: 90px !important;
}

@media (min-width: 992px) {
  .lh-lg-90 {
    line-height: 90px !important;
  }
}

/* PADDING */
.pt-90 {
  padding-top: 90px !important;
}

@media (min-width: 992px) {
  .pt-lg-90 {
    padding-top: 90px !important;
  }
}

.pb-90 {
  padding-bottom: 90px !important;
}

@media (min-width: 992px) {
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
}

/* MARGIN */
.mt-90 {
  margin-top: 90px !important;
}

@media (min-width: 992px) {
  .mt-lg-90 {
    margin-top: 90px !important;
  }
}

.mb-90 {
  margin-bottom: 90px !important;
}

@media (min-width: 992px) {
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
}

/* FONT-SIZE */
.fs-91 {
  font-size: 91px !important;
}

@media (min-width: 992px) {
  .fs-lg-91 {
    font-size: 91px !important;
  }
}

/* LINE-HEIGHT */
.lh-91 {
  line-height: 91px !important;
}

@media (min-width: 992px) {
  .lh-lg-91 {
    line-height: 91px !important;
  }
}

/* PADDING */
.pt-91 {
  padding-top: 91px !important;
}

@media (min-width: 992px) {
  .pt-lg-91 {
    padding-top: 91px !important;
  }
}

.pb-91 {
  padding-bottom: 91px !important;
}

@media (min-width: 992px) {
  .pb-lg-91 {
    padding-bottom: 91px !important;
  }
}

/* MARGIN */
.mt-91 {
  margin-top: 91px !important;
}

@media (min-width: 992px) {
  .mt-lg-91 {
    margin-top: 91px !important;
  }
}

.mb-91 {
  margin-bottom: 91px !important;
}

@media (min-width: 992px) {
  .mb-lg-91 {
    margin-bottom: 91px !important;
  }
}

/* FONT-SIZE */
.fs-92 {
  font-size: 92px !important;
}

@media (min-width: 992px) {
  .fs-lg-92 {
    font-size: 92px !important;
  }
}

/* LINE-HEIGHT */
.lh-92 {
  line-height: 92px !important;
}

@media (min-width: 992px) {
  .lh-lg-92 {
    line-height: 92px !important;
  }
}

/* PADDING */
.pt-92 {
  padding-top: 92px !important;
}

@media (min-width: 992px) {
  .pt-lg-92 {
    padding-top: 92px !important;
  }
}

.pb-92 {
  padding-bottom: 92px !important;
}

@media (min-width: 992px) {
  .pb-lg-92 {
    padding-bottom: 92px !important;
  }
}

/* MARGIN */
.mt-92 {
  margin-top: 92px !important;
}

@media (min-width: 992px) {
  .mt-lg-92 {
    margin-top: 92px !important;
  }
}

.mb-92 {
  margin-bottom: 92px !important;
}

@media (min-width: 992px) {
  .mb-lg-92 {
    margin-bottom: 92px !important;
  }
}

/* FONT-SIZE */
.fs-93 {
  font-size: 93px !important;
}

@media (min-width: 992px) {
  .fs-lg-93 {
    font-size: 93px !important;
  }
}

/* LINE-HEIGHT */
.lh-93 {
  line-height: 93px !important;
}

@media (min-width: 992px) {
  .lh-lg-93 {
    line-height: 93px !important;
  }
}

/* PADDING */
.pt-93 {
  padding-top: 93px !important;
}

@media (min-width: 992px) {
  .pt-lg-93 {
    padding-top: 93px !important;
  }
}

.pb-93 {
  padding-bottom: 93px !important;
}

@media (min-width: 992px) {
  .pb-lg-93 {
    padding-bottom: 93px !important;
  }
}

/* MARGIN */
.mt-93 {
  margin-top: 93px !important;
}

@media (min-width: 992px) {
  .mt-lg-93 {
    margin-top: 93px !important;
  }
}

.mb-93 {
  margin-bottom: 93px !important;
}

@media (min-width: 992px) {
  .mb-lg-93 {
    margin-bottom: 93px !important;
  }
}

/* FONT-SIZE */
.fs-94 {
  font-size: 94px !important;
}

@media (min-width: 992px) {
  .fs-lg-94 {
    font-size: 94px !important;
  }
}

/* LINE-HEIGHT */
.lh-94 {
  line-height: 94px !important;
}

@media (min-width: 992px) {
  .lh-lg-94 {
    line-height: 94px !important;
  }
}

/* PADDING */
.pt-94 {
  padding-top: 94px !important;
}

@media (min-width: 992px) {
  .pt-lg-94 {
    padding-top: 94px !important;
  }
}

.pb-94 {
  padding-bottom: 94px !important;
}

@media (min-width: 992px) {
  .pb-lg-94 {
    padding-bottom: 94px !important;
  }
}

/* MARGIN */
.mt-94 {
  margin-top: 94px !important;
}

@media (min-width: 992px) {
  .mt-lg-94 {
    margin-top: 94px !important;
  }
}

.mb-94 {
  margin-bottom: 94px !important;
}

@media (min-width: 992px) {
  .mb-lg-94 {
    margin-bottom: 94px !important;
  }
}

/* FONT-SIZE */
.fs-95 {
  font-size: 95px !important;
}

@media (min-width: 992px) {
  .fs-lg-95 {
    font-size: 95px !important;
  }
}

/* LINE-HEIGHT */
.lh-95 {
  line-height: 95px !important;
}

@media (min-width: 992px) {
  .lh-lg-95 {
    line-height: 95px !important;
  }
}

/* PADDING */
.pt-95 {
  padding-top: 95px !important;
}

@media (min-width: 992px) {
  .pt-lg-95 {
    padding-top: 95px !important;
  }
}

.pb-95 {
  padding-bottom: 95px !important;
}

@media (min-width: 992px) {
  .pb-lg-95 {
    padding-bottom: 95px !important;
  }
}

/* MARGIN */
.mt-95 {
  margin-top: 95px !important;
}

@media (min-width: 992px) {
  .mt-lg-95 {
    margin-top: 95px !important;
  }
}

.mb-95 {
  margin-bottom: 95px !important;
}

@media (min-width: 992px) {
  .mb-lg-95 {
    margin-bottom: 95px !important;
  }
}

/* FONT-SIZE */
.fs-96 {
  font-size: 96px !important;
}

@media (min-width: 992px) {
  .fs-lg-96 {
    font-size: 96px !important;
  }
}

/* LINE-HEIGHT */
.lh-96 {
  line-height: 96px !important;
}

@media (min-width: 992px) {
  .lh-lg-96 {
    line-height: 96px !important;
  }
}

/* PADDING */
.pt-96 {
  padding-top: 96px !important;
}

@media (min-width: 992px) {
  .pt-lg-96 {
    padding-top: 96px !important;
  }
}

.pb-96 {
  padding-bottom: 96px !important;
}

@media (min-width: 992px) {
  .pb-lg-96 {
    padding-bottom: 96px !important;
  }
}

/* MARGIN */
.mt-96 {
  margin-top: 96px !important;
}

@media (min-width: 992px) {
  .mt-lg-96 {
    margin-top: 96px !important;
  }
}

.mb-96 {
  margin-bottom: 96px !important;
}

@media (min-width: 992px) {
  .mb-lg-96 {
    margin-bottom: 96px !important;
  }
}

/* FONT-SIZE */
.fs-97 {
  font-size: 97px !important;
}

@media (min-width: 992px) {
  .fs-lg-97 {
    font-size: 97px !important;
  }
}

/* LINE-HEIGHT */
.lh-97 {
  line-height: 97px !important;
}

@media (min-width: 992px) {
  .lh-lg-97 {
    line-height: 97px !important;
  }
}

/* PADDING */
.pt-97 {
  padding-top: 97px !important;
}

@media (min-width: 992px) {
  .pt-lg-97 {
    padding-top: 97px !important;
  }
}

.pb-97 {
  padding-bottom: 97px !important;
}

@media (min-width: 992px) {
  .pb-lg-97 {
    padding-bottom: 97px !important;
  }
}

/* MARGIN */
.mt-97 {
  margin-top: 97px !important;
}

@media (min-width: 992px) {
  .mt-lg-97 {
    margin-top: 97px !important;
  }
}

.mb-97 {
  margin-bottom: 97px !important;
}

@media (min-width: 992px) {
  .mb-lg-97 {
    margin-bottom: 97px !important;
  }
}

/* FONT-SIZE */
.fs-98 {
  font-size: 98px !important;
}

@media (min-width: 992px) {
  .fs-lg-98 {
    font-size: 98px !important;
  }
}

/* LINE-HEIGHT */
.lh-98 {
  line-height: 98px !important;
}

@media (min-width: 992px) {
  .lh-lg-98 {
    line-height: 98px !important;
  }
}

/* PADDING */
.pt-98 {
  padding-top: 98px !important;
}

@media (min-width: 992px) {
  .pt-lg-98 {
    padding-top: 98px !important;
  }
}

.pb-98 {
  padding-bottom: 98px !important;
}

@media (min-width: 992px) {
  .pb-lg-98 {
    padding-bottom: 98px !important;
  }
}

/* MARGIN */
.mt-98 {
  margin-top: 98px !important;
}

@media (min-width: 992px) {
  .mt-lg-98 {
    margin-top: 98px !important;
  }
}

.mb-98 {
  margin-bottom: 98px !important;
}

@media (min-width: 992px) {
  .mb-lg-98 {
    margin-bottom: 98px !important;
  }
}

/* FONT-SIZE */
.fs-99 {
  font-size: 99px !important;
}

@media (min-width: 992px) {
  .fs-lg-99 {
    font-size: 99px !important;
  }
}

/* LINE-HEIGHT */
.lh-99 {
  line-height: 99px !important;
}

@media (min-width: 992px) {
  .lh-lg-99 {
    line-height: 99px !important;
  }
}

/* PADDING */
.pt-99 {
  padding-top: 99px !important;
}

@media (min-width: 992px) {
  .pt-lg-99 {
    padding-top: 99px !important;
  }
}

.pb-99 {
  padding-bottom: 99px !important;
}

@media (min-width: 992px) {
  .pb-lg-99 {
    padding-bottom: 99px !important;
  }
}

/* MARGIN */
.mt-99 {
  margin-top: 99px !important;
}

@media (min-width: 992px) {
  .mt-lg-99 {
    margin-top: 99px !important;
  }
}

.mb-99 {
  margin-bottom: 99px !important;
}

@media (min-width: 992px) {
  .mb-lg-99 {
    margin-bottom: 99px !important;
  }
}

/* FONT-SIZE */
.fs-100 {
  font-size: 100px !important;
}

@media (min-width: 992px) {
  .fs-lg-100 {
    font-size: 100px !important;
  }
}

/* LINE-HEIGHT */
.lh-100 {
  line-height: 100px !important;
}

@media (min-width: 992px) {
  .lh-lg-100 {
    line-height: 100px !important;
  }
}

/* PADDING */
.pt-100 {
  padding-top: 100px !important;
}

@media (min-width: 992px) {
  .pt-lg-100 {
    padding-top: 100px !important;
  }
}

.pb-100 {
  padding-bottom: 100px !important;
}

@media (min-width: 992px) {
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
}

/* MARGIN */
.mt-100 {
  margin-top: 100px !important;
}

@media (min-width: 992px) {
  .mt-lg-100 {
    margin-top: 100px !important;
  }
}

.mb-100 {
  margin-bottom: 100px !important;
}

@media (min-width: 992px) {
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
}

/* FONT-SIZE */
.fs-101 {
  font-size: 101px !important;
}

@media (min-width: 992px) {
  .fs-lg-101 {
    font-size: 101px !important;
  }
}

/* LINE-HEIGHT */
.lh-101 {
  line-height: 101px !important;
}

@media (min-width: 992px) {
  .lh-lg-101 {
    line-height: 101px !important;
  }
}

/* PADDING */
.pt-101 {
  padding-top: 101px !important;
}

@media (min-width: 992px) {
  .pt-lg-101 {
    padding-top: 101px !important;
  }
}

.pb-101 {
  padding-bottom: 101px !important;
}

@media (min-width: 992px) {
  .pb-lg-101 {
    padding-bottom: 101px !important;
  }
}

/* MARGIN */
.mt-101 {
  margin-top: 101px !important;
}

@media (min-width: 992px) {
  .mt-lg-101 {
    margin-top: 101px !important;
  }
}

.mb-101 {
  margin-bottom: 101px !important;
}

@media (min-width: 992px) {
  .mb-lg-101 {
    margin-bottom: 101px !important;
  }
}

/* FONT-SIZE */
.fs-102 {
  font-size: 102px !important;
}

@media (min-width: 992px) {
  .fs-lg-102 {
    font-size: 102px !important;
  }
}

/* LINE-HEIGHT */
.lh-102 {
  line-height: 102px !important;
}

@media (min-width: 992px) {
  .lh-lg-102 {
    line-height: 102px !important;
  }
}

/* PADDING */
.pt-102 {
  padding-top: 102px !important;
}

@media (min-width: 992px) {
  .pt-lg-102 {
    padding-top: 102px !important;
  }
}

.pb-102 {
  padding-bottom: 102px !important;
}

@media (min-width: 992px) {
  .pb-lg-102 {
    padding-bottom: 102px !important;
  }
}

/* MARGIN */
.mt-102 {
  margin-top: 102px !important;
}

@media (min-width: 992px) {
  .mt-lg-102 {
    margin-top: 102px !important;
  }
}

.mb-102 {
  margin-bottom: 102px !important;
}

@media (min-width: 992px) {
  .mb-lg-102 {
    margin-bottom: 102px !important;
  }
}

/* FONT-SIZE */
.fs-103 {
  font-size: 103px !important;
}

@media (min-width: 992px) {
  .fs-lg-103 {
    font-size: 103px !important;
  }
}

/* LINE-HEIGHT */
.lh-103 {
  line-height: 103px !important;
}

@media (min-width: 992px) {
  .lh-lg-103 {
    line-height: 103px !important;
  }
}

/* PADDING */
.pt-103 {
  padding-top: 103px !important;
}

@media (min-width: 992px) {
  .pt-lg-103 {
    padding-top: 103px !important;
  }
}

.pb-103 {
  padding-bottom: 103px !important;
}

@media (min-width: 992px) {
  .pb-lg-103 {
    padding-bottom: 103px !important;
  }
}

/* MARGIN */
.mt-103 {
  margin-top: 103px !important;
}

@media (min-width: 992px) {
  .mt-lg-103 {
    margin-top: 103px !important;
  }
}

.mb-103 {
  margin-bottom: 103px !important;
}

@media (min-width: 992px) {
  .mb-lg-103 {
    margin-bottom: 103px !important;
  }
}

/* FONT-SIZE */
.fs-104 {
  font-size: 104px !important;
}

@media (min-width: 992px) {
  .fs-lg-104 {
    font-size: 104px !important;
  }
}

/* LINE-HEIGHT */
.lh-104 {
  line-height: 104px !important;
}

@media (min-width: 992px) {
  .lh-lg-104 {
    line-height: 104px !important;
  }
}

/* PADDING */
.pt-104 {
  padding-top: 104px !important;
}

@media (min-width: 992px) {
  .pt-lg-104 {
    padding-top: 104px !important;
  }
}

.pb-104 {
  padding-bottom: 104px !important;
}

@media (min-width: 992px) {
  .pb-lg-104 {
    padding-bottom: 104px !important;
  }
}

/* MARGIN */
.mt-104 {
  margin-top: 104px !important;
}

@media (min-width: 992px) {
  .mt-lg-104 {
    margin-top: 104px !important;
  }
}

.mb-104 {
  margin-bottom: 104px !important;
}

@media (min-width: 992px) {
  .mb-lg-104 {
    margin-bottom: 104px !important;
  }
}

/* FONT-SIZE */
.fs-105 {
  font-size: 105px !important;
}

@media (min-width: 992px) {
  .fs-lg-105 {
    font-size: 105px !important;
  }
}

/* LINE-HEIGHT */
.lh-105 {
  line-height: 105px !important;
}

@media (min-width: 992px) {
  .lh-lg-105 {
    line-height: 105px !important;
  }
}

/* PADDING */
.pt-105 {
  padding-top: 105px !important;
}

@media (min-width: 992px) {
  .pt-lg-105 {
    padding-top: 105px !important;
  }
}

.pb-105 {
  padding-bottom: 105px !important;
}

@media (min-width: 992px) {
  .pb-lg-105 {
    padding-bottom: 105px !important;
  }
}

/* MARGIN */
.mt-105 {
  margin-top: 105px !important;
}

@media (min-width: 992px) {
  .mt-lg-105 {
    margin-top: 105px !important;
  }
}

.mb-105 {
  margin-bottom: 105px !important;
}

@media (min-width: 992px) {
  .mb-lg-105 {
    margin-bottom: 105px !important;
  }
}

/* FONT-SIZE */
.fs-106 {
  font-size: 106px !important;
}

@media (min-width: 992px) {
  .fs-lg-106 {
    font-size: 106px !important;
  }
}

/* LINE-HEIGHT */
.lh-106 {
  line-height: 106px !important;
}

@media (min-width: 992px) {
  .lh-lg-106 {
    line-height: 106px !important;
  }
}

/* PADDING */
.pt-106 {
  padding-top: 106px !important;
}

@media (min-width: 992px) {
  .pt-lg-106 {
    padding-top: 106px !important;
  }
}

.pb-106 {
  padding-bottom: 106px !important;
}

@media (min-width: 992px) {
  .pb-lg-106 {
    padding-bottom: 106px !important;
  }
}

/* MARGIN */
.mt-106 {
  margin-top: 106px !important;
}

@media (min-width: 992px) {
  .mt-lg-106 {
    margin-top: 106px !important;
  }
}

.mb-106 {
  margin-bottom: 106px !important;
}

@media (min-width: 992px) {
  .mb-lg-106 {
    margin-bottom: 106px !important;
  }
}

/* FONT-SIZE */
.fs-107 {
  font-size: 107px !important;
}

@media (min-width: 992px) {
  .fs-lg-107 {
    font-size: 107px !important;
  }
}

/* LINE-HEIGHT */
.lh-107 {
  line-height: 107px !important;
}

@media (min-width: 992px) {
  .lh-lg-107 {
    line-height: 107px !important;
  }
}

/* PADDING */
.pt-107 {
  padding-top: 107px !important;
}

@media (min-width: 992px) {
  .pt-lg-107 {
    padding-top: 107px !important;
  }
}

.pb-107 {
  padding-bottom: 107px !important;
}

@media (min-width: 992px) {
  .pb-lg-107 {
    padding-bottom: 107px !important;
  }
}

/* MARGIN */
.mt-107 {
  margin-top: 107px !important;
}

@media (min-width: 992px) {
  .mt-lg-107 {
    margin-top: 107px !important;
  }
}

.mb-107 {
  margin-bottom: 107px !important;
}

@media (min-width: 992px) {
  .mb-lg-107 {
    margin-bottom: 107px !important;
  }
}

/* FONT-SIZE */
.fs-108 {
  font-size: 108px !important;
}

@media (min-width: 992px) {
  .fs-lg-108 {
    font-size: 108px !important;
  }
}

/* LINE-HEIGHT */
.lh-108 {
  line-height: 108px !important;
}

@media (min-width: 992px) {
  .lh-lg-108 {
    line-height: 108px !important;
  }
}

/* PADDING */
.pt-108 {
  padding-top: 108px !important;
}

@media (min-width: 992px) {
  .pt-lg-108 {
    padding-top: 108px !important;
  }
}

.pb-108 {
  padding-bottom: 108px !important;
}

@media (min-width: 992px) {
  .pb-lg-108 {
    padding-bottom: 108px !important;
  }
}

/* MARGIN */
.mt-108 {
  margin-top: 108px !important;
}

@media (min-width: 992px) {
  .mt-lg-108 {
    margin-top: 108px !important;
  }
}

.mb-108 {
  margin-bottom: 108px !important;
}

@media (min-width: 992px) {
  .mb-lg-108 {
    margin-bottom: 108px !important;
  }
}

/* FONT-SIZE */
.fs-109 {
  font-size: 109px !important;
}

@media (min-width: 992px) {
  .fs-lg-109 {
    font-size: 109px !important;
  }
}

/* LINE-HEIGHT */
.lh-109 {
  line-height: 109px !important;
}

@media (min-width: 992px) {
  .lh-lg-109 {
    line-height: 109px !important;
  }
}

/* PADDING */
.pt-109 {
  padding-top: 109px !important;
}

@media (min-width: 992px) {
  .pt-lg-109 {
    padding-top: 109px !important;
  }
}

.pb-109 {
  padding-bottom: 109px !important;
}

@media (min-width: 992px) {
  .pb-lg-109 {
    padding-bottom: 109px !important;
  }
}

/* MARGIN */
.mt-109 {
  margin-top: 109px !important;
}

@media (min-width: 992px) {
  .mt-lg-109 {
    margin-top: 109px !important;
  }
}

.mb-109 {
  margin-bottom: 109px !important;
}

@media (min-width: 992px) {
  .mb-lg-109 {
    margin-bottom: 109px !important;
  }
}

/* FONT-SIZE */
.fs-110 {
  font-size: 110px !important;
}

@media (min-width: 992px) {
  .fs-lg-110 {
    font-size: 110px !important;
  }
}

/* LINE-HEIGHT */
.lh-110 {
  line-height: 110px !important;
}

@media (min-width: 992px) {
  .lh-lg-110 {
    line-height: 110px !important;
  }
}

/* PADDING */
.pt-110 {
  padding-top: 110px !important;
}

@media (min-width: 992px) {
  .pt-lg-110 {
    padding-top: 110px !important;
  }
}

.pb-110 {
  padding-bottom: 110px !important;
}

@media (min-width: 992px) {
  .pb-lg-110 {
    padding-bottom: 110px !important;
  }
}

/* MARGIN */
.mt-110 {
  margin-top: 110px !important;
}

@media (min-width: 992px) {
  .mt-lg-110 {
    margin-top: 110px !important;
  }
}

.mb-110 {
  margin-bottom: 110px !important;
}

@media (min-width: 992px) {
  .mb-lg-110 {
    margin-bottom: 110px !important;
  }
}

/* FONT-SIZE */
.fs-111 {
  font-size: 111px !important;
}

@media (min-width: 992px) {
  .fs-lg-111 {
    font-size: 111px !important;
  }
}

/* LINE-HEIGHT */
.lh-111 {
  line-height: 111px !important;
}

@media (min-width: 992px) {
  .lh-lg-111 {
    line-height: 111px !important;
  }
}

/* PADDING */
.pt-111 {
  padding-top: 111px !important;
}

@media (min-width: 992px) {
  .pt-lg-111 {
    padding-top: 111px !important;
  }
}

.pb-111 {
  padding-bottom: 111px !important;
}

@media (min-width: 992px) {
  .pb-lg-111 {
    padding-bottom: 111px !important;
  }
}

/* MARGIN */
.mt-111 {
  margin-top: 111px !important;
}

@media (min-width: 992px) {
  .mt-lg-111 {
    margin-top: 111px !important;
  }
}

.mb-111 {
  margin-bottom: 111px !important;
}

@media (min-width: 992px) {
  .mb-lg-111 {
    margin-bottom: 111px !important;
  }
}

/* FONT-SIZE */
.fs-112 {
  font-size: 112px !important;
}

@media (min-width: 992px) {
  .fs-lg-112 {
    font-size: 112px !important;
  }
}

/* LINE-HEIGHT */
.lh-112 {
  line-height: 112px !important;
}

@media (min-width: 992px) {
  .lh-lg-112 {
    line-height: 112px !important;
  }
}

/* PADDING */
.pt-112 {
  padding-top: 112px !important;
}

@media (min-width: 992px) {
  .pt-lg-112 {
    padding-top: 112px !important;
  }
}

.pb-112 {
  padding-bottom: 112px !important;
}

@media (min-width: 992px) {
  .pb-lg-112 {
    padding-bottom: 112px !important;
  }
}

/* MARGIN */
.mt-112 {
  margin-top: 112px !important;
}

@media (min-width: 992px) {
  .mt-lg-112 {
    margin-top: 112px !important;
  }
}

.mb-112 {
  margin-bottom: 112px !important;
}

@media (min-width: 992px) {
  .mb-lg-112 {
    margin-bottom: 112px !important;
  }
}

/* FONT-SIZE */
.fs-113 {
  font-size: 113px !important;
}

@media (min-width: 992px) {
  .fs-lg-113 {
    font-size: 113px !important;
  }
}

/* LINE-HEIGHT */
.lh-113 {
  line-height: 113px !important;
}

@media (min-width: 992px) {
  .lh-lg-113 {
    line-height: 113px !important;
  }
}

/* PADDING */
.pt-113 {
  padding-top: 113px !important;
}

@media (min-width: 992px) {
  .pt-lg-113 {
    padding-top: 113px !important;
  }
}

.pb-113 {
  padding-bottom: 113px !important;
}

@media (min-width: 992px) {
  .pb-lg-113 {
    padding-bottom: 113px !important;
  }
}

/* MARGIN */
.mt-113 {
  margin-top: 113px !important;
}

@media (min-width: 992px) {
  .mt-lg-113 {
    margin-top: 113px !important;
  }
}

.mb-113 {
  margin-bottom: 113px !important;
}

@media (min-width: 992px) {
  .mb-lg-113 {
    margin-bottom: 113px !important;
  }
}

/* FONT-SIZE */
.fs-114 {
  font-size: 114px !important;
}

@media (min-width: 992px) {
  .fs-lg-114 {
    font-size: 114px !important;
  }
}

/* LINE-HEIGHT */
.lh-114 {
  line-height: 114px !important;
}

@media (min-width: 992px) {
  .lh-lg-114 {
    line-height: 114px !important;
  }
}

/* PADDING */
.pt-114 {
  padding-top: 114px !important;
}

@media (min-width: 992px) {
  .pt-lg-114 {
    padding-top: 114px !important;
  }
}

.pb-114 {
  padding-bottom: 114px !important;
}

@media (min-width: 992px) {
  .pb-lg-114 {
    padding-bottom: 114px !important;
  }
}

/* MARGIN */
.mt-114 {
  margin-top: 114px !important;
}

@media (min-width: 992px) {
  .mt-lg-114 {
    margin-top: 114px !important;
  }
}

.mb-114 {
  margin-bottom: 114px !important;
}

@media (min-width: 992px) {
  .mb-lg-114 {
    margin-bottom: 114px !important;
  }
}

/* FONT-SIZE */
.fs-115 {
  font-size: 115px !important;
}

@media (min-width: 992px) {
  .fs-lg-115 {
    font-size: 115px !important;
  }
}

/* LINE-HEIGHT */
.lh-115 {
  line-height: 115px !important;
}

@media (min-width: 992px) {
  .lh-lg-115 {
    line-height: 115px !important;
  }
}

/* PADDING */
.pt-115 {
  padding-top: 115px !important;
}

@media (min-width: 992px) {
  .pt-lg-115 {
    padding-top: 115px !important;
  }
}

.pb-115 {
  padding-bottom: 115px !important;
}

@media (min-width: 992px) {
  .pb-lg-115 {
    padding-bottom: 115px !important;
  }
}

/* MARGIN */
.mt-115 {
  margin-top: 115px !important;
}

@media (min-width: 992px) {
  .mt-lg-115 {
    margin-top: 115px !important;
  }
}

.mb-115 {
  margin-bottom: 115px !important;
}

@media (min-width: 992px) {
  .mb-lg-115 {
    margin-bottom: 115px !important;
  }
}

/* FONT-SIZE */
.fs-116 {
  font-size: 116px !important;
}

@media (min-width: 992px) {
  .fs-lg-116 {
    font-size: 116px !important;
  }
}

/* LINE-HEIGHT */
.lh-116 {
  line-height: 116px !important;
}

@media (min-width: 992px) {
  .lh-lg-116 {
    line-height: 116px !important;
  }
}

/* PADDING */
.pt-116 {
  padding-top: 116px !important;
}

@media (min-width: 992px) {
  .pt-lg-116 {
    padding-top: 116px !important;
  }
}

.pb-116 {
  padding-bottom: 116px !important;
}

@media (min-width: 992px) {
  .pb-lg-116 {
    padding-bottom: 116px !important;
  }
}

/* MARGIN */
.mt-116 {
  margin-top: 116px !important;
}

@media (min-width: 992px) {
  .mt-lg-116 {
    margin-top: 116px !important;
  }
}

.mb-116 {
  margin-bottom: 116px !important;
}

@media (min-width: 992px) {
  .mb-lg-116 {
    margin-bottom: 116px !important;
  }
}

/* FONT-SIZE */
.fs-117 {
  font-size: 117px !important;
}

@media (min-width: 992px) {
  .fs-lg-117 {
    font-size: 117px !important;
  }
}

/* LINE-HEIGHT */
.lh-117 {
  line-height: 117px !important;
}

@media (min-width: 992px) {
  .lh-lg-117 {
    line-height: 117px !important;
  }
}

/* PADDING */
.pt-117 {
  padding-top: 117px !important;
}

@media (min-width: 992px) {
  .pt-lg-117 {
    padding-top: 117px !important;
  }
}

.pb-117 {
  padding-bottom: 117px !important;
}

@media (min-width: 992px) {
  .pb-lg-117 {
    padding-bottom: 117px !important;
  }
}

/* MARGIN */
.mt-117 {
  margin-top: 117px !important;
}

@media (min-width: 992px) {
  .mt-lg-117 {
    margin-top: 117px !important;
  }
}

.mb-117 {
  margin-bottom: 117px !important;
}

@media (min-width: 992px) {
  .mb-lg-117 {
    margin-bottom: 117px !important;
  }
}

/* FONT-SIZE */
.fs-118 {
  font-size: 118px !important;
}

@media (min-width: 992px) {
  .fs-lg-118 {
    font-size: 118px !important;
  }
}

/* LINE-HEIGHT */
.lh-118 {
  line-height: 118px !important;
}

@media (min-width: 992px) {
  .lh-lg-118 {
    line-height: 118px !important;
  }
}

/* PADDING */
.pt-118 {
  padding-top: 118px !important;
}

@media (min-width: 992px) {
  .pt-lg-118 {
    padding-top: 118px !important;
  }
}

.pb-118 {
  padding-bottom: 118px !important;
}

@media (min-width: 992px) {
  .pb-lg-118 {
    padding-bottom: 118px !important;
  }
}

/* MARGIN */
.mt-118 {
  margin-top: 118px !important;
}

@media (min-width: 992px) {
  .mt-lg-118 {
    margin-top: 118px !important;
  }
}

.mb-118 {
  margin-bottom: 118px !important;
}

@media (min-width: 992px) {
  .mb-lg-118 {
    margin-bottom: 118px !important;
  }
}

/* FONT-SIZE */
.fs-119 {
  font-size: 119px !important;
}

@media (min-width: 992px) {
  .fs-lg-119 {
    font-size: 119px !important;
  }
}

/* LINE-HEIGHT */
.lh-119 {
  line-height: 119px !important;
}

@media (min-width: 992px) {
  .lh-lg-119 {
    line-height: 119px !important;
  }
}

/* PADDING */
.pt-119 {
  padding-top: 119px !important;
}

@media (min-width: 992px) {
  .pt-lg-119 {
    padding-top: 119px !important;
  }
}

.pb-119 {
  padding-bottom: 119px !important;
}

@media (min-width: 992px) {
  .pb-lg-119 {
    padding-bottom: 119px !important;
  }
}

/* MARGIN */
.mt-119 {
  margin-top: 119px !important;
}

@media (min-width: 992px) {
  .mt-lg-119 {
    margin-top: 119px !important;
  }
}

.mb-119 {
  margin-bottom: 119px !important;
}

@media (min-width: 992px) {
  .mb-lg-119 {
    margin-bottom: 119px !important;
  }
}

/* FONT-SIZE */
.fs-120 {
  font-size: 120px !important;
}

@media (min-width: 992px) {
  .fs-lg-120 {
    font-size: 120px !important;
  }
}

/* LINE-HEIGHT */
.lh-120 {
  line-height: 120px !important;
}

@media (min-width: 992px) {
  .lh-lg-120 {
    line-height: 120px !important;
  }
}

/* PADDING */
.pt-120 {
  padding-top: 120px !important;
}

@media (min-width: 992px) {
  .pt-lg-120 {
    padding-top: 120px !important;
  }
}

.pb-120 {
  padding-bottom: 120px !important;
}

@media (min-width: 992px) {
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
}

/* MARGIN */
.mt-120 {
  margin-top: 120px !important;
}

@media (min-width: 992px) {
  .mt-lg-120 {
    margin-top: 120px !important;
  }
}

.mb-120 {
  margin-bottom: 120px !important;
}

@media (min-width: 992px) {
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
}

/* FONT-SIZE */
.fs-121 {
  font-size: 121px !important;
}

@media (min-width: 992px) {
  .fs-lg-121 {
    font-size: 121px !important;
  }
}

/* LINE-HEIGHT */
.lh-121 {
  line-height: 121px !important;
}

@media (min-width: 992px) {
  .lh-lg-121 {
    line-height: 121px !important;
  }
}

/* PADDING */
.pt-121 {
  padding-top: 121px !important;
}

@media (min-width: 992px) {
  .pt-lg-121 {
    padding-top: 121px !important;
  }
}

.pb-121 {
  padding-bottom: 121px !important;
}

@media (min-width: 992px) {
  .pb-lg-121 {
    padding-bottom: 121px !important;
  }
}

/* MARGIN */
.mt-121 {
  margin-top: 121px !important;
}

@media (min-width: 992px) {
  .mt-lg-121 {
    margin-top: 121px !important;
  }
}

.mb-121 {
  margin-bottom: 121px !important;
}

@media (min-width: 992px) {
  .mb-lg-121 {
    margin-bottom: 121px !important;
  }
}

/* FONT-SIZE */
.fs-122 {
  font-size: 122px !important;
}

@media (min-width: 992px) {
  .fs-lg-122 {
    font-size: 122px !important;
  }
}

/* LINE-HEIGHT */
.lh-122 {
  line-height: 122px !important;
}

@media (min-width: 992px) {
  .lh-lg-122 {
    line-height: 122px !important;
  }
}

/* PADDING */
.pt-122 {
  padding-top: 122px !important;
}

@media (min-width: 992px) {
  .pt-lg-122 {
    padding-top: 122px !important;
  }
}

.pb-122 {
  padding-bottom: 122px !important;
}

@media (min-width: 992px) {
  .pb-lg-122 {
    padding-bottom: 122px !important;
  }
}

/* MARGIN */
.mt-122 {
  margin-top: 122px !important;
}

@media (min-width: 992px) {
  .mt-lg-122 {
    margin-top: 122px !important;
  }
}

.mb-122 {
  margin-bottom: 122px !important;
}

@media (min-width: 992px) {
  .mb-lg-122 {
    margin-bottom: 122px !important;
  }
}

/* FONT-SIZE */
.fs-123 {
  font-size: 123px !important;
}

@media (min-width: 992px) {
  .fs-lg-123 {
    font-size: 123px !important;
  }
}

/* LINE-HEIGHT */
.lh-123 {
  line-height: 123px !important;
}

@media (min-width: 992px) {
  .lh-lg-123 {
    line-height: 123px !important;
  }
}

/* PADDING */
.pt-123 {
  padding-top: 123px !important;
}

@media (min-width: 992px) {
  .pt-lg-123 {
    padding-top: 123px !important;
  }
}

.pb-123 {
  padding-bottom: 123px !important;
}

@media (min-width: 992px) {
  .pb-lg-123 {
    padding-bottom: 123px !important;
  }
}

/* MARGIN */
.mt-123 {
  margin-top: 123px !important;
}

@media (min-width: 992px) {
  .mt-lg-123 {
    margin-top: 123px !important;
  }
}

.mb-123 {
  margin-bottom: 123px !important;
}

@media (min-width: 992px) {
  .mb-lg-123 {
    margin-bottom: 123px !important;
  }
}

/* FONT-SIZE */
.fs-124 {
  font-size: 124px !important;
}

@media (min-width: 992px) {
  .fs-lg-124 {
    font-size: 124px !important;
  }
}

/* LINE-HEIGHT */
.lh-124 {
  line-height: 124px !important;
}

@media (min-width: 992px) {
  .lh-lg-124 {
    line-height: 124px !important;
  }
}

/* PADDING */
.pt-124 {
  padding-top: 124px !important;
}

@media (min-width: 992px) {
  .pt-lg-124 {
    padding-top: 124px !important;
  }
}

.pb-124 {
  padding-bottom: 124px !important;
}

@media (min-width: 992px) {
  .pb-lg-124 {
    padding-bottom: 124px !important;
  }
}

/* MARGIN */
.mt-124 {
  margin-top: 124px !important;
}

@media (min-width: 992px) {
  .mt-lg-124 {
    margin-top: 124px !important;
  }
}

.mb-124 {
  margin-bottom: 124px !important;
}

@media (min-width: 992px) {
  .mb-lg-124 {
    margin-bottom: 124px !important;
  }
}

/* FONT-SIZE */
.fs-125 {
  font-size: 125px !important;
}

@media (min-width: 992px) {
  .fs-lg-125 {
    font-size: 125px !important;
  }
}

/* LINE-HEIGHT */
.lh-125 {
  line-height: 125px !important;
}

@media (min-width: 992px) {
  .lh-lg-125 {
    line-height: 125px !important;
  }
}

/* PADDING */
.pt-125 {
  padding-top: 125px !important;
}

@media (min-width: 992px) {
  .pt-lg-125 {
    padding-top: 125px !important;
  }
}

.pb-125 {
  padding-bottom: 125px !important;
}

@media (min-width: 992px) {
  .pb-lg-125 {
    padding-bottom: 125px !important;
  }
}

/* MARGIN */
.mt-125 {
  margin-top: 125px !important;
}

@media (min-width: 992px) {
  .mt-lg-125 {
    margin-top: 125px !important;
  }
}

.mb-125 {
  margin-bottom: 125px !important;
}

@media (min-width: 992px) {
  .mb-lg-125 {
    margin-bottom: 125px !important;
  }
}

/* FONT-SIZE */
.fs-126 {
  font-size: 126px !important;
}

@media (min-width: 992px) {
  .fs-lg-126 {
    font-size: 126px !important;
  }
}

/* LINE-HEIGHT */
.lh-126 {
  line-height: 126px !important;
}

@media (min-width: 992px) {
  .lh-lg-126 {
    line-height: 126px !important;
  }
}

/* PADDING */
.pt-126 {
  padding-top: 126px !important;
}

@media (min-width: 992px) {
  .pt-lg-126 {
    padding-top: 126px !important;
  }
}

.pb-126 {
  padding-bottom: 126px !important;
}

@media (min-width: 992px) {
  .pb-lg-126 {
    padding-bottom: 126px !important;
  }
}

/* MARGIN */
.mt-126 {
  margin-top: 126px !important;
}

@media (min-width: 992px) {
  .mt-lg-126 {
    margin-top: 126px !important;
  }
}

.mb-126 {
  margin-bottom: 126px !important;
}

@media (min-width: 992px) {
  .mb-lg-126 {
    margin-bottom: 126px !important;
  }
}

/* FONT-SIZE */
.fs-127 {
  font-size: 127px !important;
}

@media (min-width: 992px) {
  .fs-lg-127 {
    font-size: 127px !important;
  }
}

/* LINE-HEIGHT */
.lh-127 {
  line-height: 127px !important;
}

@media (min-width: 992px) {
  .lh-lg-127 {
    line-height: 127px !important;
  }
}

/* PADDING */
.pt-127 {
  padding-top: 127px !important;
}

@media (min-width: 992px) {
  .pt-lg-127 {
    padding-top: 127px !important;
  }
}

.pb-127 {
  padding-bottom: 127px !important;
}

@media (min-width: 992px) {
  .pb-lg-127 {
    padding-bottom: 127px !important;
  }
}

/* MARGIN */
.mt-127 {
  margin-top: 127px !important;
}

@media (min-width: 992px) {
  .mt-lg-127 {
    margin-top: 127px !important;
  }
}

.mb-127 {
  margin-bottom: 127px !important;
}

@media (min-width: 992px) {
  .mb-lg-127 {
    margin-bottom: 127px !important;
  }
}

/* FONT-SIZE */
.fs-128 {
  font-size: 128px !important;
}

@media (min-width: 992px) {
  .fs-lg-128 {
    font-size: 128px !important;
  }
}

/* LINE-HEIGHT */
.lh-128 {
  line-height: 128px !important;
}

@media (min-width: 992px) {
  .lh-lg-128 {
    line-height: 128px !important;
  }
}

/* PADDING */
.pt-128 {
  padding-top: 128px !important;
}

@media (min-width: 992px) {
  .pt-lg-128 {
    padding-top: 128px !important;
  }
}

.pb-128 {
  padding-bottom: 128px !important;
}

@media (min-width: 992px) {
  .pb-lg-128 {
    padding-bottom: 128px !important;
  }
}

/* MARGIN */
.mt-128 {
  margin-top: 128px !important;
}

@media (min-width: 992px) {
  .mt-lg-128 {
    margin-top: 128px !important;
  }
}

.mb-128 {
  margin-bottom: 128px !important;
}

@media (min-width: 992px) {
  .mb-lg-128 {
    margin-bottom: 128px !important;
  }
}

/* FONT-SIZE */
.fs-129 {
  font-size: 129px !important;
}

@media (min-width: 992px) {
  .fs-lg-129 {
    font-size: 129px !important;
  }
}

/* LINE-HEIGHT */
.lh-129 {
  line-height: 129px !important;
}

@media (min-width: 992px) {
  .lh-lg-129 {
    line-height: 129px !important;
  }
}

/* PADDING */
.pt-129 {
  padding-top: 129px !important;
}

@media (min-width: 992px) {
  .pt-lg-129 {
    padding-top: 129px !important;
  }
}

.pb-129 {
  padding-bottom: 129px !important;
}

@media (min-width: 992px) {
  .pb-lg-129 {
    padding-bottom: 129px !important;
  }
}

/* MARGIN */
.mt-129 {
  margin-top: 129px !important;
}

@media (min-width: 992px) {
  .mt-lg-129 {
    margin-top: 129px !important;
  }
}

.mb-129 {
  margin-bottom: 129px !important;
}

@media (min-width: 992px) {
  .mb-lg-129 {
    margin-bottom: 129px !important;
  }
}

/* FONT-SIZE */
.fs-130 {
  font-size: 130px !important;
}

@media (min-width: 992px) {
  .fs-lg-130 {
    font-size: 130px !important;
  }
}

/* LINE-HEIGHT */
.lh-130 {
  line-height: 130px !important;
}

@media (min-width: 992px) {
  .lh-lg-130 {
    line-height: 130px !important;
  }
}

/* PADDING */
.pt-130 {
  padding-top: 130px !important;
}

@media (min-width: 992px) {
  .pt-lg-130 {
    padding-top: 130px !important;
  }
}

.pb-130 {
  padding-bottom: 130px !important;
}

@media (min-width: 992px) {
  .pb-lg-130 {
    padding-bottom: 130px !important;
  }
}

/* MARGIN */
.mt-130 {
  margin-top: 130px !important;
}

@media (min-width: 992px) {
  .mt-lg-130 {
    margin-top: 130px !important;
  }
}

.mb-130 {
  margin-bottom: 130px !important;
}

@media (min-width: 992px) {
  .mb-lg-130 {
    margin-bottom: 130px !important;
  }
}

/* FONT-SIZE */
.fs-131 {
  font-size: 131px !important;
}

@media (min-width: 992px) {
  .fs-lg-131 {
    font-size: 131px !important;
  }
}

/* LINE-HEIGHT */
.lh-131 {
  line-height: 131px !important;
}

@media (min-width: 992px) {
  .lh-lg-131 {
    line-height: 131px !important;
  }
}

/* PADDING */
.pt-131 {
  padding-top: 131px !important;
}

@media (min-width: 992px) {
  .pt-lg-131 {
    padding-top: 131px !important;
  }
}

.pb-131 {
  padding-bottom: 131px !important;
}

@media (min-width: 992px) {
  .pb-lg-131 {
    padding-bottom: 131px !important;
  }
}

/* MARGIN */
.mt-131 {
  margin-top: 131px !important;
}

@media (min-width: 992px) {
  .mt-lg-131 {
    margin-top: 131px !important;
  }
}

.mb-131 {
  margin-bottom: 131px !important;
}

@media (min-width: 992px) {
  .mb-lg-131 {
    margin-bottom: 131px !important;
  }
}

/* FONT-SIZE */
.fs-132 {
  font-size: 132px !important;
}

@media (min-width: 992px) {
  .fs-lg-132 {
    font-size: 132px !important;
  }
}

/* LINE-HEIGHT */
.lh-132 {
  line-height: 132px !important;
}

@media (min-width: 992px) {
  .lh-lg-132 {
    line-height: 132px !important;
  }
}

/* PADDING */
.pt-132 {
  padding-top: 132px !important;
}

@media (min-width: 992px) {
  .pt-lg-132 {
    padding-top: 132px !important;
  }
}

.pb-132 {
  padding-bottom: 132px !important;
}

@media (min-width: 992px) {
  .pb-lg-132 {
    padding-bottom: 132px !important;
  }
}

/* MARGIN */
.mt-132 {
  margin-top: 132px !important;
}

@media (min-width: 992px) {
  .mt-lg-132 {
    margin-top: 132px !important;
  }
}

.mb-132 {
  margin-bottom: 132px !important;
}

@media (min-width: 992px) {
  .mb-lg-132 {
    margin-bottom: 132px !important;
  }
}

/* FONT-SIZE */
.fs-133 {
  font-size: 133px !important;
}

@media (min-width: 992px) {
  .fs-lg-133 {
    font-size: 133px !important;
  }
}

/* LINE-HEIGHT */
.lh-133 {
  line-height: 133px !important;
}

@media (min-width: 992px) {
  .lh-lg-133 {
    line-height: 133px !important;
  }
}

/* PADDING */
.pt-133 {
  padding-top: 133px !important;
}

@media (min-width: 992px) {
  .pt-lg-133 {
    padding-top: 133px !important;
  }
}

.pb-133 {
  padding-bottom: 133px !important;
}

@media (min-width: 992px) {
  .pb-lg-133 {
    padding-bottom: 133px !important;
  }
}

/* MARGIN */
.mt-133 {
  margin-top: 133px !important;
}

@media (min-width: 992px) {
  .mt-lg-133 {
    margin-top: 133px !important;
  }
}

.mb-133 {
  margin-bottom: 133px !important;
}

@media (min-width: 992px) {
  .mb-lg-133 {
    margin-bottom: 133px !important;
  }
}

/* FONT-SIZE */
.fs-134 {
  font-size: 134px !important;
}

@media (min-width: 992px) {
  .fs-lg-134 {
    font-size: 134px !important;
  }
}

/* LINE-HEIGHT */
.lh-134 {
  line-height: 134px !important;
}

@media (min-width: 992px) {
  .lh-lg-134 {
    line-height: 134px !important;
  }
}

/* PADDING */
.pt-134 {
  padding-top: 134px !important;
}

@media (min-width: 992px) {
  .pt-lg-134 {
    padding-top: 134px !important;
  }
}

.pb-134 {
  padding-bottom: 134px !important;
}

@media (min-width: 992px) {
  .pb-lg-134 {
    padding-bottom: 134px !important;
  }
}

/* MARGIN */
.mt-134 {
  margin-top: 134px !important;
}

@media (min-width: 992px) {
  .mt-lg-134 {
    margin-top: 134px !important;
  }
}

.mb-134 {
  margin-bottom: 134px !important;
}

@media (min-width: 992px) {
  .mb-lg-134 {
    margin-bottom: 134px !important;
  }
}

/* FONT-SIZE */
.fs-135 {
  font-size: 135px !important;
}

@media (min-width: 992px) {
  .fs-lg-135 {
    font-size: 135px !important;
  }
}

/* LINE-HEIGHT */
.lh-135 {
  line-height: 135px !important;
}

@media (min-width: 992px) {
  .lh-lg-135 {
    line-height: 135px !important;
  }
}

/* PADDING */
.pt-135 {
  padding-top: 135px !important;
}

@media (min-width: 992px) {
  .pt-lg-135 {
    padding-top: 135px !important;
  }
}

.pb-135 {
  padding-bottom: 135px !important;
}

@media (min-width: 992px) {
  .pb-lg-135 {
    padding-bottom: 135px !important;
  }
}

/* MARGIN */
.mt-135 {
  margin-top: 135px !important;
}

@media (min-width: 992px) {
  .mt-lg-135 {
    margin-top: 135px !important;
  }
}

.mb-135 {
  margin-bottom: 135px !important;
}

@media (min-width: 992px) {
  .mb-lg-135 {
    margin-bottom: 135px !important;
  }
}

/* FONT-SIZE */
.fs-136 {
  font-size: 136px !important;
}

@media (min-width: 992px) {
  .fs-lg-136 {
    font-size: 136px !important;
  }
}

/* LINE-HEIGHT */
.lh-136 {
  line-height: 136px !important;
}

@media (min-width: 992px) {
  .lh-lg-136 {
    line-height: 136px !important;
  }
}

/* PADDING */
.pt-136 {
  padding-top: 136px !important;
}

@media (min-width: 992px) {
  .pt-lg-136 {
    padding-top: 136px !important;
  }
}

.pb-136 {
  padding-bottom: 136px !important;
}

@media (min-width: 992px) {
  .pb-lg-136 {
    padding-bottom: 136px !important;
  }
}

/* MARGIN */
.mt-136 {
  margin-top: 136px !important;
}

@media (min-width: 992px) {
  .mt-lg-136 {
    margin-top: 136px !important;
  }
}

.mb-136 {
  margin-bottom: 136px !important;
}

@media (min-width: 992px) {
  .mb-lg-136 {
    margin-bottom: 136px !important;
  }
}

/* FONT-SIZE */
.fs-137 {
  font-size: 137px !important;
}

@media (min-width: 992px) {
  .fs-lg-137 {
    font-size: 137px !important;
  }
}

/* LINE-HEIGHT */
.lh-137 {
  line-height: 137px !important;
}

@media (min-width: 992px) {
  .lh-lg-137 {
    line-height: 137px !important;
  }
}

/* PADDING */
.pt-137 {
  padding-top: 137px !important;
}

@media (min-width: 992px) {
  .pt-lg-137 {
    padding-top: 137px !important;
  }
}

.pb-137 {
  padding-bottom: 137px !important;
}

@media (min-width: 992px) {
  .pb-lg-137 {
    padding-bottom: 137px !important;
  }
}

/* MARGIN */
.mt-137 {
  margin-top: 137px !important;
}

@media (min-width: 992px) {
  .mt-lg-137 {
    margin-top: 137px !important;
  }
}

.mb-137 {
  margin-bottom: 137px !important;
}

@media (min-width: 992px) {
  .mb-lg-137 {
    margin-bottom: 137px !important;
  }
}

/* FONT-SIZE */
.fs-138 {
  font-size: 138px !important;
}

@media (min-width: 992px) {
  .fs-lg-138 {
    font-size: 138px !important;
  }
}

/* LINE-HEIGHT */
.lh-138 {
  line-height: 138px !important;
}

@media (min-width: 992px) {
  .lh-lg-138 {
    line-height: 138px !important;
  }
}

/* PADDING */
.pt-138 {
  padding-top: 138px !important;
}

@media (min-width: 992px) {
  .pt-lg-138 {
    padding-top: 138px !important;
  }
}

.pb-138 {
  padding-bottom: 138px !important;
}

@media (min-width: 992px) {
  .pb-lg-138 {
    padding-bottom: 138px !important;
  }
}

/* MARGIN */
.mt-138 {
  margin-top: 138px !important;
}

@media (min-width: 992px) {
  .mt-lg-138 {
    margin-top: 138px !important;
  }
}

.mb-138 {
  margin-bottom: 138px !important;
}

@media (min-width: 992px) {
  .mb-lg-138 {
    margin-bottom: 138px !important;
  }
}

/* FONT-SIZE */
.fs-139 {
  font-size: 139px !important;
}

@media (min-width: 992px) {
  .fs-lg-139 {
    font-size: 139px !important;
  }
}

/* LINE-HEIGHT */
.lh-139 {
  line-height: 139px !important;
}

@media (min-width: 992px) {
  .lh-lg-139 {
    line-height: 139px !important;
  }
}

/* PADDING */
.pt-139 {
  padding-top: 139px !important;
}

@media (min-width: 992px) {
  .pt-lg-139 {
    padding-top: 139px !important;
  }
}

.pb-139 {
  padding-bottom: 139px !important;
}

@media (min-width: 992px) {
  .pb-lg-139 {
    padding-bottom: 139px !important;
  }
}

/* MARGIN */
.mt-139 {
  margin-top: 139px !important;
}

@media (min-width: 992px) {
  .mt-lg-139 {
    margin-top: 139px !important;
  }
}

.mb-139 {
  margin-bottom: 139px !important;
}

@media (min-width: 992px) {
  .mb-lg-139 {
    margin-bottom: 139px !important;
  }
}

/* FONT-SIZE */
.fs-140 {
  font-size: 140px !important;
}

@media (min-width: 992px) {
  .fs-lg-140 {
    font-size: 140px !important;
  }
}

/* LINE-HEIGHT */
.lh-140 {
  line-height: 140px !important;
}

@media (min-width: 992px) {
  .lh-lg-140 {
    line-height: 140px !important;
  }
}

/* PADDING */
.pt-140 {
  padding-top: 140px !important;
}

@media (min-width: 992px) {
  .pt-lg-140 {
    padding-top: 140px !important;
  }
}

.pb-140 {
  padding-bottom: 140px !important;
}

@media (min-width: 992px) {
  .pb-lg-140 {
    padding-bottom: 140px !important;
  }
}

/* MARGIN */
.mt-140 {
  margin-top: 140px !important;
}

@media (min-width: 992px) {
  .mt-lg-140 {
    margin-top: 140px !important;
  }
}

.mb-140 {
  margin-bottom: 140px !important;
}

@media (min-width: 992px) {
  .mb-lg-140 {
    margin-bottom: 140px !important;
  }
}

/* FONT-SIZE */
.fs-141 {
  font-size: 141px !important;
}

@media (min-width: 992px) {
  .fs-lg-141 {
    font-size: 141px !important;
  }
}

/* LINE-HEIGHT */
.lh-141 {
  line-height: 141px !important;
}

@media (min-width: 992px) {
  .lh-lg-141 {
    line-height: 141px !important;
  }
}

/* PADDING */
.pt-141 {
  padding-top: 141px !important;
}

@media (min-width: 992px) {
  .pt-lg-141 {
    padding-top: 141px !important;
  }
}

.pb-141 {
  padding-bottom: 141px !important;
}

@media (min-width: 992px) {
  .pb-lg-141 {
    padding-bottom: 141px !important;
  }
}

/* MARGIN */
.mt-141 {
  margin-top: 141px !important;
}

@media (min-width: 992px) {
  .mt-lg-141 {
    margin-top: 141px !important;
  }
}

.mb-141 {
  margin-bottom: 141px !important;
}

@media (min-width: 992px) {
  .mb-lg-141 {
    margin-bottom: 141px !important;
  }
}

/* FONT-SIZE */
.fs-142 {
  font-size: 142px !important;
}

@media (min-width: 992px) {
  .fs-lg-142 {
    font-size: 142px !important;
  }
}

/* LINE-HEIGHT */
.lh-142 {
  line-height: 142px !important;
}

@media (min-width: 992px) {
  .lh-lg-142 {
    line-height: 142px !important;
  }
}

/* PADDING */
.pt-142 {
  padding-top: 142px !important;
}

@media (min-width: 992px) {
  .pt-lg-142 {
    padding-top: 142px !important;
  }
}

.pb-142 {
  padding-bottom: 142px !important;
}

@media (min-width: 992px) {
  .pb-lg-142 {
    padding-bottom: 142px !important;
  }
}

/* MARGIN */
.mt-142 {
  margin-top: 142px !important;
}

@media (min-width: 992px) {
  .mt-lg-142 {
    margin-top: 142px !important;
  }
}

.mb-142 {
  margin-bottom: 142px !important;
}

@media (min-width: 992px) {
  .mb-lg-142 {
    margin-bottom: 142px !important;
  }
}

/* FONT-SIZE */
.fs-143 {
  font-size: 143px !important;
}

@media (min-width: 992px) {
  .fs-lg-143 {
    font-size: 143px !important;
  }
}

/* LINE-HEIGHT */
.lh-143 {
  line-height: 143px !important;
}

@media (min-width: 992px) {
  .lh-lg-143 {
    line-height: 143px !important;
  }
}

/* PADDING */
.pt-143 {
  padding-top: 143px !important;
}

@media (min-width: 992px) {
  .pt-lg-143 {
    padding-top: 143px !important;
  }
}

.pb-143 {
  padding-bottom: 143px !important;
}

@media (min-width: 992px) {
  .pb-lg-143 {
    padding-bottom: 143px !important;
  }
}

/* MARGIN */
.mt-143 {
  margin-top: 143px !important;
}

@media (min-width: 992px) {
  .mt-lg-143 {
    margin-top: 143px !important;
  }
}

.mb-143 {
  margin-bottom: 143px !important;
}

@media (min-width: 992px) {
  .mb-lg-143 {
    margin-bottom: 143px !important;
  }
}

/* FONT-SIZE */
.fs-144 {
  font-size: 144px !important;
}

@media (min-width: 992px) {
  .fs-lg-144 {
    font-size: 144px !important;
  }
}

/* LINE-HEIGHT */
.lh-144 {
  line-height: 144px !important;
}

@media (min-width: 992px) {
  .lh-lg-144 {
    line-height: 144px !important;
  }
}

/* PADDING */
.pt-144 {
  padding-top: 144px !important;
}

@media (min-width: 992px) {
  .pt-lg-144 {
    padding-top: 144px !important;
  }
}

.pb-144 {
  padding-bottom: 144px !important;
}

@media (min-width: 992px) {
  .pb-lg-144 {
    padding-bottom: 144px !important;
  }
}

/* MARGIN */
.mt-144 {
  margin-top: 144px !important;
}

@media (min-width: 992px) {
  .mt-lg-144 {
    margin-top: 144px !important;
  }
}

.mb-144 {
  margin-bottom: 144px !important;
}

@media (min-width: 992px) {
  .mb-lg-144 {
    margin-bottom: 144px !important;
  }
}

/* FONT-SIZE */
.fs-145 {
  font-size: 145px !important;
}

@media (min-width: 992px) {
  .fs-lg-145 {
    font-size: 145px !important;
  }
}

/* LINE-HEIGHT */
.lh-145 {
  line-height: 145px !important;
}

@media (min-width: 992px) {
  .lh-lg-145 {
    line-height: 145px !important;
  }
}

/* PADDING */
.pt-145 {
  padding-top: 145px !important;
}

@media (min-width: 992px) {
  .pt-lg-145 {
    padding-top: 145px !important;
  }
}

.pb-145 {
  padding-bottom: 145px !important;
}

@media (min-width: 992px) {
  .pb-lg-145 {
    padding-bottom: 145px !important;
  }
}

/* MARGIN */
.mt-145 {
  margin-top: 145px !important;
}

@media (min-width: 992px) {
  .mt-lg-145 {
    margin-top: 145px !important;
  }
}

.mb-145 {
  margin-bottom: 145px !important;
}

@media (min-width: 992px) {
  .mb-lg-145 {
    margin-bottom: 145px !important;
  }
}

/* FONT-SIZE */
.fs-146 {
  font-size: 146px !important;
}

@media (min-width: 992px) {
  .fs-lg-146 {
    font-size: 146px !important;
  }
}

/* LINE-HEIGHT */
.lh-146 {
  line-height: 146px !important;
}

@media (min-width: 992px) {
  .lh-lg-146 {
    line-height: 146px !important;
  }
}

/* PADDING */
.pt-146 {
  padding-top: 146px !important;
}

@media (min-width: 992px) {
  .pt-lg-146 {
    padding-top: 146px !important;
  }
}

.pb-146 {
  padding-bottom: 146px !important;
}

@media (min-width: 992px) {
  .pb-lg-146 {
    padding-bottom: 146px !important;
  }
}

/* MARGIN */
.mt-146 {
  margin-top: 146px !important;
}

@media (min-width: 992px) {
  .mt-lg-146 {
    margin-top: 146px !important;
  }
}

.mb-146 {
  margin-bottom: 146px !important;
}

@media (min-width: 992px) {
  .mb-lg-146 {
    margin-bottom: 146px !important;
  }
}

/* FONT-SIZE */
.fs-147 {
  font-size: 147px !important;
}

@media (min-width: 992px) {
  .fs-lg-147 {
    font-size: 147px !important;
  }
}

/* LINE-HEIGHT */
.lh-147 {
  line-height: 147px !important;
}

@media (min-width: 992px) {
  .lh-lg-147 {
    line-height: 147px !important;
  }
}

/* PADDING */
.pt-147 {
  padding-top: 147px !important;
}

@media (min-width: 992px) {
  .pt-lg-147 {
    padding-top: 147px !important;
  }
}

.pb-147 {
  padding-bottom: 147px !important;
}

@media (min-width: 992px) {
  .pb-lg-147 {
    padding-bottom: 147px !important;
  }
}

/* MARGIN */
.mt-147 {
  margin-top: 147px !important;
}

@media (min-width: 992px) {
  .mt-lg-147 {
    margin-top: 147px !important;
  }
}

.mb-147 {
  margin-bottom: 147px !important;
}

@media (min-width: 992px) {
  .mb-lg-147 {
    margin-bottom: 147px !important;
  }
}

/* FONT-SIZE */
.fs-148 {
  font-size: 148px !important;
}

@media (min-width: 992px) {
  .fs-lg-148 {
    font-size: 148px !important;
  }
}

/* LINE-HEIGHT */
.lh-148 {
  line-height: 148px !important;
}

@media (min-width: 992px) {
  .lh-lg-148 {
    line-height: 148px !important;
  }
}

/* PADDING */
.pt-148 {
  padding-top: 148px !important;
}

@media (min-width: 992px) {
  .pt-lg-148 {
    padding-top: 148px !important;
  }
}

.pb-148 {
  padding-bottom: 148px !important;
}

@media (min-width: 992px) {
  .pb-lg-148 {
    padding-bottom: 148px !important;
  }
}

/* MARGIN */
.mt-148 {
  margin-top: 148px !important;
}

@media (min-width: 992px) {
  .mt-lg-148 {
    margin-top: 148px !important;
  }
}

.mb-148 {
  margin-bottom: 148px !important;
}

@media (min-width: 992px) {
  .mb-lg-148 {
    margin-bottom: 148px !important;
  }
}

/* FONT-SIZE */
.fs-149 {
  font-size: 149px !important;
}

@media (min-width: 992px) {
  .fs-lg-149 {
    font-size: 149px !important;
  }
}

/* LINE-HEIGHT */
.lh-149 {
  line-height: 149px !important;
}

@media (min-width: 992px) {
  .lh-lg-149 {
    line-height: 149px !important;
  }
}

/* PADDING */
.pt-149 {
  padding-top: 149px !important;
}

@media (min-width: 992px) {
  .pt-lg-149 {
    padding-top: 149px !important;
  }
}

.pb-149 {
  padding-bottom: 149px !important;
}

@media (min-width: 992px) {
  .pb-lg-149 {
    padding-bottom: 149px !important;
  }
}

/* MARGIN */
.mt-149 {
  margin-top: 149px !important;
}

@media (min-width: 992px) {
  .mt-lg-149 {
    margin-top: 149px !important;
  }
}

.mb-149 {
  margin-bottom: 149px !important;
}

@media (min-width: 992px) {
  .mb-lg-149 {
    margin-bottom: 149px !important;
  }
}

/* FONT-SIZE */
.fs-150 {
  font-size: 150px !important;
}

@media (min-width: 992px) {
  .fs-lg-150 {
    font-size: 150px !important;
  }
}

/* LINE-HEIGHT */
.lh-150 {
  line-height: 150px !important;
}

@media (min-width: 992px) {
  .lh-lg-150 {
    line-height: 150px !important;
  }
}

/* PADDING */
.pt-150 {
  padding-top: 150px !important;
}

@media (min-width: 992px) {
  .pt-lg-150 {
    padding-top: 150px !important;
  }
}

.pb-150 {
  padding-bottom: 150px !important;
}

@media (min-width: 992px) {
  .pb-lg-150 {
    padding-bottom: 150px !important;
  }
}

/* MARGIN */
.mt-150 {
  margin-top: 150px !important;
}

@media (min-width: 992px) {
  .mt-lg-150 {
    margin-top: 150px !important;
  }
}

.mb-150 {
  margin-bottom: 150px !important;
}

@media (min-width: 992px) {
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
}

/* FONT-SIZE */
.fs-151 {
  font-size: 151px !important;
}

@media (min-width: 992px) {
  .fs-lg-151 {
    font-size: 151px !important;
  }
}

/* LINE-HEIGHT */
.lh-151 {
  line-height: 151px !important;
}

@media (min-width: 992px) {
  .lh-lg-151 {
    line-height: 151px !important;
  }
}

/* PADDING */
.pt-151 {
  padding-top: 151px !important;
}

@media (min-width: 992px) {
  .pt-lg-151 {
    padding-top: 151px !important;
  }
}

.pb-151 {
  padding-bottom: 151px !important;
}

@media (min-width: 992px) {
  .pb-lg-151 {
    padding-bottom: 151px !important;
  }
}

/* MARGIN */
.mt-151 {
  margin-top: 151px !important;
}

@media (min-width: 992px) {
  .mt-lg-151 {
    margin-top: 151px !important;
  }
}

.mb-151 {
  margin-bottom: 151px !important;
}

@media (min-width: 992px) {
  .mb-lg-151 {
    margin-bottom: 151px !important;
  }
}

/* FONT-SIZE */
.fs-152 {
  font-size: 152px !important;
}

@media (min-width: 992px) {
  .fs-lg-152 {
    font-size: 152px !important;
  }
}

/* LINE-HEIGHT */
.lh-152 {
  line-height: 152px !important;
}

@media (min-width: 992px) {
  .lh-lg-152 {
    line-height: 152px !important;
  }
}

/* PADDING */
.pt-152 {
  padding-top: 152px !important;
}

@media (min-width: 992px) {
  .pt-lg-152 {
    padding-top: 152px !important;
  }
}

.pb-152 {
  padding-bottom: 152px !important;
}

@media (min-width: 992px) {
  .pb-lg-152 {
    padding-bottom: 152px !important;
  }
}

/* MARGIN */
.mt-152 {
  margin-top: 152px !important;
}

@media (min-width: 992px) {
  .mt-lg-152 {
    margin-top: 152px !important;
  }
}

.mb-152 {
  margin-bottom: 152px !important;
}

@media (min-width: 992px) {
  .mb-lg-152 {
    margin-bottom: 152px !important;
  }
}

/* FONT-SIZE */
.fs-153 {
  font-size: 153px !important;
}

@media (min-width: 992px) {
  .fs-lg-153 {
    font-size: 153px !important;
  }
}

/* LINE-HEIGHT */
.lh-153 {
  line-height: 153px !important;
}

@media (min-width: 992px) {
  .lh-lg-153 {
    line-height: 153px !important;
  }
}

/* PADDING */
.pt-153 {
  padding-top: 153px !important;
}

@media (min-width: 992px) {
  .pt-lg-153 {
    padding-top: 153px !important;
  }
}

.pb-153 {
  padding-bottom: 153px !important;
}

@media (min-width: 992px) {
  .pb-lg-153 {
    padding-bottom: 153px !important;
  }
}

/* MARGIN */
.mt-153 {
  margin-top: 153px !important;
}

@media (min-width: 992px) {
  .mt-lg-153 {
    margin-top: 153px !important;
  }
}

.mb-153 {
  margin-bottom: 153px !important;
}

@media (min-width: 992px) {
  .mb-lg-153 {
    margin-bottom: 153px !important;
  }
}

/* FONT-SIZE */
.fs-154 {
  font-size: 154px !important;
}

@media (min-width: 992px) {
  .fs-lg-154 {
    font-size: 154px !important;
  }
}

/* LINE-HEIGHT */
.lh-154 {
  line-height: 154px !important;
}

@media (min-width: 992px) {
  .lh-lg-154 {
    line-height: 154px !important;
  }
}

/* PADDING */
.pt-154 {
  padding-top: 154px !important;
}

@media (min-width: 992px) {
  .pt-lg-154 {
    padding-top: 154px !important;
  }
}

.pb-154 {
  padding-bottom: 154px !important;
}

@media (min-width: 992px) {
  .pb-lg-154 {
    padding-bottom: 154px !important;
  }
}

/* MARGIN */
.mt-154 {
  margin-top: 154px !important;
}

@media (min-width: 992px) {
  .mt-lg-154 {
    margin-top: 154px !important;
  }
}

.mb-154 {
  margin-bottom: 154px !important;
}

@media (min-width: 992px) {
  .mb-lg-154 {
    margin-bottom: 154px !important;
  }
}

/* FONT-SIZE */
.fs-155 {
  font-size: 155px !important;
}

@media (min-width: 992px) {
  .fs-lg-155 {
    font-size: 155px !important;
  }
}

/* LINE-HEIGHT */
.lh-155 {
  line-height: 155px !important;
}

@media (min-width: 992px) {
  .lh-lg-155 {
    line-height: 155px !important;
  }
}

/* PADDING */
.pt-155 {
  padding-top: 155px !important;
}

@media (min-width: 992px) {
  .pt-lg-155 {
    padding-top: 155px !important;
  }
}

.pb-155 {
  padding-bottom: 155px !important;
}

@media (min-width: 992px) {
  .pb-lg-155 {
    padding-bottom: 155px !important;
  }
}

/* MARGIN */
.mt-155 {
  margin-top: 155px !important;
}

@media (min-width: 992px) {
  .mt-lg-155 {
    margin-top: 155px !important;
  }
}

.mb-155 {
  margin-bottom: 155px !important;
}

@media (min-width: 992px) {
  .mb-lg-155 {
    margin-bottom: 155px !important;
  }
}

/* FONT-SIZE */
.fs-156 {
  font-size: 156px !important;
}

@media (min-width: 992px) {
  .fs-lg-156 {
    font-size: 156px !important;
  }
}

/* LINE-HEIGHT */
.lh-156 {
  line-height: 156px !important;
}

@media (min-width: 992px) {
  .lh-lg-156 {
    line-height: 156px !important;
  }
}

/* PADDING */
.pt-156 {
  padding-top: 156px !important;
}

@media (min-width: 992px) {
  .pt-lg-156 {
    padding-top: 156px !important;
  }
}

.pb-156 {
  padding-bottom: 156px !important;
}

@media (min-width: 992px) {
  .pb-lg-156 {
    padding-bottom: 156px !important;
  }
}

/* MARGIN */
.mt-156 {
  margin-top: 156px !important;
}

@media (min-width: 992px) {
  .mt-lg-156 {
    margin-top: 156px !important;
  }
}

.mb-156 {
  margin-bottom: 156px !important;
}

@media (min-width: 992px) {
  .mb-lg-156 {
    margin-bottom: 156px !important;
  }
}

/* FONT-SIZE */
.fs-157 {
  font-size: 157px !important;
}

@media (min-width: 992px) {
  .fs-lg-157 {
    font-size: 157px !important;
  }
}

/* LINE-HEIGHT */
.lh-157 {
  line-height: 157px !important;
}

@media (min-width: 992px) {
  .lh-lg-157 {
    line-height: 157px !important;
  }
}

/* PADDING */
.pt-157 {
  padding-top: 157px !important;
}

@media (min-width: 992px) {
  .pt-lg-157 {
    padding-top: 157px !important;
  }
}

.pb-157 {
  padding-bottom: 157px !important;
}

@media (min-width: 992px) {
  .pb-lg-157 {
    padding-bottom: 157px !important;
  }
}

/* MARGIN */
.mt-157 {
  margin-top: 157px !important;
}

@media (min-width: 992px) {
  .mt-lg-157 {
    margin-top: 157px !important;
  }
}

.mb-157 {
  margin-bottom: 157px !important;
}

@media (min-width: 992px) {
  .mb-lg-157 {
    margin-bottom: 157px !important;
  }
}

/* FONT-SIZE */
.fs-158 {
  font-size: 158px !important;
}

@media (min-width: 992px) {
  .fs-lg-158 {
    font-size: 158px !important;
  }
}

/* LINE-HEIGHT */
.lh-158 {
  line-height: 158px !important;
}

@media (min-width: 992px) {
  .lh-lg-158 {
    line-height: 158px !important;
  }
}

/* PADDING */
.pt-158 {
  padding-top: 158px !important;
}

@media (min-width: 992px) {
  .pt-lg-158 {
    padding-top: 158px !important;
  }
}

.pb-158 {
  padding-bottom: 158px !important;
}

@media (min-width: 992px) {
  .pb-lg-158 {
    padding-bottom: 158px !important;
  }
}

/* MARGIN */
.mt-158 {
  margin-top: 158px !important;
}

@media (min-width: 992px) {
  .mt-lg-158 {
    margin-top: 158px !important;
  }
}

.mb-158 {
  margin-bottom: 158px !important;
}

@media (min-width: 992px) {
  .mb-lg-158 {
    margin-bottom: 158px !important;
  }
}

/* FONT-SIZE */
.fs-159 {
  font-size: 159px !important;
}

@media (min-width: 992px) {
  .fs-lg-159 {
    font-size: 159px !important;
  }
}

/* LINE-HEIGHT */
.lh-159 {
  line-height: 159px !important;
}

@media (min-width: 992px) {
  .lh-lg-159 {
    line-height: 159px !important;
  }
}

/* PADDING */
.pt-159 {
  padding-top: 159px !important;
}

@media (min-width: 992px) {
  .pt-lg-159 {
    padding-top: 159px !important;
  }
}

.pb-159 {
  padding-bottom: 159px !important;
}

@media (min-width: 992px) {
  .pb-lg-159 {
    padding-bottom: 159px !important;
  }
}

/* MARGIN */
.mt-159 {
  margin-top: 159px !important;
}

@media (min-width: 992px) {
  .mt-lg-159 {
    margin-top: 159px !important;
  }
}

.mb-159 {
  margin-bottom: 159px !important;
}

@media (min-width: 992px) {
  .mb-lg-159 {
    margin-bottom: 159px !important;
  }
}

/* FONT-SIZE */
.fs-160 {
  font-size: 160px !important;
}

@media (min-width: 992px) {
  .fs-lg-160 {
    font-size: 160px !important;
  }
}

/* LINE-HEIGHT */
.lh-160 {
  line-height: 160px !important;
}

@media (min-width: 992px) {
  .lh-lg-160 {
    line-height: 160px !important;
  }
}

/* PADDING */
.pt-160 {
  padding-top: 160px !important;
}

@media (min-width: 992px) {
  .pt-lg-160 {
    padding-top: 160px !important;
  }
}

.pb-160 {
  padding-bottom: 160px !important;
}

@media (min-width: 992px) {
  .pb-lg-160 {
    padding-bottom: 160px !important;
  }
}

/* MARGIN */
.mt-160 {
  margin-top: 160px !important;
}

@media (min-width: 992px) {
  .mt-lg-160 {
    margin-top: 160px !important;
  }
}

.mb-160 {
  margin-bottom: 160px !important;
}

@media (min-width: 992px) {
  .mb-lg-160 {
    margin-bottom: 160px !important;
  }
}

/* FONT-SIZE */
.fs-161 {
  font-size: 161px !important;
}

@media (min-width: 992px) {
  .fs-lg-161 {
    font-size: 161px !important;
  }
}

/* LINE-HEIGHT */
.lh-161 {
  line-height: 161px !important;
}

@media (min-width: 992px) {
  .lh-lg-161 {
    line-height: 161px !important;
  }
}

/* PADDING */
.pt-161 {
  padding-top: 161px !important;
}

@media (min-width: 992px) {
  .pt-lg-161 {
    padding-top: 161px !important;
  }
}

.pb-161 {
  padding-bottom: 161px !important;
}

@media (min-width: 992px) {
  .pb-lg-161 {
    padding-bottom: 161px !important;
  }
}

/* MARGIN */
.mt-161 {
  margin-top: 161px !important;
}

@media (min-width: 992px) {
  .mt-lg-161 {
    margin-top: 161px !important;
  }
}

.mb-161 {
  margin-bottom: 161px !important;
}

@media (min-width: 992px) {
  .mb-lg-161 {
    margin-bottom: 161px !important;
  }
}

/* FONT-SIZE */
.fs-162 {
  font-size: 162px !important;
}

@media (min-width: 992px) {
  .fs-lg-162 {
    font-size: 162px !important;
  }
}

/* LINE-HEIGHT */
.lh-162 {
  line-height: 162px !important;
}

@media (min-width: 992px) {
  .lh-lg-162 {
    line-height: 162px !important;
  }
}

/* PADDING */
.pt-162 {
  padding-top: 162px !important;
}

@media (min-width: 992px) {
  .pt-lg-162 {
    padding-top: 162px !important;
  }
}

.pb-162 {
  padding-bottom: 162px !important;
}

@media (min-width: 992px) {
  .pb-lg-162 {
    padding-bottom: 162px !important;
  }
}

/* MARGIN */
.mt-162 {
  margin-top: 162px !important;
}

@media (min-width: 992px) {
  .mt-lg-162 {
    margin-top: 162px !important;
  }
}

.mb-162 {
  margin-bottom: 162px !important;
}

@media (min-width: 992px) {
  .mb-lg-162 {
    margin-bottom: 162px !important;
  }
}

/* FONT-SIZE */
.fs-163 {
  font-size: 163px !important;
}

@media (min-width: 992px) {
  .fs-lg-163 {
    font-size: 163px !important;
  }
}

/* LINE-HEIGHT */
.lh-163 {
  line-height: 163px !important;
}

@media (min-width: 992px) {
  .lh-lg-163 {
    line-height: 163px !important;
  }
}

/* PADDING */
.pt-163 {
  padding-top: 163px !important;
}

@media (min-width: 992px) {
  .pt-lg-163 {
    padding-top: 163px !important;
  }
}

.pb-163 {
  padding-bottom: 163px !important;
}

@media (min-width: 992px) {
  .pb-lg-163 {
    padding-bottom: 163px !important;
  }
}

/* MARGIN */
.mt-163 {
  margin-top: 163px !important;
}

@media (min-width: 992px) {
  .mt-lg-163 {
    margin-top: 163px !important;
  }
}

.mb-163 {
  margin-bottom: 163px !important;
}

@media (min-width: 992px) {
  .mb-lg-163 {
    margin-bottom: 163px !important;
  }
}

/* FONT-SIZE */
.fs-164 {
  font-size: 164px !important;
}

@media (min-width: 992px) {
  .fs-lg-164 {
    font-size: 164px !important;
  }
}

/* LINE-HEIGHT */
.lh-164 {
  line-height: 164px !important;
}

@media (min-width: 992px) {
  .lh-lg-164 {
    line-height: 164px !important;
  }
}

/* PADDING */
.pt-164 {
  padding-top: 164px !important;
}

@media (min-width: 992px) {
  .pt-lg-164 {
    padding-top: 164px !important;
  }
}

.pb-164 {
  padding-bottom: 164px !important;
}

@media (min-width: 992px) {
  .pb-lg-164 {
    padding-bottom: 164px !important;
  }
}

/* MARGIN */
.mt-164 {
  margin-top: 164px !important;
}

@media (min-width: 992px) {
  .mt-lg-164 {
    margin-top: 164px !important;
  }
}

.mb-164 {
  margin-bottom: 164px !important;
}

@media (min-width: 992px) {
  .mb-lg-164 {
    margin-bottom: 164px !important;
  }
}

/* FONT-SIZE */
.fs-165 {
  font-size: 165px !important;
}

@media (min-width: 992px) {
  .fs-lg-165 {
    font-size: 165px !important;
  }
}

/* LINE-HEIGHT */
.lh-165 {
  line-height: 165px !important;
}

@media (min-width: 992px) {
  .lh-lg-165 {
    line-height: 165px !important;
  }
}

/* PADDING */
.pt-165 {
  padding-top: 165px !important;
}

@media (min-width: 992px) {
  .pt-lg-165 {
    padding-top: 165px !important;
  }
}

.pb-165 {
  padding-bottom: 165px !important;
}

@media (min-width: 992px) {
  .pb-lg-165 {
    padding-bottom: 165px !important;
  }
}

/* MARGIN */
.mt-165 {
  margin-top: 165px !important;
}

@media (min-width: 992px) {
  .mt-lg-165 {
    margin-top: 165px !important;
  }
}

.mb-165 {
  margin-bottom: 165px !important;
}

@media (min-width: 992px) {
  .mb-lg-165 {
    margin-bottom: 165px !important;
  }
}

/* FONT-SIZE */
.fs-166 {
  font-size: 166px !important;
}

@media (min-width: 992px) {
  .fs-lg-166 {
    font-size: 166px !important;
  }
}

/* LINE-HEIGHT */
.lh-166 {
  line-height: 166px !important;
}

@media (min-width: 992px) {
  .lh-lg-166 {
    line-height: 166px !important;
  }
}

/* PADDING */
.pt-166 {
  padding-top: 166px !important;
}

@media (min-width: 992px) {
  .pt-lg-166 {
    padding-top: 166px !important;
  }
}

.pb-166 {
  padding-bottom: 166px !important;
}

@media (min-width: 992px) {
  .pb-lg-166 {
    padding-bottom: 166px !important;
  }
}

/* MARGIN */
.mt-166 {
  margin-top: 166px !important;
}

@media (min-width: 992px) {
  .mt-lg-166 {
    margin-top: 166px !important;
  }
}

.mb-166 {
  margin-bottom: 166px !important;
}

@media (min-width: 992px) {
  .mb-lg-166 {
    margin-bottom: 166px !important;
  }
}

/* FONT-SIZE */
.fs-167 {
  font-size: 167px !important;
}

@media (min-width: 992px) {
  .fs-lg-167 {
    font-size: 167px !important;
  }
}

/* LINE-HEIGHT */
.lh-167 {
  line-height: 167px !important;
}

@media (min-width: 992px) {
  .lh-lg-167 {
    line-height: 167px !important;
  }
}

/* PADDING */
.pt-167 {
  padding-top: 167px !important;
}

@media (min-width: 992px) {
  .pt-lg-167 {
    padding-top: 167px !important;
  }
}

.pb-167 {
  padding-bottom: 167px !important;
}

@media (min-width: 992px) {
  .pb-lg-167 {
    padding-bottom: 167px !important;
  }
}

/* MARGIN */
.mt-167 {
  margin-top: 167px !important;
}

@media (min-width: 992px) {
  .mt-lg-167 {
    margin-top: 167px !important;
  }
}

.mb-167 {
  margin-bottom: 167px !important;
}

@media (min-width: 992px) {
  .mb-lg-167 {
    margin-bottom: 167px !important;
  }
}

/* FONT-SIZE */
.fs-168 {
  font-size: 168px !important;
}

@media (min-width: 992px) {
  .fs-lg-168 {
    font-size: 168px !important;
  }
}

/* LINE-HEIGHT */
.lh-168 {
  line-height: 168px !important;
}

@media (min-width: 992px) {
  .lh-lg-168 {
    line-height: 168px !important;
  }
}

/* PADDING */
.pt-168 {
  padding-top: 168px !important;
}

@media (min-width: 992px) {
  .pt-lg-168 {
    padding-top: 168px !important;
  }
}

.pb-168 {
  padding-bottom: 168px !important;
}

@media (min-width: 992px) {
  .pb-lg-168 {
    padding-bottom: 168px !important;
  }
}

/* MARGIN */
.mt-168 {
  margin-top: 168px !important;
}

@media (min-width: 992px) {
  .mt-lg-168 {
    margin-top: 168px !important;
  }
}

.mb-168 {
  margin-bottom: 168px !important;
}

@media (min-width: 992px) {
  .mb-lg-168 {
    margin-bottom: 168px !important;
  }
}

/* FONT-SIZE */
.fs-169 {
  font-size: 169px !important;
}

@media (min-width: 992px) {
  .fs-lg-169 {
    font-size: 169px !important;
  }
}

/* LINE-HEIGHT */
.lh-169 {
  line-height: 169px !important;
}

@media (min-width: 992px) {
  .lh-lg-169 {
    line-height: 169px !important;
  }
}

/* PADDING */
.pt-169 {
  padding-top: 169px !important;
}

@media (min-width: 992px) {
  .pt-lg-169 {
    padding-top: 169px !important;
  }
}

.pb-169 {
  padding-bottom: 169px !important;
}

@media (min-width: 992px) {
  .pb-lg-169 {
    padding-bottom: 169px !important;
  }
}

/* MARGIN */
.mt-169 {
  margin-top: 169px !important;
}

@media (min-width: 992px) {
  .mt-lg-169 {
    margin-top: 169px !important;
  }
}

.mb-169 {
  margin-bottom: 169px !important;
}

@media (min-width: 992px) {
  .mb-lg-169 {
    margin-bottom: 169px !important;
  }
}

/* FONT-SIZE */
.fs-170 {
  font-size: 170px !important;
}

@media (min-width: 992px) {
  .fs-lg-170 {
    font-size: 170px !important;
  }
}

/* LINE-HEIGHT */
.lh-170 {
  line-height: 170px !important;
}

@media (min-width: 992px) {
  .lh-lg-170 {
    line-height: 170px !important;
  }
}

/* PADDING */
.pt-170 {
  padding-top: 170px !important;
}

@media (min-width: 992px) {
  .pt-lg-170 {
    padding-top: 170px !important;
  }
}

.pb-170 {
  padding-bottom: 170px !important;
}

@media (min-width: 992px) {
  .pb-lg-170 {
    padding-bottom: 170px !important;
  }
}

/* MARGIN */
.mt-170 {
  margin-top: 170px !important;
}

@media (min-width: 992px) {
  .mt-lg-170 {
    margin-top: 170px !important;
  }
}

.mb-170 {
  margin-bottom: 170px !important;
}

@media (min-width: 992px) {
  .mb-lg-170 {
    margin-bottom: 170px !important;
  }
}

/* FONT-SIZE */
.fs-171 {
  font-size: 171px !important;
}

@media (min-width: 992px) {
  .fs-lg-171 {
    font-size: 171px !important;
  }
}

/* LINE-HEIGHT */
.lh-171 {
  line-height: 171px !important;
}

@media (min-width: 992px) {
  .lh-lg-171 {
    line-height: 171px !important;
  }
}

/* PADDING */
.pt-171 {
  padding-top: 171px !important;
}

@media (min-width: 992px) {
  .pt-lg-171 {
    padding-top: 171px !important;
  }
}

.pb-171 {
  padding-bottom: 171px !important;
}

@media (min-width: 992px) {
  .pb-lg-171 {
    padding-bottom: 171px !important;
  }
}

/* MARGIN */
.mt-171 {
  margin-top: 171px !important;
}

@media (min-width: 992px) {
  .mt-lg-171 {
    margin-top: 171px !important;
  }
}

.mb-171 {
  margin-bottom: 171px !important;
}

@media (min-width: 992px) {
  .mb-lg-171 {
    margin-bottom: 171px !important;
  }
}

/* FONT-SIZE */
.fs-172 {
  font-size: 172px !important;
}

@media (min-width: 992px) {
  .fs-lg-172 {
    font-size: 172px !important;
  }
}

/* LINE-HEIGHT */
.lh-172 {
  line-height: 172px !important;
}

@media (min-width: 992px) {
  .lh-lg-172 {
    line-height: 172px !important;
  }
}

/* PADDING */
.pt-172 {
  padding-top: 172px !important;
}

@media (min-width: 992px) {
  .pt-lg-172 {
    padding-top: 172px !important;
  }
}

.pb-172 {
  padding-bottom: 172px !important;
}

@media (min-width: 992px) {
  .pb-lg-172 {
    padding-bottom: 172px !important;
  }
}

/* MARGIN */
.mt-172 {
  margin-top: 172px !important;
}

@media (min-width: 992px) {
  .mt-lg-172 {
    margin-top: 172px !important;
  }
}

.mb-172 {
  margin-bottom: 172px !important;
}

@media (min-width: 992px) {
  .mb-lg-172 {
    margin-bottom: 172px !important;
  }
}

/* FONT-SIZE */
.fs-173 {
  font-size: 173px !important;
}

@media (min-width: 992px) {
  .fs-lg-173 {
    font-size: 173px !important;
  }
}

/* LINE-HEIGHT */
.lh-173 {
  line-height: 173px !important;
}

@media (min-width: 992px) {
  .lh-lg-173 {
    line-height: 173px !important;
  }
}

/* PADDING */
.pt-173 {
  padding-top: 173px !important;
}

@media (min-width: 992px) {
  .pt-lg-173 {
    padding-top: 173px !important;
  }
}

.pb-173 {
  padding-bottom: 173px !important;
}

@media (min-width: 992px) {
  .pb-lg-173 {
    padding-bottom: 173px !important;
  }
}

/* MARGIN */
.mt-173 {
  margin-top: 173px !important;
}

@media (min-width: 992px) {
  .mt-lg-173 {
    margin-top: 173px !important;
  }
}

.mb-173 {
  margin-bottom: 173px !important;
}

@media (min-width: 992px) {
  .mb-lg-173 {
    margin-bottom: 173px !important;
  }
}

/* FONT-SIZE */
.fs-174 {
  font-size: 174px !important;
}

@media (min-width: 992px) {
  .fs-lg-174 {
    font-size: 174px !important;
  }
}

/* LINE-HEIGHT */
.lh-174 {
  line-height: 174px !important;
}

@media (min-width: 992px) {
  .lh-lg-174 {
    line-height: 174px !important;
  }
}

/* PADDING */
.pt-174 {
  padding-top: 174px !important;
}

@media (min-width: 992px) {
  .pt-lg-174 {
    padding-top: 174px !important;
  }
}

.pb-174 {
  padding-bottom: 174px !important;
}

@media (min-width: 992px) {
  .pb-lg-174 {
    padding-bottom: 174px !important;
  }
}

/* MARGIN */
.mt-174 {
  margin-top: 174px !important;
}

@media (min-width: 992px) {
  .mt-lg-174 {
    margin-top: 174px !important;
  }
}

.mb-174 {
  margin-bottom: 174px !important;
}

@media (min-width: 992px) {
  .mb-lg-174 {
    margin-bottom: 174px !important;
  }
}

/* FONT-SIZE */
.fs-175 {
  font-size: 175px !important;
}

@media (min-width: 992px) {
  .fs-lg-175 {
    font-size: 175px !important;
  }
}

/* LINE-HEIGHT */
.lh-175 {
  line-height: 175px !important;
}

@media (min-width: 992px) {
  .lh-lg-175 {
    line-height: 175px !important;
  }
}

/* PADDING */
.pt-175 {
  padding-top: 175px !important;
}

@media (min-width: 992px) {
  .pt-lg-175 {
    padding-top: 175px !important;
  }
}

.pb-175 {
  padding-bottom: 175px !important;
}

@media (min-width: 992px) {
  .pb-lg-175 {
    padding-bottom: 175px !important;
  }
}

/* MARGIN */
.mt-175 {
  margin-top: 175px !important;
}

@media (min-width: 992px) {
  .mt-lg-175 {
    margin-top: 175px !important;
  }
}

.mb-175 {
  margin-bottom: 175px !important;
}

@media (min-width: 992px) {
  .mb-lg-175 {
    margin-bottom: 175px !important;
  }
}

/* FONT-SIZE */
.fs-176 {
  font-size: 176px !important;
}

@media (min-width: 992px) {
  .fs-lg-176 {
    font-size: 176px !important;
  }
}

/* LINE-HEIGHT */
.lh-176 {
  line-height: 176px !important;
}

@media (min-width: 992px) {
  .lh-lg-176 {
    line-height: 176px !important;
  }
}

/* PADDING */
.pt-176 {
  padding-top: 176px !important;
}

@media (min-width: 992px) {
  .pt-lg-176 {
    padding-top: 176px !important;
  }
}

.pb-176 {
  padding-bottom: 176px !important;
}

@media (min-width: 992px) {
  .pb-lg-176 {
    padding-bottom: 176px !important;
  }
}

/* MARGIN */
.mt-176 {
  margin-top: 176px !important;
}

@media (min-width: 992px) {
  .mt-lg-176 {
    margin-top: 176px !important;
  }
}

.mb-176 {
  margin-bottom: 176px !important;
}

@media (min-width: 992px) {
  .mb-lg-176 {
    margin-bottom: 176px !important;
  }
}

/* FONT-SIZE */
.fs-177 {
  font-size: 177px !important;
}

@media (min-width: 992px) {
  .fs-lg-177 {
    font-size: 177px !important;
  }
}

/* LINE-HEIGHT */
.lh-177 {
  line-height: 177px !important;
}

@media (min-width: 992px) {
  .lh-lg-177 {
    line-height: 177px !important;
  }
}

/* PADDING */
.pt-177 {
  padding-top: 177px !important;
}

@media (min-width: 992px) {
  .pt-lg-177 {
    padding-top: 177px !important;
  }
}

.pb-177 {
  padding-bottom: 177px !important;
}

@media (min-width: 992px) {
  .pb-lg-177 {
    padding-bottom: 177px !important;
  }
}

/* MARGIN */
.mt-177 {
  margin-top: 177px !important;
}

@media (min-width: 992px) {
  .mt-lg-177 {
    margin-top: 177px !important;
  }
}

.mb-177 {
  margin-bottom: 177px !important;
}

@media (min-width: 992px) {
  .mb-lg-177 {
    margin-bottom: 177px !important;
  }
}

/* FONT-SIZE */
.fs-178 {
  font-size: 178px !important;
}

@media (min-width: 992px) {
  .fs-lg-178 {
    font-size: 178px !important;
  }
}

/* LINE-HEIGHT */
.lh-178 {
  line-height: 178px !important;
}

@media (min-width: 992px) {
  .lh-lg-178 {
    line-height: 178px !important;
  }
}

/* PADDING */
.pt-178 {
  padding-top: 178px !important;
}

@media (min-width: 992px) {
  .pt-lg-178 {
    padding-top: 178px !important;
  }
}

.pb-178 {
  padding-bottom: 178px !important;
}

@media (min-width: 992px) {
  .pb-lg-178 {
    padding-bottom: 178px !important;
  }
}

/* MARGIN */
.mt-178 {
  margin-top: 178px !important;
}

@media (min-width: 992px) {
  .mt-lg-178 {
    margin-top: 178px !important;
  }
}

.mb-178 {
  margin-bottom: 178px !important;
}

@media (min-width: 992px) {
  .mb-lg-178 {
    margin-bottom: 178px !important;
  }
}

/* FONT-SIZE */
.fs-179 {
  font-size: 179px !important;
}

@media (min-width: 992px) {
  .fs-lg-179 {
    font-size: 179px !important;
  }
}

/* LINE-HEIGHT */
.lh-179 {
  line-height: 179px !important;
}

@media (min-width: 992px) {
  .lh-lg-179 {
    line-height: 179px !important;
  }
}

/* PADDING */
.pt-179 {
  padding-top: 179px !important;
}

@media (min-width: 992px) {
  .pt-lg-179 {
    padding-top: 179px !important;
  }
}

.pb-179 {
  padding-bottom: 179px !important;
}

@media (min-width: 992px) {
  .pb-lg-179 {
    padding-bottom: 179px !important;
  }
}

/* MARGIN */
.mt-179 {
  margin-top: 179px !important;
}

@media (min-width: 992px) {
  .mt-lg-179 {
    margin-top: 179px !important;
  }
}

.mb-179 {
  margin-bottom: 179px !important;
}

@media (min-width: 992px) {
  .mb-lg-179 {
    margin-bottom: 179px !important;
  }
}

/* FONT-SIZE */
.fs-180 {
  font-size: 180px !important;
}

@media (min-width: 992px) {
  .fs-lg-180 {
    font-size: 180px !important;
  }
}

/* LINE-HEIGHT */
.lh-180 {
  line-height: 180px !important;
}

@media (min-width: 992px) {
  .lh-lg-180 {
    line-height: 180px !important;
  }
}

/* PADDING */
.pt-180 {
  padding-top: 180px !important;
}

@media (min-width: 992px) {
  .pt-lg-180 {
    padding-top: 180px !important;
  }
}

.pb-180 {
  padding-bottom: 180px !important;
}

@media (min-width: 992px) {
  .pb-lg-180 {
    padding-bottom: 180px !important;
  }
}

/* MARGIN */
.mt-180 {
  margin-top: 180px !important;
}

@media (min-width: 992px) {
  .mt-lg-180 {
    margin-top: 180px !important;
  }
}

.mb-180 {
  margin-bottom: 180px !important;
}

@media (min-width: 992px) {
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
}

/* FONT-SIZE */
.fs-181 {
  font-size: 181px !important;
}

@media (min-width: 992px) {
  .fs-lg-181 {
    font-size: 181px !important;
  }
}

/* LINE-HEIGHT */
.lh-181 {
  line-height: 181px !important;
}

@media (min-width: 992px) {
  .lh-lg-181 {
    line-height: 181px !important;
  }
}

/* PADDING */
.pt-181 {
  padding-top: 181px !important;
}

@media (min-width: 992px) {
  .pt-lg-181 {
    padding-top: 181px !important;
  }
}

.pb-181 {
  padding-bottom: 181px !important;
}

@media (min-width: 992px) {
  .pb-lg-181 {
    padding-bottom: 181px !important;
  }
}

/* MARGIN */
.mt-181 {
  margin-top: 181px !important;
}

@media (min-width: 992px) {
  .mt-lg-181 {
    margin-top: 181px !important;
  }
}

.mb-181 {
  margin-bottom: 181px !important;
}

@media (min-width: 992px) {
  .mb-lg-181 {
    margin-bottom: 181px !important;
  }
}

/* FONT-SIZE */
.fs-182 {
  font-size: 182px !important;
}

@media (min-width: 992px) {
  .fs-lg-182 {
    font-size: 182px !important;
  }
}

/* LINE-HEIGHT */
.lh-182 {
  line-height: 182px !important;
}

@media (min-width: 992px) {
  .lh-lg-182 {
    line-height: 182px !important;
  }
}

/* PADDING */
.pt-182 {
  padding-top: 182px !important;
}

@media (min-width: 992px) {
  .pt-lg-182 {
    padding-top: 182px !important;
  }
}

.pb-182 {
  padding-bottom: 182px !important;
}

@media (min-width: 992px) {
  .pb-lg-182 {
    padding-bottom: 182px !important;
  }
}

/* MARGIN */
.mt-182 {
  margin-top: 182px !important;
}

@media (min-width: 992px) {
  .mt-lg-182 {
    margin-top: 182px !important;
  }
}

.mb-182 {
  margin-bottom: 182px !important;
}

@media (min-width: 992px) {
  .mb-lg-182 {
    margin-bottom: 182px !important;
  }
}

/* FONT-SIZE */
.fs-183 {
  font-size: 183px !important;
}

@media (min-width: 992px) {
  .fs-lg-183 {
    font-size: 183px !important;
  }
}

/* LINE-HEIGHT */
.lh-183 {
  line-height: 183px !important;
}

@media (min-width: 992px) {
  .lh-lg-183 {
    line-height: 183px !important;
  }
}

/* PADDING */
.pt-183 {
  padding-top: 183px !important;
}

@media (min-width: 992px) {
  .pt-lg-183 {
    padding-top: 183px !important;
  }
}

.pb-183 {
  padding-bottom: 183px !important;
}

@media (min-width: 992px) {
  .pb-lg-183 {
    padding-bottom: 183px !important;
  }
}

/* MARGIN */
.mt-183 {
  margin-top: 183px !important;
}

@media (min-width: 992px) {
  .mt-lg-183 {
    margin-top: 183px !important;
  }
}

.mb-183 {
  margin-bottom: 183px !important;
}

@media (min-width: 992px) {
  .mb-lg-183 {
    margin-bottom: 183px !important;
  }
}

/* FONT-SIZE */
.fs-184 {
  font-size: 184px !important;
}

@media (min-width: 992px) {
  .fs-lg-184 {
    font-size: 184px !important;
  }
}

/* LINE-HEIGHT */
.lh-184 {
  line-height: 184px !important;
}

@media (min-width: 992px) {
  .lh-lg-184 {
    line-height: 184px !important;
  }
}

/* PADDING */
.pt-184 {
  padding-top: 184px !important;
}

@media (min-width: 992px) {
  .pt-lg-184 {
    padding-top: 184px !important;
  }
}

.pb-184 {
  padding-bottom: 184px !important;
}

@media (min-width: 992px) {
  .pb-lg-184 {
    padding-bottom: 184px !important;
  }
}

/* MARGIN */
.mt-184 {
  margin-top: 184px !important;
}

@media (min-width: 992px) {
  .mt-lg-184 {
    margin-top: 184px !important;
  }
}

.mb-184 {
  margin-bottom: 184px !important;
}

@media (min-width: 992px) {
  .mb-lg-184 {
    margin-bottom: 184px !important;
  }
}

/* FONT-SIZE */
.fs-185 {
  font-size: 185px !important;
}

@media (min-width: 992px) {
  .fs-lg-185 {
    font-size: 185px !important;
  }
}

/* LINE-HEIGHT */
.lh-185 {
  line-height: 185px !important;
}

@media (min-width: 992px) {
  .lh-lg-185 {
    line-height: 185px !important;
  }
}

/* PADDING */
.pt-185 {
  padding-top: 185px !important;
}

@media (min-width: 992px) {
  .pt-lg-185 {
    padding-top: 185px !important;
  }
}

.pb-185 {
  padding-bottom: 185px !important;
}

@media (min-width: 992px) {
  .pb-lg-185 {
    padding-bottom: 185px !important;
  }
}

/* MARGIN */
.mt-185 {
  margin-top: 185px !important;
}

@media (min-width: 992px) {
  .mt-lg-185 {
    margin-top: 185px !important;
  }
}

.mb-185 {
  margin-bottom: 185px !important;
}

@media (min-width: 992px) {
  .mb-lg-185 {
    margin-bottom: 185px !important;
  }
}

/* FONT-SIZE */
.fs-186 {
  font-size: 186px !important;
}

@media (min-width: 992px) {
  .fs-lg-186 {
    font-size: 186px !important;
  }
}

/* LINE-HEIGHT */
.lh-186 {
  line-height: 186px !important;
}

@media (min-width: 992px) {
  .lh-lg-186 {
    line-height: 186px !important;
  }
}

/* PADDING */
.pt-186 {
  padding-top: 186px !important;
}

@media (min-width: 992px) {
  .pt-lg-186 {
    padding-top: 186px !important;
  }
}

.pb-186 {
  padding-bottom: 186px !important;
}

@media (min-width: 992px) {
  .pb-lg-186 {
    padding-bottom: 186px !important;
  }
}

/* MARGIN */
.mt-186 {
  margin-top: 186px !important;
}

@media (min-width: 992px) {
  .mt-lg-186 {
    margin-top: 186px !important;
  }
}

.mb-186 {
  margin-bottom: 186px !important;
}

@media (min-width: 992px) {
  .mb-lg-186 {
    margin-bottom: 186px !important;
  }
}

/* FONT-SIZE */
.fs-187 {
  font-size: 187px !important;
}

@media (min-width: 992px) {
  .fs-lg-187 {
    font-size: 187px !important;
  }
}

/* LINE-HEIGHT */
.lh-187 {
  line-height: 187px !important;
}

@media (min-width: 992px) {
  .lh-lg-187 {
    line-height: 187px !important;
  }
}

/* PADDING */
.pt-187 {
  padding-top: 187px !important;
}

@media (min-width: 992px) {
  .pt-lg-187 {
    padding-top: 187px !important;
  }
}

.pb-187 {
  padding-bottom: 187px !important;
}

@media (min-width: 992px) {
  .pb-lg-187 {
    padding-bottom: 187px !important;
  }
}

/* MARGIN */
.mt-187 {
  margin-top: 187px !important;
}

@media (min-width: 992px) {
  .mt-lg-187 {
    margin-top: 187px !important;
  }
}

.mb-187 {
  margin-bottom: 187px !important;
}

@media (min-width: 992px) {
  .mb-lg-187 {
    margin-bottom: 187px !important;
  }
}

/* FONT-SIZE */
.fs-188 {
  font-size: 188px !important;
}

@media (min-width: 992px) {
  .fs-lg-188 {
    font-size: 188px !important;
  }
}

/* LINE-HEIGHT */
.lh-188 {
  line-height: 188px !important;
}

@media (min-width: 992px) {
  .lh-lg-188 {
    line-height: 188px !important;
  }
}

/* PADDING */
.pt-188 {
  padding-top: 188px !important;
}

@media (min-width: 992px) {
  .pt-lg-188 {
    padding-top: 188px !important;
  }
}

.pb-188 {
  padding-bottom: 188px !important;
}

@media (min-width: 992px) {
  .pb-lg-188 {
    padding-bottom: 188px !important;
  }
}

/* MARGIN */
.mt-188 {
  margin-top: 188px !important;
}

@media (min-width: 992px) {
  .mt-lg-188 {
    margin-top: 188px !important;
  }
}

.mb-188 {
  margin-bottom: 188px !important;
}

@media (min-width: 992px) {
  .mb-lg-188 {
    margin-bottom: 188px !important;
  }
}

/* FONT-SIZE */
.fs-189 {
  font-size: 189px !important;
}

@media (min-width: 992px) {
  .fs-lg-189 {
    font-size: 189px !important;
  }
}

/* LINE-HEIGHT */
.lh-189 {
  line-height: 189px !important;
}

@media (min-width: 992px) {
  .lh-lg-189 {
    line-height: 189px !important;
  }
}

/* PADDING */
.pt-189 {
  padding-top: 189px !important;
}

@media (min-width: 992px) {
  .pt-lg-189 {
    padding-top: 189px !important;
  }
}

.pb-189 {
  padding-bottom: 189px !important;
}

@media (min-width: 992px) {
  .pb-lg-189 {
    padding-bottom: 189px !important;
  }
}

/* MARGIN */
.mt-189 {
  margin-top: 189px !important;
}

@media (min-width: 992px) {
  .mt-lg-189 {
    margin-top: 189px !important;
  }
}

.mb-189 {
  margin-bottom: 189px !important;
}

@media (min-width: 992px) {
  .mb-lg-189 {
    margin-bottom: 189px !important;
  }
}

/* FONT-SIZE */
.fs-190 {
  font-size: 190px !important;
}

@media (min-width: 992px) {
  .fs-lg-190 {
    font-size: 190px !important;
  }
}

/* LINE-HEIGHT */
.lh-190 {
  line-height: 190px !important;
}

@media (min-width: 992px) {
  .lh-lg-190 {
    line-height: 190px !important;
  }
}

/* PADDING */
.pt-190 {
  padding-top: 190px !important;
}

@media (min-width: 992px) {
  .pt-lg-190 {
    padding-top: 190px !important;
  }
}

.pb-190 {
  padding-bottom: 190px !important;
}

@media (min-width: 992px) {
  .pb-lg-190 {
    padding-bottom: 190px !important;
  }
}

/* MARGIN */
.mt-190 {
  margin-top: 190px !important;
}

@media (min-width: 992px) {
  .mt-lg-190 {
    margin-top: 190px !important;
  }
}

.mb-190 {
  margin-bottom: 190px !important;
}

@media (min-width: 992px) {
  .mb-lg-190 {
    margin-bottom: 190px !important;
  }
}

/* FONT-SIZE */
.fs-191 {
  font-size: 191px !important;
}

@media (min-width: 992px) {
  .fs-lg-191 {
    font-size: 191px !important;
  }
}

/* LINE-HEIGHT */
.lh-191 {
  line-height: 191px !important;
}

@media (min-width: 992px) {
  .lh-lg-191 {
    line-height: 191px !important;
  }
}

/* PADDING */
.pt-191 {
  padding-top: 191px !important;
}

@media (min-width: 992px) {
  .pt-lg-191 {
    padding-top: 191px !important;
  }
}

.pb-191 {
  padding-bottom: 191px !important;
}

@media (min-width: 992px) {
  .pb-lg-191 {
    padding-bottom: 191px !important;
  }
}

/* MARGIN */
.mt-191 {
  margin-top: 191px !important;
}

@media (min-width: 992px) {
  .mt-lg-191 {
    margin-top: 191px !important;
  }
}

.mb-191 {
  margin-bottom: 191px !important;
}

@media (min-width: 992px) {
  .mb-lg-191 {
    margin-bottom: 191px !important;
  }
}

/* FONT-SIZE */
.fs-192 {
  font-size: 192px !important;
}

@media (min-width: 992px) {
  .fs-lg-192 {
    font-size: 192px !important;
  }
}

/* LINE-HEIGHT */
.lh-192 {
  line-height: 192px !important;
}

@media (min-width: 992px) {
  .lh-lg-192 {
    line-height: 192px !important;
  }
}

/* PADDING */
.pt-192 {
  padding-top: 192px !important;
}

@media (min-width: 992px) {
  .pt-lg-192 {
    padding-top: 192px !important;
  }
}

.pb-192 {
  padding-bottom: 192px !important;
}

@media (min-width: 992px) {
  .pb-lg-192 {
    padding-bottom: 192px !important;
  }
}

/* MARGIN */
.mt-192 {
  margin-top: 192px !important;
}

@media (min-width: 992px) {
  .mt-lg-192 {
    margin-top: 192px !important;
  }
}

.mb-192 {
  margin-bottom: 192px !important;
}

@media (min-width: 992px) {
  .mb-lg-192 {
    margin-bottom: 192px !important;
  }
}

/* FONT-SIZE */
.fs-193 {
  font-size: 193px !important;
}

@media (min-width: 992px) {
  .fs-lg-193 {
    font-size: 193px !important;
  }
}

/* LINE-HEIGHT */
.lh-193 {
  line-height: 193px !important;
}

@media (min-width: 992px) {
  .lh-lg-193 {
    line-height: 193px !important;
  }
}

/* PADDING */
.pt-193 {
  padding-top: 193px !important;
}

@media (min-width: 992px) {
  .pt-lg-193 {
    padding-top: 193px !important;
  }
}

.pb-193 {
  padding-bottom: 193px !important;
}

@media (min-width: 992px) {
  .pb-lg-193 {
    padding-bottom: 193px !important;
  }
}

/* MARGIN */
.mt-193 {
  margin-top: 193px !important;
}

@media (min-width: 992px) {
  .mt-lg-193 {
    margin-top: 193px !important;
  }
}

.mb-193 {
  margin-bottom: 193px !important;
}

@media (min-width: 992px) {
  .mb-lg-193 {
    margin-bottom: 193px !important;
  }
}

/* FONT-SIZE */
.fs-194 {
  font-size: 194px !important;
}

@media (min-width: 992px) {
  .fs-lg-194 {
    font-size: 194px !important;
  }
}

/* LINE-HEIGHT */
.lh-194 {
  line-height: 194px !important;
}

@media (min-width: 992px) {
  .lh-lg-194 {
    line-height: 194px !important;
  }
}

/* PADDING */
.pt-194 {
  padding-top: 194px !important;
}

@media (min-width: 992px) {
  .pt-lg-194 {
    padding-top: 194px !important;
  }
}

.pb-194 {
  padding-bottom: 194px !important;
}

@media (min-width: 992px) {
  .pb-lg-194 {
    padding-bottom: 194px !important;
  }
}

/* MARGIN */
.mt-194 {
  margin-top: 194px !important;
}

@media (min-width: 992px) {
  .mt-lg-194 {
    margin-top: 194px !important;
  }
}

.mb-194 {
  margin-bottom: 194px !important;
}

@media (min-width: 992px) {
  .mb-lg-194 {
    margin-bottom: 194px !important;
  }
}

/* FONT-SIZE */
.fs-195 {
  font-size: 195px !important;
}

@media (min-width: 992px) {
  .fs-lg-195 {
    font-size: 195px !important;
  }
}

/* LINE-HEIGHT */
.lh-195 {
  line-height: 195px !important;
}

@media (min-width: 992px) {
  .lh-lg-195 {
    line-height: 195px !important;
  }
}

/* PADDING */
.pt-195 {
  padding-top: 195px !important;
}

@media (min-width: 992px) {
  .pt-lg-195 {
    padding-top: 195px !important;
  }
}

.pb-195 {
  padding-bottom: 195px !important;
}

@media (min-width: 992px) {
  .pb-lg-195 {
    padding-bottom: 195px !important;
  }
}

/* MARGIN */
.mt-195 {
  margin-top: 195px !important;
}

@media (min-width: 992px) {
  .mt-lg-195 {
    margin-top: 195px !important;
  }
}

.mb-195 {
  margin-bottom: 195px !important;
}

@media (min-width: 992px) {
  .mb-lg-195 {
    margin-bottom: 195px !important;
  }
}

/* FONT-SIZE */
.fs-196 {
  font-size: 196px !important;
}

@media (min-width: 992px) {
  .fs-lg-196 {
    font-size: 196px !important;
  }
}

/* LINE-HEIGHT */
.lh-196 {
  line-height: 196px !important;
}

@media (min-width: 992px) {
  .lh-lg-196 {
    line-height: 196px !important;
  }
}

/* PADDING */
.pt-196 {
  padding-top: 196px !important;
}

@media (min-width: 992px) {
  .pt-lg-196 {
    padding-top: 196px !important;
  }
}

.pb-196 {
  padding-bottom: 196px !important;
}

@media (min-width: 992px) {
  .pb-lg-196 {
    padding-bottom: 196px !important;
  }
}

/* MARGIN */
.mt-196 {
  margin-top: 196px !important;
}

@media (min-width: 992px) {
  .mt-lg-196 {
    margin-top: 196px !important;
  }
}

.mb-196 {
  margin-bottom: 196px !important;
}

@media (min-width: 992px) {
  .mb-lg-196 {
    margin-bottom: 196px !important;
  }
}

/* FONT-SIZE */
.fs-197 {
  font-size: 197px !important;
}

@media (min-width: 992px) {
  .fs-lg-197 {
    font-size: 197px !important;
  }
}

/* LINE-HEIGHT */
.lh-197 {
  line-height: 197px !important;
}

@media (min-width: 992px) {
  .lh-lg-197 {
    line-height: 197px !important;
  }
}

/* PADDING */
.pt-197 {
  padding-top: 197px !important;
}

@media (min-width: 992px) {
  .pt-lg-197 {
    padding-top: 197px !important;
  }
}

.pb-197 {
  padding-bottom: 197px !important;
}

@media (min-width: 992px) {
  .pb-lg-197 {
    padding-bottom: 197px !important;
  }
}

/* MARGIN */
.mt-197 {
  margin-top: 197px !important;
}

@media (min-width: 992px) {
  .mt-lg-197 {
    margin-top: 197px !important;
  }
}

.mb-197 {
  margin-bottom: 197px !important;
}

@media (min-width: 992px) {
  .mb-lg-197 {
    margin-bottom: 197px !important;
  }
}

/* FONT-SIZE */
.fs-198 {
  font-size: 198px !important;
}

@media (min-width: 992px) {
  .fs-lg-198 {
    font-size: 198px !important;
  }
}

/* LINE-HEIGHT */
.lh-198 {
  line-height: 198px !important;
}

@media (min-width: 992px) {
  .lh-lg-198 {
    line-height: 198px !important;
  }
}

/* PADDING */
.pt-198 {
  padding-top: 198px !important;
}

@media (min-width: 992px) {
  .pt-lg-198 {
    padding-top: 198px !important;
  }
}

.pb-198 {
  padding-bottom: 198px !important;
}

@media (min-width: 992px) {
  .pb-lg-198 {
    padding-bottom: 198px !important;
  }
}

/* MARGIN */
.mt-198 {
  margin-top: 198px !important;
}

@media (min-width: 992px) {
  .mt-lg-198 {
    margin-top: 198px !important;
  }
}

.mb-198 {
  margin-bottom: 198px !important;
}

@media (min-width: 992px) {
  .mb-lg-198 {
    margin-bottom: 198px !important;
  }
}

/* FONT-SIZE */
.fs-199 {
  font-size: 199px !important;
}

@media (min-width: 992px) {
  .fs-lg-199 {
    font-size: 199px !important;
  }
}

/* LINE-HEIGHT */
.lh-199 {
  line-height: 199px !important;
}

@media (min-width: 992px) {
  .lh-lg-199 {
    line-height: 199px !important;
  }
}

/* PADDING */
.pt-199 {
  padding-top: 199px !important;
}

@media (min-width: 992px) {
  .pt-lg-199 {
    padding-top: 199px !important;
  }
}

.pb-199 {
  padding-bottom: 199px !important;
}

@media (min-width: 992px) {
  .pb-lg-199 {
    padding-bottom: 199px !important;
  }
}

/* MARGIN */
.mt-199 {
  margin-top: 199px !important;
}

@media (min-width: 992px) {
  .mt-lg-199 {
    margin-top: 199px !important;
  }
}

.mb-199 {
  margin-bottom: 199px !important;
}

@media (min-width: 992px) {
  .mb-lg-199 {
    margin-bottom: 199px !important;
  }
}

/* FONT-SIZE */
.fs-200 {
  font-size: 200px !important;
}

@media (min-width: 992px) {
  .fs-lg-200 {
    font-size: 200px !important;
  }
}

/* LINE-HEIGHT */
.lh-200 {
  line-height: 200px !important;
}

@media (min-width: 992px) {
  .lh-lg-200 {
    line-height: 200px !important;
  }
}

/* PADDING */
.pt-200 {
  padding-top: 200px !important;
}

@media (min-width: 992px) {
  .pt-lg-200 {
    padding-top: 200px !important;
  }
}

.pb-200 {
  padding-bottom: 200px !important;
}

@media (min-width: 992px) {
  .pb-lg-200 {
    padding-bottom: 200px !important;
  }
}

/* MARGIN */
.mt-200 {
  margin-top: 200px !important;
}

@media (min-width: 992px) {
  .mt-lg-200 {
    margin-top: 200px !important;
  }
}

.mb-200 {
  margin-bottom: 200px !important;
}

@media (min-width: 992px) {
  .mb-lg-200 {
    margin-bottom: 200px !important;
  }
}

.titolo {
  line-height: 1;
  margin: 0;
  font-weight: 500;
  text-wrap: balance;
}
.titolo:not(:has(strong)) {
  font-weight: 900;
}
.titolo strong {
  font-weight: 900;
}
.titolo.h1 {
  font-size: 100px;
}
@media only screen and (max-width:991px) {
  .titolo.h1 {
    font-size: 70px;
  }
}
.titolo.h2 {
  font-size: 70px;
}
@media only screen and (max-width:991px) {
  .titolo.h2 {
    font-size: 40px;
  }
}
.titolo.h3 {
  font-size: 50px;
}
@media only screen and (max-width:991px) {
  .titolo.h3 {
    font-size: 40px;
  }
}
.titolo.h4 {
  font-size: 40px;
}
@media only screen and (max-width:991px) {
  .titolo.h4 {
    font-size: 32px;
  }
}
.titolo.h5 {
  font-size: 32px;
}
@media only screen and (max-width:991px) {
  .titolo.h5 {
    font-size: 24px;
  }
}
.titolo.h6 {
  font-size: 24px;
}

.sottotitolo {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-wrap: balance;
}
@media only screen and (max-width:991px) {
  .sottotitolo {
    font-size: 16px;
  }
}

.testo {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-wrap: balance;
}

/* =======================================================================
* Colors
* ======================================================================== */
.color-primary {
  color: var(--primary-color);
}

.color-secondary {
  color: var(--secondary-color);
}

/* ========================================================================
 * Titles & Section Titles
 * ======================================================================== */
section .anchor {
  scroll-margin-top: 90px;
}

/* =======================================================================
* section anchor
* ======================================================================== */
a[name] {
  position: absolute;
  top: 0;
}

/* =======================================================================
* paragraphs, lists etc...
* ======================================================================== */
p,
ul,
ol {
  line-height: 1.618;
}
p.small,
ul.small,
ol.small {
  font-size: 1.4rem;
}
p b,
p strong,
ul b,
ul strong,
ol b,
ol strong {
  color: currentColor;
}

.bigger {
  font-size: 2.2em;
}

/* ========================================================================
 * Colors
 * ======================================================================== */
.bg-color-primary,
.bg-color-blue,
.bg-color-octane,
.bg-color-red {
  --body-color: white;
  background-color: var(--primary-color);
  color: var(--body-color);
}

.bg-color-primary-superlight {
  background-color: var(--primary-color-superlight);
}

.bg-color-primary-light {
  background-color: var(--primary-color-light);
}

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

.bg-color-grey-light {
  background-color: var(--grey-light);
}

.bg-color-grey-superlight {
  background-color: var(--grey-superlight);
}

.bg-color-secondary {
  background-color: var(--secondary-color);
}

.bg-color-blue {
  background-color: var(--primary-color);
}

.bg-color-red {
  background-color: #dc3545;
}

.bg-color-yellow {
  background-color: #ffc107;
}

.bg-grey {
  background: var(--body-color);
}

.bg-grey-superlight {
  background-color: var(--grey-superlight);
}

.color-white {
  color: white;
}

.color-primary {
  color: var(--primary-color);
}

.color-grey-dark {
  color: var(--grey-dark);
}

.color-grey {
  color: var(--grey);
}

.color-secondary {
  color: var(--secondary-color);
}

/* =======================================================================
* Columns
* ======================================================================== */
@media only screen and (min-width:768px) {
  .columns-md-2 .content {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .columns-md-2 p:first-child {
    margin-top: 0;
  }
}

/* ========================================================================
 * SVG ICONS
 * ======================================================================== */
span[class^=icon-] {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  vertical-align: baseline;
}
span[class^=icon-] svg {
  width: 100%;
}
span[class^=icon-] path,
span[class^=icon-] polygon {
  fill: currentColor;
}

svg.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  flex: 0 0 auto;
}

svg path {
  transition: all 0.25s ease-in-out;
}
svg.animated-path path {
  transition: stroke-dashoffset 0.05s linear;
}

/* ========================================================================
 * links
 * ======================================================================== */
a.underline,
.underline {
  text-decoration: underline;
}

p a:not([class]) {
  text-decoration: underline;
  color: var(--primary-color);
}

/* ========================================================================
 * Button
 * ======================================================================== */
.link span[class^=icon-] {
  font-size: 1em;
  transition: all 0.25s ease-in-out;
}
.link span[class^=icon-]:first-child {
  margin-right: 1em;
}
.link span[class^=icon-]:last-child {
  margin-left: 1em;
}

/* =======================================================================
* BTN BTN-FASSI
* ======================================================================== */
.btn-fassi, #contact-form-container .wpcf7-submit {
  background-color: var(--primary-color);
  border-radius: 5px;
  padding: 10px 20px;
  color: white;
  border: 1px solid var(--primary-color);
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  font-weight: 500;
  /*&.btn-grey {
      color: $grey;
      border: 1px solid $grey;
      background: transparent;
      &:hover {
          background: $grey;
          border: 1px solid $grey;
          color: white;
      }
  }*/
}
.btn-fassi svg, #contact-form-container .wpcf7-submit svg {
  transition: all 0.25s ease-in-out;
}
.btn-fassi:hover, #contact-form-container .wpcf7-submit:hover {
  color: white;
}
.btn-fassi:hover svg, #contact-form-container .wpcf7-submit:hover svg {
  transform: rotate(-45deg);
}
.btn-fassi.btn-trans, #contact-form-container .btn-trans.wpcf7-submit {
  color: var(--primary-color);
  background: transparent;
}
.btn-fassi.btn-trans:hover, #contact-form-container .btn-trans.wpcf7-submit:hover {
  background: var(--primary-color);
  color: white;
}
.btn-fassi.btn-grey, #contact-form-container .btn-grey.wpcf7-submit {
  color: #58595b;
  background: transparent;
  border: 1px solid #58595b;
}
.btn-fassi.btn-grey:hover, #contact-form-container .btn-grey.wpcf7-submit:hover {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: white;
}
.btn-fassi.btn-download svg, #contact-form-container .btn-download.wpcf7-submit svg {
  transform: rotate(90deg);
}
.btn-fassi.btn-download:hover svg, #contact-form-container .btn-download.wpcf7-submit:hover svg {
  transform: rotate(90deg);
}
.btn-fassi.btn-white, #contact-form-container .btn-white.wpcf7-submit {
  color: white;
  border: 1px solid white;
  background: transparent;
}
.btn-fassi.btn-white:hover, #contact-form-container .btn-white.wpcf7-submit:hover {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: white;
}

/* ========================================================================
 * TEXT ALIGNMENT UTILITY
 * ======================================================================== */
.text-justify {
  text-align: justify !important;
}

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

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

.text-balance {
  text-wrap: balance;
}

/* =======================================================================
* TABLES
* ======================================================================== */
table {
  border: 1px solid var(--grey-light);
}
table tr {
  border: 1px solid var(--grey-light);
}
table tr:first-child {
  border-bottom: 3px solid var(--grey);
}
table tr:first-child td {
  background: var(--grey-superlight);
}
table td {
  border: 1px solid var(--grey-light);
  padding: 3px 6px;
}

/* =======================================================================
* utilities
* ======================================================================== */
.border-radius {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.border-radius-50 {
  border-radius: 50%;
}

.border-solid {
  border: 1px solid var(--grey-light);
}

/* =======================================================================
* campi form e WPCF7
* ======================================================================== */
/* =======================================================================
* WPCF7
* ======================================================================== */
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d; /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc; /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type=file] {
  cursor: pointer;
  padding-top: 20px;
}

.wpcf7 input[type=file]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}

.wpcf7-list-item {
  display: flex;
  margin-bottom: 5px;
}
.wpcf7-list-item label:has(input[type=radio]) {
  display: flex;
}
.wpcf7-list-item label.checkbox-container {
  width: auto;
  margin-bottom: 3px;
}

.wpcf7-form-control-wrap select {
  border: 1px solid var(--grey-light);
  font-size: 16px;
  height: 46px;
  line-height: 46px;
}

.wpcf7-form-control.wpcf7-radio {
  display: flex;
}
.wpcf7-form-control.wpcf7-radio label {
  gap: 5px;
}
.wpcf7-form-control.wpcf7-radio input[type=radio] {
  font-size: 2rem;
  width: 1em;
  height: 1em;
}

/* =======================================================================
* prevent multiple submissions while waits for email sent
* ======================================================================== */
form.wpcf7-form.submitting button,
form.wpcf7-form.submitting [type=“submit”] {
  pointer-events: none;
  cursor: not-allowed;
}

/* =======================================================================
* FORM CONTAINER
* ======================================================================== */
div.wpcf7 form {
  position: relative;
  /* Stile generico per le checkbox */
  /* Nasconde la checkbox predefinita */
  /* Effetto hover */
  /* Stile quando la checkbox è selezionata */
  /* Icona di spunta */
  /* Clip-path per la spunta */
  /* Miglioramento accessibilità (focus) */
}
div.wpcf7 form .wpcf7-not-valid-tip {
  color: var(--primary-color);
  font-size: 12px;
  font-weight: normal;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 5px;
}
div.wpcf7 form .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 8px; /* Spazio tra la checkbox e il testo */
  font-size: 16px;
  cursor: pointer;
}
div.wpcf7 form .wpcf7-list-item input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #555; /* Bordo della checkbox */
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: white;
}
div.wpcf7 form .wpcf7-list-item input[type=checkbox]:hover {
  border-color: var(--primary-color); /* Cambia colore al passaggio del mouse */
}
div.wpcf7 form .wpcf7-list-item input[type=checkbox]:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
div.wpcf7 form .wpcf7-list-item input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: white;
  clip-path: polygon(20% 40%, 0% 60%, 40% 100%, 100% 20%, 80% 0%, 40% 60%);
  transition: all 0.2s ease;
}
div.wpcf7 form .wpcf7-list-item input[type=checkbox]:focus {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

/* =======================================================================
* FORMS PARTS
* ======================================================================== */
textarea {
  resize: none;
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=time], input[type=week],
textarea,
select {
  border: none;
  background: transparent;
  padding: 0.5rem;
  max-width: 100%;
  width: 100%;
  font: normal 2rem/1.4 var(--font-body-family);
}

select[multiple] {
  height: auto;
}

input:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.input textarea#messaggio {
  height: 15rem;
  max-height: none;
}

/*------------------------------------*\
    FORM
\*------------------------------------*/
.wpcf7-form {
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (prefers-reduced-motion: reduce) {
  .wpcf7-form {
    transition: none;
  }
}

.wpcf7-form div.wpcf7-response-output {
  margin: 0;
  opacity: 0;
  display: none;
  visibility: hidden;
}

.wpcf7-form.sent div.wpcf7-mail-sent-ok {
  opacity: 0;
  display: none;
  visibility: hidden;
}

.wpcf7-form.invalid div.wpcf7-validation-errors {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  border: none;
  border-left: 4px solid #ff1111;
  border-radius: 3px;
  box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.5);
  color: #ff1111;
  display: inline-block;
  font-weight: 600;
  padding: 1rem;
  width: auto;
  z-index: 200;
  bottom: 0;
  right: 0;
  max-width: 400px;
}

@keyframes alert {
  0% {
    background-color: white;
  }
  50% {
    background-color: red;
  }
  100% {
    background-color: white;
  }
}
.form-container {
  position: relative;
}
.rowform {
  display: flex;
  flex-flow: row wrap;
}
.rowform .field.half-md {
  width: 50%;
}
.rowform .field.half-md:first-child {
  padding-right: 5px;
}
.rowform .field.half-md:last-child {
  padding-left: 5px;
}

.input,
.input label,
.input input,
.input textarea,
.input .spin,
.button,
.button button .button.login button i.fa,
.material-button .shape:before,
.material-button .shape:after,
.button.login button {
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .input,
  .input label,
  .input input,
  .input textarea,
  .input .spin,
  .button,
  .button button .button.login button i.fa,
  .material-button .shape:before,
  .material-button .shape:after,
  .button.login button {
    transition: none;
  }
}

.input {
  height: auto;
  position: relative;
  margin-bottom: 15px;
  border: none;
}
.input > span {
  width: 100%;
  display: block;
}
.input span[class^=icon-] {
  display: inline-block;
}
.input label {
  width: 100%;
  margin-bottom: 0;
  cursor: pointer;
  z-index: 2;
  padding: 5px 0 0;
  font-weight: 500;
  font-size: 12px;
}
.input label.select {
  position: relative;
  top: auto;
  opacity: 1;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}
.input label small, .input label .small {
  font-weight: normal;
}
.input label span {
  display: inline-block;
  color: var(--text_color, var(--primary-color));
  width: auto;
}
.input input {
  line-height: 100%;
}
.input input,
.input button {
  position: relative;
}
.input input:not([type=submit]),
.input select,
.input textarea {
  border: none;
  color: currentColor;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  width: 100%;
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.input input:hover:not([type=submit]),
.input input:focus:not([type=submit]),
.input textarea:hover,
.input textarea:focus {
  cursor: auto;
}
.input input:not([type=submit]):not([type=radio]),
.input select:not([multiple]) {
  height: 4.6rem;
}
.input textarea {
  max-height: 8rem;
  resize: none;
}
@media only screen and (min-width:576px) {
  .input textarea {
    max-height: 10rem;
  }
}
.input textarea:focus {
  outline: 2px solid var(--primary-color, var(--primary-color));
  outline-offset: 2px;
}
.input.active:after, .input.validated:after, .input.error:after {
  transform: scale(1);
}
.input.error:after {
  height: 2px;
  animation: alert 1s infinite;
}

/* Customize the label (the container) */
.acceptance {
  padding: 5px 0 15px;
  display: flex;
  align-items: center;
}
.acceptance label {
  font-size: 1.4rem;
  align-items: center;
  gap: 5px;
}
.acceptance label.bigger {
  font-size: 1.8rem;
  font-weight: bold;
}
.acceptance a {
  color: var(--text_color, var(--primary-color));
  text-decoration: underline;
}
.acceptance span {
  font-size: 1rem;
  display: inline-block;
}
.acceptance span.wpcf7-list-item {
  margin: 0;
}
.acceptance span.wpcf7-list-item input {
  margin-right: 1rem;
}

#nwslcontainer .acceptance a {
  color: var(--secondary-color);
}

.checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 1;
  background-color: var(--grey-light);
  border-radius: 3px;
  transition: all 0.15s ease-in-out;
  /* Create the checkmark/indicator (hidden when not checked) */
}
.checkbox-container .checkmark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-small);
}
.checkbox-container .checkmark:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("assets/icons/check-white.svg");
  transition: all 0.15s ease-in-out;
  opacity: 0;
  background-size: 80% 80%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (hover: hover) {
  .checkbox-container:hover input ~ .checkmark {
    background-color: var(--grey);
  }
}
.checkbox-container input:checked ~ .checkmark {
  background-color: var(--primary-color);
}
.checkbox-container input:checked ~ .checkmark:before {
  animation: pulsecheckbox 500ms ease-in-out 100ms forwards;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
  color: white;
  opacity: 1;
}
.checkbox-container input:focus-visible ~ .checkmark {
  outline: 2px solid var(--primary-color, var(--primary-color));
  outline-offset: 3px;
}

@media (hover: hover) {
  .form-container.dark .checkbox-container:hover input ~ .checkmark {
    background-color: white;
  }
}

@keyframes pulsecheckbox {
  0% {
    box-shadow: 0 0 0 0 white;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/* ========================================================================
 * NEWSLETTER FORM
 * ======================================================================== */
h5.newsletter-intro, .newsletter-intro.h5 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 12px;
  color: white;
}

.newsl-form-container .newslemail_wrapper {
  background: white;
  display: flex;
  padding: 0;
  border-radius: 3px;
  overflow: hidden;
}
.newsl-form-container .newslemail_wrapper span.newslemail {
  width: auto;
  flex: 1 1 0;
  position: relative;
}
.newsl-form-container .newslemail_wrapper input#newslemail {
  background: transparent;
  padding: 10px 15px;
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 1.4;
}
.newsl-form-container .newslemail_wrapper input[type=submit] {
  display: inline-block;
  width: auto;
  padding: 5px 15px;
  background: var(--grey-superlight);
  color: var(--primary-color);
  border: none;
  transition: all 0.25s ease-in-out;
}
@media (hover: hover) {
  .newsl-form-container .newslemail_wrapper input[type=submit]:hover {
    background: var(--primary-color);
    color: var(--grey-superlight);
  }
}
.newsl-form-container .acceptance span.acceptance-nswl {
  float: left;
}
.newsl-form-container label[for=newsl_terms] a {
  color: white;
}

/* ========================================================================
 * SPINNER LOADER
 * ======================================================================== */
#floatingBarsG {
  position: relative;
  width: 14px;
  height: 17px;
  margin: auto;
}

.blockG {
  position: absolute;
  background-color: rgb(255, 255, 255);
  width: 2px;
  height: 5px;
  border-radius: 2px 2px 0 0;
  transform: scale(0.4);
  animation-name: fadeG;
  animation-duration: 0.732s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}

#rotateG_01 {
  left: 0;
  top: 6px;
  animation-delay: 0.2695s;
  transform: rotate(-90deg);
}

#rotateG_02 {
  left: 2px;
  top: 2px;
  animation-delay: 0.366s;
  transform: rotate(-45deg);
}

#rotateG_03 {
  left: 6px;
  top: 1px;
  animation-delay: 0.4525s;
  transform: rotate(0deg);
}

#rotateG_04 {
  right: 2px;
  top: 2px;
  animation-delay: 0.549s;
  transform: rotate(45deg);
}

#rotateG_05 {
  right: 0;
  top: 6px;
  animation-delay: 0.6355s;
  transform: rotate(90deg);
}

#rotateG_06 {
  right: 2px;
  bottom: 2px;
  animation-delay: 0.732s;
  transform: rotate(135deg);
}

#rotateG_07 {
  bottom: 0;
  left: 6px;
  animation-delay: 0.8185s;
  transform: rotate(180deg);
}

#rotateG_08 {
  left: 2px;
  bottom: 2px;
  animation-delay: 0.905s;
  transform: rotate(-135deg);
}

@keyframes fadeG {
  0% {
    background-color: rgb(0, 0, 0);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
/* =======================================================================
* parti di HTML replicabili
* ======================================================================== */
/* =======================================================================
* ACCORDION
* ======================================================================== */
.accordion .accordion-item {
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid var(--grey-superlight);
  cursor: pointer;
}
.accordion .accordion-item:first-child .accordion-header {
  padding-top: 0;
}
.accordion .accordion-item:last-child {
  border-bottom: none;
}
.accordion .accordion-item.active .accordion-content {
  display: block;
}
.accordion .accordion-item.active .accordion-header > span[class^=icon-] {
  transform: rotate(180deg);
}
.accordion .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  position: relative;
  padding-top: 20px;
}
.accordion .accordion-header:after {
  content: "";
  inset: 0;
  z-index: 2;
  position: absolute;
}
.accordion .accordion-content {
  display: none;
  padding-top: 10px;
}

/* =======================================================================
* CARD
* ======================================================================== */
.card {
  position: relative;
  overflow: hidden;
  /* =======================================================================
  * icon card
  * ======================================================================== */
  /* =======================================================================
  * icon card
  * ======================================================================== */
}
.card figure.thumbnail picture {
  transition: all 0.25s ease-in-out;
}
.card span.link {
  color: white;
  display: flex;
  align-items: center;
  font-size: 24px;
}
@media only screen and (min-width:1200px) {
  .card span.link {
    font-size: 32px;
  }
}
.card span.h2 a {
  transition: all 0.25s ease-in-out;
}
.card .absolute_link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.card .absolute_link .text__wrapper .svg-container {
  transition: all 0.25s ease-in-out;
}
.card .absolute_link:hover ~ .text__wrapper span.h2 a {
  color: var(--primary-color);
}
.card .absolute_link:hover ~ .text__wrapper .svg-container {
  transform: rotate(-45deg);
}
.card .absolute_link:hover ~ .text__wrapper .svg-container span {
  border: 1px solid var(--primary-color);
}
.card .absolute_link:hover ~ .text__wrapper .svg-container svg {
  fill: var(--primary-color);
}
.card.news {
  border-radius: calc(var(--border-radius) / 2);
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  border: 1px solid var(--grey-light-light);
}
.card.news .thumb__wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  aspect-ratio: 16/9;
  width: 100%;
  flex: 0 0 50%;
}
.card.news .thumb__wrapper picture {
  width: 100%;
  transition: all 0.25s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card.news .thumb__wrapper picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.news .thumb__wrapper.empty {
  background-color: var(--grey-superlight);
}
.card.news .cats_wrapper {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  color: white;
  text-transform: uppercase;
  padding: 15px;
  gap: 5px;
}
.card.news .cats_wrapper span {
  font-family: var(--font-title-family);
  font-size: 12px;
  background-color: var(--body-color);
  padding: 2px 10px 0;
  border-radius: var(--border-radius);
  border: 1px solid white;
  text-transform: none;
}
.card.news .date__time {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 500;
}
.card.news a.read-more.button {
  z-index: 5;
  margin: auto 0 0;
}
.card.news .text__wrapper {
  padding: 20px;
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  flex: 0 0 50%;
}
.card.news .text__wrapper .date__time {
  color: var(--grey-mid);
}
.card.news .text__wrapper .h2 {
  margin-top: 0;
  font-size: 24px;
  color: black;
  font-weight: bold;
}
.card.news a.link,
.card.news span.link {
  color: var(--grey-light);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-block: auto 0;
  transition: all 0.25s ease-in-out;
}
.card.news a.link span[class^=icon-],
.card.news span.link span[class^=icon-] {
  font-size: 2em;
  padding: 0.25em;
  border-radius: 50%;
  border: 1px solid var(--grey-light);
  margin: 0;
  overflow: hidden;
}
@media (hover: hover) {
  .card.news a.link:hover svg.icon,
  .card.news span.link:hover svg.icon {
    position: relative;
    animation: move45deg 0.5s 1 cubic-bezier(0.1, -0.6, 0.2, 0);
  }
}
@media (hover: hover) {
  .card.news:hover .thumb__wrapper picture {
    transform: scale(1.1);
  }
}
.card.icon_card {
  padding: 30px 30px 80px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  background-color: var(--icon-card-bg-color, var(--grey-superlight));
  border-radius: 25px;
}
.card.icon_card .txt h3, .card.icon_card .txt .h3 {
  font-size: 30px;
}
.card.icon_card .txt p {
  font-size: 1.6rem;
  line-height: 1.2;
}
.card.icon_card:not(:has(.icon_wrap)) .txt h3, .card.icon_card:not(:has(.icon_wrap)) .txt .h3 {
  margin-top: 0;
}
.card.icon_card .icon_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.card.icon_card .btn {
  position: absolute;
  z-index: 10;
  bottom: 0;
  margin: 0 0 20px;
}
.card.image_iconed_card {
  padding: 30px 30px 80px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  background-color: var(--icon-card-bg-color, var(--grey-superlight));
  border-radius: 25px;
}
.card.image_iconed_card .txt h3, .card.image_iconed_card .txt .h3 {
  font-size: 30px;
  position: relative;
  padding-bottom: 10px;
  height: 3em;
  vertical-align: bottom;
  display: flex;
  align-items: end;
  justify-content: center;
}
.card.image_iconed_card .txt h3:after, .card.image_iconed_card .txt .h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
  width: 80px;
  height: 3px;
  background-color: var(--secondary-color);
}
.card.image_iconed_card .txt p {
  font-size: 1.6rem;
  line-height: 1.2;
}
.card.image_iconed_card figure {
  position: relative;
  margin-bottom: 30px;
}
.card.image_iconed_card figure > picture {
  display: flex;
  position: relative;
  z-index: 2;
  margin: 20px 20px 0;
}
.card.image_iconed_card figure > picture:after {
  content: "";
  position: absolute;
  display: block;
  background: radial-gradient(black 0%, transparent 50%);
  border-radius: 50%;
  height: 25px;
  width: calc(100% + 50px);
  bottom: -30px;
  z-index: -1;
  opacity: 30%;
  left: -25px;
}
.card.image_iconed_card figure .icon_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  top: 15%;
  right: 0;
  width: 100px;
  z-index: 1;
}
.card.image_iconed_card .btn {
  position: absolute;
  z-index: 10;
  bottom: 0;
  margin: 0 0 20px;
}
.card.sede__card {
  border-radius: var(--border-radius-mid);
  padding: 30px;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.card.sede__card .card__header {
  display: block;
  padding-bottom: 20px;
  min-height: 3em;
}
.card.sede__card .card__header .legenda_element {
  margin-top: 10px;
}
.card.sede__card .card__footer {
  display: flex;
  font-size: 14px;
  color: var(--grey);
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: auto;
  padding-top: 20px;
}
.card.sede__card .sede__paese {
  display: block;
  font-family: var(--font-title-family);
  color: var(--grey-mid);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.card.sede__card .h4.sede__name {
  font-weight: bold;
  font-size: 24px;
  display: block;
}
.card.sede__card ul.sede__info {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.card.sede__card ul.sede__info li {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 8px;
}
.card.sede__card ul.sede__info span[class^=icon-] {
  color: var(--grey);
  flex: 0 0 1em;
  font-size: 16px;
  margin-top: 0.2em;
}
.card.sede__card .underlined-cta {
  text-decoration: underline;
  display: flex;
  gap: 5px;
  align-items: center;
  cursor: pointer;
  color: var(--grey-mid);
}
.card.sede__card .btn-fassi, .card.sede__card #contact-form-container .wpcf7-submit, #contact-form-container .card.sede__card .wpcf7-submit {
  padding: 10px;
  display: flex;
  gap: 5px;
  align-items: center;
  text-decoration: underline;
}

/* =======================================================================
* video opener
* ======================================================================== */
.video__opener {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.video__opener .play_btn {
  background-color: var(--titolo_color, var(--primary-color));
  font-size: 2em;
  border-radius: 50%;
  color: white;
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.2em;
}
.video__opener figure {
  transition: all 0.25s ease-in-out;
}
@media (hover: hover) {
  .video__opener:hover figure {
    transform: scale(1.1);
  }
}

.video_player {
  width: 100vw;
}
@media only screen and (min-width:768px) {
  .video_player {
    width: 80vw;
  }
}
.video_player iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

/* =======================================================================
* WYSIWYG
* ======================================================================== */
section.wysiwyg .title_section,
section.wysiwyg .title_section strong,
section.wysiwyg_multicolumn .title_section,
section.wysiwyg_multicolumn .title_section strong {
  color: var(--title-color, var(--body-color));
}
section.wysiwyg .subtitle_section,
section.wysiwyg_multicolumn .subtitle_section {
  color: var(--subtitle-color, var(--body-color));
}

/* =======================================================================
* tabs list
* ======================================================================== */
section.wysiwyg_tabs .tabs__holder {
  border-radius: var(--border-radius);
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
section.wysiwyg_tabs .tab_trigger {
  flex: 1 1 auto;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  margin: 0;
  background-color: var(--grey);
  color: white;
  transition: all 0.25s ease-in-out;
  border-top: 2px solid var(--grey);
  font-size: 12px;
}
@media only screen and (min-width:768px) {
  section.wysiwyg_tabs .tab_trigger {
    font-size: 32px;
  }
}
@media (hover: hover) {
  section.wysiwyg_tabs .tab_trigger:hover {
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    background-color: var(--grey-light);
    border-top: 2px solid var(--grey-light);
    color: var(--primary-color);
  }
}
section.wysiwyg_tabs .tab_trigger.active {
  color: var(--primary-color);
  background-color: white;
  border-top: 2px solid var(--primary-color);
}
section.wysiwyg_tabs .tabs__panel {
  flex: 1 1 auto;
  position: relative;
  padding: 25px 0;
}
section.wysiwyg_tabs .tabs__panel .single__tab {
  position: absolute;
  padding: 0 30px 30px;
  opacity: 0;
  z-index: 0;
  transition: all 0.25s ease-in-out;
  overflow-y: scroll;
  width: 100%;
}
section.wysiwyg_tabs .tabs__panel .single__tab.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}
section.wysiwyg_tabs .contenuto_tab,
section.wysiwyg_tabs .contenuto_tab * {
  font-size: 16px;
}
section.wysiwyg_tabs .contenuto_tab a:not([class]) {
  color: var(--primary-color);
  text-decoration: underline;
}

/* =======================================================================
* icons_list
* ======================================================================== */
section.icons_list .txt h3, section.icons_list .txt .h3 {
  color: var(--icons-title-color, var(--autovia-octane));
}
section.icons_list .txt p {
  font-size: 1.8rem;
  color: var(--icons-text-color, var(--primary-color));
}
section.icons_list svg path,
section.icons_list svg rect,
section.icons_list svg circle {
  fill: var(--icons-color, var(--body-color));
}
section.icons_list .icon_column {
  position: relative;
  z-index: 1;
}
section.icons_list .icon_column:has(.step_holder + .list_layout) {
  position: relative;
}
section.icons_list .icon_column:has(.step_holder + .list_layout):before {
  content: "";
  position: absolute;
  top: 175px;
  left: 55px;
  border-left: 2px dashed var(--grey-light);
  z-index: -1;
  bottom: 30px;
  width: 1px;
}
@media only screen and (min-width:768px) {
  section.icons_list .icon_column:has(.step_holder + .list_layout):before {
    top: 3rem;
    left: 30px;
    right: 20px;
    bottom: auto;
    width: auto;
    border-bottom: 2px dashed var(--grey-light);
    border-left: none;
  }
}
section.icons_list .icon_column:has(.step_holder + .list_layout):after {
  content: "";
  position: absolute;
  bottom: 30px;
  font-size: 12px;
  width: 1em;
  height: 1em;
  background-color: var(--grey-light);
  border-radius: 50%;
  left: 50px;
}
@media only screen and (min-width:768px) {
  section.icons_list .icon_column:has(.step_holder + .list_layout):after {
    bottom: auto;
    top: 2.5rem;
    right: 20px;
    left: auto;
  }
}
section.icons_list .icon_column:has(.step_holder + .list_layout) .step_holder {
  display: flex;
  justify-content: flex-start;
  margin-bottom: auto;
  z-index: 10;
  position: relative;
}
@media only screen and (max-width:767px) {
  section.icons_list .icon_column:has(.step_holder + .list_layout) .step {
    margin-left: 10px;
  }
}
section.icons_list .icon_column:has(.step_holder) {
  margin-bottom: 30px;
}
section.icons_list .icon_column:has(.step_holder) .step_holder {
  display: flex;
  justify-content: center;
  margin-bottom: -30px;
  z-index: 10;
  position: relative;
}
section.icons_list .icon_column:has(.step_holder) .card.icon_card {
  padding-top: 60px;
}
section.icons_list .card.icon_card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 100px;
  width: 1em;
  height: 1em;
  background-image: url(assets/img/texture-crosses.svg);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background-size: 0.3em;
  z-index: 5;
}
section.icons_list .card.icon_card:after {
  content: "";
  bottom: -0.5em;
  font-size: 150px;
  width: 1em;
  height: 1em;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--primary-color), 0 0 0 26px var(--grey-superlight), 0 0 0 27px var(--primary-color), 0 0 0 52px white, 0 0 0 53px var(--primary-color);
}
section.icons_list .icon_wrap {
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 auto;
  background-color: var(--icons-bg-color, transparent);
  width: var(--icon-custom-size);
}
section.icons_list .icon_wrap svg {
  display: block;
  width: 100%;
  height: 100%;
}
section.icons_list .icon_wrap:has(picture) {
  --icon-custom-size: 100%;
  max-height: none;
  width: -moz-fit-content;
  width: fit-content;
}
section.icons_list .icon_wrap:has(picture):after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  height: 30px;
  bottom: 0;
  background: radial-gradient(ellipse closest-side at 50% 50%, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
section.icons_list .txt_wrap {
  background-color: var(--icons-bg-text-color, transparent);
}
section.icons_list .step {
  width: 2em;
  height: 2em;
  line-height: 1;
  background-color: var(--icons-title-color, var(--autovia-octane));
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: var(--font-title-family);
  font-weight: bold;
  font-style: italic;
  flex: 0 0 2em;
  font-size: 3rem;
}
@media only screen and (min-width:1200px) {
  section.icons_list.show_as_process .container:after {
    content: "";
    border-left: 7px solid var(--primary-color);
    position: absolute;
    top: 100%;
    height: 150px;
    right: calc(50% - 20px);
    border-radius: 40px 0 0;
    border-top: 7px solid var(--primary-color);
    width: 40px;
  }
}
section.icons_list.show_as_process .section_title_holder {
  position: relative;
}
@media only screen and (min-width:1200px) {
  section.icons_list.show_as_process .section_title_holder {
    margin-bottom: 150px;
  }
  section.icons_list.show_as_process .section_title_holder:after {
    content: "";
    border-right: 7px solid var(--primary-color);
    position: absolute;
    top: calc(100% + 7px);
    height: 150px;
    left: calc(50% - 20px);
    border-radius: 0 0 40px;
    border-bottom: 7px solid var(--primary-color);
    width: 40px;
  }
}
section.icons_list.show_as_process h3, section.icons_list.show_as_process .h3 {
  margin-top: 0;
  font-weight: bold;
}
section.icons_list.show_as_process .icon_column {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width:1200px) {
  section.icons_list.show_as_process .icon_column {
    margin-bottom: 0;
  }
  section.icons_list.show_as_process .icon_column:first-child .txt_wrap {
    border-top: none;
  }
  section.icons_list.show_as_process .icon_column:first-child .txt_wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 20px);
    border-top: 7px solid var(--primary-color);
  }
  section.icons_list.show_as_process .icon_column:last-child .txt_wrap {
    border-bottom: none;
  }
  section.icons_list.show_as_process .icon_column:last-child .txt_wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(50% - 20px);
    border-top: 7px solid var(--primary-color);
  }
}
section.icons_list.show_as_process .list_layout {
  padding: 0;
  position: relative;
}
@media only screen and (min-width:1200px) {
  section.icons_list.show_as_process .list_layout {
    margin-bottom: -7px;
  }
}
section.icons_list.show_as_process .pic {
  padding: 1.5rem;
}
@media only screen and (min-width:1200px) {
  section.icons_list.show_as_process .pic {
    padding: 5rem;
    border-top: 7px solid var(--primary-color);
    border-bottom: 7px solid var(--primary-color);
    border-left: 7px solid var(--primary-color);
    border-radius: 50% 0 0 50%;
  }
}
section.icons_list.show_as_process .txt_wrap {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1 1 auto;
}
@media only screen and (min-width:1200px) {
  section.icons_list.show_as_process .txt_wrap {
    padding: 5rem 0;
    border-top: 7px solid var(--primary-color);
    border-bottom: 7px solid var(--primary-color);
  }
  section.icons_list.show_as_process .txt_wrap:before {
    content: "";
    position: absolute;
    top: 5rem;
    bottom: 5rem;
    right: 100%;
    width: 20px;
    border-radius: 100%;
    box-shadow: 0 0 30px;
    z-index: 2;
  }
}
section.icons_list.show_as_process .txt {
  background: white;
  border-end-end-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 20px;
}
@media only screen and (min-width:1200px) {
  section.icons_list.show_as_process .txt {
    padding: 20px 80px;
  }
}
section.icons_list.show_as_process .icon_wrap {
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  max-height: 200px;
  width: var(--icon-custom-size, 100px);
  height: var(--icon-custom-size, 100px);
}
section.icons_list.show_as_process .flex-xl-row-reverse .txt {
  border-end-end-radius: 0;
  border-end-start-radius: 40px;
}
section.icons_list.show_as_process .flex-xl-row-reverse .txt_wrap:before {
  right: auto;
  left: 100%;
}
@media only screen and (min-width:1200px) {
  section.icons_list.show_as_process .flex-xl-row-reverse .pic {
    border-left: none;
    border-right: 7px solid var(--primary-color);
    border-radius: 0 50% 50% 0;
  }
}
@media only screen and (min-width:1400px) {
  section.icons_list.show_as_process .txt_wrap {
    flex: 0 0 840px;
  }
}
@media only screen and (min-width:1200px) {
  section.icons_list.section_deco_a:before {
    content: "";
    position: absolute;
    font-size: 400px;
    width: 1em;
    height: 0.5em;
    top: 0.25em;
    right: 0;
    background-image: url(assets/img/texture-crosses.svg);
    clip-path: url(#wave-clip-path); /* Use SVG path as clip-path */
    background-size: 0.08em;
    z-index: 5;
    mix-blend-mode: hard-light;
  }
  section.icons_list.section_deco_b:after {
    content: "";
    position: absolute;
    font-size: 70vw;
    width: 1em;
    height: 1em;
    top: -0.5em;
    right: -0.5em;
    background: radial-gradient(circle, var(--primary-color) 0%, transparent 70%);
    opacity: 0.15;
    z-index: -1;
  }
}

/* =======================================================================
* number_list
* ======================================================================== */
section.numbers_list .txt p {
  font-size: 1.8rem;
}
section.numbers_list svg path,
section.numbers_list svg rect,
section.numbers_list svg circle {
  fill: var(--icons-color, var(--body-color));
}

.lista_numeri .single_number {
  font-family: var(--font-title-family);
  font-size: 150px;
  font-weight: bold;
  color: var(--numbers-color, var(--body-color));
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 1em;
  margin: 5px auto;
}
.lista_numeri span {
  display: block;
  line-height: 1em;
}
.lista_numeri ins {
  text-decoration: none;
  font-size: 0.6em;
}
.lista_numeri ins.prefix {
  align-self: center;
}
.lista_numeri span.h3 {
  margin-top: 0;
  color: var(--numbers-color, var(--body-color));
}
.lista_numeri .flex-column .col-3,
.lista_numeri .flex-column .col-9 {
  flex: 0 0 auto;
  width: 100%;
}
@media only screen and (min-width:768px) {
  .lista_numeri .colonna.col-md-3:not(:nth-child(4n)) {
    border-right: 1px solid currentColor;
  }
  .lista_numeri .colonna.col-md-4:not(:nth-child(3n)) {
    border-right: 1px solid currentColor;
  }
}

/* =======================================================================
* cta_simple
* ======================================================================== */
section.cta_simple .text_content {
  gap: 30px;
}
@media only screen and (max-width:767px) {
  section.cta_simple .text_content {
    text-align: center;
  }
}
section.cta_simple span.h1.section_title {
  font-size: 70px;
}
section.cta_simple span.h3.section_subtitle {
  margin-bottom: 0;
  font-size: 40px;
}
section.cta_simple .txt h3, section.cta_simple .txt .h3 {
  color: var(--icons-title-color, var(--autovia-octane));
}
section.cta_simple .txt p {
  font-size: 1.8rem;
  color: var(--icons-text-color, var(--primary-color));
}
section.cta_simple svg path,
section.cta_simple svg rect,
section.cta_simple svg circle {
  fill: var(--icons-color, var(--body-color));
}
section.cta_simple .icon_column:has(.icon_card) {
  margin-bottom: 30px;
}
section.cta_simple .icon_wrap {
  width: var(--icon-custom-size, 100px);
  height: var(--icon-custom-size, 100px);
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
}
section.cta_simple .btn {
  background: var(--button-bg-color, var(--primary-color));
  border-color: var(--button-bg-color, var(--primary-color));
  color: var(--button-text-color, white);
  white-space: nowrap;
}
@media (hover: hover) {
  section.cta_simple .btn:hover {
    background: var(--button-text-color, white);
    color: var(--button-bg-color, var(--primary-color));
  }
}

/* =======================================================================
* Slider
* ======================================================================== */
.circled-pagination .swiper-horizontal > .swiper-pagination-bullets,
.circled-pagination .swiper-pagination-bullets.swiper-pagination-horizontal,
.circled-pagination .swiper-pagination-custom,
.circled-pagination .swiper-pagination-fraction {
  bottom: auto;
  left: auto;
  width: auto;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.circled-pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.circled-pagination .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,
.circled-pagination .swiper-pagination-custom .swiper-pagination-bullet,
.circled-pagination .swiper-pagination-fraction .swiper-pagination-bullet {
  background-color: var(--primary-color);
  margin: 10px;
  transition: all 0.25s ease-in-out;
  position: relative;
  opacity: 1;
}
.circled-pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before,
.circled-pagination .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:before,
.circled-pagination .swiper-pagination-custom .swiper-pagination-bullet:before,
.circled-pagination .swiper-pagination-fraction .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  border-radius: 50%;
  display: block;
  border: 1px solid var(--primary-color);
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.circled-pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.circled-pagination .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active,
.circled-pagination .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active,
.circled-pagination .swiper-pagination-fraction .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}
.circled-pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.circled-pagination .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.circled-pagination .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.circled-pagination .swiper-pagination-fraction .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
}
.circled-pagination [class$=-button-next],
.circled-pagination [class$="--button-prev"] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.circled-pagination svg path {
  fill: var(--primary-color);
}
.circled-pagination.bullet-color-grey .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.circled-pagination.bullet-color-grey .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,
.circled-pagination.bullet-color-grey .swiper-pagination-custom .swiper-pagination-bullet,
.circled-pagination.bullet-color-grey .swiper-pagination-fraction .swiper-pagination-bullet {
  background-color: var(--grey-superlight);
}
.circled-pagination.bullet-color-grey .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.circled-pagination.bullet-color-grey .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active,
.circled-pagination.bullet-color-grey .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active,
.circled-pagination.bullet-color-grey .swiper-pagination-fraction .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}
.circled-pagination.bullet-color-grey svg path {
  fill: var(--grey-superlight);
}

/* ========================================================================
 * FIXED RATIO
 * ======================================================================== */
/* ========================================================================
 * MODAL
 * ======================================================================== */
.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.modal.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  z-index: 10002;
}
.modal-bg {
  position: absolute;
  background: teal;
  width: 100%;
  height: 100%;
}
.modal-container {
  border-radius: 10px;
  background: #fff;
  position: relative;
  padding: 30px;
  z-index: 2;
}
.modal-close {
  position: absolute;
  right: -0.25em;
  top: -0.25em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 20;
  font-size: 40px;
  height: 1em;
  width: 1em;
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.modal-close span[class^=icon-] {
  font-size: 0.5em;
}
.modal-close:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
.modal-close svg path,
.modal-close svg polygon {
  fill: white;
}
.modal-form {
  position: relative;
  z-index: 2;
}
.modal-outclick {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: black;
  opacity: 0.8;
}
.modal-content {
  border: none;
}

html.modal__opened body {
  overflow: hidden;
}

.modal_content {
  border-radius: 10px;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 30px 15px 15px;
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 300px;
  max-width: 800px;
  background: white;
  max-height: 100%;
}
@media only screen and (min-width:768px) {
  .modal_content {
    margin: 100px auto;
    padding: 40px;
    box-shadow: 0px 2.8px 2.2px rgba(0, 0, 0, 0.02), 0px 6.7px 5.3px rgba(0, 0, 0, 0.028), 0px 12.5px 10px rgba(0, 0, 0, 0.035), 0px 22.3px 17.9px rgba(0, 0, 0, 0.042), 0px 41.8px 33.4px rgba(0, 0, 0, 0.05), 0px 100px 80px rgba(0, 0, 0, 0.07);
  }
}
.modal_content .form_holder {
  position: relative;
  z-index: 10;
}
.modal_content .modal-closer-holder {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 1em;
  height: 1em;
  font-size: 24px;
  z-index: 10;
  color: var(--grey);
}
.modal_content .modal-closer-holder .modal-close {
  right: -0.25em;
  top: -0.25em;
}

.modal-opener {
  position: absolute;
  inset: 0;
}

/* =======================================================================
* SWAL CUSTOM
* ======================================================================== */
.modal.modal-swal {
  align-items: start;
  padding-top: 5vh;
}

.modal-swal-bg {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  inset: 0;
  z-index: 1;
}

.modal-swal-container {
  background-color: white;
  overflow: hidden;
  z-index: 3;
  padding: 30px;
  border: 2px solid var(--grey-superlight);
  border-radius: 10px;
  box-shadow: 0px 2.8px 2.2px rgba(0, 0, 0, 0.02), 0px 6.7px 5.3px rgba(0, 0, 0, 0.028), 0px 12.5px 10px rgba(0, 0, 0, 0.035), 0px 22.3px 17.9px rgba(0, 0, 0, 0.042), 0px 41.8px 33.4px rgba(0, 0, 0, 0.05), 0px 100px 80px rgba(0, 0, 0, 0.07);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
}
.modal-swal-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10px;
  display: block;
  background-color: currentColor;
}
.modal-swal-container.success:before {
  color: #2be383;
}
.modal-swal-container.warning:before {
  color: #dc3545;
}
.modal-swal-container .modal-close {
  background: transparent;
  border: 0;
  font-size: 15px;
  top: 6px;
  right: 6px;
}
.modal-swal-container .transactional_message {
  color: var(--body-color);
}

/* =======================================================================
* blog
* ======================================================================== */
/* ========================================================================
 * POSTS / BLOG
 * ======================================================================== */
.pagination, #case-history-elenco-container #pagination-case-history,
#case-history-slider-container #pagination-case-history, #archivio-gru-prodotti-container #pagination-gru {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width:768px) {
  .pagination, #case-history-elenco-container #pagination-case-history,
  #case-history-slider-container #pagination-case-history, #archivio-gru-prodotti-container #pagination-gru {
    justify-content: center;
  }
}
.pagination .page-numbers, #case-history-elenco-container #pagination-case-history .page-numbers,
#case-history-slider-container #pagination-case-history .page-numbers, #archivio-gru-prodotti-container #pagination-gru .page-numbers {
  height: 40px;
  width: 40px;
  line-height: 54px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  margin: 0 5px;
  color: var(--primary-color);
}
.pagination .page-numbers.current, #case-history-elenco-container #pagination-case-history .page-numbers.current,
#case-history-slider-container #pagination-case-history .page-numbers.current, #archivio-gru-prodotti-container #pagination-gru .page-numbers.current {
  background: var(--primary-color);
  color: white;
}
.pagination a.page-numbers, #case-history-elenco-container #pagination-case-history a.page-numbers,
#case-history-slider-container #pagination-case-history a.page-numbers, #archivio-gru-prodotti-container #pagination-gru a.page-numbers {
  transition: all 0.25s ease-in-out;
}
@media (hover: hover) {
  .pagination a.page-numbers:hover, #case-history-elenco-container #pagination-case-history a.page-numbers:hover,
  #case-history-slider-container #pagination-case-history a.page-numbers:hover, #archivio-gru-prodotti-container #pagination-gru a.page-numbers:hover {
    background: var(--primary-color);
    color: white;
  }
}

/* =======================================================================
* header e footer
* ======================================================================== */
/* purgecss start ignore */
body {
  background-color: #f8f8f8 !important;
}

main {
  position: relative;
  z-index: 2;
  /* &:after {
      content: "";
      background-image: url("../../assets/fassi-marker.svg");
      width: 600px;
      height: 400px;
      position: fixed;
      bottom: -5px; 
      right: 150px;
      background-size: contain;
      mix-blend-mode: multiply;
      z-index: -1;
      pointer-events: none;
  } */
}

section {
  position: relative;
  z-index: 2;
}

#top-navigation {
  margin-block: 0;
  padding-top: 0;
}
#top-navigation hr {
  border: none;
  border-bottom: 1px solid var(--grey-light);
}

#top-left-menu {
  gap: 10px;
}
#top-left-menu a {
  border-radius: 0 0 var(--border-radius-small) var(--border-radius-small);
  color: white;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  font-size: 16px;
  line-height: 1;
  padding: 0.5em 0.8em;
}

#top-right-menu-holder {
  gap: 40px;
}
#top-right-menu-holder .social-networks {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  font-size: 20px;
}
#top-right-menu-holder .social-networks a {
  color: var(--primary-color);
}

#top-right-menu a {
  color: var(--body-color);
  font-size: 16px;
}

#site-navigation {
  z-index: 1000;
  position: sticky;
  top: 0;
  height: 86px;
}
#site-navigation ul {
  font-size: 16px;
  font-weight: 500;
  gap: 20px;
}
@media only screen and (max-width:1399px) {
  #site-navigation ul {
    gap: 15px;
  }
}
@media (max-width: 1300px) {
  #site-navigation ul {
    gap: 10px;
  }
}
#site-navigation li {
  white-space: nowrap;
}
#site-navigation #logo-container {
  width: 170px;
  flex: 0 0 auto;
}
#site-navigation .nav-item .nav-link {
  color: #212121;
}
@media only screen and (min-width:992px) {
  #site-navigation .nav-item.contatti {
    background-color: var(--primary-color);
    padding: 0 15px;
    border-radius: 5px;
  }
  #site-navigation .nav-item.contatti .nav-link {
    color: white;
  }
  #site-navigation .nav-item.contatti .dropdown-menu {
    margin-left: -15px;
  }
}
@media only screen and (min-width:1400px) {
  #site-navigation .pll-parent-menu-item {
    display: none;
  }
}
#site-navigation .pll-parent-menu-item .lang-item {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  padding: 0;
  overflow: hidden;
}
#site-navigation .pll-parent-menu-item img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#site-navigation .menu-btn-primary {
  margin-left: 15px;
}
#site-navigation .menu-btn-primary .nav-link {
  background-color: var(--primary-color);
  color: white;
  padding: 5px 20px;
}
@media only screen and (min-width:1400px) {
  #site-navigation .menu-item-has-children:hover .dropdown-menu {
    display: block;
    transform: translateY(0);
    opacity: 1;
    pointer-events: initial;
  }
  #site-navigation .menu-item-has-children:hover .dropdown-menu .dropdown-item {
    color: var(--body-color);
  }
  #site-navigation .menu-item-has-children:hover .dropdown-menu .dropdown-item:hover {
    color: var(--primary-color);
  }
}
@media only screen and (max-width:1399px) {
  #site-navigation .menu-item-has-children .dropdown-menu {
    opacity: 1;
    background: transparent;
    position: relative;
    border: none;
    padding: 0px 0.5em;
    transform: translateY(0px);
    pointer-events: auto;
  }
  #site-navigation .menu-item-has-children .dropdown-menu a {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
#site-navigation .dropdown-menu {
  --bs-dropdown-link-active-bg: transparent;
  font-size: 1em;
  border-color: var(--grey-light);
  padding: 0.75em 0.5em;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.25s ease-in-out;
  display: block;
  pointer-events: none;
}
@media (hover: hover) {
  #site-navigation .dropdown-menu a.dropdown-item:hover {
    color: var(--primary-color);
  }
}
#site-navigation .mobile-menu-wrapper {
  position: relative;
}
#site-navigation .mobile-menu-toggle {
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-size: 30px;
}
#site-navigation .mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  background-color: #f1f1f1;
  transition: left 0.3s ease;
  z-index: 999;
  overflow-y: hidden;
}
#site-navigation .mobile-menu nav {
  height: calc(100% - 85px);
  overflow-y: hidden;
}
#site-navigation .mobile-menu nav > div {
  height: 100%;
}
#site-navigation .mobile-menu nav > div ul {
  height: 100%;
}
#site-navigation .mobile-menu.active {
  left: 0;
}
#site-navigation .mobile-menu[hidden] {
  display: block !important;
  left: -100%;
}
#site-navigation .mobile-menu-list {
  list-style-type: none;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#site-navigation .mobile-menu-list li a {
  display: block;
  padding: 0;
  color: #333;
  text-decoration: none;
}
#site-navigation .body-overflow-hidden {
  overflow: hidden;
}
#site-navigation #widget-menu {
  gap: 10px;
}
#site-navigation #account-link {
  font-size: 30px;
  display: flex;
}
#site-navigation #account-link a {
  display: block;
}
@media (hover: hover) {
  #site-navigation #account-link a:hover {
    color: var(--primary-color);
  }
}
#site-navigation #account-link span[class^=icon-] {
  display: block;
}

/* purgecss end ignore */
#footer-container {
  margin-top: var(--section-p-t);
  padding-top: var(--section-p-t);
  background: #333738;
  color: var(--grey-light-light);
  font-size: 16px;
  z-index: 3;
  position: relative;
  border-radius: 20px 20px 0px 0px;
}
#footer-container .container {
  z-index: 3;
  position: relative;
  padding-bottom: var(--section-p-t);
  overflow: hidden;
  background: #333738;
}
#footer-container .container:after {
  content: "";
  background-image: url("../../assets/fassi-marker.svg");
  width: 600px;
  height: 400px;
  position: absolute;
  bottom: -10px;
  right: 0;
  background-size: contain;
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width:991px) {
  #footer-container .container:after {
    right: -200px;
  }
}
#footer-container .logo-container svg {
  margin-left: auto;
  margin-right: auto;
}
#footer-container .info-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 20px;
  line-height: 20px;
  gap: 45px;
}
@media only screen and (max-width:991px) {
  #footer-container .info-container {
    gap: 15px;
  }
}
#footer-container .info-container .info {
  display: flex;
  gap: 10px;
  align-items: center;
}
#footer-container .info-container a {
  color: var(--grey-light-light) !important;
}
#footer-container .social-networks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-left: 20px;
  font-size: 30px;
}
#footer-container .social-networks a {
  color: currentColor;
}
#footer-container .social-networks a svg {
  width: 30px !important;
  height: auto !important;
}
#footer-container .navbar-nav {
  padding: 30px 45px;
  border: 1px solid #c6c7c9;
  display: inline-flex;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  gap: 45px;
}
@media only screen and (max-width:991px) {
  #footer-container .navbar-nav {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
#footer-container .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  line-height: 16px;
  padding: 0;
  font-weight: 500;
}
#footer-container .footer-testo {
  color: var(--grey-light-light);
}
#footer-container .footer-testo a {
  color: var(--grey-light-light) !important;
}
#footer-container #logo_gruppo figure {
  filter: saturate(1);
}
#footer-container #logo_gruppo picture {
  display: block;
  width: 220px;
  display: block;
  filter: contrast(0);
}
#footer-container #logo_gruppo picture,
#footer-container #logo_gruppo img {
  width: 220px;
}
#footer-container .menu_title {
  color: currentColor;
  font-weight: bold;
  margin-bottom: 0.5em;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width:992px) {
  #footer-container .menu_title span[class^=icon-] {
    display: none;
  }
}
@media only screen and (max-width:991px) {
  #footer-container .menu_accordion.active span[class^=icon-] {
    transform: rotate(180deg);
  }
  #footer-container .menu_accordion:not(.active) .menu_title + div {
    display: none;
  }
}
#footer-container div#manchette {
  padding-block: 50px;
  gap: 20px;
  filter: invert(1);
  mix-blend-mode: exclusion;
}
#footer-container div#manchette .single_logo {
  flex: 1 1 0;
  height: 50px;
  display: flex;
  filter: saturate(0);
}
#footer-container div#manchette .single_logo svg,
#footer-container div#manchette .single_logo picture,
#footer-container div#manchette .single_logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
#footer-container .footer-menu ul,
#footer-container ul.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
#footer-container .footer-menu ul li,
#footer-container ul.footer-menu li {
  padding-bottom: 0.5em;
}
#footer-container .footer-menu ul a,
#footer-container ul.footer-menu a {
  color: currentColor;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#footer-container .text a {
  color: white !important;
}
#footer-container .menu {
  padding-left: 0px;
}
#footer-container .menu ul {
  padding-left: 0px !important;
}
#footer-container .menu a {
  color: white !important;
  text-decoration: none;
  display: block;
}
#footer-container .label {
  text-transform: uppercase;
}
#footer-container .nav-link {
  color: white;
}
#footer-container #socials-container svg {
  fill: white;
  width: 25px;
  height: auto;
}
#footer-container #footer-bottom-container {
  padding-top: 60px;
}
#footer-container #footer-bottom-container p {
  font-size: 14px;
}
#footer-container #footer-bottom-container a {
  color: white !important;
  text-decoration: underline;
}
#footer-container #footer-bottom-container .policy_links .divider:last-child {
  display: none;
  visibility: hidden;
}
#footer-container .contact-box {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border: 2px solid var(--grey-light);
  border-radius: var(--border-radius);
  color: var(--grey-light);
  gap: 20px;
  width: -moz-min-content;
  width: min-content;
  margin: 20px auto;
  max-width: 100%;
}
@media only screen and (min-width:992px) {
  #footer-container .contact-box {
    margin: 0 auto;
  }
}
#footer-container .contact-box .single-contact {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#footer-container .contact-box span.no-link,
#footer-container .contact-box a {
  font-size: 22px;
  color: var(--grey-light);
  gap: 10px;
  align-items: center;
  font-weight: 500;
  text-wrap: nowrap;
}
@media only screen and (min-width:992px) {
  #footer-container ul#informazioni-menu {
    display: flex;
    flex-wrap: wrap;
  }
  #footer-container ul#informazioni-menu li {
    flex: 0 0 50%;
    padding-right: 5px;
  }
}

/* ========================================================================
 * FOOTER
 * ======================================================================== */
#footer {
  background: linear-gradient(0deg, #194981, #1b57c8 25%, #0caaf2 75%, #71d3ff);
  color: white;
  position: relative;
  z-index: 499;
  overflow: hidden;
  padding: 3rem 0;
}
@media only screen and (min-width:992px) {
  #footer {
    padding-top: 15rem;
    margin-top: -10rem;
  }
}
#footer .footer-logo {
  width: 300px;
  display: block;
  max-width: 100%;
}
#footer .footer-logo svg path {
  fill: white;
}
#footer .footer-logo svg rect {
  fill: white;
}
#footer .address {
  margin-top: 10px;
  color: white;
}
@media only screen and (min-width:768px) {
  #footer .address {
    margin-top: 0;
  }
}
#footer .address p {
  font-size: 16px;
}
#footer .copyright p {
  font-size: 12px;
  margin: 0;
}
#footer a.credits,
#footer a.privacy_link {
  color: white;
  text-decoration: underline;
}
#footer a {
  transition: all ease-in-out 250ms;
}
#footer .colophon p {
  font-size: 12px;
}
#footer .colophon.contacts {
  text-transform: uppercase;
}
#footer .h5.menu-title {
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
#footer ul.social_links {
  list-style: none;
  margin: 0 0 25px;
  padding: 0 0 5px;
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 20px;
}
@media only screen and (min-width:992px) {
  #footer ul.social_links {
    margin: 0;
  }
}
#footer ul.social_links a {
  color: white;
  display: block;
  height: 1em;
  line-height: 1em;
}

#footer.sticky {
  position: fixed;
  width: 100%;
  bottom: 0;
}

/* =======================================================================
* Language Selector
* ======================================================================== */
#language-selector {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 10;
  font-size: 12px;
}
@media only screen and (min-width:992px) {
  #language-selector {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
#language-selector .lang-sel-button {
  height: 1em;
  margin-left: 1em;
}
#language-selector ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 1em;
  width: 1em;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 30px;
  display: flex;
  flex-flow: column;
  gap: 5px;
}
#language-selector ul li {
  padding: 0;
  margin: 0;
  float: none;
}
#language-selector ul li a {
  display: flex;
  align-items: center;
  color: currentcolor;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
}
#language-selector ul li a span {
  display: none;
  font-size: 12px;
}
#language-selector ul li:not(:first-child) {
  visibility: hidden;
  opacity: 0;
  transition: all ease-in-out 250ms;
}
@media (hover: hover) {
  #language-selector ul li:hover a {
    color: var(--secondary-color);
  }
}
@media (hover: hover) {
  #language-selector ul:hover li:not(:first-child) {
    visibility: visible;
    opacity: 1;
  }
}

.lang-sel-button {
  position: relative;
}
.lang-sel-button span.icon-triangle-down {
  position: absolute;
  right: 2px;
  z-index: 10;
}

#lang-selector-mobile {
  width: 100%;
  position: relative;
  z-index: 1;
  width: 100%;
}
#lang-selector-mobile ul.language-chooser {
  display: flex;
  margin: 15px 0;
  padding: 0;
  justify-content: center;
}
#lang-selector-mobile ul.language-chooser li {
  flex: 0 0 50px;
  list-style: none;
  padding: 0;
}
#lang-selector-mobile ul.language-chooser li a img {
  border-radius: 100%;
}
#lang-selector-mobile ul.language-chooser li:not(:last-child) {
  border-right: 1px solid var(--grey-light);
}
#lang-selector-mobile ul.language-chooser li.current-lang {
  text-decoration: underline;
  text-decoration-color: var(--secondary-color);
  text-underline-offset: 3px;
}
#lang-selector-mobile a {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 0;
}
#lang-selector-mobile a span {
  text-transform: uppercase;
  font-weight: bold;
}

/* =======================================================================
* Booking Engine Autovia
* ======================================================================== */
/* =======================================================================
* Componenti & Plugin
* TODO: sottoporre caricamento in JS
* ======================================================================== */
/**
 * Swiper 11.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 9, 2023
 */
@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;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

.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-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.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-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

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

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

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

.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-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-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: var(--swiper-navigation-top-offset, 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: 0.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 svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

.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:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.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: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  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: var(--swiper-pagination-bullet-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;
  -moz-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: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  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: 0.2s transform, 0.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: 0.2s transform, 0.2s left;
}

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

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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: var(--swiper-pagination-progressbar-size, 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: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, 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: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.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 {
  pointer-events: auto;
}

.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-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.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-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

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

.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-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-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;
}

:root {
  --swiper-theme-color: var(--body-color);
  --swiper-navigation-size: 20px;
}

@media only screen and (min-width:768px) {
  :root {
    --swiper-navigation-size: 40px;
  }
}
.swiper-pagination-bullet {
  transition: all 0.15s ease-in-out;
}

.swiper__holder {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.swiper__holder .swiper-navigation {
  display: flex;
  gap: 10px;
}
.swiper__holder .reviews-swiper-pagination {
  position: absolute;
}
.swiper__holder .swiper-button {
  transition: all 0.25s ease-in-out;
  display: flex;
  font-size: 40px;
  padding: 0.35em;
  height: 1em;
  width: 1em;
  background: transparent;
  border-radius: var(--border-radius-small);
  color: var(--swiper-navigation-color, var(--grey-mid));
  border: 1px solid var(--swiper-navigation-color, var(--grey-light));
  cursor: pointer;
}
.swiper__holder .swiper-button.swiper-button-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.swiper__holder .swiper-button:hover {
  color: var(--grey-dark);
  border-color: var(--grey-dark);
}
.swiper__holder .slick-prev:before,
.swiper__holder .slick-next:before {
  border-color: var(--primary-color);
}
.swiper__holder .swiper-pagination.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  margin: 10px auto;
}

.cards__swiper {
  overflow: hidden;
}
.cards__swiper .swiper-slide {
  height: auto;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 15000;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp {
  z-index: 1500000;
}

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
@media (hover: hover) {
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1;
  }
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(photoswipe-images/default-skin.svg) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(photoswipe-images/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 15100;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 15120;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  font-weight: normal;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
@media (hover: hover) {
  .pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000;
  }
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
@media (hover: hover) {
  a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF;
  }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A;
  }
}

@media (hover: hover) {
  a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF;
  }
  a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D;
  }
  a.pswp__share--download:hover {
    background: #DDD;
  }
}
/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  line-height: 44px;
  color: var(--primary-color);
  opacity: 1;
  padding: 0 10px;
  font-weight: normal;
  font-size: 1.4rem;
}
@media only screen and (min-width:576px) {
  .pswp__counter {
    font-size: 1.6rem;
  }
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small, .pswp__caption .small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: center;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 10px;
  line-height: 1.6;
  color: white;
  font-weight: bold;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(photoswipe-images/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
  	The idea of animating inner circle is based on Polymer ("material") loading indicator 
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 15050;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: var(--primary-color);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar {
  border-bottom: 1px solid var(--grey-light);
}
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  color: white;
  background-color: var(--primary-color);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.pswp__zoom-wrap .wrapper {
  line-height: 0;
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  top: 50%;
  transform: translateY(-50%);
}
.pswp__zoom-wrap .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}
.pswp__zoom-wrap .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pswp__zoom-wrap video {
  width: 100% !important;
  height: auto !important;
}

/* =======================================================================
* tutti i flexible layouts
* ======================================================================== */
/*
.archive.tax-gru_gamma{
    @media(max-width:992px){
        .sfondo{
            aspect-ratio: 16 / 9;
        } 
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        } 
    }    
} 
*/
.term-gamma-pesante .gru {
  position: absolute;
  z-index: 3;
  top: 0vw;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1210px;
  width: 66vw;
}
@media (max-width: 1500px) {
  .term-gamma-pesante .gru {
    width: 66vw;
  }
}
@media (max-width: 1200px) {
  .term-gamma-pesante .gru {
    width: 72vw;
  }
}
@media (max-width: 1100px) {
  .term-gamma-pesante .gru {
    width: 76vw;
  }
}
@media (max-width: 992px) {
  .term-gamma-pesante .gru {
    width: 76vw;
  }
}
@media (max-width: 500px) {
  .term-gamma-pesante .gru {
    width: 76vw;
  }
}
.term-gamma-pesante #archivio-gru-hero-container {
  padding-top: 30px;
}
.term-gamma-pesante #archivio-gru-hero-container .filtro-container:after {
  display: block;
}

.term-gamma-media .gru {
  position: absolute;
  z-index: 3;
  top: 0vw;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1210px;
  width: 66vw;
}
@media (max-width: 1500px) {
  .term-gamma-media .gru {
    width: 66vw;
  }
}
@media (max-width: 1200px) {
  .term-gamma-media .gru {
    width: 72vw;
  }
}
@media (max-width: 1100px) {
  .term-gamma-media .gru {
    width: 76vw;
  }
}
@media (max-width: 992px) {
  .term-gamma-media .gru {
    width: 76vw;
  }
}
@media (max-width: 500px) {
  .term-gamma-media .gru {
    width: 76vw;
  }
}
.term-gamma-media #archivio-gru-hero-container {
  padding-top: 30px;
}
.term-gamma-media #archivio-gru-hero-container .filtro-container:after {
  display: block;
}

.term-gamma-leggera .gru {
  position: absolute;
  z-index: 3;
  top: 0vw;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1210px;
  width: 66vw;
}
@media (max-width: 1500px) {
  .term-gamma-leggera .gru {
    width: 66vw;
  }
}
@media (max-width: 1200px) {
  .term-gamma-leggera .gru {
    width: 72vw;
  }
}
@media (max-width: 1100px) {
  .term-gamma-leggera .gru {
    width: 76vw;
  }
}
@media (max-width: 992px) {
  .term-gamma-leggera .gru {
    width: 76vw;
  }
}
@media (max-width: 500px) {
  .term-gamma-leggera .gru {
    width: 76vw;
  }
}
.term-gamma-leggera #archivio-gru-hero-container {
  padding-top: 30px;
}
.term-gamma-leggera #archivio-gru-hero-container .filtro-container:after {
  display: block;
}

.term-serie-speciali .gru {
  position: absolute;
  z-index: 3;
  top: 5vw;
  left: 60%;
  transform: translateX(-50%);
  max-width: 1210px;
  width: 66vw;
}
@media (max-width: 1500px) {
  .term-serie-speciali .gru {
    width: 72vw;
  }
}
@media (max-width: 1200px) {
  .term-serie-speciali .gru {
    width: 80vw;
  }
}
@media (max-width: 1100px) {
  .term-serie-speciali .gru {
    width: 80vw;
  }
}
@media (max-width: 992px) {
  .term-serie-speciali .gru {
    width: 85vw;
    left: 65%;
  }
}
@media (max-width: 500px) {
  .term-serie-speciali .gru {
    width: 85vw;
    left: 65%;
  }
}
.term-serie-speciali #archivio-gru-hero-container {
  padding-top: 30px;
}
.term-serie-speciali #archivio-gru-hero-container .filtro-container:after {
  display: block;
}

#archivio-gru-hero-container {
  scroll-margin-top: 90px;
}
#archivio-gru-hero-container .sfondo {
  margin: 30px;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width:991px) {
  #archivio-gru-hero-container .sfondo {
    border-radius: 20px;
    margin: 15px;
  }
}
#archivio-gru-hero-container .gru {
  position: absolute;
  clip-path: polygon(0% 0%, 100% 0%, 100% 72%, 47% 73%, 30% 72%, 31% 100%, 0% 100%);
}
#archivio-gru-hero-container .filtro-container {
  border-radius: 40px;
  background-color: white;
  border: 1px solid #c6c7c9;
  margin-top: -200px;
  position: relative;
  padding: 45px;
}
@media only screen and (max-width:991px) {
  #archivio-gru-hero-container .filtro-container {
    border-radius: 20px;
  }
}
@media (max-width: 1500px) {
  #archivio-gru-hero-container .filtro-container {
    margin-top: -150px;
  }
}
@media (max-width: 1200px) {
  #archivio-gru-hero-container .filtro-container {
    margin-top: -100px;
  }
}
@media (max-width: 992px) {
  #archivio-gru-hero-container .filtro-container {
    margin-top: -50px;
  }
}
@media only screen and (max-width:991px) {
  #archivio-gru-hero-container .filtro-container {
    padding: 15px;
    margin-top: -50px;
    width: 100%;
  }
}
#archivio-gru-hero-container .filtro-container:after {
  content: "";
  background-color: white;
  position: absolute;
  content: "";
  background-color: white;
  position: absolute;
  top: -1px;
  height: 60px;
  width: 39%;
  right: 37px;
  z-index: 3;
  border-top: 1px solid #c6c7c9;
  display: none;
}
@media only screen and (max-width:991px) {
  #archivio-gru-hero-container .filtro-container:after {
    width: 29%;
    right: 20px;
    height: 30px;
  }
}
#archivio-gru-hero-container .filtro-container .box {
  padding: 45px;
  border-radius: 30px;
  margin-top: 45px;
  border: 1px solid var(--grey-light-light);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  align-items: center;
}
@media only screen and (max-width:991px) {
  #archivio-gru-hero-container .filtro-container .box {
    padding: 15px;
    gap: 15px;
    border-radius: 15px;
  }
}
#archivio-gru-hero-container .filtro-container .box > div {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media only screen and (max-width:767px) {
  #archivio-gru-hero-container .filtro-container .box > div {
    width: 100%;
  }
}
#archivio-gru-hero-container .filtro-container .box > div .icona {
  font-size: 30px;
  width: 1em;
  height: 1em;
  flex: 0 0 1em;
  line-height: 1em;
  margin-top: -12px;
}
#archivio-gru-hero-container .filtro-container .box > div.search-container {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
}
#archivio-gru-hero-container .filtro-container .box > div.search-container .search-inner-container {
  width: 50%;
  position: relative;
}
@media only screen and (max-width:991px) {
  #archivio-gru-hero-container .filtro-container .box > div.search-container .search-inner-container {
    width: 100%;
  }
}
#archivio-gru-hero-container .filtro-container .box > div.search-container .search-inner-container #search {
  border: 1px solid var(--grey-mid);
  border-radius: 5px;
  padding: auto;
  text-align: center;
  color: var(--grey-mid);
}
#archivio-gru-hero-container .filtro-container .box > div.search-container .search-inner-container #search::-moz-placeholder {
  color: var(--grey-light) !important;
  opacity: 1;
}
#archivio-gru-hero-container .filtro-container .box > div.search-container .search-inner-container #search::placeholder {
  color: var(--grey-light) !important;
  opacity: 1;
}
#archivio-gru-hero-container .filtro-container .box > div.search-container .search-inner-container #search-icon {
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  top: 5px;
  left: 5px;
}
#archivio-gru-hero-container .filtro-container .box > div.search-container .search-inner-container #search-icon svg {
  color: var(--grey-light) !important;
}
#archivio-gru-hero-container .filtro-container .box > div.search-container .search-inner-container #search-clear {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 40px;
  line-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: -12px;
}
#archivio-gru-hero-container .filtro-container .box > div.search-container .search-inner-container #search-clear svg {
  color: var(--primary-color);
}
#archivio-gru-hero-container .filtro-container .box > div select {
  border: 1px solid var(--grey-mid);
  border-radius: 5px;
  color: var(--grey-mid);
}
#archivio-gru-hero-container .filtro-container .box > div select:disabled {
  background-color: var(--grey-light-light);
  cursor: not-allowed;
  opacity: 0.5;
}
#archivio-gru-hero-container .filtro-container .box > div select option {
  padding-left: 40px;
}
#archivio-gru-hero-container .filtro-container .box > div #btn-filtra-gru {
  padding: 4px 12px !important;
}
@media only screen and (max-width:767px) {
  #archivio-gru-hero-container .filtro-container .box > div #btn-filtra-gru {
    display: block;
    text-align: center;
  }
}

#archivio-gru-prodotti-container .count-container {
  display: flex;
  gap: 5px;
  font-size: 18px;
  font-weight: bold;
}
.card-gru {
  margin-top: 60px;
}
.card-gru .inner-card-gru {
  background-color: white;
  border-radius: 30px;
  position: relative;
  text-align: left;
}
.card-gru .inner-card-gru .link {
  display: block;
  min-height: 100%;
  padding: 30px;
  color: inherit;
  text-decoration: none;
  border-radius: 30px;
}
.card-gru .inner-card-gru .img-container {
  position: relative;
  margin-top: -90px;
}
.card-gru .inner-card-gru .img-container img {
  transition: all 0.3s ease;
}
.card-gru .inner-card-gru .img-container .img-non-disponibile {
  position: absolute;
  border: 1px solid var(--grey-light);
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--grey-light);
  white-space: nowrap;
  padding: 3px 6px;
  width: 100%;
  justify-content: center;
  background-color: white;
}
.card-gru .inner-card-gru .img-container .img-non-disponibile img {
  width: 15px;
  height: auto;
}
.card-gru .inner-card-gru .modello-container {
  background: white;
  z-index: 2;
  position: relative;
  pointer-events: none;
}
.card-gru .inner-card-gru .modello-container .modello {
  transition: all 0.3s ease;
  position: relative;
}
.card-gru .inner-card-gru .modello-container .modello:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid var(--grey-light-light);
}
.card-gru .inner-card-gru .modello-container .testo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-gru .inner-card-gru .caratteristiche-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.card-gru .inner-card-gru .caratteristiche-container .caratteristica {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 6px;
  border: 1px solid #e2e3e3;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
  gap: 3px;
}
.card-gru .inner-card-gru .caratteristiche-container .caratteristica > div {
  white-space: nowrap;
}
.card-gru .inner-card-gru .caratteristiche-container .caratteristica img {
  width: 20px;
  height: auto;
}
.card-gru .inner-card-gru .bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-gru .inner-card-gru .mercato-badge {
  display: flex;
  align-items: center;
  padding: 3px 6px;
  border: 1px solid #e2e3e3;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
  gap: 3px;
  transition: all 0.3s ease;
}
.card-gru .inner-card-gru .mercato-badge img {
  width: 20px;
  height: auto;
}
.card-gru .inner-card-gru .mercato-badge.d-none {
  display: none !important;
}
.card-gru .inner-card-gru .arrow-container {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid var(--grey-light);
  color: var(--grey-light);
  padding: 13px;
  margin-left: auto;
  transition: all 0.3s ease;
}
.card-gru .inner-card-gru .arrow-container svg {
  fill: var(--grey-light);
}
.card-gru .inner-card-gru .link:hover .img-container > img, .card-gru .inner-card-gru .link:focus-visible .img-container > img {
  transform: scale(1.15);
}
.card-gru .inner-card-gru .link:hover .modello-container .modello, .card-gru .inner-card-gru .link:focus-visible .modello-container .modello {
  color: var(--primary-color);
}
.card-gru .inner-card-gru .link:hover .caratteristiche-container .caratteristica, .card-gru .inner-card-gru .link:focus-visible .caratteristiche-container .caratteristica {
  background: #e2e3e3;
}
.card-gru .inner-card-gru .link:hover .bottom-bar .mercato-badge, .card-gru .inner-card-gru .link:focus-visible .bottom-bar .mercato-badge {
  background: #e2e3e3;
}
.card-gru .inner-card-gru .link:hover .bottom-bar .arrow-container, .card-gru .inner-card-gru .link:focus-visible .bottom-bar .arrow-container {
  border: 1px solid var(--primary-color);
  transform: rotate(-45deg);
}
.card-gru .inner-card-gru .link:hover .bottom-bar .arrow-container svg, .card-gru .inner-card-gru .link:focus-visible .bottom-bar .arrow-container svg {
  fill: var(--primary-color);
}
.card-gru .inner-card-gru .link:focus-visible {
  outline: 3px solid var(--primary-color);
  outline-offset: 4px;
}

#category__selector__wrapper .selector__wrapper {
  display: flex;
  justify-content: center;
  gap: 15px;
  border-radius: 40px;
  background-color: white;
  border: 1px solid #c6c7c9;
  position: relative;
  padding: 45px;
  font-size: 16px;
  flex-flow: row wrap;
}
@media only screen and (max-width:991px) {
  #category__selector__wrapper .selector__wrapper {
    border-radius: 20px;
  }
}
#category__selector__wrapper .selector__wrapper a {
  color: var(--grey-light);
  font-weight: bold;
}
#category__selector__wrapper .selector__wrapper a.active {
  color: black;
}

#latest__news__wrapper {
  display: grid;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width:768px) {
  #latest__news__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width:992px) {
  #latest__news__wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
#latest__news__wrapper .card.news .thumb__wrapper {
  aspect-ratio: 1;
}
#latest__news__wrapper .card.news .thumb__wrapper:after {
  content: "";
  font-size: 30px;
  display: block;
  z-index: 2;
  position: absolute;
  background: white;
}
#latest__news__wrapper .card.news .text__wrapper .h2 {
  font-size: 24px;
}
#latest__news__wrapper .card.news .text__wrapper .excerpt {
  font-size: 16px;
}
@media only screen and (min-width:992px) {
  #latest__news__wrapper .card.news:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  #latest__news__wrapper .card.news:nth-child(1) .text__wrapper .h2 {
    font-size: 36px;
  }
  #latest__news__wrapper .card.news:nth-child(2) {
    grid-column: 3/5;
    grid-row: 1/2;
    flex-direction: row;
  }
  #latest__news__wrapper .card.news:nth-child(3) {
    grid-column: 3/5;
    grid-row: 2/3;
    flex-direction: row-reverse;
  }
  #latest__news__wrapper .card.news:nth-child(1) .thumb__wrapper, #latest__news__wrapper .card.news:nth-child(4) .thumb__wrapper {
    aspect-ratio: 2;
    flex: 1 1 100%;
  }
  #latest__news__wrapper .card.news:nth-child(1) .thumb__wrapper:after, #latest__news__wrapper .card.news:nth-child(4) .thumb__wrapper:after {
    width: 1em;
    height: 0.66em;
    left: calc(50% - 0.5em);
    bottom: -1px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
  #latest__news__wrapper .card.news:nth-child(2) .thumb__wrapper:after, #latest__news__wrapper .card.news:nth-child(5) .thumb__wrapper:after, #latest__news__wrapper .card.news:nth-child(7) .thumb__wrapper:after, #latest__news__wrapper .card.news:nth-child(8) .thumb__wrapper:after {
    height: 1em;
    width: 0.66em;
    top: calc(50% - 0.5em);
    right: -1px;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
  }
  #latest__news__wrapper .card.news:nth-child(3) .thumb__wrapper:after, #latest__news__wrapper .card.news:nth-child(6) .thumb__wrapper:after, #latest__news__wrapper .card.news:nth-child(9) .thumb__wrapper:after, #latest__news__wrapper .card.news:nth-child(10) .thumb__wrapper:after {
    height: 1em;
    width: 0.66em;
    top: calc(50% - 0.5em);
    left: -1px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  #latest__news__wrapper .card.news:nth-child(4) {
    grid-column: 3/5;
    grid-row: 3/5;
  }
  #latest__news__wrapper .card.news:nth-child(4) .text__wrapper .h2 {
    font-size: 36px;
  }
  #latest__news__wrapper .card.news:nth-child(4) .thumb__wrapper {
    aspect-ratio: 2;
  }
  #latest__news__wrapper .card.news:nth-child(5) {
    grid-column: 1/3;
    grid-row: 3/4;
    flex-direction: row;
  }
  #latest__news__wrapper .card.news:nth-child(6) {
    grid-column: 1/3;
    grid-row: 4/5;
    flex-direction: row-reverse;
  }
  #latest__news__wrapper .card.news:nth-child(7) {
    grid-column: 1/3;
    flex-direction: row;
  }
  #latest__news__wrapper .card.news:nth-child(8) {
    grid-column: 3/5;
    flex-direction: row;
  }
  #latest__news__wrapper .card.news:nth-child(9) {
    grid-column: 1/3;
    flex-direction: row-reverse;
  }
  #latest__news__wrapper .card.news:nth-child(10) {
    grid-column: 3/5;
    flex-direction: row-reverse;
  }
}

#calendari-elenco-container .swiper-slide,
#calendari-slider-container .swiper-slide {
  height: auto !important;
}
#calendari-elenco-container .box-calendario,
#calendari-slider-container .box-calendario {
  background-color: white;
  border-radius: 40px;
  border: 1px solid var(--grey-light-light);
  overflow: hidden;
  height: 100%;
}
@media only screen and (max-width:991px) {
  #calendari-elenco-container .box-calendario,
  #calendari-slider-container .box-calendario {
    border-radius: 20px;
  }
}
#calendari-elenco-container .box-calendario .img-container,
#calendari-slider-container .box-calendario .img-container {
  aspect-ratio: 387/257;
  overflow: hidden;
  position: relative;
}
#calendari-elenco-container .box-calendario .img-container img,
#calendari-slider-container .box-calendario .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#calendari-elenco-container .box-calendario .img-container:after,
#calendari-slider-container .box-calendario .img-container:after {
  content: "";
  left: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 25.82px solid white;
}
#calendari-elenco-container .box-calendario .text-container,
#calendari-slider-container .box-calendario .text-container {
  padding: 30px;
}
#calendari-elenco-container .box-calendario .intro,
#calendari-slider-container .box-calendario .intro {
  color: #b8babc;
  text-transform: uppercase;
}

#calendari-slider-container .swiper-container {
  overflow: hidden;
}

#case-history-elenco-container,
#case-history-slider-container {
  scroll-margin-top: 90px;
}
#case-history-elenco-container .swiper-slide,
#case-history-slider-container .swiper-slide {
  height: auto !important;
}
#case-history-elenco-container .count-container,
#case-history-slider-container .count-container {
  display: flex;
  gap: 5px;
  font-size: 18px;
  font-weight: bold;
}
#case-history-elenco-container .box,
#case-history-slider-container .box {
  background-color: white;
  border-radius: 40px;
  border: 1px solid var(--grey-light-light);
  overflow: hidden;
  height: 100%;
  position: relative;
}
@media only screen and (max-width:991px) {
  #case-history-elenco-container .box,
  #case-history-slider-container .box {
    border-radius: 20px;
  }
}
#case-history-elenco-container .box .img-container,
#case-history-slider-container .box .img-container {
  aspect-ratio: 387/257;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
#case-history-elenco-container .box .img-container img,
#case-history-slider-container .box .img-container img {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#case-history-elenco-container .box .img-container .settore,
#case-history-slider-container .box .img-container .settore {
  color: white;
  border-radius: 30px;
  padding: 5px 15px;
  border: 1px solid white;
  background-color: #333738;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 9;
}
#case-history-elenco-container .box .img-container:after,
#case-history-slider-container .box .img-container:after {
  content: "";
  left: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 25.82px solid white;
}
#case-history-elenco-container .box .absolute_link,
#case-history-slider-container .box .absolute_link {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
#case-history-elenco-container .box .titolo,
#case-history-slider-container .box .titolo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#case-history-elenco-container .box .text-container,
#case-history-slider-container .box .text-container {
  padding: 30px;
  background-color: white;
  flex: 1 1 auto;
}
#case-history-elenco-container .box .intro,
#case-history-slider-container .box .intro {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
#case-history-elenco-container .box .arrow-container,
#case-history-slider-container .box .arrow-container {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid var(--grey-light);
  color: var(--grey-light);
  padding: 13px;
  right: 30px;
  bottom: 30px;
  transition: all 0.3s ease;
  z-index: 2;
  position: absolute;
  pointer-events: none;
}
#case-history-elenco-container .box .arrow-container svg,
#case-history-slider-container .box .arrow-container svg {
  fill: var(--grey-light);
}
#case-history-elenco-container .box .absolute_link:hover .img-container > img, #case-history-elenco-container .box .absolute_link:focus-visible .img-container > img,
#case-history-slider-container .box .absolute_link:hover .img-container > img,
#case-history-slider-container .box .absolute_link:focus-visible .img-container > img {
  transform: scale(1.15);
}
#case-history-elenco-container .box .absolute_link:hover .arrow-container, #case-history-elenco-container .box .absolute_link:focus-visible .arrow-container,
#case-history-slider-container .box .absolute_link:hover .arrow-container,
#case-history-slider-container .box .absolute_link:focus-visible .arrow-container {
  border: 1px solid var(--primary-color);
  transform: rotate(-45deg);
}
#case-history-elenco-container .box .absolute_link:hover .arrow-container svg, #case-history-elenco-container .box .absolute_link:focus-visible .arrow-container svg,
#case-history-slider-container .box .absolute_link:hover .arrow-container svg,
#case-history-slider-container .box .absolute_link:focus-visible .arrow-container svg {
  fill: var(--primary-color);
}
#case-history-elenco-container .box .absolute_link:focus-visible,
#case-history-slider-container .box .absolute_link:focus-visible {
  outline: 3px solid var(--primary-color);
  outline-offset: 4px;
}

#case-history-slider-container .swiper-container {
  overflow: hidden;
}

.altEmail_container {
  display: none;
}

#contact-form-container .container .box {
  border: 1px solid var(--grey-light);
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  padding: 60px 30px;
}
@media only screen and (max-width:991px) {
  #contact-form-container .container .box {
    border-radius: 20px;
    padding: 30px 15px;
  }
}
#contact-form-container .bg {
  position: absolute;
  inset: 0;
}
#contact-form-container .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
#contact-form-container label {
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
}
#contact-form-container .wpcf7-form-control {
  background-color: white;
}
#contact-form-container .optional .wpcf7-list-item {
  margin-left: 0px;
}
#contact-form-container .optional label {
  align-items: center;
  display: flex;
  gap: 5px;
}
#contact-form-container .optional a {
  text-decoration: underline;
  color: var(--primary-color);
}
#contact-form-container .select2-selection {
  border: none;
  background: white;
  padding: 0.5rem;
  max-width: 100%;
  width: 100%;
  height: 35.2px;
}
#contact-form-container .form-control {
  font-size: inherit;
}
#contact-form-container .wpcf7-submit {
  margin-top: 30px;
  background-color: var(--primary-color) !important;
}

#contatti-mappa-container #map {
  border: 1px solid var(--grey-light-light);
}

#cta-editabile-container .box {
  background-color: white;
  border-radius: 30px;
  border: 1px solid #C6C7C9;
  padding: 60px 0px;
}
@media only screen and (max-width:991px) {
  #cta-editabile-container .box {
    padding: 30px 15px;
    border-radius: 15px;
  }
}

#cta-rivenditori-container .box {
  background-color: white;
  border-radius: 30px;
  border: 1px solid #C6C7C9;
  padding: 60px 0px;
}
@media only screen and (max-width:991px) {
  #cta-rivenditori-container .box {
    padding: 30px 15px;
    border-radius: 15px;
  }
}

#downloads-container .box {
  background-color: white;
  border-radius: 20px;
  border: 1px solid var(--grey-light-light);
  padding: 30px;
  height: 100%;
  position: relative;
}
#downloads-container .box .absolute_link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
#downloads-container .box .svg-container {
  display: flex;
  justify-content: left;
}

#eventi-container .row {
  border-bottom: 1px solid var(--secondary-color);
  padding-top: 10px;
  padding-bottom: 10px;
}
#eventi-container .row:nth-child(odd) {
  background-color: var(--grey-light-light);
}
#eventi-container .row .icon svg {
  width: 25px;
  height: auto;
  fill: var(--primary-color);
}
#eventi-container .row .icon svg path {
  fill: var(--primary-color);
}

#gallery-v2-container .swiper-slide {
  aspect-ratio: 1360/907;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
#gallery-v2-container .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
#gallery-v2-container .swiper-slide a.swipebox {
  position: absolute;
  inset: 0;
}

#gallery-container .swiper-slide {
  aspect-ratio: 1360/907;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
#gallery-container .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

#hero-immagine-testo-container {
  background-color: #f8f8f8;
  padding-top: 0px;
  z-index: 2;
}
#hero-immagine-testo-container .sfondo {
  border-radius: 40px;
  overflow: hidden;
  margin: 30px;
  margin-top: 0px;
}
@media only screen and (max-width:991px) {
  #hero-immagine-testo-container .sfondo {
    border-radius: 20px;
  }
}
@media only screen and (max-width:991px) {
  #hero-immagine-testo-container .sfondo {
    margin: 15px;
    margin-top: 0px;
  }
}
#hero-immagine-testo-container .box {
  border-radius: 40px;
  padding: 45px;
  margin-top: -200px;
  background-color: white;
  border: 1px solid #C6C7C9;
  position: relative;
}
@media only screen and (max-width:991px) {
  #hero-immagine-testo-container .box {
    margin-top: -100px;
    border-radius: 20px;
    padding: 15px;
    width: 100%;
  }
}

#hero-video-container {
  --r: 40px;
  position: relative;
  overflow: hidden;
  height: calc(100vh - 150px);
  border-radius: var(--r);
  clip-path: inset(0 round var(--r));
  margin: 40px;
  z-index: -2;
  max-height: 800px;
}
@media only screen and (max-width:991px) {
  #hero-video-container {
    --r: 20px;
  }
}
@media only screen and (max-width:991px) {
  #hero-video-container {
    margin: 15px;
  }
}
@media only screen and (min-width: 2000px) {
  #hero-video-container {
    max-height: 1000px;
  }
}
#hero-video-container:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, #353738);
  mix-blend-mode: multiply;
  opacity: 0.4;
}
#hero-video-container .text-container {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#hero-video-container video {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#job-opportunities-container {
  /*------------------------------------*\
  F.A.Q.
  \*------------------------------------*/
  /*----- Accordion -----*/
  /*----- Section Titles -----*/
  /*----- Section Content -----*/
}
#job-opportunities-container span.h2 {
  font-weight: 700;
}
#job-opportunities-container .accordion,
#job-opportunities-container .accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#job-opportunities-container .accordion {
  overflow: hidden;
}
#job-opportunities-container .accordion-section {
  position: relative;
  margin-bottom: 30px;
  display: block;
  border: 1px solid var(--grey-light-light);
  border-radius: 15px;
}
#job-opportunities-container .accordion-section-title {
  cursor: pointer;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  padding: 1.5rem;
  width: 100%;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  background: white;
}
@media (max-width: 992px) {
  #job-opportunities-container .accordion-section-title .mansione {
    display: block;
    text-align: left;
    font-size: 16px;
    max-width: 240px;
  }
}
@media (max-width: 550px) {
  #job-opportunities-container .accordion-section-title .mansione {
    display: block;
    text-align: left;
    font-size: 16px;
    max-width: 195px;
  }
}
#job-opportunities-container .accordion-section-title .btn-candidati {
  font-size: 15px;
}
#job-opportunities-container .accordion-section-title:hover {
  background: var(--grey-light-light);
  text-decoration: none;
}
#job-opportunities-container .accordion-section-title img,
#job-opportunities-container .accordion-section-title svg {
  width: 24px;
  height: auto;
}
#job-opportunities-container .accordion-section-title.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  position: relative;
}
#job-opportunities-container .accordion-section-title.active .arrow-job.plus {
  display: none;
}
#job-opportunities-container .accordion-section-title.active .arrow-job.minus {
  display: block;
}
#job-opportunities-container .accordion-section-title.active:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  width: calc(100% - 30px);
  height: 1px;
  background: var(--grey-light-light);
}
#job-opportunities-container .accordion-section-title.active .btn-candidati {
  display: none !important;
}
#job-opportunities-container .accordion-section-title.active .mansione {
  display: inline !important;
}
#job-opportunities-container .accordion-section-content.open {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  display: block;
}
#job-opportunities-container .accordion-section-content.open ul {
  list-style: disc;
}
#job-opportunities-container .accordion-section:last-child .accordion-section-title {
  border-bottom: none;
}
#job-opportunities-container .accordion-section-content {
  background: #ffffff;
  border-radius: 15px;
  padding: 1.5rem;
  display: none;
  border-radius: 15px;
}
#job-opportunities-container .accordion-section-content ul,
#job-opportunities-container .accordion-section-content p {
  margin-bottom: 0 !important;
}
#job-opportunities-container .accordion-section-content label {
  color: #b8babc;
  font-size: 16px;
  font-weight: bold;
}
#job-opportunities-container .accordion-section-content ul {
  padding: 0 0 0 25px;
}
#job-opportunities-container .accordion-section-content em {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 30px;
}
#job-opportunities-container .accordion-section-content .titolo {
  font-weight: bold;
  color: var(--primary-color);
  font-size: 20px;
  text-transform: lowercase;
  margin-top: 10px;
}
#job-opportunities-container .accordion-section-content .titolo:first-letter {
  text-transform: uppercase;
}
#job-opportunities-container hr {
  height: 1px;
  color: var(--primary-color);
  background-color: var(--primary-color);
  border: none;
}
#job-opportunities-container .arrow-job {
  width: 20px;
  height: auto;
}
#job-opportunities-container .arrow-job.plus {
  display: block;
}
#job-opportunities-container .arrow-job.minus {
  display: none;
}
#job-opportunities-container .spontanea img {
  visibility: hidden;
}
#job-opportunities-container .btn-scheda {
  float: none;
  text-align: center;
  margin-top: 15px;
  margin-right: 0px;
  display: inline-block;
}
@media (max-width: 767px) {
  #job-opportunities-container .btn-scheda {
    float: none;
    margin-right: auto;
    display: block;
    margin-left: auto;
    text-align: center;
    max-width: 125px;
  }
}

@media only screen and (min-width:992px) {
  #lancio-background-container .titolo {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#lancio-background-container .bg-container {
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid var(--grey-light-light);
}
@media only screen and (max-width:991px) {
  #lancio-background-container .bg-container {
    border-radius: 20px;
  }
}
#lancio-background-container .img-container {
  position: absolute;
  width: 70%;
  left: 15%;
  bottom: 15%;
}
@media only screen and (max-width:991px) {
  #lancio-background-container .img-container {
    width: 90%;
    left: 5%;
    bottom: 5%;
  }
}
#lancio-background-container .img-container .z-index-3 {
  z-index: 3;
  pointer-events: none;
}
#lancio-background-container .img-container .z-index-2 {
  z-index: 2;
}
#lancio-background-container .img-container img {
  position: relative;
}
#lancio-background-container .img-container img.round-clip {
  z-index: 3;
  pointer-events: none;
  /* Valore iniziale ≠ none, così la transizione parte al primo click */
  clip-path: circle(0% at 50% 50%);
  -webkit-clip-path: circle(0% at 50% 50%);
  /* Transizione della clip (raggio e posizione) */
  transition: clip-path 250ms ease, -webkit-clip-path 250ms ease;
  will-change: clip-path;
}
#lancio-background-container .img-container img.bianco_nero {
  filter: brightness(1.5) grayscale(1);
}
#lancio-background-container .img-container .info {
  cursor: pointer;
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  /* transizioni su dimensioni e colore */
  transition: width 220ms ease, height 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}
@media (prefers-reduced-motion: reduce) {
  #lancio-background-container .img-container .info {
    transition: none;
  }
}
#lancio-background-container .img-container .info .titolo-testo-container {
  position: absolute;
  left: calc(100% + 15px);
  top: 50%;
  width: 200px;
  transform: translateY(-50%);
  background-color: rgb(from var(--primary-color) r g b/0.75);
  text-align: left;
  padding: 10px 20px;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 50px;
}
@media only screen and (max-width:991px) {
  #lancio-background-container .img-container .info .titolo-testo-container {
    width: 155px;
  }
}
@media only screen and (max-width:575px) {
  #lancio-background-container .img-container .info .titolo-testo-container {
    padding: 7px;
    font-size: 8px;
    width: 88px;
  }
}
#lancio-background-container .img-container .info .titolo-testo-container .ttl {
  text-align: center;
}
#lancio-background-container .img-container .info .titolo-testo-container .tst {
  text-align: center;
}
#lancio-background-container .img-container .info:not(.active) {
  background-color: var(--primary-color);
  color: white;
  width: 30px;
  height: 30px;
  z-index: 2;
  display: table;
}
@media only screen and (max-width:575px) {
  #lancio-background-container .img-container .info:not(.active) {
    width: 20px;
    height: 20px;
  }
  #lancio-background-container .img-container .info:not(.active).svg.icon {
    height: 0.75em;
  }
}
#lancio-background-container .img-container .info:not(.active) .titolo-testo-container {
  opacity: 0;
}
#lancio-background-container .img-container .info:not(.active) span {
  z-index: 3;
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
#lancio-background-container .img-container .info:not(.active):after {
  position: absolute;
  inset: 0;
  content: "";
  animation: pulse 1s infinite;
  background-color: var(--primary-color);
  border-radius: 100%;
  width: 30px;
  height: 30px;
  z-index: 1;
}
@media only screen and (max-width:575px) {
  #lancio-background-container .img-container .info:not(.active):after {
    width: 20px;
    height: 20px;
  }
}
#lancio-background-container .img-container .info.active {
  width: 12.5%;
  height: auto;
  aspect-ratio: 1;
  border: 5px solid var(--primary-color);
}
#lancio-background-container .img-container .info.active span {
  display: none;
}
#lancio-background-container .img-container .info.active .titolo-testo-container {
  opacity: 1;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.25;
  }
  100% {
    transform: scale(1.5);
    opacity: 0.5;
  }
}

#lancio-categorie-container .lanci-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media only screen and (max-width:991px) {
  #lancio-categorie-container .lanci-container {
    display: block;
    gap: 30px;
  }
}
#lancio-categorie-container .lanci-container .lancio {
  overflow: hidden;
  position: relative;
  aspect-ratio: 526/471;
}
#lancio-categorie-container .lanci-container .lancio:nth-child(4) {
  margin-top: -15px;
}
@media only screen and (max-width:991px) {
  #lancio-categorie-container .lanci-container .lancio:nth-child(4) {
    margin-top: 0px;
  }
}
#lancio-categorie-container .lanci-container .lancio:nth-child(5) {
  margin-top: -15px;
  grid-column: span 2;
  aspect-ratio: 1082/471;
}
@media only screen and (max-width:991px) {
  #lancio-categorie-container .lanci-container .lancio:nth-child(5) {
    margin-top: 0px;
  }
}
@media only screen and (max-width:991px) {
  #lancio-categorie-container .lanci-container .lancio:nth-child(5) {
    aspect-ratio: 526/471;
  }
}
#lancio-categorie-container .lanci-container .lancio:nth-child(5) .background {
  top: 17.5%;
}
#lancio-categorie-container .lanci-container .lancio .background {
  position: absolute;
  inset: 0;
  top: 17.5%;
  border-radius: 20px;
  overflow: hidden;
}
#lancio-categorie-container .lanci-container .lancio .background picture,
#lancio-categorie-container .lanci-container .lancio .background img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
#lancio-categorie-container .lanci-container .lancio .background.background-gallery {
  top: 17.5%;
}
#lancio-categorie-container .lanci-container .lancio .background.background-gallery .swiper-wrapper,
#lancio-categorie-container .lanci-container .lancio .background.background-gallery .swiper-slide {
  height: 100%;
}
#lancio-categorie-container .lanci-container .lancio .background:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0, transparent 30%, #353738);
  mix-blend-mode: multiply;
  opacity: 0.8;
  z-index: 1;
}
#lancio-categorie-container .lanci-container .lancio .immagine {
  position: absolute;
  bottom: 0;
  right: 40px;
  height: auto;
  width: calc(100% - 25px);
  transition: all 0.25s ease-in-out;
}
#lancio-categorie-container .lanci-container .lancio .link {
  display: block;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}
#lancio-categorie-container .lanci-container .lancio .link span[class^=icon-]:first-child {
  margin-left: 0;
}
#lancio-categorie-container .lanci-container .lancio .link span[class^=icon-]:last-child {
  margin-right: 0;
}
#lancio-categorie-container .lanci-container .lancio .titolo-testo-container {
  position: absolute;
  z-index: 2;
  left: 15px;
  bottom: 15px;
  right: 15px;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
}
@media only screen and (min-width:992px) {
  #lancio-categorie-container .lanci-container .lancio .titolo-testo-container {
    transform: translateY(calc(100% - 40px));
  }
}
#lancio-categorie-container .lanci-container .lancio .titolo-testo-container .titolo {
  color: white;
}
#lancio-categorie-container .lanci-container .lancio .titolo-testo-container .testo {
  color: white;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
}
@media only screen and (min-width:992px) {
  #lancio-categorie-container .lanci-container .lancio .titolo-testo-container .testo {
    opacity: 0;
    visibility: hidden;
  }
}
#lancio-categorie-container .lanci-container .lancio .titolo-testo-container .icon-arrow-right {
  font-size: 45px;
}
#lancio-categorie-container .lanci-container .lancio .link:hover .titolo-testo-container, #lancio-categorie-container .lanci-container .lancio .link:focus-visible .titolo-testo-container {
  transform: translateY(0) !important;
}
#lancio-categorie-container .lanci-container .lancio .link:hover .titolo-testo-container .testo, #lancio-categorie-container .lanci-container .lancio .link:focus-visible .titolo-testo-container .testo {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s;
}
#lancio-categorie-container .lanci-container .lancio .link:hover .immagine, #lancio-categorie-container .lanci-container .lancio .link:focus-visible .immagine {
  transform: scale(1.1);
}
#lancio-categorie-container .lanci-container .lancio .link:focus-visible {
  outline: 3px solid var(--primary-color);
  outline-offset: 4px;
  border-radius: 20px;
}

#lancio-doppio-container .box {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}
@media only screen and (max-width:991px) {
  #lancio-doppio-container .box {
    border-radius: 20px;
  }
}
#lancio-doppio-container .box .text-container {
  display: flex;
  aspect-ratio: 804/643;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 45px;
  width: 100%;
  gap: 30px;
}
#lancio-doppio-container .box .text-container .titolo {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  transition: all 0.5s ease;
}
#lancio-doppio-container .box .text-container .testo {
  position: relative;
  transition: all 0.5s ease;
}
#lancio-doppio-container .box .text-container .opacity-0 {
  opacity: 0 !important;
}
#lancio-doppio-container .box .text-container .btn-container {
  position: relative;
  transition: all 0.5s ease;
}
#lancio-doppio-container .box .absolute_link {
  inset: 0;
  z-index: 1;
  position: absolute;
}
#lancio-doppio-container .box .img-container {
  transition: all 0.5s ease;
  inset: 0;
  z-index: 0;
  position: absolute;
}
#lancio-doppio-container .box .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
#lancio-doppio-container .box .img-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333738;
  opacity: 0.5;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
  transition: all 0.5s ease;
}
#lancio-doppio-container .box.hover .text-container .titolo,
#lancio-doppio-container .box.hover .text-container .btn-container {
  transform: translateY(0px) !important;
}
#lancio-doppio-container .box.hover .text-container .testo {
  opacity: 1;
}
#lancio-doppio-container .box.hover .img-container:before {
  opacity: 0.8;
}
#lancio-doppio-container .box.hover .img-container img {
  transform: scale(1.15);
}

#lancio-persone-container .box {
  border-radius: 40px;
  overflow: hidden;
  aspect-ratio: 526/466;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 15px;
}
@media only screen and (max-width:991px) {
  #lancio-persone-container .box {
    border-radius: 20px;
  }
}
#lancio-persone-container .box .img-container {
  width: 100%;
  height: 100%;
}
#lancio-persone-container .box .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#lancio-container .container .box {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1638/750;
}
@media only screen and (max-width:991px) {
  #lancio-container .container .box {
    border-radius: 20px;
  }
}
@media only screen and (max-width:991px) {
  #lancio-container .container .box {
    aspect-ratio: auto;
    padding: 15px;
  }
}
#lancio-container .container .row {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
#lancio-container .container img,
#lancio-container .container picture {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  inset: 0;
  z-index: 0;
}
#lancio-container .container img:after,
#lancio-container .container picture:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0, transparent 25%, #353738);
  opacity: 1;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}
@media only screen and (max-width:991px) {
  #lancio-container .container img:after,
  #lancio-container .container picture:after {
    background-color: #353738;
    opacity: 0.7;
  }
}

#magazine-container .img-container {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 387/257;
}
#magazine-container .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#magazine-container .testo {
  color: #B8BABC;
}

#news-slider-container .swiper-container {
  width: calc(100% - 75px);
}
#news-slider-container .swiper-slide {
  height: auto;
}
#news-slider-container .swiper-slide .card {
  text-align: left;
  position: relative;
}
#news-slider-container .swiper-slide .card a {
  height: 100%;
}
#news-slider-container .swiper-slide .card span.h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news-slider-container .swiper-slide .card .excerpt {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.swiper-scrollbar {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: 0px !important;
  /*
  height:4px !important;
  background-color: transparent !important;
  &:before{
      content:'';
      position: absolute;
      top: 1px; 
      left: 0;
      right: 0;
      bottom: 1px;
      background: $grey-light-light;
      border-radius: 10px;
  }*/
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background: #b8babc !important;
}

.swiper-fassi-prev,
.swiper-fassi-next {
  border: 1px solid #b8babc;
  border-radius: 5px;
  padding: 10px 20px;
  height: 41px;
  background: transparent;
  color: #b8babc;
  cursor: pointer;
}
.swiper-fassi-prev:hover,
.swiper-fassi-next:hover {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: white;
}

.swiper-fassi-prev span {
  transform: rotate(180deg);
}

#numeri-v1-container .img-container {
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width:991px) {
  #numeri-v1-container .img-container {
    border-radius: 20px;
  }
}
@media only screen and (max-width:991px) {
  #numeri-v1-container .img-container {
    aspect-ratio: 1/1;
  }
  #numeri-v1-container .img-container img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
  }
}
#numeri-v1-container .box {
  border-radius: 40px;
  margin-top: -200px;
  background: white;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--grey-light-light);
  padding-left: 90px;
  padding-right: 90px;
}
@media only screen and (max-width:991px) {
  #numeri-v1-container .box {
    border-radius: 20px;
  }
}
@media only screen and (max-width:991px) {
  #numeri-v1-container .box {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -120px;
    /*margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);*/
    width: 100%;
  }
}
@media only screen and (max-width:991px) {
  #numeri-v1-container .numeri-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
}
@media only screen and (max-width:991px) {
  #numeri-v1-container .numeri-container .item {
    border: 1px solid var(--grey-light);
    border-radius: 10px;
    padding: 10px;
  }
}
#numeri-v1-container .numeri-container .item .numero-container {
  display: flex;
  justify-content: left;
}
@media only screen and (max-width:991px) {
  #numeri-v1-container .numeri-container .item .numero-container {
    justify-content: center;
  }
}
@media only screen and (max-width:991px) {
  #numeri-v1-container .numeri-container .separatore {
    display: none;
  }
}
@media only screen and (min-width:992px) {
  #numeri-v1-container .numeri-container .separatore {
    border-right: 1px solid var(--grey-light);
  }
}

#numeri-v2-container .img-container {
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width:991px) {
  #numeri-v2-container .img-container {
    border-radius: 20px;
  }
}
#numeri-v2-container .item {
  margin-top: 15px;
}
@media only screen and (max-width:991px) {
  #numeri-v2-container .item {
    border: 1px solid var(--grey-light);
    border-radius: 10px;
    padding: 10px;
    margin-top: 0px;
  }
}
@media only screen and (max-width:991px) {
  #numeri-v2-container .numeri-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
}
#numeri-v2-container .numeri-container .numero-container {
  display: flex;
  justify-content: left;
}
@media only screen and (max-width:991px) {
  #numeri-v2-container .numeri-container .numero-container {
    justify-content: center;
  }
}

#partner-container .box {
  background-color: white;
  border-radius: 40px;
  padding-top: 65px;
  padding-bottom: 85px;
  border: 1px solid #C6C7C9;
}
@media only screen and (max-width:991px) {
  #partner-container .box {
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#partner-container .img-desktop-container img {
  max-width: 1000px;
}
#partner-container .img-mobile-container img {
  max-width: 500px;
}

#produzione-container .box {
  background-color: white;
  border-radius: 20px;
  border: 1px solid var(--grey-light-light);
  height: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
#produzione-container .box:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #333738;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
#produzione-container .box .text-container {
  z-index: 2;
}
#produzione-container .box .img-container {
  position: absolute;
  inset: 0;
}
#produzione-container .box .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*------------------------------------*\
MAPS
\*------------------------------------*/
div#map {
  height: 600px;
  border-radius: var(--border-radius);
  border: 1px solid #c6c7c9;
}
@media only screen and (max-width:991px) {
  div#map {
    border-radius: 20px;
  }
}
div#map .infowindow .card.sede__card {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
}
div#map .infowindow .card.sede__card .sede__name {
  min-height: 0;
}

#tipologia-filter h5, #tipologia-filter .h5 {
  font-weight: bold;
}
#tipologia-filter .btn {
  color: var(--bs-body-color);
  border-color: var(--bs-body-color);
  font-size: 14px;
  padding: 0.5em 1em;
}
#tipologia-filter .btn.active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
}
#tipologia-filter .box_wrapper {
  border: 1px solid #c6c7c9;
  border-radius: 10px;
  padding: 10px;
  width: -moz-min-content;
  width: min-content;
}
@media only screen and (max-width:767px) {
  #tipologia-filter .box_wrapper {
    margin: 0 auto 20px;
  }
}
section#regions__selector__wrapper {
  margin-top: 80px;
}
section#regions__selector__wrapper .selector__wrapper {
  display: flex;
  justify-content: center;
  gap: 15px;
  border-radius: 40px;
  background-color: white;
  border: 1px solid #c6c7c9;
  position: relative;
  padding: 45px;
  font-size: 16px;
  flex-flow: row wrap;
}
@media only screen and (max-width:991px) {
  section#regions__selector__wrapper .selector__wrapper {
    border-radius: 20px;
  }
}
section#regions__selector__wrapper .selector__wrapper .cat_button {
  color: var(--grey-light);
  font-weight: bold;
  border: none;
  background: none;
}
section#regions__selector__wrapper .selector__wrapper .cat_button.active {
  color: black;
}

section#sedi_list_holder {
  margin-top: 80px;
}

section#sedi-search .search_sedi_input {
  border: 1px solid var(--grey-light);
  border-radius: 10px;
  background: white;
  width: 100%;
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  display: flex;
  align-items: center;
  position: relative;
}
section#sedi-search .search_sedi_input span[class^=icon-] {
  font-size: 2rem;
}
section#sedi-search .search_sedi_input .autocomplete-box {
  position: absolute;
  background: white;
  border: 1px solid var(--grey-superlight);
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  z-index: 1000;
  top: 100%;
  left: 0;
  right: 0;
  top: calc(100% + 5px);
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
  box-shadow: 0px 1.1px 2.2px rgba(0, 0, 0, 0.02), 0px 2.7px 5.3px rgba(0, 0, 0, 0.028), 0px 5px 10px rgba(0, 0, 0, 0.035), 0px 8.9px 17.9px rgba(0, 0, 0, 0.042), 0px 16.7px 33.4px rgba(0, 0, 0, 0.05), 0px 40px 80px rgba(0, 0, 0, 0.07);
}
section#sedi-search .search_sedi_input .autocomplete-box:not(:has(div)) {
  opacity: 0;
}
section#sedi-search .search_sedi_input .autocomplete-box div {
  padding: 8px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
section#sedi-search .search_sedi_input .autocomplete-box div:hover {
  background: var(--grey-light);
}

.legenda_element {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 0.5em;
}
.legenda_element .dot {
  display: block;
  width: 1em;
  height: 1em;
  flex: 0 0 1em;
  font-size: 16px;
  border-radius: 50%;
}
.legenda_element .label {
  white-space: nowrap;
}

#settore-menu-container .container .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  gap: 10px;
  border-radius: 40px;
  padding: 45px;
  border: 1px solid #c6c7c9;
  color: #b8babc !important;
  flex-wrap: wrap;
}
@media only screen and (max-width:991px) {
  #settore-menu-container .container .box {
    border-radius: 20px;
    justify-content: center;
  }
}
#settore-menu-container .container .box a {
  color: var(--grey-light) !important;
}
@media only screen and (max-width:991px) {
  #settore-menu-container .container .box .item {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #b8babc;
    padding: 5px 10px;
    border-radius: 15px;
  }
}
#settore-menu-container .container .box .item svg {
  fill: #b8babc !important;
  height: 45px;
  margin-bottom: 15px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width:991px) {
  #settore-menu-container .container .box .item svg {
    height: 20px;
    margin-bottom: 0;
  }
}
#settore-menu-container .container .box .item:hover {
  color: var(--primary-color) !important;
}
@media only screen and (max-width:991px) {
  #settore-menu-container .container .box .item:hover {
    border: 1px solid var(--primary-color);
  }
}
#settore-menu-container .container .box .item:hover svg {
  fill: var(--primary-color) !important;
}
#settore-menu-container .container .box .item:hover a {
  color: var(--primary-color) !important;
}
#settore-menu-container .container .box .item.active {
  color: #333738 !important;
}
@media only screen and (max-width:991px) {
  #settore-menu-container .container .box .item.active {
    border: 1px solid #333738;
    background-color: #333738;
    color: white !important;
  }
}
#settore-menu-container .container .box .item.active svg {
  fill: #333738 !important;
}
@media only screen and (max-width:991px) {
  #settore-menu-container .container .box .item.active svg {
    fill: white !important;
  }
}
#settore-menu-container .container .box .item.active a {
  color: #333738 !important;
}
@media only screen and (max-width:991px) {
  #settore-menu-container .container .box .item.active a {
    color: white !important;
  }
}

#settori-elenco-container .box-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width:991px) {
  #settori-elenco-container .box-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width:767px) {
  #settori-elenco-container .box-container {
    grid-template-columns: 1fr;
  }
}
#settori-elenco-container .box-container .box {
  aspect-ratio: 1;
  position: relative;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#settori-elenco-container .box-container .box .testo-container {
  z-index: 2;
  color: white;
  transition: all 0.3s ease;
  text-align: center;
}
#settori-elenco-container .box-container .box .testo-container .testo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#settori-elenco-container .box-container .box .testo-container h2.nome, #settori-elenco-container .box-container .box .testo-container .nome.h2 {
  font-size: 24px;
  font-weight: 800;
  margin-top: 0.25em;
}
#settori-elenco-container .box-container .box .svg-container {
  width: auto;
  height: 60px;
  transition: all 0.3s ease;
  z-index: 2;
  margin: 0 auto;
}
#settori-elenco-container .box-container .box .svg-container svg {
  fill: white;
}
#settori-elenco-container .box-container .box .img-container {
  position: absolute;
  inset: 0;
  transition: all 0.3s ease;
}
#settori-elenco-container .box-container .box .img-container:before {
  content: "";
  background-color: #333738;
  opacity: 0.3;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  transition: all 0.3s ease;
}
#settori-elenco-container .box-container .box .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease;
}
#settori-elenco-container .box-container .box .card_link {
  position: absolute;
  z-index: 3;
  display: flex;
  inset: 0;
  flex-flow: column;
  justify-content: center;
}
#settori-elenco-container .box-container .box .card_link:hover .testo-container {
  color: #333738;
}
#settori-elenco-container .box-container .box .card_link:hover .img-container:before {
  background-color: white;
  opacity: 1;
  mix-blend-mode: initial;
}
#settori-elenco-container .box-container .box .card_link:hover .svg-container svg {
  fill: #333738;
}

#tecnologie-elenco-container .box {
  aspect-ratio: 1;
  position: relative;
  padding: 30px;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
#tecnologie-elenco-container .box .testo-container {
  z-index: 2;
  padding-right: 45px;
  pointer-events: none;
}
#tecnologie-elenco-container .box .testo-container .testo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#tecnologie-elenco-container .box .arrow-container {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid var(--grey-light);
  color: var(--grey-light);
  padding: 13px;
  right: 30px;
  bottom: 30px;
  transition: all 0.3s ease;
  z-index: 2;
  position: absolute;
  pointer-events: none;
}
#tecnologie-elenco-container .box .arrow-container svg {
  fill: var(--grey-light);
}
#tecnologie-elenco-container .box .img-container {
  position: absolute;
  inset: 0;
}
#tecnologie-elenco-container .box .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease;
}
#tecnologie-elenco-container .box .absolute_link {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(to top, #333738 0, #333738 40%, transparent);
  mix-blend-mode: multiply;
  opacity: 0.5;
  transition: all 0.3s ease;
  cursor: pointer;
}
#tecnologie-elenco-container .box .absolute_link:hover {
  opacity: 0.75;
}
#tecnologie-elenco-container .box .absolute_link:hover ~ .img-container picture img {
  transform: scale(1.15);
}
#tecnologie-elenco-container .box .absolute_link:hover ~ .arrow-container {
  border: 1px solid var(--primary-color);
  transform: rotate(-45deg);
}
#tecnologie-elenco-container .box .absolute_link:hover ~ .arrow-container svg {
  fill: var(--primary-color);
}

#timeline-container {
  overflow: hidden;
  /*.timeline-node:nth-child(1)::before{
      display: none;
  }

  .timeline-node:nth-child(1) .timeline-content {
      left: 50%;
      transform: translateX(-50%);
      text-align: center;

  }*/
  /* Connecting dot */
  /* Make timeline responsive for small screens */
}
#timeline-container .timeline {
  position: relative;
  padding: 50px 0;
}
#timeline-container .timeline::before {
  content: "";
  position: absolute;
  top: 0px;
  border-radius: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 100%;
  background: #d4d9df;
}
#timeline-container .timeline-node {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  #timeline-container .timeline-node {
    margin-bottom: 100px;
  }
}
#timeline-container .timeline-node:nth-child(even) .timeline-content {
  text-align: right;
}
#timeline-container .timeline-node:nth-child(even) .timeline-content .box-text {
  order: 2;
}
@media (max-width: 992px) {
  #timeline-container .timeline-node:nth-child(even) .timeline-content .box-text {
    order: 1;
  }
}
#timeline-container .timeline-node:nth-child(even) .timeline-content .box-img {
  order: 1;
}
@media (max-width: 992px) {
  #timeline-container .timeline-node:nth-child(even) .timeline-content .box-img {
    order: 2;
  }
}
#timeline-container .timeline-node:nth-child(odd) .timeline-content {
  left: calc(50% + 90px);
  text-align: left;
}
#timeline-container .timeline-node:nth-child(odd) .timeline-content .box-text {
  order: 1;
}
#timeline-container .timeline-node:nth-child(odd) .timeline-content .box-img {
  order: 2;
}
#timeline-container .timeline-node:last-child .timeline-content .box-img {
  border: 1px solid #d4d9df;
}
#timeline-container .timeline-content {
  position: relative;
  width: calc(50% - 90px);
  padding: 15px;
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
}
#timeline-container .timeline-content .box-text {
  flex: 0 0 auto;
  width: calc(40% - 7.5px);
}
@media (max-width: 992px) {
  #timeline-container .timeline-content .box-text {
    width: 100%;
  }
}
#timeline-container .timeline-content .box-img {
  border-radius: 20px;
  overflow: hidden;
  flex: 0 0 auto;
  width: calc(60% - 7.5px);
}
@media (max-width: 992px) {
  #timeline-container .timeline-content .box-img {
    width: 100%;
  }
}
#timeline-container .timeline-content .box-img img {
  max-width: 470px;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  #timeline-container .timeline-node:nth-child(even)::before {
    left: calc(50% - 90px);
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 40px solid var(--primary-color);
  }
}
@media (min-width: 992px) {
  #timeline-container .timeline-node:nth-child(odd)::before {
    left: calc(50% + 50px);
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 40px solid var(--primary-color);
  }
}
#timeline-container .timeline-node::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  z-index: 1;
}
@media (max-width: 992px) {
  #timeline-container .timeline-node::before {
    top: -10px;
    left: 50%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--primary-color);
    border-bottom: none;
    transform: translate(-50%, -50%);
  }
}
#timeline-container .timeline-node::after {
  content: "";
  position: absolute;
  top: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: #fff;
  border: 5px solid var(--primary-color);
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 992px) {
  #timeline-container .timeline-node::after {
    top: -60px;
  }
}
@media (max-width: 992px) {
  #timeline-container .timeline-content {
    width: 80%;
  }
  #timeline-container .timeline-node:nth-child(odd) .timeline-content,
  #timeline-container .timeline-node:nth-child(even) .timeline-content {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}

#titolo-icone-container .box {
  background-color: white;
  border-radius: 20px;
  border: 1px solid var(--grey-light-light);
  padding: 30px;
  height: 100%;
}
#titolo-icone-container .box .svg-container {
  display: flex;
  justify-content: center;
}

#titolo-testo-immagine-v2-container .container .box {
  border-radius: 40px;
  overflow: hidden;
  background: white;
}
@media only screen and (max-width:991px) {
  #titolo-testo-immagine-v2-container .container .box {
    border-radius: 20px;
  }
}
@media only screen and (min-width:992px) {
  #titolo-testo-immagine-v2-container .container .box {
    padding: 0px;
  }
}
@media only screen and (max-width:991px) {
  #titolo-testo-immagine-v2-container .container .box {
    margin-left: 0;
    margin-right: 0;
  }
}
#titolo-testo-immagine-v2-container .container .box .text-container {
  padding: 90px;
}
@media only screen and (max-width:991px) {
  #titolo-testo-immagine-v2-container .container .box .text-container {
    padding: 15px;
  }
}
#titolo-testo-immagine-v2-container .container .box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}

#titolo-testo-immagine-container .container .image-gallery {
  overflow: hidden;
}
#titolo-testo-immagine-container .container img {
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width:991px) {
  #titolo-testo-immagine-container .container img {
    border-radius: 20px;
  }
}
#titolo-testo-immagine-container .container .link-container {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

#titolo-testo-container .link-container {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

#vantaggi-container .box {
  background-color: white;
  border-radius: 20px;
  border: 1px solid var(--grey-light-light);
  padding: 45px;
  height: 100%;
}
#vantaggi-container .box .svg-container {
  display: flex;
  justify-content: center;
}

#video-youtube-container .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  border-radius: 40px;
  overflow: hidden;
}
#video-youtube-container .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video-youtube-container .videoWrapper .youtube {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  z-index: 1;
}
#video-youtube-container .videoWrapper .youtube img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}
#video-youtube-container .videoWrapper .youtube .play {
  color: white;
  position: absolute;
  font-size: 75px;
  line-height: 75px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

#video-container video {
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width:991px) {
  #video-container video {
    border-radius: 20px;
  }
}

/* =======================================================================
* tutti i CPTS
* ======================================================================== */
/* =======================================================================
* singles
* ======================================================================== */
#main-container.single__gru #single-gru-hero-image-container {
  height: calc(100vh - 150px);
  overflow: hidden;
  border-radius: 40px;
  margin: 0px 30px;
  max-height: 800px;
}
@media only screen and (max-width:991px) {
  #main-container.single__gru #single-gru-hero-image-container {
    border-radius: 20px;
    margin: 0px 15px;
    height: auto;
  }
}
@media only screen and (min-width: 2000px) {
  #main-container.single__gru #single-gru-hero-image-container {
    max-height: 1000px;
  }
}
#main-container.single__gru #single-gru-hero-image-container picture {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width:991px) {
  #main-container.single__gru #single-gru-hero-image-container picture {
    aspect-ratio: 4/3;
  }
}
#main-container.single__gru #single-gru-hero-image-container picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(51, 55, 56), transparent);
  opacity: 0.4;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}
#main-container.single__gru #single-gru-hero-image-container picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#main-container.single__gru #single-gru-info-container {
  margin-top: -20vh;
}
@media only screen and (max-width:991px) {
  #main-container.single__gru #single-gru-info-container {
    margin-top: -30px;
  }
}
#main-container.single__gru #single-gru-info-container .box {
  background-color: white;
  border: 1px solid #c6c7c9;
  z-index: 2;
  position: relative;
  border-radius: 40px;
  padding: 60px 30px;
}
@media only screen and (max-width:991px) {
  #main-container.single__gru #single-gru-info-container .box {
    border-radius: 20px;
    padding: 30px 15px;
  }
}
#main-container.single__gru #single-gru-info-container .info-box-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width:767px) {
  #main-container.single__gru #single-gru-info-container .info-box-container {
    flex-flow: column;
  }
}
#main-container.single__gru #single-gru-info-container .info-box-container > div {
  text-align: center;
  position: relative;
  padding: 30px 0;
}
@media only screen and (min-width:768px) {
  #main-container.single__gru #single-gru-info-container .info-box-container > div {
    flex: 0 0 auto;
    width: 50%;
    text-align: start;
    padding: 15px;
  }
}
@media only screen and (min-width:992px) {
  #main-container.single__gru #single-gru-info-container .info-box-container > div {
    width: 25%;
    padding-inline: 30px;
  }
}
@media only screen and (max-width:991px) {
  #main-container.single__gru #single-gru-info-container .info-box-container > div {
    padding: 15px 0;
  }
}
#main-container.single__gru #single-gru-info-container .info-box-container > div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 25%;
  right: 25%;
  background-color: var(--grey-light);
  height: 1px;
}
@media only screen and (min-width:768px) {
  #main-container.single__gru #single-gru-info-container .info-box-container > div:not(:last-child)::after {
    content: none;
  }
}
@media only screen and (min-width:992px) {
  #main-container.single__gru #single-gru-info-container .info-box-container > div:not(:last-child)::after {
    content: "";
    top: 0;
    right: 0;
    left: auto;
    width: 1px;
    height: 100%;
  }
}
#main-container.single__gru #single-gru-info-container .info-box-container .etichetta {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  #main-container.single__gru #single-gru-info-container .info-box-container .etichetta {
    justify-content: center;
  }
}
#main-container.single__gru #single-gru-info-container .info-box-container .etichetta img {
  width: 40px;
  height: auto;
}
#main-container.single__gru #single-gru-anchor-container {
  margin-top: 75px;
}
#main-container.single__gru #single-gru-anchor-container .box {
  background-color: var(--grey-light-light);
  border-radius: 40px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
#main-container.single__gru #single-gru-anchor-container .box .gru {
  color: var(--primary-color-eaa);
}
#main-container.single__gru #single-gru-anchor-container .box .caratteristiche {
  display: flex;
  gap: 30px;
}
#main-container.single__gru #single-gru-anchor-container .box .cta {
  display: flex;
  gap: 30px;
}
#main-container.single__gru #single-gru-anchor-container .box .btn-fassi.btn-trans, #main-container.single__gru #single-gru-anchor-container .box #contact-form-container .btn-trans.wpcf7-submit, #contact-form-container #main-container.single__gru #single-gru-anchor-container .box .btn-trans.wpcf7-submit {
  color: var(--primary-color-eaa);
  border-color: var(--primary-color-eaa);
}
@media (hover: hover) {
  #main-container.single__gru #single-gru-anchor-container .box .btn-fassi.btn-trans:hover, #main-container.single__gru #single-gru-anchor-container .box #contact-form-container .btn-trans.wpcf7-submit:hover, #contact-form-container #main-container.single__gru #single-gru-anchor-container .box .btn-trans.wpcf7-submit:hover {
    background-color: var(--primary-color-eaa);
    color: white;
  }
}
#main-container.single__gru #single-gru-video-container .box-video {
  background-color: white;
  border: 1px solid #c6c7c9;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width:991px) {
  #main-container.single__gru #single-gru-video-container .box-video {
    border-radius: 20px;
  }
}
#main-container.single__gru #single-gru-video-container .box-video .video-media {
  position: relative;
  cursor: pointer;
  aspect-ratio: 4/3;
  padding: 45px;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  border: 0;
  background: none;
  text-align: inherit;
}
@media only screen and (max-width:991px) {
  #main-container.single__gru #single-gru-video-container .box-video .video-media {
    aspect-ratio: 16/9;
    padding: 15px;
  }
}
#main-container.single__gru #single-gru-video-container .box-video .video-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  border-radius: 28px;
  transition: transform 0.4s ease;
}
@media only screen and (max-width:991px) {
  #main-container.single__gru #single-gru-video-container .box-video .video-media img {
    border-radius: 14px;
  }
}
@media (hover: hover) {
  #main-container.single__gru #single-gru-video-container .box-video .video-media:hover img {
    transform: scale(1.03);
  }
}
#main-container.single__gru #single-gru-video-container .box-video .video-media .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(51, 55, 56, 0.75);
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  font-size: 33px;
}
#main-container.single__gru #single-gru-video-container .box-video .video-media .play svg {
  width: 33px;
  height: 33px;
  margin-left: 3px;
  fill: white;
  display: block;
  flex-shrink: 0;
}
#main-container.single__gru #single-gru-video-container .box-video .video-text {
  padding: 50px 60px;
}
@media only screen and (max-width:991px) {
  #main-container.single__gru #single-gru-video-container .box-video .video-text {
    padding: 30px 20px;
  }
}
#main-container.single__gru #single-gru-specifiche-container {
  /* opzionale: stile piattino sopra alla tabella attiva */
}
#main-container.single__gru #single-gru-specifiche-container .titolo__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main-container.single__gru #single-gru-specifiche-container .swiper-fassi-prev,
#main-container.single__gru #single-gru-specifiche-container .swiper-fassi-next {
  padding: 5px 10px;
  height: 32px;
}
#main-container.single__gru #single-gru-specifiche-container .top-scrollbar {
  height: 14px; /* altezza della barra “finta” */
  overflow-x: auto;
  overflow-y: hidden;
  position: sticky; /* rimane visibile mentre scorri verticalmente */
  top: 0; /* se hai navbar fixed: usa top: 64px; ecc. */
  z-index: 5; /* sopra alle tabelle */
  background: #fff;
  scrollbar-gutter: stable both-edges; /* evita salti layout (browser moderni) */
}
#main-container.single__gru #single-gru-specifiche-container .top-scrollbar .scroll-phantom {
  height: 1px; /* non serve altezza, solo larghezza */
}
#main-container.single__gru #single-gru-specifiche-container .tabella:not([hidden]) .top-scrollbar {
  border-bottom: 1px solid var(--grey-light);
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container {
  position: relative;
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  width: 1px;
  display: block;
  background: white;
  z-index: 2;
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella {
  overflow: auto;
  display: block;
  cursor: grab;
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table th .th-label {
  display: none;
  font-size: 10px;
  font-weight: 400;
  white-space: normal;
  word-break: break-word;
  max-width: 80px;
  line-height: 1.2;
  color: #555;
  margin-top: 4px;
  min-height: 24.5px;
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella.tooltips-visible table th .th-label {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella.is-dragging {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table.absolute_head {
  position: relative;
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table.absolute_head thead {
  position: absolute;
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table {
  border: none;
  width: 100%;
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table td,
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table tr {
  border: none;
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table .fixed {
  position: fixed;
  top: 0px;
  background: white;
  z-index: 10;
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table tr:nth-child(odd) {
  background-color: var(--grey-superlight);
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table tr:nth-child(odd) td {
  background-color: var(--grey-superlight);
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table tr:nth-child(even) {
  background-color: white;
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table tr:nth-child(even) td {
  background-color: white;
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table th {
  background-color: white;
  text-align: center;
  white-space: nowrap;
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table th[data-tooltip] {
  position: relative;
  cursor: default;
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table th[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap;
  padding: 4px 8px;
  border-radius: 4px;
  pointer-events: none;
  z-index: 20;
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table th,
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table td {
  padding: 15px;
  min-width: 130px;
  white-space: nowrap;
}
@media only screen and (max-width:991px) {
  #main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table th,
  #main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table td {
    padding: 15px;
    min-width: 65px;
  }
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table td {
  white-space: nowrap;
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table tr:first-child {
  border: none;
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table th:nth-child(2),
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table td:nth-child(2) {
  border-left: none !important;
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table th:first-child,
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  border-right: 0px solid white !important;
  overflow: hidden;
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table th:first-child:after,
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table td:first-child:after {
  content: "";
  position: absolute;
  height: 150px;
  width: 1px;
  right: 0;
  top: 0;
  background-color: var(--grey-light);
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table td:first-child {
  text-transform: uppercase;
  color: var(--primary-color);
  text-align: left;
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table thead th:first-child {
  z-index: 2;
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table td {
  text-align: center;
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table td p {
  display: none;
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table td div {
  text-transform: uppercase;
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table td:last-child {
  border-right: 1px solid white !important;
}
#main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table thead th img {
  width: 70px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width:991px) {
  #main-container.single__gru #single-gru-specifiche-container .tabelle-container .tabella table thead th img {
    width: 40px;
  }
}
#main-container.single__gru #single-gru-specifiche-container .note {
  position: relative;
  z-index: 3;
  margin-top: 10px;
}
#main-container.single__gru #single-gru-specifiche-container .legenda {
  padding-top: 20px;
}
#main-container.single__gru #single-gru-specifiche-container .legenda_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}
#main-container.single__gru #single-gru-specifiche-container .legenda_wrapper .legenda_item {
  flex: 0 0 auto;
  display: flex;
  gap: 5px;
  align-items: center;
}
#main-container.single__gru #single-gru-specifiche-container .legenda_wrapper .legenda_item img {
  height: 25px;
  flex: 0 0 auto;
  width: auto;
}
#main-container.single__gru #single-gru-specifiche-container .legenda_wrapper .legenda_item span {
  font-size: 12px;
}
#main-container.single__gru #single-gru-sbraccio-container {
  border-right: 1px solid #c6c7c9;
}
@media only screen and (max-width:991px) {
  #main-container.single__gru #single-gru-sbraccio-container {
    border-right: none;
  }
}
#main-container.single__gru #single-gru-sbraccio-container .sbraccio-modello {
  color: var(--primary-color);
  font-weight: bold;
}
#main-container.single__gru #optionals-slider-container {
  overflow: hidden;
  position: relative;
}
#main-container.single__gru #optionals-slider-container .swiper-slide {
  height: auto;
}
#main-container.single__gru #optionals-slider-container .optional-panel {
  height: 100%;
}
#main-container.single__gru #optionals-slider-container .navigation-container {
  margin-top: 30px;
}
@media only screen and (min-width:992px) {
  #main-container.single__gru #optionals-slider-container .navigation-container {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 50%;
    padding: 30px;
    z-index: 2;
  }
}
#main-container.single__gru #optionals-slider-container .optional-panel {
  border-radius: 40px;
  overflow: hidden;
  background: white;
}
@media only screen and (max-width:991px) {
  #main-container.single__gru #optionals-slider-container .optional-panel {
    border-radius: 20px;
  }
}
@media only screen and (min-width:992px) {
  #main-container.single__gru #optionals-slider-container .optional-panel {
    padding: 0px;
  }
}
@media only screen and (max-width:991px) {
  #main-container.single__gru #optionals-slider-container .optional-panel {
    margin-left: 0;
    margin-right: 0;
  }
}
#main-container.single__gru #optionals-slider-container .optional-panel .text-container {
  padding: 90px;
}
@media only screen and (max-width:991px) {
  #main-container.single__gru #optionals-slider-container .optional-panel .text-container {
    padding: 15px;
  }
}
#main-container.single__gru #optionals-slider-container .optional-panel img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}
#main-container.single__gru #optionals-slider-container .optional-panel .img-container {
  position: relative;
  height: 100%;
}
#main-container.single__gru #optionals-slider-container .optional-panel .img-container .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(51, 55, 56, 0.75);
  border: 1px solid white;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  font-size: 33px;
}
#main-container.single__gru #optionals-slider-container .optional-panel .img-container .play svg {
  width: 33px;
  height: 33px;
  margin-left: 3px;
  fill: white;
  display: block;
  flex-shrink: 0;
}
#main-container.single__gru #optionals-slider-container .optional-panel .optional-gallery-swiper {
  height: 100%;
  position: relative;
}
#main-container.single__gru #optionals-slider-container .optional-panel .optional-gallery-swiper .swiper-container {
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media only screen and (min-width:768px) {
  #main-container.single__gru #optionals-slider-container .optional-panel .optional-gallery-swiper .swiper-container {
    height: 100%;
    aspect-ratio: unset;
  }
}
#main-container.single__gru #optionals-slider-container .optional-panel .optional-gallery-swiper .swiper-wrapper,
#main-container.single__gru #optionals-slider-container .optional-panel .optional-gallery-swiper .swiper-slide {
  height: 100%;
}
#main-container.single__gru #optionals-slider-container .optional-panel .optional-gallery-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
#main-container.single__gru #optionals-slider-container .optional-panel .optional-gallery-swiper .swiper-fassi-prev,
#main-container.single__gru #optionals-slider-container .optional-panel .optional-gallery-swiper .swiper-fassi-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  background: white;
  border: 1px solid var(--grey-light);
}
#main-container.single__gru #optionals-slider-container .optional-panel .optional-gallery-swiper .swiper-fassi-prev:hover,
#main-container.single__gru #optionals-slider-container .optional-panel .optional-gallery-swiper .swiper-fassi-next:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
#main-container.single__gru #optionals-slider-container .optional-panel .optional-gallery-swiper .swiper-fassi-prev:hover svg,
#main-container.single__gru #optionals-slider-container .optional-panel .optional-gallery-swiper .swiper-fassi-next:hover svg {
  fill: white;
}
#main-container.single__gru #optionals-slider-container .optional-panel .optional-gallery-swiper .swiper-fassi-prev {
  left: 15px;
  transform: translateY(-50%);
}
#main-container.single__gru #optionals-slider-container .optional-panel .optional-gallery-swiper .swiper-fassi-next {
  right: 15px;
}

.modal--video {
  padding: 40px !important;
}
.modal--video .modal-container {
  width: min(100vw - 80px, (100vh - 80px) * 16 / 9);
  background-color: white;
  border: 1px solid #c6c7c9;
  border-radius: 40px;
  overflow: visible;
  padding: 20px !important;
}
.modal--video .modal-content {
  padding: 0;
  border-radius: 28px;
  overflow: hidden;
}
.modal--video .modal-content .videoWrapper {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
}
.modal--video .modal-content .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.modal--video .modal-content video {
  width: 100%;
  display: block;
}
.modal--video .modal-close {
  top: -16px;
  right: -16px;
}

@media only screen and (min-width:768px) {
  .modal-content .text-container {
    padding-right: 30px;
  }
}
.modal-content .testo {
  font-size: 14px;
}

.tecnologie-insight .img-container {
  position: relative;
  border-radius: var(--border-radius-mid);
  overflow: hidden;
}
.tecnologie-insight .img-container .feature-gallery-swiper .swiper-container {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.tecnologie-insight .img-container .feature-gallery-swiper .swiper-wrapper,
.tecnologie-insight .img-container .feature-gallery-swiper .swiper-slide {
  height: 100%;
}
.tecnologie-insight .img-container .feature-gallery-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: var(--border-radius-mid);
}
.tecnologie-insight .img-container .feature-gallery-swiper .feature-gallery-nav {
  padding: 12px 15px;
}
.tecnologie-insight .img-container .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(51, 55, 56, 0.75);
  border: 1px solid white;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  font-size: 33px;
}
.tecnologie-insight .img-container .play svg {
  width: 33px;
  height: 33px;
  margin-left: 3px;
  fill: white;
  display: block;
  flex-shrink: 0;
}

@media only screen and (max-width:991px) {
  #cta-download-container {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #b8babc;
  }
}

.download-files-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: flex-start;
}
@media only screen and (max-width:767px) {
  .download-files-list {
    flex-direction: column;
    align-items: center;
  }
}

.download-files-button {
  border: 1px solid var(--grey-light);
  border-radius: var(--border-radius-small);
  background: white;
  cursor: pointer;
  display: flex;
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width:768px) {
  .download-files-button {
    flex-direction: column;
    justify-content: center;
    padding: 30px 40px;
    gap: 12px;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 45px;
  }
  .download-files-button span[class^=icon-] svg {
    width: 120px;
    height: 120px;
    display: block;
  }
}
@media only screen and (max-width:767px) {
  .download-files-button {
    flex-direction: row;
    padding: 14px 20px;
    gap: 16px;
    width: 100%;
  }
  .download-files-button span[class^=icon-] svg {
    width: 40px;
    height: 40px;
    display: block;
    flex-shrink: 0;
  }
}
.download-files-button .download-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.download-files-button span.label {
  font-weight: bold;
  color: var(--primary-color);
  display: block;
  line-height: 1.2;
}
@media only screen and (min-width:768px) {
  .download-files-button span.label {
    font-size: 20px;
  }
}
@media only screen and (max-width:767px) {
  .download-files-button span.label {
    font-size: 16px;
  }
}

.download-files-dropdown {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
@media only screen and (max-width:991px) {
  .download-files-dropdown {
    margin: 0 auto;
  }
}
.download-files-dropdown .download-files-options {
  border-radius: var(--border-radius-small);
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 12px;
  display: none;
  padding: 5px;
  background-color: white;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  flex-flow: column;
}
.download-files-dropdown a.download-files-singleoption {
  font-size: 12px;
  display: flex;
  padding: 4px;
  gap: 5px;
  position: relative;
  border-radius: 3px;
  transition: all 0.25s ease-in-out;
}
@media (hover: hover) {
  .download-files-dropdown a.download-files-singleoption:hover {
    background-color: #dc3545;
    color: white;
  }
}
.download-files-dropdown a.download-files-singleoption .icon-wrap {
  font-size: 20px;
  flex: 0 0 auto;
  border-radius: 50%;
  padding: 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  border: 1px solid currentColor;
}
.download-files-dropdown:hover .download-files-options {
  display: flex;
}

#downloads {
  position: relative;
}
#downloads .box {
  background-color: white;
  border-radius: 30px;
  border: 1px solid #c6c7c9;
  padding: 30px;
  padding-left: 0;
}
@media only screen and (max-width:991px) {
  #downloads .box {
    padding: 30px 15px !important;
  }
}

#cta-social .cta-social-box {
  display: flex;
  align-items: stretch;
  background: white;
  border: 1px solid #c6c7c9;
  border-radius: 30px;
  overflow: visible;
  height: 100%;
  gap: 0;
}
#cta-social .cta-social-content {
  padding: 30px 30px 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 0;
}
#cta-social .cta-social-content p {
  color: #555;
  font-size: 14px;
}
#cta-social .cta-social-img {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  margin-top: -25px;
  margin-bottom: -25px;
}
#cta-social .cta-social-img img {
  display: block;
  width: 100%;
  height: calc(100% - 50px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
#cta-social .box-social .cta-social-img {
  order: -1;
  width: 45%;
  margin-top: -100px;
  margin-bottom: 25px;
  margin-left: -45px;
  border-radius: 30px 0 0 30px;
}
#cta-social .box-social .cta-social-img img {
  -o-object-position: top left;
     object-position: top left;
}
#cta-social .box-social .cta-social-content {
  padding-left: 30px;
}
#cta-social .box-youtube .cta-social-img {
  position: relative;
  width: 48%;
  margin-right: -1px;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}
#cta-social .box-youtube .cta-social-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
#cta-social .box-youtube .cta-social-img .yt-play-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #dc3545;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cta-social .box-youtube .cta-social-img .yt-play-badge span[class^=icon-] svg {
  width: 26px;
  height: 26px;
  fill: white;
}
#cta-social .box-youtube .cta-social-content {
  padding-left: 40px;
}
#cta-social .cta-social-icons {
  display: flex;
  gap: 15px;
  align-items: center;
}
#cta-social .cta-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  transition: all 0.25s ease-in-out;
}
#cta-social .cta-social-icons a svg {
  width: 40px;
  height: 40px;
  display: block;
  flex-shrink: 0;
}
#cta-social .cta-social-icons a svg,
#cta-social .cta-social-icons a path {
  fill: #b8babc;
}
#cta-social .cta-social-icons a svg {
  padding: 1px;
}
#cta-social .cta-social-icons a picture,
#cta-social .cta-social-icons a img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
#cta-social .cta-youtube-icon {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s ease-in-out;
  font-size: 40px;
}
#cta-social .cta-youtube-icon svg,
#cta-social .cta-youtube-icon path {
  fill: #b8babc;
}
#cta-social .cta-youtube-icon svg {
  padding: 1px;
}
@media only screen and (max-width:991px) {
  #cta-social .cta-social-box {
    flex-direction: column;
    overflow: visible;
  }
  #cta-social .cta-social-img {
    margin-right: 0 !important;
    width: 100%;
  }
  #cta-social .cta-social-img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
  #cta-social .box-social .cta-social-img {
    order: -1;
    width: 100%;
    margin-top: -30px;
    margin-left: -15px;
    margin-bottom: 0;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
  }
  #cta-social .box-youtube .cta-social-img {
    order: -1;
    width: 100%;
    margin-top: -30px;
    margin-left: -15px;
    margin-bottom: 0;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
  }
  #cta-social .cta-social-content {
    padding: 20px;
    text-align: center;
  }
  #cta-social .cta-social-icons {
    justify-content: center;
  }
  #cta-social .cta-youtube-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

#auth-download .modal_content .modal-closer-holder .modal-close {
  right: -20px;
  top: -20px;
}
#auth-download #myTab .nav-link {
  cursor: pointer;
  color: var(--text-color) !important;
}
#auth-download .select2-container .select2-selection--single {
  height: 3.5rem !important;
  border: 1px solid #c6c7c9 !important;
}
#auth-download #myTabContent {
  height: auto;
  width: auto;
}
#auth-download #myTabContent label {
  color: var(--primary-color);
  padding: 0;
}
#auth-download #myTabContent .label_privacy_consent {
  color: var(--text-color);
}
#auth-download #myTabContent input:not([type=submit]):not([type=checkbox]) {
  border: 1px solid #c6c7c9;
  border-radius: var(--bs-border-radius);
  height: 3.5rem;
}
#auth-download #myTabContent #privacy_consent {
  height: auto !important;
  width: auto !important;
}
#auth-download #myTabContent .status {
  color: var(--primary-color);
}
#auth-download .list-group {
  list-style: none;
  padding: 0px;
}
#auth-download .list-group .list-group-item {
  border-bottom: 1px solid #c6c7c9;
}

/* =======================================================================
* tabelle fix
* ======================================================================== */
.table-legenda-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: var(--grey-light);
  transition: color 0.2s;
}
.table-legenda-btn svg {
  width: 18px;
  height: 18px;
}
.table-legenda-btn:hover, .table-legenda-btn.active {
  color: var(--color-primary, #333738);
}

.unita-misura-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background-color: white;
  border-radius: 10px;
  border: 1px solid var(--grey-light-light);
}
@media only screen and (max-width:991px) {
  .unita-misura-container {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width:991px) {
  .unita-misura-container {
    border: none;
    padding: 0px;
    gap: 5px;
  }
}
.unita-misura-container > span {
  cursor: pointer;
  color: var(--grey-light-light);
}
@media only screen and (max-width:991px) {
  .unita-misura-container > span {
    width: 50px;
  }
}
@media only screen and (max-width:767px) {
  .unita-misura-container > span {
    width: calc(50% - 15px);
  }
}
.unita-misura-container > span.active {
  color: #333738;
}

.fixed-header-shell th[data-tooltip]::after {
  display: none !important;
}
.fixed-header-shell th .th-label {
  display: none;
}
.fixed-header-shell.tooltips-visible th .th-label {
  display: block;
}
.fixed-header-shell .swiper-fassi-prev,
.fixed-header-shell .swiper-fassi-next {
  padding: 5px 10px;
  height: 32px;
}
.fixed-header-shell.first-col th {
  border-right: 1px solid var(--grey-light);
  overflow: hidden;
}
.fixed-header-shell.first-col th:after {
  content: "";
  position: absolute;
  height: 100px;
  width: 1px;
  right: 0;
  top: 0;
  background-color: var(--grey-light);
}
.fixed-header-shell table {
  width: 100%;
  border-bottom: 1px solid var(--grey-light);
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-top: 1px solid white;
}
.fixed-header-shell table .fixed {
  position: fixed;
  top: 0px;
  background: white;
  z-index: 10;
}
.fixed-header-shell table .th-label {
  display: none;
  font-size: 10px;
  font-weight: 400;
  white-space: normal;
  word-break: break-word;
  max-width: 80px;
  line-height: 1.2;
  color: #555;
  margin-top: 4px;
  min-height: 24.5px;
}
.fixed-header-shell table tr:nth-child(odd) {
  background-color: var(--grey-light-light);
}
.fixed-header-shell table tr:nth-child(odd) td {
  background-color: var(--grey-light-light);
}
.fixed-header-shell table tr:nth-child(even) {
  background-color: white;
}
.fixed-header-shell table tr:nth-child(even) td {
  background-color: white;
}
.fixed-header-shell table th {
  background-color: white;
  text-align: center;
}
.fixed-header-shell table th,
.fixed-header-shell table td {
  padding: 15px;
  min-width: 130px;
  height: 100px;
}
@media only screen and (max-width:991px) {
  .fixed-header-shell table th,
  .fixed-header-shell table td {
    padding: 15px;
    min-width: 65px;
  }
}
@media only screen and (max-width:767px) {
  .fixed-header-shell table th,
  .fixed-header-shell table td {
    height: 90px;
  }
}
.fixed-header-shell table td {
  white-space: nowrap;
}
.fixed-header-shell table th:first-child,
.fixed-header-shell table td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}
.fixed-header-shell table td:first-child {
  text-transform: uppercase;
  color: var(--primary-color);
  text-align: left;
}
.fixed-header-shell table thead th:first-child {
  z-index: 2;
}
.fixed-header-shell table td {
  text-align: center;
}
.fixed-header-shell table td p {
  display: none;
}
.fixed-header-shell table td div {
  text-transform: uppercase;
}
.fixed-header-shell table thead th img {
  width: 70px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width:991px) {
  .fixed-header-shell table thead th img {
    width: 40px;
  }
}

#main-container.single__post .cats_wrapper {
  display: flex;
  z-index: 10;
  color: white;
  text-transform: uppercase;
  padding: 15px 0;
  gap: 5px;
}
#main-container.single__post .cats_wrapper span {
  font-family: var(--font-title-family);
  font-size: 12px;
  background-color: var(--body-color);
  padding: 2px 10px 0;
  border-radius: var(--border-radius);
  border: 1px solid white;
  text-transform: none;
}
#main-container.single__post .date__time > label {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#main-container.single__post .date__time > label span[class^=icon-] {
  font-size: 18px;
  color: var(--primary-color);
}
#main-container.single__post #post__content {
  -moz-column-count: 2;
       column-count: 2;
}
@media only screen and (max-width:991px) {
  #main-container.single__post #post__content {
    -moz-column-count: 1;
         column-count: 1;
  }
}
#main-container.single__post p.post_intro {
  font-size: 14px;
  line-height: 2;
}

#single-calendari-container .swiper-container {
  overflow: hidden;
}
#single-calendari-container .swiper-container .swiper-slide {
  aspect-ratio: 936/494;
  overflow: hidden;
  border-radius: 40px;
}
@media only screen and (max-width:991px) {
  #single-calendari-container .swiper-container .swiper-slide {
    border-radius: 20px;
  }
}
#single-calendari-container .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#single-eventi-container .img-container img {
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width:991px) {
  #single-eventi-container .img-container img {
    border-radius: 20px;
  }
}
#single-eventi-container svg {
  fill: var(--primary-color);
}

#single-case-history-container .dettagli-container {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 15px;
}
@media only screen and (max-width:991px) {
  #single-case-history-container .dettagli-container {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
}
#single-case-history-container .dettagli-container .item .label-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
#single-case-history-container .dettagli-container .item .label-container svg {
  fill: var(--primary-color);
  width: 20px;
  height: auto;
}
#single-case-history-container .dettagli-container .item .valore {
  color: #333738;
}
#single-case-history-container .testo-column {
  -moz-column-count: 2;
       column-count: 2;
}
@media only screen and (max-width:991px) {
  #single-case-history-container .testo-column {
    -moz-column-count: 1;
         column-count: 1;
  }
}
#single-case-history-container .swiper-container {
  overflow: hidden;
}
#single-case-history-container .swiper-container .swiper-slide {
  aspect-ratio: 936/494;
  overflow: hidden;
  border-radius: 40px;
}
@media only screen and (max-width:991px) {
  #single-case-history-container .swiper-container .swiper-slide {
    border-radius: 20px;
  }
}
#single-case-history-container .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.landing-template-default #site-navigation .container-fluid, .landing-template-default #site-navigation .container-sm, .landing-template-default #site-navigation .container-md, .landing-template-default #site-navigation .container-lg, .landing-template-default #site-navigation .container-xl, .landing-template-default #site-navigation .container-xxl {
  justify-content: center;
}
.landing-template-default #site-navigation .menu-container {
  display: none !important;
}
.landing-template-default #site-navigation .mobile-menu-wrapper {
  display: none !important;
}

/* =======================================================================
* backend
* ======================================================================== */
.acfe-flexible-placeholder {
  font-size: 10px;
}