@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
@charset "UTF-8";
/* COLORI MASTER */
/* COLORI MONDI - RIMAPPATI */
/* Versioni light colori */
/* Versioni dark colori */
/* FONT */
/* QUI VADO A RECUPERARMI I COLORI PRESI DA HEADER.PHP */
/* SPACERS */
/*!
 * Bootstrap v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #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-white: #ffffff;
  --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: #003e5c;
  --bs-corporate: #003e5c;
  --bs-corporate_dark: #0B273D;
  --bs-corporate_light: #E6F0FF;
  --bs-gray: #C6C3BD;
  --bs-gray_light: #E2E1DE;
  --bs-gray_lighten: #F8F8F8;
  --bs-site-primary: #003e5c;
  --bs-site-primary-dark: #003e5c;
  --bs-site-primary-light: #003e5c;
  --bs-sanita: #008093;
  --bs-rsa: #E18230;
  --bs-appartamenti: #FFCA13;
  --bs-cure: #FFCA13;
  --bs-sanita-light: #E6F7FA;
  --bs-rsa-light: #FCF3EA;
  --bs-appartamenti-light: #FFF9E6;
  --bs-cure-light: #FFF9E6;
  --bs-kormed-light: #eaf7f9;
  --bs-primary-rgb: 0, 62, 92;
  --bs-corporate-rgb: 0, 62, 92;
  --bs-corporate_dark-rgb: 11, 39, 61;
  --bs-corporate_light-rgb: 230, 240, 255;
  --bs-gray-rgb: 198, 195, 189;
  --bs-gray_light-rgb: 226, 225, 222;
  --bs-gray_lighten-rgb: 248, 248, 248;
  --bs-site-primary-rgb: 0, 62, 92;
  --bs-site-primary-dark-rgb: 0, 62, 92;
  --bs-site-primary-light-rgb: 0, 62, 92;
  --bs-sanita-rgb: 0, 128, 147;
  --bs-rsa-rgb: 225, 130, 48;
  --bs-appartamenti-rgb: 255, 202, 19;
  --bs-cure-rgb: 255, 202, 19;
  --bs-sanita-light-rgb: 230, 247, 250;
  --bs-rsa-light-rgb: 252, 243, 234;
  --bs-appartamenti-light-rgb: 255, 249, 230;
  --bs-cure-light-rgb: 255, 249, 230;
  --bs-kormed-light-rgb: 234, 247, 249;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Roboto, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #ffffff;
}

*,
*::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;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

abbr[title],
abbr[data-bs-original-title] {
  -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.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}

.figure, .wp-block-image > figure, figure.wp-block-image {
  display: inline-block;
}

.figure-img, .wp-block-image > figure img, figure.wp-block-image img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption, .wp-block-image > figure figcaption, figure.wp-block-image figcaption {
  font-size: 0.875em;
  color: #6c757d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-7,
.gx-7 {
  --bs-gutter-x: 7.5rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 7.5rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 10rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 10rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 7.5rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 7.5rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 2rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 2rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 7.5rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 7.5rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 10rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 7.5rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 7.5rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 10rem;
  }
}
.table, .wp-block-table table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > *, .wp-block-table table > :not(caption) > * > * {
  padding: 0.75rem 2rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody, .wp-block-table table > tbody {
  vertical-align: inherit;
}
.table > thead, .wp-block-table table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > *, .wp-block-table table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
  border-color: #373b3e;
}

.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 + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

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

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

.form-control, .gf-korian input[type=text],
.gf-korian input[type=email],
.gf-korian input[type=tel], .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=text],
.wpcf7 input[type=search],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=submit],
.wpcf7 select,
.wpcf7 textarea, .widget_categories select,
.widget_archive select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .gf-korian input[type=text],
  .gf-korian input[type=email],
  .gf-korian input[type=tel], .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=text],
  .wpcf7 input[type=search],
  .wpcf7 input[type=url],
  .wpcf7 input[type=tel],
  .wpcf7 input[type=number],
  .wpcf7 input[type=range],
  .wpcf7 input[type=date],
  .wpcf7 input[type=month],
  .wpcf7 input[type=week],
  .wpcf7 input[type=time],
  .wpcf7 input[type=datetime],
  .wpcf7 input[type=datetime-local],
  .wpcf7 input[type=color],
  .wpcf7 input[type=email],
  .wpcf7 input[type=file],
  .wpcf7 input[type=submit],
  .wpcf7 select,
  .wpcf7 textarea, .widget_categories select,
  .widget_archive select {
    transition: none;
  }
}
.form-control[type=file], .gf-korian input[type=file][type=text],
.gf-korian input[type=file][type=email],
.gf-korian input[type=file][type=tel], .wpcf7 [type=file].wpcf7-validation-errors,
.wpcf7 input[type=file],
.wpcf7 select[type=file],
.wpcf7 textarea[type=file], .widget_categories select[type=file],
.widget_archive select[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), .gf-korian input[type=file][type=text]:not(:disabled):not([readonly]),
.gf-korian input[type=file][type=email]:not(:disabled):not([readonly]),
.gf-korian input[type=file][type=tel]:not(:disabled):not([readonly]), .wpcf7 [type=file].wpcf7-validation-errors:not(:disabled):not([readonly]),
.wpcf7 input[type=file]:not(:disabled):not([readonly]),
.wpcf7 select[type=file]:not(:disabled):not([readonly]),
.wpcf7 textarea[type=file]:not(:disabled):not([readonly]), .widget_categories select[type=file]:not(:disabled):not([readonly]),
.widget_archive select[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, .gf-korian input[type=text]:focus,
.gf-korian input[type=email]:focus,
.gf-korian input[type=tel]:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=text]:focus,
.wpcf7 input[type=search]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=range]:focus,
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=month]:focus,
.wpcf7 input[type=week]:focus,
.wpcf7 input[type=time]:focus,
.wpcf7 input[type=datetime]:focus,
.wpcf7 input[type=datetime-local]:focus,
.wpcf7 input[type=color]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=file]:focus,
.wpcf7 input[type=submit]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus, .widget_categories select:focus,
.widget_archive select:focus {
  color: #212529;
  background-color: #ffffff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value, .gf-korian input[type=text]::-webkit-date-and-time-value,
.gf-korian input[type=email]::-webkit-date-and-time-value,
.gf-korian input[type=tel]::-webkit-date-and-time-value, .wpcf7 .wpcf7-validation-errors::-webkit-date-and-time-value, .wpcf7 input[type=text]::-webkit-date-and-time-value,
.wpcf7 input[type=search]::-webkit-date-and-time-value,
.wpcf7 input[type=url]::-webkit-date-and-time-value,
.wpcf7 input[type=tel]::-webkit-date-and-time-value,
.wpcf7 input[type=number]::-webkit-date-and-time-value,
.wpcf7 input[type=range]::-webkit-date-and-time-value,
.wpcf7 input[type=date]::-webkit-date-and-time-value,
.wpcf7 input[type=month]::-webkit-date-and-time-value,
.wpcf7 input[type=week]::-webkit-date-and-time-value,
.wpcf7 input[type=time]::-webkit-date-and-time-value,
.wpcf7 input[type=datetime]::-webkit-date-and-time-value,
.wpcf7 input[type=datetime-local]::-webkit-date-and-time-value,
.wpcf7 input[type=color]::-webkit-date-and-time-value,
.wpcf7 input[type=email]::-webkit-date-and-time-value,
.wpcf7 input[type=file]::-webkit-date-and-time-value,
.wpcf7 input[type=submit]::-webkit-date-and-time-value,
.wpcf7 select::-webkit-date-and-time-value,
.wpcf7 textarea::-webkit-date-and-time-value, .widget_categories select::-webkit-date-and-time-value,
.widget_archive select::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder, .gf-korian input[type=text]::-moz-placeholder, .gf-korian input[type=email]::-moz-placeholder, .gf-korian input[type=tel]::-moz-placeholder, .wpcf7 .wpcf7-validation-errors::-moz-placeholder, .wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=search]::-moz-placeholder, .wpcf7 input[type=url]::-moz-placeholder, .wpcf7 input[type=tel]::-moz-placeholder, .wpcf7 input[type=number]::-moz-placeholder, .wpcf7 input[type=range]::-moz-placeholder, .wpcf7 input[type=date]::-moz-placeholder, .wpcf7 input[type=month]::-moz-placeholder, .wpcf7 input[type=week]::-moz-placeholder, .wpcf7 input[type=time]::-moz-placeholder, .wpcf7 input[type=datetime]::-moz-placeholder, .wpcf7 input[type=datetime-local]::-moz-placeholder, .wpcf7 input[type=color]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=file]::-moz-placeholder, .wpcf7 input[type=submit]::-moz-placeholder, .wpcf7 select::-moz-placeholder, .wpcf7 textarea::-moz-placeholder, .widget_categories select::-moz-placeholder, .widget_archive select::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, .gf-korian input[type=text]::placeholder,
.gf-korian input[type=email]::placeholder,
.gf-korian input[type=tel]::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder, .wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=search]::placeholder,
.wpcf7 input[type=url]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 input[type=number]::placeholder,
.wpcf7 input[type=range]::placeholder,
.wpcf7 input[type=date]::placeholder,
.wpcf7 input[type=month]::placeholder,
.wpcf7 input[type=week]::placeholder,
.wpcf7 input[type=time]::placeholder,
.wpcf7 input[type=datetime]::placeholder,
.wpcf7 input[type=datetime-local]::placeholder,
.wpcf7 input[type=color]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=file]::placeholder,
.wpcf7 input[type=submit]::placeholder,
.wpcf7 select::placeholder,
.wpcf7 textarea::placeholder, .widget_categories select::placeholder,
.widget_archive select::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .gf-korian input[type=text]:disabled,
.gf-korian input[type=email]:disabled,
.gf-korian input[type=tel]:disabled, .wpcf7 .wpcf7-validation-errors:disabled, .wpcf7 input[type=text]:disabled,
.wpcf7 input[type=search]:disabled,
.wpcf7 input[type=url]:disabled,
.wpcf7 input[type=tel]:disabled,
.wpcf7 input[type=number]:disabled,
.wpcf7 input[type=range]:disabled,
.wpcf7 input[type=date]:disabled,
.wpcf7 input[type=month]:disabled,
.wpcf7 input[type=week]:disabled,
.wpcf7 input[type=time]:disabled,
.wpcf7 input[type=datetime]:disabled,
.wpcf7 input[type=datetime-local]:disabled,
.wpcf7 input[type=color]:disabled,
.wpcf7 input[type=email]:disabled,
.wpcf7 input[type=file]:disabled,
.wpcf7 input[type=submit]:disabled,
.wpcf7 select:disabled,
.wpcf7 textarea:disabled, .widget_categories select:disabled,
.widget_archive select:disabled, .form-control[readonly], .gf-korian input[readonly][type=text],
.gf-korian input[readonly][type=email],
.gf-korian input[readonly][type=tel], .wpcf7 [readonly].wpcf7-validation-errors, .wpcf7 input[readonly][type=text],
.wpcf7 input[readonly][type=search],
.wpcf7 input[readonly][type=url],
.wpcf7 input[readonly][type=tel],
.wpcf7 input[readonly][type=number],
.wpcf7 input[readonly][type=range],
.wpcf7 input[readonly][type=date],
.wpcf7 input[readonly][type=month],
.wpcf7 input[readonly][type=week],
.wpcf7 input[readonly][type=time],
.wpcf7 input[readonly][type=datetime],
.wpcf7 input[readonly][type=datetime-local],
.wpcf7 input[readonly][type=color],
.wpcf7 input[readonly][type=email],
.wpcf7 input[readonly][type=file],
.wpcf7 input[readonly][type=submit],
.wpcf7 select[readonly],
.wpcf7 textarea[readonly], .widget_categories select[readonly],
.widget_archive select[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button, .gf-korian input[type=text]::file-selector-button,
.gf-korian input[type=email]::file-selector-button,
.gf-korian input[type=tel]::file-selector-button, .wpcf7 .wpcf7-validation-errors::file-selector-button, .wpcf7 input[type=text]::file-selector-button,
.wpcf7 input[type=search]::file-selector-button,
.wpcf7 input[type=url]::file-selector-button,
.wpcf7 input[type=tel]::file-selector-button,
.wpcf7 input[type=number]::file-selector-button,
.wpcf7 input[type=range]::file-selector-button,
.wpcf7 input[type=date]::file-selector-button,
.wpcf7 input[type=month]::file-selector-button,
.wpcf7 input[type=week]::file-selector-button,
.wpcf7 input[type=time]::file-selector-button,
.wpcf7 input[type=datetime]::file-selector-button,
.wpcf7 input[type=datetime-local]::file-selector-button,
.wpcf7 input[type=color]::file-selector-button,
.wpcf7 input[type=email]::file-selector-button,
.wpcf7 input[type=file]::file-selector-button,
.wpcf7 input[type=submit]::file-selector-button,
.wpcf7 select::file-selector-button,
.wpcf7 textarea::file-selector-button, .widget_categories select::file-selector-button,
.widget_archive select::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button, .gf-korian input[type=text]::file-selector-button,
  .gf-korian input[type=email]::file-selector-button,
  .gf-korian input[type=tel]::file-selector-button, .wpcf7 .wpcf7-validation-errors::file-selector-button, .wpcf7 input[type=text]::file-selector-button,
  .wpcf7 input[type=search]::file-selector-button,
  .wpcf7 input[type=url]::file-selector-button,
  .wpcf7 input[type=tel]::file-selector-button,
  .wpcf7 input[type=number]::file-selector-button,
  .wpcf7 input[type=range]::file-selector-button,
  .wpcf7 input[type=date]::file-selector-button,
  .wpcf7 input[type=month]::file-selector-button,
  .wpcf7 input[type=week]::file-selector-button,
  .wpcf7 input[type=time]::file-selector-button,
  .wpcf7 input[type=datetime]::file-selector-button,
  .wpcf7 input[type=datetime-local]::file-selector-button,
  .wpcf7 input[type=color]::file-selector-button,
  .wpcf7 input[type=email]::file-selector-button,
  .wpcf7 input[type=file]::file-selector-button,
  .wpcf7 input[type=submit]::file-selector-button,
  .wpcf7 select::file-selector-button,
  .wpcf7 textarea::file-selector-button, .widget_categories select::file-selector-button,
  .widget_archive select::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .gf-korian input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
.gf-korian input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,
.gf-korian input[type=tel]:hover:not(:disabled):not([readonly])::file-selector-button, .wpcf7 .wpcf7-validation-errors:hover:not(:disabled):not([readonly])::file-selector-button, .wpcf7 input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=search]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=url]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=tel]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=number]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=range]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=date]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=month]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=week]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=time]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=datetime]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=datetime-local]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=color]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=file]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 input[type=submit]:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 select:hover:not(:disabled):not([readonly])::file-selector-button,
.wpcf7 textarea:hover:not(:disabled):not([readonly])::file-selector-button, .widget_categories select:hover:not(:disabled):not([readonly])::file-selector-button,
.widget_archive select:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button, .gf-korian input[type=text]::-webkit-file-upload-button,
.gf-korian input[type=email]::-webkit-file-upload-button,
.gf-korian input[type=tel]::-webkit-file-upload-button, .wpcf7 .wpcf7-validation-errors::-webkit-file-upload-button, .wpcf7 input[type=text]::-webkit-file-upload-button,
.wpcf7 input[type=search]::-webkit-file-upload-button,
.wpcf7 input[type=url]::-webkit-file-upload-button,
.wpcf7 input[type=tel]::-webkit-file-upload-button,
.wpcf7 input[type=number]::-webkit-file-upload-button,
.wpcf7 input[type=range]::-webkit-file-upload-button,
.wpcf7 input[type=date]::-webkit-file-upload-button,
.wpcf7 input[type=month]::-webkit-file-upload-button,
.wpcf7 input[type=week]::-webkit-file-upload-button,
.wpcf7 input[type=time]::-webkit-file-upload-button,
.wpcf7 input[type=datetime]::-webkit-file-upload-button,
.wpcf7 input[type=datetime-local]::-webkit-file-upload-button,
.wpcf7 input[type=color]::-webkit-file-upload-button,
.wpcf7 input[type=email]::-webkit-file-upload-button,
.wpcf7 input[type=file]::-webkit-file-upload-button,
.wpcf7 input[type=submit]::-webkit-file-upload-button,
.wpcf7 select::-webkit-file-upload-button,
.wpcf7 textarea::-webkit-file-upload-button, .widget_categories select::-webkit-file-upload-button,
.widget_archive select::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button, .gf-korian input[type=text]::-webkit-file-upload-button,
  .gf-korian input[type=email]::-webkit-file-upload-button,
  .gf-korian input[type=tel]::-webkit-file-upload-button, .wpcf7 .wpcf7-validation-errors::-webkit-file-upload-button, .wpcf7 input[type=text]::-webkit-file-upload-button,
  .wpcf7 input[type=search]::-webkit-file-upload-button,
  .wpcf7 input[type=url]::-webkit-file-upload-button,
  .wpcf7 input[type=tel]::-webkit-file-upload-button,
  .wpcf7 input[type=number]::-webkit-file-upload-button,
  .wpcf7 input[type=range]::-webkit-file-upload-button,
  .wpcf7 input[type=date]::-webkit-file-upload-button,
  .wpcf7 input[type=month]::-webkit-file-upload-button,
  .wpcf7 input[type=week]::-webkit-file-upload-button,
  .wpcf7 input[type=time]::-webkit-file-upload-button,
  .wpcf7 input[type=datetime]::-webkit-file-upload-button,
  .wpcf7 input[type=datetime-local]::-webkit-file-upload-button,
  .wpcf7 input[type=color]::-webkit-file-upload-button,
  .wpcf7 input[type=email]::-webkit-file-upload-button,
  .wpcf7 input[type=file]::-webkit-file-upload-button,
  .wpcf7 input[type=submit]::-webkit-file-upload-button,
  .wpcf7 select::-webkit-file-upload-button,
  .wpcf7 textarea::-webkit-file-upload-button, .widget_categories select::-webkit-file-upload-button,
  .widget_archive select::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .gf-korian input[type=text]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.gf-korian input[type=email]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.gf-korian input[type=tel]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 .wpcf7-validation-errors:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wpcf7 input[type=text]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=search]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=url]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=tel]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=number]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=range]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=date]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=month]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=week]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=time]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=datetime]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=datetime-local]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=color]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=email]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=file]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 input[type=submit]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 select:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.wpcf7 textarea:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .widget_categories select:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.widget_archive select:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

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

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

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

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

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

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  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: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

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

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

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

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

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 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;
  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;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #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;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control, .gf-korian .form-floating > input[type=text],
.gf-korian .form-floating > input[type=email],
.gf-korian .form-floating > input[type=tel], .wpcf7 .form-floating > .wpcf7-validation-errors, .wpcf7 .form-floating > input[type=text],
.wpcf7 .form-floating > input[type=search],
.wpcf7 .form-floating > input[type=url],
.wpcf7 .form-floating > input[type=tel],
.wpcf7 .form-floating > input[type=number],
.wpcf7 .form-floating > input[type=range],
.wpcf7 .form-floating > input[type=date],
.wpcf7 .form-floating > input[type=month],
.wpcf7 .form-floating > input[type=week],
.wpcf7 .form-floating > input[type=time],
.wpcf7 .form-floating > input[type=datetime],
.wpcf7 .form-floating > input[type=datetime-local],
.wpcf7 .form-floating > input[type=color],
.wpcf7 .form-floating > input[type=email],
.wpcf7 .form-floating > input[type=file],
.wpcf7 .form-floating > input[type=submit],
.wpcf7 .form-floating > select,
.wpcf7 .form-floating > textarea, .widget_categories .form-floating > select,
.widget_archive .form-floating > select,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control, .gf-korian .form-floating > input[type=text],
.gf-korian .form-floating > input[type=email],
.gf-korian .form-floating > input[type=tel], .wpcf7 .form-floating > .wpcf7-validation-errors, .wpcf7 .form-floating > input[type=text],
.wpcf7 .form-floating > input[type=search],
.wpcf7 .form-floating > input[type=url],
.wpcf7 .form-floating > input[type=tel],
.wpcf7 .form-floating > input[type=number],
.wpcf7 .form-floating > input[type=range],
.wpcf7 .form-floating > input[type=date],
.wpcf7 .form-floating > input[type=month],
.wpcf7 .form-floating > input[type=week],
.wpcf7 .form-floating > input[type=time],
.wpcf7 .form-floating > input[type=datetime],
.wpcf7 .form-floating > input[type=datetime-local],
.wpcf7 .form-floating > input[type=color],
.wpcf7 .form-floating > input[type=email],
.wpcf7 .form-floating > input[type=file],
.wpcf7 .form-floating > input[type=submit],
.wpcf7 .form-floating > select,
.wpcf7 .form-floating > textarea, .widget_categories .form-floating > select,
.widget_archive .form-floating > select {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .gf-korian .form-floating > input[type=text]::-moz-placeholder, .gf-korian .form-floating > input[type=email]::-moz-placeholder, .gf-korian .form-floating > input[type=tel]::-moz-placeholder, .wpcf7 .form-floating > .wpcf7-validation-errors::-moz-placeholder, .wpcf7 .form-floating > input[type=text]::-moz-placeholder, .wpcf7 .form-floating > input[type=search]::-moz-placeholder, .wpcf7 .form-floating > input[type=url]::-moz-placeholder, .wpcf7 .form-floating > input[type=tel]::-moz-placeholder, .wpcf7 .form-floating > input[type=number]::-moz-placeholder, .wpcf7 .form-floating > input[type=range]::-moz-placeholder, .wpcf7 .form-floating > input[type=date]::-moz-placeholder, .wpcf7 .form-floating > input[type=month]::-moz-placeholder, .wpcf7 .form-floating > input[type=week]::-moz-placeholder, .wpcf7 .form-floating > input[type=time]::-moz-placeholder, .wpcf7 .form-floating > input[type=datetime]::-moz-placeholder, .wpcf7 .form-floating > input[type=datetime-local]::-moz-placeholder, .wpcf7 .form-floating > input[type=color]::-moz-placeholder, .wpcf7 .form-floating > input[type=email]::-moz-placeholder, .wpcf7 .form-floating > input[type=file]::-moz-placeholder, .wpcf7 .form-floating > input[type=submit]::-moz-placeholder, .wpcf7 .form-floating > select::-moz-placeholder, .wpcf7 .form-floating > textarea::-moz-placeholder, .widget_categories .form-floating > select::-moz-placeholder, .widget_archive .form-floating > select::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder, .gf-korian .form-floating > input[type=text]::placeholder,
.gf-korian .form-floating > input[type=email]::placeholder,
.gf-korian .form-floating > input[type=tel]::placeholder, .wpcf7 .form-floating > .wpcf7-validation-errors::placeholder, .wpcf7 .form-floating > input[type=text]::placeholder,
.wpcf7 .form-floating > input[type=search]::placeholder,
.wpcf7 .form-floating > input[type=url]::placeholder,
.wpcf7 .form-floating > input[type=tel]::placeholder,
.wpcf7 .form-floating > input[type=number]::placeholder,
.wpcf7 .form-floating > input[type=range]::placeholder,
.wpcf7 .form-floating > input[type=date]::placeholder,
.wpcf7 .form-floating > input[type=month]::placeholder,
.wpcf7 .form-floating > input[type=week]::placeholder,
.wpcf7 .form-floating > input[type=time]::placeholder,
.wpcf7 .form-floating > input[type=datetime]::placeholder,
.wpcf7 .form-floating > input[type=datetime-local]::placeholder,
.wpcf7 .form-floating > input[type=color]::placeholder,
.wpcf7 .form-floating > input[type=email]::placeholder,
.wpcf7 .form-floating > input[type=file]::placeholder,
.wpcf7 .form-floating > input[type=submit]::placeholder,
.wpcf7 .form-floating > select::placeholder,
.wpcf7 .form-floating > textarea::placeholder, .widget_categories .form-floating > select::placeholder,
.widget_archive .form-floating > select::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .gf-korian .form-floating > input[type=text]:not(:-moz-placeholder-shown), .gf-korian .form-floating > input[type=email]:not(:-moz-placeholder-shown), .gf-korian .form-floating > input[type=tel]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > .wpcf7-validation-errors:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=text]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=search]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=url]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=tel]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=number]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=range]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=date]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=month]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=week]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=time]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=datetime]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=datetime-local]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=color]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=email]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=file]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=submit]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > select:not(:-moz-placeholder-shown), .wpcf7 .form-floating > textarea:not(:-moz-placeholder-shown), .widget_categories .form-floating > select:not(:-moz-placeholder-shown), .widget_archive .form-floating > select:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .gf-korian .form-floating > input[type=text]:focus,
.gf-korian .form-floating > input[type=email]:focus,
.gf-korian .form-floating > input[type=tel]:focus, .wpcf7 .form-floating > .wpcf7-validation-errors:focus, .wpcf7 .form-floating > input[type=text]:focus,
.wpcf7 .form-floating > input[type=search]:focus,
.wpcf7 .form-floating > input[type=url]:focus,
.wpcf7 .form-floating > input[type=tel]:focus,
.wpcf7 .form-floating > input[type=number]:focus,
.wpcf7 .form-floating > input[type=range]:focus,
.wpcf7 .form-floating > input[type=date]:focus,
.wpcf7 .form-floating > input[type=month]:focus,
.wpcf7 .form-floating > input[type=week]:focus,
.wpcf7 .form-floating > input[type=time]:focus,
.wpcf7 .form-floating > input[type=datetime]:focus,
.wpcf7 .form-floating > input[type=datetime-local]:focus,
.wpcf7 .form-floating > input[type=color]:focus,
.wpcf7 .form-floating > input[type=email]:focus,
.wpcf7 .form-floating > input[type=file]:focus,
.wpcf7 .form-floating > input[type=submit]:focus,
.wpcf7 .form-floating > select:focus,
.wpcf7 .form-floating > textarea:focus, .widget_categories .form-floating > select:focus,
.widget_archive .form-floating > select:focus, .form-floating > .form-control:not(:placeholder-shown), .gf-korian .form-floating > input[type=text]:not(:placeholder-shown),
.gf-korian .form-floating > input[type=email]:not(:placeholder-shown),
.gf-korian .form-floating > input[type=tel]:not(:placeholder-shown), .wpcf7 .form-floating > .wpcf7-validation-errors:not(:placeholder-shown), .wpcf7 .form-floating > input[type=text]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=search]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=url]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=tel]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=number]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=range]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=date]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=month]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=week]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=time]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=datetime]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=datetime-local]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=color]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=email]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=file]:not(:placeholder-shown),
.wpcf7 .form-floating > input[type=submit]:not(:placeholder-shown),
.wpcf7 .form-floating > select:not(:placeholder-shown),
.wpcf7 .form-floating > textarea:not(:placeholder-shown), .widget_categories .form-floating > select:not(:placeholder-shown),
.widget_archive .form-floating > select:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill, .gf-korian .form-floating > input[type=text]:-webkit-autofill,
.gf-korian .form-floating > input[type=email]:-webkit-autofill,
.gf-korian .form-floating > input[type=tel]:-webkit-autofill, .wpcf7 .form-floating > .wpcf7-validation-errors:-webkit-autofill, .wpcf7 .form-floating > input[type=text]:-webkit-autofill,
.wpcf7 .form-floating > input[type=search]:-webkit-autofill,
.wpcf7 .form-floating > input[type=url]:-webkit-autofill,
.wpcf7 .form-floating > input[type=tel]:-webkit-autofill,
.wpcf7 .form-floating > input[type=number]:-webkit-autofill,
.wpcf7 .form-floating > input[type=range]:-webkit-autofill,
.wpcf7 .form-floating > input[type=date]:-webkit-autofill,
.wpcf7 .form-floating > input[type=month]:-webkit-autofill,
.wpcf7 .form-floating > input[type=week]:-webkit-autofill,
.wpcf7 .form-floating > input[type=time]:-webkit-autofill,
.wpcf7 .form-floating > input[type=datetime]:-webkit-autofill,
.wpcf7 .form-floating > input[type=datetime-local]:-webkit-autofill,
.wpcf7 .form-floating > input[type=color]:-webkit-autofill,
.wpcf7 .form-floating > input[type=email]:-webkit-autofill,
.wpcf7 .form-floating > input[type=file]:-webkit-autofill,
.wpcf7 .form-floating > input[type=submit]:-webkit-autofill,
.wpcf7 .form-floating > select:-webkit-autofill,
.wpcf7 .form-floating > textarea:-webkit-autofill, .widget_categories .form-floating > select:-webkit-autofill,
.widget_archive .form-floating > select:-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-shown) ~ label, .gf-korian .form-floating > input[type=text]:not(:-moz-placeholder-shown) ~ label, .gf-korian .form-floating > input[type=email]:not(:-moz-placeholder-shown) ~ label, .gf-korian .form-floating > input[type=tel]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > .wpcf7-validation-errors:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=text]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=search]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=url]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=tel]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=number]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=range]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=date]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=month]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=week]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=time]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=datetime]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=datetime-local]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=color]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=email]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=file]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=submit]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > select:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > textarea:not(:-moz-placeholder-shown) ~ label, .widget_categories .form-floating > select:not(:-moz-placeholder-shown) ~ label, .widget_archive .form-floating > select:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label, .gf-korian .form-floating > input[type=text]:focus ~ label,
.gf-korian .form-floating > input[type=email]:focus ~ label,
.gf-korian .form-floating > input[type=tel]:focus ~ label, .wpcf7 .form-floating > .wpcf7-validation-errors:focus ~ label, .wpcf7 .form-floating > input[type=text]:focus ~ label,
.wpcf7 .form-floating > input[type=search]:focus ~ label,
.wpcf7 .form-floating > input[type=url]:focus ~ label,
.wpcf7 .form-floating > input[type=tel]:focus ~ label,
.wpcf7 .form-floating > input[type=number]:focus ~ label,
.wpcf7 .form-floating > input[type=range]:focus ~ label,
.wpcf7 .form-floating > input[type=date]:focus ~ label,
.wpcf7 .form-floating > input[type=month]:focus ~ label,
.wpcf7 .form-floating > input[type=week]:focus ~ label,
.wpcf7 .form-floating > input[type=time]:focus ~ label,
.wpcf7 .form-floating > input[type=datetime]:focus ~ label,
.wpcf7 .form-floating > input[type=datetime-local]:focus ~ label,
.wpcf7 .form-floating > input[type=color]:focus ~ label,
.wpcf7 .form-floating > input[type=email]:focus ~ label,
.wpcf7 .form-floating > input[type=file]:focus ~ label,
.wpcf7 .form-floating > input[type=submit]:focus ~ label,
.wpcf7 .form-floating > select:focus ~ label,
.wpcf7 .form-floating > textarea:focus ~ label, .widget_categories .form-floating > select:focus ~ label,
.widget_archive .form-floating > select:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.gf-korian .form-floating > input[type=text]:not(:placeholder-shown) ~ label,
.gf-korian .form-floating > input[type=email]:not(:placeholder-shown) ~ label,
.gf-korian .form-floating > input[type=tel]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > .wpcf7-validation-errors:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=text]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=search]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=url]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=tel]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=number]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=range]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=date]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=month]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=week]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=time]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=datetime]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=datetime-local]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=color]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=email]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=file]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > input[type=submit]:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > select:not(:placeholder-shown) ~ label,
.wpcf7 .form-floating > textarea:not(:placeholder-shown) ~ label,
.widget_categories .form-floating > select:not(:placeholder-shown) ~ label,
.widget_archive .form-floating > select:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label, .gf-korian .form-floating > input[type=text]:-webkit-autofill ~ label,
.gf-korian .form-floating > input[type=email]:-webkit-autofill ~ label,
.gf-korian .form-floating > input[type=tel]:-webkit-autofill ~ label, .wpcf7 .form-floating > .wpcf7-validation-errors:-webkit-autofill ~ label, .wpcf7 .form-floating > input[type=text]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=search]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=url]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=tel]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=number]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=range]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=date]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=month]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=week]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=time]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=datetime]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=datetime-local]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=color]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=email]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=file]:-webkit-autofill ~ label,
.wpcf7 .form-floating > input[type=submit]:-webkit-autofill ~ label,
.wpcf7 .form-floating > select:-webkit-autofill ~ label,
.wpcf7 .form-floating > textarea:-webkit-autofill ~ label, .widget_categories .form-floating > select:-webkit-autofill ~ label,
.widget_archive .form-floating > select:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .gf-korian .input-group > input[type=text],
.gf-korian .input-group > input[type=email],
.gf-korian .input-group > input[type=tel], .wpcf7 .input-group > .wpcf7-validation-errors, .wpcf7 .input-group > input[type=text],
.wpcf7 .input-group > input[type=search],
.wpcf7 .input-group > input[type=url],
.wpcf7 .input-group > input[type=tel],
.wpcf7 .input-group > input[type=number],
.wpcf7 .input-group > input[type=range],
.wpcf7 .input-group > input[type=date],
.wpcf7 .input-group > input[type=month],
.wpcf7 .input-group > input[type=week],
.wpcf7 .input-group > input[type=time],
.wpcf7 .input-group > input[type=datetime],
.wpcf7 .input-group > input[type=datetime-local],
.wpcf7 .input-group > input[type=color],
.wpcf7 .input-group > input[type=email],
.wpcf7 .input-group > input[type=file],
.wpcf7 .input-group > input[type=submit],
.wpcf7 .input-group > select,
.wpcf7 .input-group > textarea, .widget_categories .input-group > select,
.widget_archive .input-group > select,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .gf-korian .input-group > input[type=text]:focus,
.gf-korian .input-group > input[type=email]:focus,
.gf-korian .input-group > input[type=tel]:focus, .wpcf7 .input-group > .wpcf7-validation-errors:focus, .wpcf7 .input-group > input[type=text]:focus,
.wpcf7 .input-group > input[type=search]:focus,
.wpcf7 .input-group > input[type=url]:focus,
.wpcf7 .input-group > input[type=tel]:focus,
.wpcf7 .input-group > input[type=number]:focus,
.wpcf7 .input-group > input[type=range]:focus,
.wpcf7 .input-group > input[type=date]:focus,
.wpcf7 .input-group > input[type=month]:focus,
.wpcf7 .input-group > input[type=week]:focus,
.wpcf7 .input-group > input[type=time]:focus,
.wpcf7 .input-group > input[type=datetime]:focus,
.wpcf7 .input-group > input[type=datetime-local]:focus,
.wpcf7 .input-group > input[type=color]:focus,
.wpcf7 .input-group > input[type=email]:focus,
.wpcf7 .input-group > input[type=file]:focus,
.wpcf7 .input-group > input[type=submit]:focus,
.wpcf7 .input-group > select:focus,
.wpcf7 .input-group > textarea:focus, .widget_categories .input-group > select:focus,
.widget_archive .input-group > select:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn, .input-group .wpcf7 input[type=submit], .wpcf7 .input-group input[type=submit] {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .wpcf7 input[type=submit]:focus, .wpcf7 .input-group input[type=submit]:focus {
  z-index: 3;
}

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

.input-group-lg > .form-control, .gf-korian .input-group-lg > input[type=text],
.gf-korian .input-group-lg > input[type=email],
.gf-korian .input-group-lg > input[type=tel], .wpcf7 .input-group-lg > .wpcf7-validation-errors, .wpcf7 .input-group-lg > input[type=text],
.wpcf7 .input-group-lg > input[type=search],
.wpcf7 .input-group-lg > input[type=url],
.wpcf7 .input-group-lg > input[type=tel],
.wpcf7 .input-group-lg > input[type=number],
.wpcf7 .input-group-lg > input[type=range],
.wpcf7 .input-group-lg > input[type=date],
.wpcf7 .input-group-lg > input[type=month],
.wpcf7 .input-group-lg > input[type=week],
.wpcf7 .input-group-lg > input[type=time],
.wpcf7 .input-group-lg > input[type=datetime],
.wpcf7 .input-group-lg > input[type=datetime-local],
.wpcf7 .input-group-lg > input[type=color],
.wpcf7 .input-group-lg > input[type=email],
.wpcf7 .input-group-lg > input[type=file],
.wpcf7 .input-group-lg > input[type=submit],
.wpcf7 .input-group-lg > select,
.wpcf7 .input-group-lg > textarea, .widget_categories .input-group-lg > select,
.widget_archive .input-group-lg > select,
.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: 10px;
}

.input-group-sm > .form-control, .gf-korian .input-group-sm > input[type=text],
.gf-korian .input-group-sm > input[type=email],
.gf-korian .input-group-sm > input[type=tel], .wpcf7 .input-group-sm > .wpcf7-validation-errors, .wpcf7 .input-group-sm > input[type=text],
.wpcf7 .input-group-sm > input[type=search],
.wpcf7 .input-group-sm > input[type=url],
.wpcf7 .input-group-sm > input[type=tel],
.wpcf7 .input-group-sm > input[type=number],
.wpcf7 .input-group-sm > input[type=range],
.wpcf7 .input-group-sm > input[type=date],
.wpcf7 .input-group-sm > input[type=month],
.wpcf7 .input-group-sm > input[type=week],
.wpcf7 .input-group-sm > input[type=time],
.wpcf7 .input-group-sm > input[type=datetime],
.wpcf7 .input-group-sm > input[type=datetime-local],
.wpcf7 .input-group-sm > input[type=color],
.wpcf7 .input-group-sm > input[type=email],
.wpcf7 .input-group-sm > input[type=file],
.wpcf7 .input-group-sm > input[type=submit],
.wpcf7 .input-group-sm > select,
.wpcf7 .input-group-sm > textarea, .widget_categories .input-group-sm > select,
.widget_archive .input-group-sm > select,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

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

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

.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: #ffffff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 5px;
}

.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, .was-validated .gf-korian input[type=text]:valid, .gf-korian .was-validated input[type=text]:valid,
.was-validated .gf-korian input[type=email]:valid,
.gf-korian .was-validated input[type=email]:valid,
.was-validated .gf-korian input[type=tel]:valid,
.gf-korian .was-validated input[type=tel]:valid, .was-validated .wpcf7 .wpcf7-validation-errors:valid, .wpcf7 .was-validated .wpcf7-validation-errors:valid, .was-validated .wpcf7 input[type=text]:valid, .wpcf7 .was-validated input[type=text]:valid,
.was-validated .wpcf7 input[type=search]:valid,
.wpcf7 .was-validated input[type=search]:valid,
.was-validated .wpcf7 input[type=url]:valid,
.wpcf7 .was-validated input[type=url]:valid,
.was-validated .wpcf7 input[type=tel]:valid,
.wpcf7 .was-validated input[type=tel]:valid,
.was-validated .wpcf7 input[type=number]:valid,
.wpcf7 .was-validated input[type=number]:valid,
.was-validated .wpcf7 input[type=range]:valid,
.wpcf7 .was-validated input[type=range]:valid,
.was-validated .wpcf7 input[type=date]:valid,
.wpcf7 .was-validated input[type=date]:valid,
.was-validated .wpcf7 input[type=month]:valid,
.wpcf7 .was-validated input[type=month]:valid,
.was-validated .wpcf7 input[type=week]:valid,
.wpcf7 .was-validated input[type=week]:valid,
.was-validated .wpcf7 input[type=time]:valid,
.wpcf7 .was-validated input[type=time]:valid,
.was-validated .wpcf7 input[type=datetime]:valid,
.wpcf7 .was-validated input[type=datetime]:valid,
.was-validated .wpcf7 input[type=datetime-local]:valid,
.wpcf7 .was-validated input[type=datetime-local]:valid,
.was-validated .wpcf7 input[type=color]:valid,
.wpcf7 .was-validated input[type=color]:valid,
.was-validated .wpcf7 input[type=email]:valid,
.wpcf7 .was-validated input[type=email]:valid,
.was-validated .wpcf7 input[type=file]:valid,
.wpcf7 .was-validated input[type=file]:valid,
.was-validated .wpcf7 input[type=submit]:valid,
.wpcf7 .was-validated input[type=submit]:valid,
.was-validated .wpcf7 select:valid,
.wpcf7 .was-validated select:valid,
.was-validated .wpcf7 textarea:valid,
.wpcf7 .was-validated textarea:valid, .was-validated .widget_categories select:valid, .widget_categories .was-validated select:valid,
.was-validated .widget_archive select:valid,
.widget_archive .was-validated select:valid, .form-control.is-valid, .gf-korian input.is-valid[type=text],
.gf-korian input.is-valid[type=email],
.gf-korian input.is-valid[type=tel], .wpcf7 .is-valid.wpcf7-validation-errors, .wpcf7 input.is-valid[type=text],
.wpcf7 input.is-valid[type=search],
.wpcf7 input.is-valid[type=url],
.wpcf7 input.is-valid[type=tel],
.wpcf7 input.is-valid[type=number],
.wpcf7 input.is-valid[type=range],
.wpcf7 input.is-valid[type=date],
.wpcf7 input.is-valid[type=month],
.wpcf7 input.is-valid[type=week],
.wpcf7 input.is-valid[type=time],
.wpcf7 input.is-valid[type=datetime],
.wpcf7 input.is-valid[type=datetime-local],
.wpcf7 input.is-valid[type=color],
.wpcf7 input.is-valid[type=email],
.wpcf7 input.is-valid[type=file],
.wpcf7 input.is-valid[type=submit],
.wpcf7 select.is-valid,
.wpcf7 textarea.is-valid, .widget_categories select.is-valid,
.widget_archive select.is-valid {
  border-color: #198754;
  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.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .gf-korian input[type=text]:valid:focus, .gf-korian .was-validated input[type=text]:valid:focus,
.was-validated .gf-korian input[type=email]:valid:focus,
.gf-korian .was-validated input[type=email]:valid:focus,
.was-validated .gf-korian input[type=tel]:valid:focus,
.gf-korian .was-validated input[type=tel]:valid:focus, .was-validated .wpcf7 .wpcf7-validation-errors:valid:focus, .wpcf7 .was-validated .wpcf7-validation-errors:valid:focus, .was-validated .wpcf7 input[type=text]:valid:focus, .wpcf7 .was-validated input[type=text]:valid:focus,
.was-validated .wpcf7 input[type=search]:valid:focus,
.wpcf7 .was-validated input[type=search]:valid:focus,
.was-validated .wpcf7 input[type=url]:valid:focus,
.wpcf7 .was-validated input[type=url]:valid:focus,
.was-validated .wpcf7 input[type=tel]:valid:focus,
.wpcf7 .was-validated input[type=tel]:valid:focus,
.was-validated .wpcf7 input[type=number]:valid:focus,
.wpcf7 .was-validated input[type=number]:valid:focus,
.was-validated .wpcf7 input[type=range]:valid:focus,
.wpcf7 .was-validated input[type=range]:valid:focus,
.was-validated .wpcf7 input[type=date]:valid:focus,
.wpcf7 .was-validated input[type=date]:valid:focus,
.was-validated .wpcf7 input[type=month]:valid:focus,
.wpcf7 .was-validated input[type=month]:valid:focus,
.was-validated .wpcf7 input[type=week]:valid:focus,
.wpcf7 .was-validated input[type=week]:valid:focus,
.was-validated .wpcf7 input[type=time]:valid:focus,
.wpcf7 .was-validated input[type=time]:valid:focus,
.was-validated .wpcf7 input[type=datetime]:valid:focus,
.wpcf7 .was-validated input[type=datetime]:valid:focus,
.was-validated .wpcf7 input[type=datetime-local]:valid:focus,
.wpcf7 .was-validated input[type=datetime-local]:valid:focus,
.was-validated .wpcf7 input[type=color]:valid:focus,
.wpcf7 .was-validated input[type=color]:valid:focus,
.was-validated .wpcf7 input[type=email]:valid:focus,
.wpcf7 .was-validated input[type=email]:valid:focus,
.was-validated .wpcf7 input[type=file]:valid:focus,
.wpcf7 .was-validated input[type=file]:valid:focus,
.was-validated .wpcf7 input[type=submit]:valid:focus,
.wpcf7 .was-validated input[type=submit]:valid:focus,
.was-validated .wpcf7 select:valid:focus,
.wpcf7 .was-validated select:valid:focus,
.was-validated .wpcf7 textarea:valid:focus,
.wpcf7 .was-validated textarea:valid:focus, .was-validated .widget_categories select:valid:focus, .widget_categories .was-validated select:valid:focus,
.was-validated .widget_archive select:valid:focus,
.widget_archive .was-validated select:valid:focus, .form-control.is-valid:focus, .gf-korian input.is-valid[type=text]:focus,
.gf-korian input.is-valid[type=email]:focus,
.gf-korian input.is-valid[type=tel]:focus, .wpcf7 .is-valid.wpcf7-validation-errors:focus, .wpcf7 input.is-valid[type=text]:focus,
.wpcf7 input.is-valid[type=search]:focus,
.wpcf7 input.is-valid[type=url]:focus,
.wpcf7 input.is-valid[type=tel]:focus,
.wpcf7 input.is-valid[type=number]:focus,
.wpcf7 input.is-valid[type=range]:focus,
.wpcf7 input.is-valid[type=date]:focus,
.wpcf7 input.is-valid[type=month]:focus,
.wpcf7 input.is-valid[type=week]:focus,
.wpcf7 input.is-valid[type=time]:focus,
.wpcf7 input.is-valid[type=datetime]:focus,
.wpcf7 input.is-valid[type=datetime-local]:focus,
.wpcf7 input.is-valid[type=color]:focus,
.wpcf7 input.is-valid[type=email]:focus,
.wpcf7 input.is-valid[type=file]:focus,
.wpcf7 input.is-valid[type=submit]:focus,
.wpcf7 select.is-valid:focus,
.wpcf7 textarea.is-valid:focus, .widget_categories select.is-valid:focus,
.widget_archive select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

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

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

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

.was-validated .input-group .form-control:valid, .was-validated .input-group .gf-korian input[type=text]:valid, .gf-korian .was-validated .input-group input[type=text]:valid,
.was-validated .input-group .gf-korian input[type=email]:valid,
.gf-korian .was-validated .input-group input[type=email]:valid,
.was-validated .input-group .gf-korian input[type=tel]:valid,
.gf-korian .was-validated .input-group input[type=tel]:valid, .was-validated .input-group .wpcf7 .wpcf7-validation-errors:valid, .wpcf7 .was-validated .input-group .wpcf7-validation-errors:valid, .was-validated .input-group .wpcf7 input[type=text]:valid, .wpcf7 .was-validated .input-group input[type=text]:valid,
.was-validated .input-group .wpcf7 input[type=search]:valid,
.wpcf7 .was-validated .input-group input[type=search]:valid,
.was-validated .input-group .wpcf7 input[type=url]:valid,
.wpcf7 .was-validated .input-group input[type=url]:valid,
.was-validated .input-group .wpcf7 input[type=tel]:valid,
.wpcf7 .was-validated .input-group input[type=tel]:valid,
.was-validated .input-group .wpcf7 input[type=number]:valid,
.wpcf7 .was-validated .input-group input[type=number]:valid,
.was-validated .input-group .wpcf7 input[type=range]:valid,
.wpcf7 .was-validated .input-group input[type=range]:valid,
.was-validated .input-group .wpcf7 input[type=date]:valid,
.wpcf7 .was-validated .input-group input[type=date]:valid,
.was-validated .input-group .wpcf7 input[type=month]:valid,
.wpcf7 .was-validated .input-group input[type=month]:valid,
.was-validated .input-group .wpcf7 input[type=week]:valid,
.wpcf7 .was-validated .input-group input[type=week]:valid,
.was-validated .input-group .wpcf7 input[type=time]:valid,
.wpcf7 .was-validated .input-group input[type=time]:valid,
.was-validated .input-group .wpcf7 input[type=datetime]:valid,
.wpcf7 .was-validated .input-group input[type=datetime]:valid,
.was-validated .input-group .wpcf7 input[type=datetime-local]:valid,
.wpcf7 .was-validated .input-group input[type=datetime-local]:valid,
.was-validated .input-group .wpcf7 input[type=color]:valid,
.wpcf7 .was-validated .input-group input[type=color]:valid,
.was-validated .input-group .wpcf7 input[type=email]:valid,
.wpcf7 .was-validated .input-group input[type=email]:valid,
.was-validated .input-group .wpcf7 input[type=file]:valid,
.wpcf7 .was-validated .input-group input[type=file]:valid,
.was-validated .input-group .wpcf7 input[type=submit]:valid,
.wpcf7 .was-validated .input-group input[type=submit]:valid,
.was-validated .input-group .wpcf7 select:valid,
.wpcf7 .was-validated .input-group select:valid,
.was-validated .input-group .wpcf7 textarea:valid,
.wpcf7 .was-validated .input-group textarea:valid, .was-validated .input-group .widget_categories select:valid, .widget_categories .was-validated .input-group select:valid,
.was-validated .input-group .widget_archive select:valid,
.widget_archive .was-validated .input-group select:valid, .input-group .form-control.is-valid, .input-group .gf-korian input.is-valid[type=text], .gf-korian .input-group input.is-valid[type=text],
.input-group .gf-korian input.is-valid[type=email],
.gf-korian .input-group input.is-valid[type=email],
.input-group .gf-korian input.is-valid[type=tel],
.gf-korian .input-group input.is-valid[type=tel], .input-group .wpcf7 .is-valid.wpcf7-validation-errors, .wpcf7 .input-group .is-valid.wpcf7-validation-errors, .input-group .wpcf7 input.is-valid[type=text], .wpcf7 .input-group input.is-valid[type=text],
.input-group .wpcf7 input.is-valid[type=search],
.wpcf7 .input-group input.is-valid[type=search],
.input-group .wpcf7 input.is-valid[type=url],
.wpcf7 .input-group input.is-valid[type=url],
.input-group .wpcf7 input.is-valid[type=tel],
.wpcf7 .input-group input.is-valid[type=tel],
.input-group .wpcf7 input.is-valid[type=number],
.wpcf7 .input-group input.is-valid[type=number],
.input-group .wpcf7 input.is-valid[type=range],
.wpcf7 .input-group input.is-valid[type=range],
.input-group .wpcf7 input.is-valid[type=date],
.wpcf7 .input-group input.is-valid[type=date],
.input-group .wpcf7 input.is-valid[type=month],
.wpcf7 .input-group input.is-valid[type=month],
.input-group .wpcf7 input.is-valid[type=week],
.wpcf7 .input-group input.is-valid[type=week],
.input-group .wpcf7 input.is-valid[type=time],
.wpcf7 .input-group input.is-valid[type=time],
.input-group .wpcf7 input.is-valid[type=datetime],
.wpcf7 .input-group input.is-valid[type=datetime],
.input-group .wpcf7 input.is-valid[type=datetime-local],
.wpcf7 .input-group input.is-valid[type=datetime-local],
.input-group .wpcf7 input.is-valid[type=color],
.wpcf7 .input-group input.is-valid[type=color],
.input-group .wpcf7 input.is-valid[type=email],
.wpcf7 .input-group input.is-valid[type=email],
.input-group .wpcf7 input.is-valid[type=file],
.wpcf7 .input-group input.is-valid[type=file],
.input-group .wpcf7 input.is-valid[type=submit],
.wpcf7 .input-group input.is-valid[type=submit],
.input-group .wpcf7 select.is-valid,
.wpcf7 .input-group select.is-valid,
.input-group .wpcf7 textarea.is-valid,
.wpcf7 .input-group textarea.is-valid, .input-group .widget_categories select.is-valid, .widget_categories .input-group select.is-valid,
.input-group .widget_archive select.is-valid,
.widget_archive .input-group select.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .was-validated .input-group .gf-korian input[type=text]:valid:focus, .gf-korian .was-validated .input-group input[type=text]:valid:focus,
.was-validated .input-group .gf-korian input[type=email]:valid:focus,
.gf-korian .was-validated .input-group input[type=email]:valid:focus,
.was-validated .input-group .gf-korian input[type=tel]:valid:focus,
.gf-korian .was-validated .input-group input[type=tel]:valid:focus, .was-validated .input-group .wpcf7 .wpcf7-validation-errors:valid:focus, .wpcf7 .was-validated .input-group .wpcf7-validation-errors:valid:focus, .was-validated .input-group .wpcf7 input[type=text]:valid:focus, .wpcf7 .was-validated .input-group input[type=text]:valid:focus,
.was-validated .input-group .wpcf7 input[type=search]:valid:focus,
.wpcf7 .was-validated .input-group input[type=search]:valid:focus,
.was-validated .input-group .wpcf7 input[type=url]:valid:focus,
.wpcf7 .was-validated .input-group input[type=url]:valid:focus,
.was-validated .input-group .wpcf7 input[type=tel]:valid:focus,
.wpcf7 .was-validated .input-group input[type=tel]:valid:focus,
.was-validated .input-group .wpcf7 input[type=number]:valid:focus,
.wpcf7 .was-validated .input-group input[type=number]:valid:focus,
.was-validated .input-group .wpcf7 input[type=range]:valid:focus,
.wpcf7 .was-validated .input-group input[type=range]:valid:focus,
.was-validated .input-group .wpcf7 input[type=date]:valid:focus,
.wpcf7 .was-validated .input-group input[type=date]:valid:focus,
.was-validated .input-group .wpcf7 input[type=month]:valid:focus,
.wpcf7 .was-validated .input-group input[type=month]:valid:focus,
.was-validated .input-group .wpcf7 input[type=week]:valid:focus,
.wpcf7 .was-validated .input-group input[type=week]:valid:focus,
.was-validated .input-group .wpcf7 input[type=time]:valid:focus,
.wpcf7 .was-validated .input-group input[type=time]:valid:focus,
.was-validated .input-group .wpcf7 input[type=datetime]:valid:focus,
.wpcf7 .was-validated .input-group input[type=datetime]:valid:focus,
.was-validated .input-group .wpcf7 input[type=datetime-local]:valid:focus,
.wpcf7 .was-validated .input-group input[type=datetime-local]:valid:focus,
.was-validated .input-group .wpcf7 input[type=color]:valid:focus,
.wpcf7 .was-validated .input-group input[type=color]:valid:focus,
.was-validated .input-group .wpcf7 input[type=email]:valid:focus,
.wpcf7 .was-validated .input-group input[type=email]:valid:focus,
.was-validated .input-group .wpcf7 input[type=file]:valid:focus,
.wpcf7 .was-validated .input-group input[type=file]:valid:focus,
.was-validated .input-group .wpcf7 input[type=submit]:valid:focus,
.wpcf7 .was-validated .input-group input[type=submit]:valid:focus,
.was-validated .input-group .wpcf7 select:valid:focus,
.wpcf7 .was-validated .input-group select:valid:focus,
.was-validated .input-group .wpcf7 textarea:valid:focus,
.wpcf7 .was-validated .input-group textarea:valid:focus, .was-validated .input-group .widget_categories select:valid:focus, .widget_categories .was-validated .input-group select:valid:focus,
.was-validated .input-group .widget_archive select:valid:focus,
.widget_archive .was-validated .input-group select:valid:focus, .input-group .form-control.is-valid:focus, .input-group .gf-korian input.is-valid[type=text]:focus, .gf-korian .input-group input.is-valid[type=text]:focus,
.input-group .gf-korian input.is-valid[type=email]:focus,
.gf-korian .input-group input.is-valid[type=email]:focus,
.input-group .gf-korian input.is-valid[type=tel]:focus,
.gf-korian .input-group input.is-valid[type=tel]:focus, .input-group .wpcf7 .is-valid.wpcf7-validation-errors:focus, .wpcf7 .input-group .is-valid.wpcf7-validation-errors:focus, .input-group .wpcf7 input.is-valid[type=text]:focus, .wpcf7 .input-group input.is-valid[type=text]:focus,
.input-group .wpcf7 input.is-valid[type=search]:focus,
.wpcf7 .input-group input.is-valid[type=search]:focus,
.input-group .wpcf7 input.is-valid[type=url]:focus,
.wpcf7 .input-group input.is-valid[type=url]:focus,
.input-group .wpcf7 input.is-valid[type=tel]:focus,
.wpcf7 .input-group input.is-valid[type=tel]:focus,
.input-group .wpcf7 input.is-valid[type=number]:focus,
.wpcf7 .input-group input.is-valid[type=number]:focus,
.input-group .wpcf7 input.is-valid[type=range]:focus,
.wpcf7 .input-group input.is-valid[type=range]:focus,
.input-group .wpcf7 input.is-valid[type=date]:focus,
.wpcf7 .input-group input.is-valid[type=date]:focus,
.input-group .wpcf7 input.is-valid[type=month]:focus,
.wpcf7 .input-group input.is-valid[type=month]:focus,
.input-group .wpcf7 input.is-valid[type=week]:focus,
.wpcf7 .input-group input.is-valid[type=week]:focus,
.input-group .wpcf7 input.is-valid[type=time]:focus,
.wpcf7 .input-group input.is-valid[type=time]:focus,
.input-group .wpcf7 input.is-valid[type=datetime]:focus,
.wpcf7 .input-group input.is-valid[type=datetime]:focus,
.input-group .wpcf7 input.is-valid[type=datetime-local]:focus,
.wpcf7 .input-group input.is-valid[type=datetime-local]:focus,
.input-group .wpcf7 input.is-valid[type=color]:focus,
.wpcf7 .input-group input.is-valid[type=color]:focus,
.input-group .wpcf7 input.is-valid[type=email]:focus,
.wpcf7 .input-group input.is-valid[type=email]:focus,
.input-group .wpcf7 input.is-valid[type=file]:focus,
.wpcf7 .input-group input.is-valid[type=file]:focus,
.input-group .wpcf7 input.is-valid[type=submit]:focus,
.wpcf7 .input-group input.is-valid[type=submit]:focus,
.input-group .wpcf7 select.is-valid:focus,
.wpcf7 .input-group select.is-valid:focus,
.input-group .wpcf7 textarea.is-valid:focus,
.wpcf7 .input-group textarea.is-valid:focus, .input-group .widget_categories select.is-valid:focus, .widget_categories .input-group select.is-valid:focus,
.input-group .widget_archive select.is-valid:focus,
.widget_archive .input-group select.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 5px;
}

.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, .was-validated .gf-korian input[type=text]:invalid, .gf-korian .was-validated input[type=text]:invalid,
.was-validated .gf-korian input[type=email]:invalid,
.gf-korian .was-validated input[type=email]:invalid,
.was-validated .gf-korian input[type=tel]:invalid,
.gf-korian .was-validated input[type=tel]:invalid, .was-validated .wpcf7 .wpcf7-validation-errors:invalid, .wpcf7 .was-validated .wpcf7-validation-errors:invalid, .was-validated .wpcf7 input[type=text]:invalid, .wpcf7 .was-validated input[type=text]:invalid,
.was-validated .wpcf7 input[type=search]:invalid,
.wpcf7 .was-validated input[type=search]:invalid,
.was-validated .wpcf7 input[type=url]:invalid,
.wpcf7 .was-validated input[type=url]:invalid,
.was-validated .wpcf7 input[type=tel]:invalid,
.wpcf7 .was-validated input[type=tel]:invalid,
.was-validated .wpcf7 input[type=number]:invalid,
.wpcf7 .was-validated input[type=number]:invalid,
.was-validated .wpcf7 input[type=range]:invalid,
.wpcf7 .was-validated input[type=range]:invalid,
.was-validated .wpcf7 input[type=date]:invalid,
.wpcf7 .was-validated input[type=date]:invalid,
.was-validated .wpcf7 input[type=month]:invalid,
.wpcf7 .was-validated input[type=month]:invalid,
.was-validated .wpcf7 input[type=week]:invalid,
.wpcf7 .was-validated input[type=week]:invalid,
.was-validated .wpcf7 input[type=time]:invalid,
.wpcf7 .was-validated input[type=time]:invalid,
.was-validated .wpcf7 input[type=datetime]:invalid,
.wpcf7 .was-validated input[type=datetime]:invalid,
.was-validated .wpcf7 input[type=datetime-local]:invalid,
.wpcf7 .was-validated input[type=datetime-local]:invalid,
.was-validated .wpcf7 input[type=color]:invalid,
.wpcf7 .was-validated input[type=color]:invalid,
.was-validated .wpcf7 input[type=email]:invalid,
.wpcf7 .was-validated input[type=email]:invalid,
.was-validated .wpcf7 input[type=file]:invalid,
.wpcf7 .was-validated input[type=file]:invalid,
.was-validated .wpcf7 input[type=submit]:invalid,
.wpcf7 .was-validated input[type=submit]:invalid,
.was-validated .wpcf7 select:invalid,
.wpcf7 .was-validated select:invalid,
.was-validated .wpcf7 textarea:invalid,
.wpcf7 .was-validated textarea:invalid, .was-validated .widget_categories select:invalid, .widget_categories .was-validated select:invalid,
.was-validated .widget_archive select:invalid,
.widget_archive .was-validated select:invalid, .form-control.is-invalid, .gf-korian input.is-invalid[type=text],
.gf-korian input.is-invalid[type=email],
.gf-korian input.is-invalid[type=tel], .wpcf7 .is-invalid.wpcf7-validation-errors, .wpcf7 input.is-invalid[type=text],
.wpcf7 input.is-invalid[type=search],
.wpcf7 input.is-invalid[type=url],
.wpcf7 input.is-invalid[type=tel],
.wpcf7 input.is-invalid[type=number],
.wpcf7 input.is-invalid[type=range],
.wpcf7 input.is-invalid[type=date],
.wpcf7 input.is-invalid[type=month],
.wpcf7 input.is-invalid[type=week],
.wpcf7 input.is-invalid[type=time],
.wpcf7 input.is-invalid[type=datetime],
.wpcf7 input.is-invalid[type=datetime-local],
.wpcf7 input.is-invalid[type=color],
.wpcf7 input.is-invalid[type=email],
.wpcf7 input.is-invalid[type=file],
.wpcf7 input.is-invalid[type=submit],
.wpcf7 select.is-invalid,
.wpcf7 textarea.is-invalid, .widget_categories select.is-invalid,
.widget_archive select.is-invalid {
  border-color: #dc3545;
  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, .was-validated .gf-korian input[type=text]:invalid:focus, .gf-korian .was-validated input[type=text]:invalid:focus,
.was-validated .gf-korian input[type=email]:invalid:focus,
.gf-korian .was-validated input[type=email]:invalid:focus,
.was-validated .gf-korian input[type=tel]:invalid:focus,
.gf-korian .was-validated input[type=tel]:invalid:focus, .was-validated .wpcf7 .wpcf7-validation-errors:invalid:focus, .wpcf7 .was-validated .wpcf7-validation-errors:invalid:focus, .was-validated .wpcf7 input[type=text]:invalid:focus, .wpcf7 .was-validated input[type=text]:invalid:focus,
.was-validated .wpcf7 input[type=search]:invalid:focus,
.wpcf7 .was-validated input[type=search]:invalid:focus,
.was-validated .wpcf7 input[type=url]:invalid:focus,
.wpcf7 .was-validated input[type=url]:invalid:focus,
.was-validated .wpcf7 input[type=tel]:invalid:focus,
.wpcf7 .was-validated input[type=tel]:invalid:focus,
.was-validated .wpcf7 input[type=number]:invalid:focus,
.wpcf7 .was-validated input[type=number]:invalid:focus,
.was-validated .wpcf7 input[type=range]:invalid:focus,
.wpcf7 .was-validated input[type=range]:invalid:focus,
.was-validated .wpcf7 input[type=date]:invalid:focus,
.wpcf7 .was-validated input[type=date]:invalid:focus,
.was-validated .wpcf7 input[type=month]:invalid:focus,
.wpcf7 .was-validated input[type=month]:invalid:focus,
.was-validated .wpcf7 input[type=week]:invalid:focus,
.wpcf7 .was-validated input[type=week]:invalid:focus,
.was-validated .wpcf7 input[type=time]:invalid:focus,
.wpcf7 .was-validated input[type=time]:invalid:focus,
.was-validated .wpcf7 input[type=datetime]:invalid:focus,
.wpcf7 .was-validated input[type=datetime]:invalid:focus,
.was-validated .wpcf7 input[type=datetime-local]:invalid:focus,
.wpcf7 .was-validated input[type=datetime-local]:invalid:focus,
.was-validated .wpcf7 input[type=color]:invalid:focus,
.wpcf7 .was-validated input[type=color]:invalid:focus,
.was-validated .wpcf7 input[type=email]:invalid:focus,
.wpcf7 .was-validated input[type=email]:invalid:focus,
.was-validated .wpcf7 input[type=file]:invalid:focus,
.wpcf7 .was-validated input[type=file]:invalid:focus,
.was-validated .wpcf7 input[type=submit]:invalid:focus,
.wpcf7 .was-validated input[type=submit]:invalid:focus,
.was-validated .wpcf7 select:invalid:focus,
.wpcf7 .was-validated select:invalid:focus,
.was-validated .wpcf7 textarea:invalid:focus,
.wpcf7 .was-validated textarea:invalid:focus, .was-validated .widget_categories select:invalid:focus, .widget_categories .was-validated select:invalid:focus,
.was-validated .widget_archive select:invalid:focus,
.widget_archive .was-validated select:invalid:focus, .form-control.is-invalid:focus, .gf-korian input.is-invalid[type=text]:focus,
.gf-korian input.is-invalid[type=email]:focus,
.gf-korian input.is-invalid[type=tel]:focus, .wpcf7 .is-invalid.wpcf7-validation-errors:focus, .wpcf7 input.is-invalid[type=text]:focus,
.wpcf7 input.is-invalid[type=search]:focus,
.wpcf7 input.is-invalid[type=url]:focus,
.wpcf7 input.is-invalid[type=tel]:focus,
.wpcf7 input.is-invalid[type=number]:focus,
.wpcf7 input.is-invalid[type=range]:focus,
.wpcf7 input.is-invalid[type=date]:focus,
.wpcf7 input.is-invalid[type=month]:focus,
.wpcf7 input.is-invalid[type=week]:focus,
.wpcf7 input.is-invalid[type=time]:focus,
.wpcf7 input.is-invalid[type=datetime]:focus,
.wpcf7 input.is-invalid[type=datetime-local]:focus,
.wpcf7 input.is-invalid[type=color]:focus,
.wpcf7 input.is-invalid[type=email]:focus,
.wpcf7 input.is-invalid[type=file]:focus,
.wpcf7 input.is-invalid[type=submit]:focus,
.wpcf7 select.is-invalid:focus,
.wpcf7 textarea.is-invalid:focus, .widget_categories select.is-invalid:focus,
.widget_archive select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
.was-validated .wpcf7 textarea:invalid,
.wpcf7 .was-validated textarea:invalid, textarea.form-control.is-invalid,
.wpcf7 textarea.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: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%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-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: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

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

.was-validated .input-group .form-control:invalid, .was-validated .input-group .gf-korian input[type=text]:invalid, .gf-korian .was-validated .input-group input[type=text]:invalid,
.was-validated .input-group .gf-korian input[type=email]:invalid,
.gf-korian .was-validated .input-group input[type=email]:invalid,
.was-validated .input-group .gf-korian input[type=tel]:invalid,
.gf-korian .was-validated .input-group input[type=tel]:invalid, .was-validated .input-group .wpcf7 .wpcf7-validation-errors:invalid, .wpcf7 .was-validated .input-group .wpcf7-validation-errors:invalid, .was-validated .input-group .wpcf7 input[type=text]:invalid, .wpcf7 .was-validated .input-group input[type=text]:invalid,
.was-validated .input-group .wpcf7 input[type=search]:invalid,
.wpcf7 .was-validated .input-group input[type=search]:invalid,
.was-validated .input-group .wpcf7 input[type=url]:invalid,
.wpcf7 .was-validated .input-group input[type=url]:invalid,
.was-validated .input-group .wpcf7 input[type=tel]:invalid,
.wpcf7 .was-validated .input-group input[type=tel]:invalid,
.was-validated .input-group .wpcf7 input[type=number]:invalid,
.wpcf7 .was-validated .input-group input[type=number]:invalid,
.was-validated .input-group .wpcf7 input[type=range]:invalid,
.wpcf7 .was-validated .input-group input[type=range]:invalid,
.was-validated .input-group .wpcf7 input[type=date]:invalid,
.wpcf7 .was-validated .input-group input[type=date]:invalid,
.was-validated .input-group .wpcf7 input[type=month]:invalid,
.wpcf7 .was-validated .input-group input[type=month]:invalid,
.was-validated .input-group .wpcf7 input[type=week]:invalid,
.wpcf7 .was-validated .input-group input[type=week]:invalid,
.was-validated .input-group .wpcf7 input[type=time]:invalid,
.wpcf7 .was-validated .input-group input[type=time]:invalid,
.was-validated .input-group .wpcf7 input[type=datetime]:invalid,
.wpcf7 .was-validated .input-group input[type=datetime]:invalid,
.was-validated .input-group .wpcf7 input[type=datetime-local]:invalid,
.wpcf7 .was-validated .input-group input[type=datetime-local]:invalid,
.was-validated .input-group .wpcf7 input[type=color]:invalid,
.wpcf7 .was-validated .input-group input[type=color]:invalid,
.was-validated .input-group .wpcf7 input[type=email]:invalid,
.wpcf7 .was-validated .input-group input[type=email]:invalid,
.was-validated .input-group .wpcf7 input[type=file]:invalid,
.wpcf7 .was-validated .input-group input[type=file]:invalid,
.was-validated .input-group .wpcf7 input[type=submit]:invalid,
.wpcf7 .was-validated .input-group input[type=submit]:invalid,
.was-validated .input-group .wpcf7 select:invalid,
.wpcf7 .was-validated .input-group select:invalid,
.was-validated .input-group .wpcf7 textarea:invalid,
.wpcf7 .was-validated .input-group textarea:invalid, .was-validated .input-group .widget_categories select:invalid, .widget_categories .was-validated .input-group select:invalid,
.was-validated .input-group .widget_archive select:invalid,
.widget_archive .was-validated .input-group select:invalid, .input-group .form-control.is-invalid, .input-group .gf-korian input.is-invalid[type=text], .gf-korian .input-group input.is-invalid[type=text],
.input-group .gf-korian input.is-invalid[type=email],
.gf-korian .input-group input.is-invalid[type=email],
.input-group .gf-korian input.is-invalid[type=tel],
.gf-korian .input-group input.is-invalid[type=tel], .input-group .wpcf7 .is-invalid.wpcf7-validation-errors, .wpcf7 .input-group .is-invalid.wpcf7-validation-errors, .input-group .wpcf7 input.is-invalid[type=text], .wpcf7 .input-group input.is-invalid[type=text],
.input-group .wpcf7 input.is-invalid[type=search],
.wpcf7 .input-group input.is-invalid[type=search],
.input-group .wpcf7 input.is-invalid[type=url],
.wpcf7 .input-group input.is-invalid[type=url],
.input-group .wpcf7 input.is-invalid[type=tel],
.wpcf7 .input-group input.is-invalid[type=tel],
.input-group .wpcf7 input.is-invalid[type=number],
.wpcf7 .input-group input.is-invalid[type=number],
.input-group .wpcf7 input.is-invalid[type=range],
.wpcf7 .input-group input.is-invalid[type=range],
.input-group .wpcf7 input.is-invalid[type=date],
.wpcf7 .input-group input.is-invalid[type=date],
.input-group .wpcf7 input.is-invalid[type=month],
.wpcf7 .input-group input.is-invalid[type=month],
.input-group .wpcf7 input.is-invalid[type=week],
.wpcf7 .input-group input.is-invalid[type=week],
.input-group .wpcf7 input.is-invalid[type=time],
.wpcf7 .input-group input.is-invalid[type=time],
.input-group .wpcf7 input.is-invalid[type=datetime],
.wpcf7 .input-group input.is-invalid[type=datetime],
.input-group .wpcf7 input.is-invalid[type=datetime-local],
.wpcf7 .input-group input.is-invalid[type=datetime-local],
.input-group .wpcf7 input.is-invalid[type=color],
.wpcf7 .input-group input.is-invalid[type=color],
.input-group .wpcf7 input.is-invalid[type=email],
.wpcf7 .input-group input.is-invalid[type=email],
.input-group .wpcf7 input.is-invalid[type=file],
.wpcf7 .input-group input.is-invalid[type=file],
.input-group .wpcf7 input.is-invalid[type=submit],
.wpcf7 .input-group input.is-invalid[type=submit],
.input-group .wpcf7 select.is-invalid,
.wpcf7 .input-group select.is-invalid,
.input-group .wpcf7 textarea.is-invalid,
.wpcf7 .input-group textarea.is-invalid, .input-group .widget_categories select.is-invalid, .widget_categories .input-group select.is-invalid,
.input-group .widget_archive select.is-invalid,
.widget_archive .input-group select.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .gf-korian input[type=text]:invalid:focus, .gf-korian .was-validated .input-group input[type=text]:invalid:focus,
.was-validated .input-group .gf-korian input[type=email]:invalid:focus,
.gf-korian .was-validated .input-group input[type=email]:invalid:focus,
.was-validated .input-group .gf-korian input[type=tel]:invalid:focus,
.gf-korian .was-validated .input-group input[type=tel]:invalid:focus, .was-validated .input-group .wpcf7 .wpcf7-validation-errors:invalid:focus, .wpcf7 .was-validated .input-group .wpcf7-validation-errors:invalid:focus, .was-validated .input-group .wpcf7 input[type=text]:invalid:focus, .wpcf7 .was-validated .input-group input[type=text]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=search]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=search]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=url]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=url]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=tel]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=tel]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=number]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=number]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=range]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=range]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=date]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=date]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=month]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=month]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=week]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=week]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=time]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=time]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=datetime]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=datetime]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=datetime-local]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=datetime-local]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=color]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=color]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=email]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=email]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=file]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=file]:invalid:focus,
.was-validated .input-group .wpcf7 input[type=submit]:invalid:focus,
.wpcf7 .was-validated .input-group input[type=submit]:invalid:focus,
.was-validated .input-group .wpcf7 select:invalid:focus,
.wpcf7 .was-validated .input-group select:invalid:focus,
.was-validated .input-group .wpcf7 textarea:invalid:focus,
.wpcf7 .was-validated .input-group textarea:invalid:focus, .was-validated .input-group .widget_categories select:invalid:focus, .widget_categories .was-validated .input-group select:invalid:focus,
.was-validated .input-group .widget_archive select:invalid:focus,
.widget_archive .was-validated .input-group select:invalid:focus, .input-group .form-control.is-invalid:focus, .input-group .gf-korian input.is-invalid[type=text]:focus, .gf-korian .input-group input.is-invalid[type=text]:focus,
.input-group .gf-korian input.is-invalid[type=email]:focus,
.gf-korian .input-group input.is-invalid[type=email]:focus,
.input-group .gf-korian input.is-invalid[type=tel]:focus,
.gf-korian .input-group input.is-invalid[type=tel]:focus, .input-group .wpcf7 .is-invalid.wpcf7-validation-errors:focus, .wpcf7 .input-group .is-invalid.wpcf7-validation-errors:focus, .input-group .wpcf7 input.is-invalid[type=text]:focus, .wpcf7 .input-group input.is-invalid[type=text]:focus,
.input-group .wpcf7 input.is-invalid[type=search]:focus,
.wpcf7 .input-group input.is-invalid[type=search]:focus,
.input-group .wpcf7 input.is-invalid[type=url]:focus,
.wpcf7 .input-group input.is-invalid[type=url]:focus,
.input-group .wpcf7 input.is-invalid[type=tel]:focus,
.wpcf7 .input-group input.is-invalid[type=tel]:focus,
.input-group .wpcf7 input.is-invalid[type=number]:focus,
.wpcf7 .input-group input.is-invalid[type=number]:focus,
.input-group .wpcf7 input.is-invalid[type=range]:focus,
.wpcf7 .input-group input.is-invalid[type=range]:focus,
.input-group .wpcf7 input.is-invalid[type=date]:focus,
.wpcf7 .input-group input.is-invalid[type=date]:focus,
.input-group .wpcf7 input.is-invalid[type=month]:focus,
.wpcf7 .input-group input.is-invalid[type=month]:focus,
.input-group .wpcf7 input.is-invalid[type=week]:focus,
.wpcf7 .input-group input.is-invalid[type=week]:focus,
.input-group .wpcf7 input.is-invalid[type=time]:focus,
.wpcf7 .input-group input.is-invalid[type=time]:focus,
.input-group .wpcf7 input.is-invalid[type=datetime]:focus,
.wpcf7 .input-group input.is-invalid[type=datetime]:focus,
.input-group .wpcf7 input.is-invalid[type=datetime-local]:focus,
.wpcf7 .input-group input.is-invalid[type=datetime-local]:focus,
.input-group .wpcf7 input.is-invalid[type=color]:focus,
.wpcf7 .input-group input.is-invalid[type=color]:focus,
.input-group .wpcf7 input.is-invalid[type=email]:focus,
.wpcf7 .input-group input.is-invalid[type=email]:focus,
.input-group .wpcf7 input.is-invalid[type=file]:focus,
.wpcf7 .input-group input.is-invalid[type=file]:focus,
.input-group .wpcf7 input.is-invalid[type=submit]:focus,
.wpcf7 .input-group input.is-invalid[type=submit]:focus,
.input-group .wpcf7 select.is-invalid:focus,
.wpcf7 .input-group select.is-invalid:focus,
.input-group .wpcf7 textarea.is-invalid:focus,
.wpcf7 .input-group textarea.is-invalid:focus, .input-group .widget_categories select.is-invalid:focus, .widget_categories .input-group select.is-invalid:focus,
.input-group .widget_archive select.is-invalid:focus,
.widget_archive .input-group select.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn, .wpcf7 input[type=submit] {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 5px;
  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, .wpcf7 input[type=submit] {
    transition: none;
  }
}
.btn:hover, .wpcf7 input[type=submit]:hover {
  color: #212529;
}
.btn-check:focus + .btn, .wpcf7 .btn-check:focus + input[type=submit], .btn:focus, .wpcf7 input[type=submit]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .wpcf7 input[type=submit]:disabled, .btn.disabled, .wpcf7 input.disabled[type=submit], fieldset:disabled .btn, fieldset:disabled .wpcf7 input[type=submit], .wpcf7 fieldset:disabled input[type=submit] {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #ffffff;
  background-color: #003e5c;
  border-color: #003e5c;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #00354e;
  border-color: #00324a;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #ffffff;
  background-color: #00354e;
  border-color: #00324a;
  box-shadow: 0 0 0 0.25rem rgba(38, 91, 116, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #00324a;
  border-color: #002f45;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 91, 116, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #ffffff;
  background-color: #003e5c;
  border-color: #003e5c;
}

.btn-corporate {
  color: #ffffff;
  background-color: #003e5c;
  border-color: #003e5c;
}
.btn-corporate:hover {
  color: #ffffff;
  background-color: #00354e;
  border-color: #00324a;
}
.btn-check:focus + .btn-corporate, .btn-corporate:focus {
  color: #ffffff;
  background-color: #00354e;
  border-color: #00324a;
  box-shadow: 0 0 0 0.25rem rgba(38, 91, 116, 0.5);
}
.btn-check:checked + .btn-corporate, .btn-check:active + .btn-corporate, .btn-corporate:active, .btn-corporate.active, .show > .btn-corporate.dropdown-toggle {
  color: #ffffff;
  background-color: #00324a;
  border-color: #002f45;
}
.btn-check:checked + .btn-corporate:focus, .btn-check:active + .btn-corporate:focus, .btn-corporate:active:focus, .btn-corporate.active:focus, .show > .btn-corporate.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 91, 116, 0.5);
}
.btn-corporate:disabled, .btn-corporate.disabled {
  color: #ffffff;
  background-color: #003e5c;
  border-color: #003e5c;
}

.btn-corporate_dark {
  color: #ffffff;
  background-color: #0B273D;
  border-color: #0B273D;
}
.btn-corporate_dark:hover {
  color: #ffffff;
  background-color: #092134;
  border-color: #091f31;
}
.btn-check:focus + .btn-corporate_dark, .btn-corporate_dark:focus {
  color: #ffffff;
  background-color: #092134;
  border-color: #091f31;
  box-shadow: 0 0 0 0.25rem rgba(48, 71, 90, 0.5);
}
.btn-check:checked + .btn-corporate_dark, .btn-check:active + .btn-corporate_dark, .btn-corporate_dark:active, .btn-corporate_dark.active, .show > .btn-corporate_dark.dropdown-toggle {
  color: #ffffff;
  background-color: #091f31;
  border-color: #081d2e;
}
.btn-check:checked + .btn-corporate_dark:focus, .btn-check:active + .btn-corporate_dark:focus, .btn-corporate_dark:active:focus, .btn-corporate_dark.active:focus, .show > .btn-corporate_dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(48, 71, 90, 0.5);
}
.btn-corporate_dark:disabled, .btn-corporate_dark.disabled {
  color: #ffffff;
  background-color: #0B273D;
  border-color: #0B273D;
}

.btn-corporate_light {
  color: #000;
  background-color: #E6F0FF;
  border-color: #E6F0FF;
}
.btn-corporate_light:hover {
  color: #000;
  background-color: #eaf2ff;
  border-color: #e9f2ff;
}
.btn-check:focus + .btn-corporate_light, .btn-corporate_light:focus {
  color: #000;
  background-color: #eaf2ff;
  border-color: #e9f2ff;
  box-shadow: 0 0 0 0.25rem rgba(196, 204, 217, 0.5);
}
.btn-check:checked + .btn-corporate_light, .btn-check:active + .btn-corporate_light, .btn-corporate_light:active, .btn-corporate_light.active, .show > .btn-corporate_light.dropdown-toggle {
  color: #000;
  background-color: #ebf3ff;
  border-color: #e9f2ff;
}
.btn-check:checked + .btn-corporate_light:focus, .btn-check:active + .btn-corporate_light:focus, .btn-corporate_light:active:focus, .btn-corporate_light.active:focus, .show > .btn-corporate_light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(196, 204, 217, 0.5);
}
.btn-corporate_light:disabled, .btn-corporate_light.disabled {
  color: #000;
  background-color: #E6F0FF;
  border-color: #E6F0FF;
}

.btn-gray {
  color: #000;
  background-color: #C6C3BD;
  border-color: #C6C3BD;
}
.btn-gray:hover {
  color: #000;
  background-color: #cfccc7;
  border-color: #ccc9c4;
}
.btn-check:focus + .btn-gray, .btn-gray:focus {
  color: #000;
  background-color: #cfccc7;
  border-color: #ccc9c4;
  box-shadow: 0 0 0 0.25rem rgba(168, 166, 161, 0.5);
}
.btn-check:checked + .btn-gray, .btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active, .show > .btn-gray.dropdown-toggle {
  color: #000;
  background-color: #d1cfca;
  border-color: #ccc9c4;
}
.btn-check:checked + .btn-gray:focus, .btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(168, 166, 161, 0.5);
}
.btn-gray:disabled, .btn-gray.disabled {
  color: #000;
  background-color: #C6C3BD;
  border-color: #C6C3BD;
}

.btn-gray_light {
  color: #000;
  background-color: #E2E1DE;
  border-color: #E2E1DE;
}
.btn-gray_light:hover {
  color: #000;
  background-color: #e6e6e3;
  border-color: #e5e4e1;
}
.btn-check:focus + .btn-gray_light, .btn-gray_light:focus {
  color: #000;
  background-color: #e6e6e3;
  border-color: #e5e4e1;
  box-shadow: 0 0 0 0.25rem rgba(192, 191, 189, 0.5);
}
.btn-check:checked + .btn-gray_light, .btn-check:active + .btn-gray_light, .btn-gray_light:active, .btn-gray_light.active, .show > .btn-gray_light.dropdown-toggle {
  color: #000;
  background-color: #e8e7e5;
  border-color: #e5e4e1;
}
.btn-check:checked + .btn-gray_light:focus, .btn-check:active + .btn-gray_light:focus, .btn-gray_light:active:focus, .btn-gray_light.active:focus, .show > .btn-gray_light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(192, 191, 189, 0.5);
}
.btn-gray_light:disabled, .btn-gray_light.disabled {
  color: #000;
  background-color: #E2E1DE;
  border-color: #E2E1DE;
}

.btn-gray_lighten {
  color: #000;
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}
.btn-gray_lighten:hover {
  color: #000;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-check:focus + .btn-gray_lighten, .btn-gray_lighten:focus {
  color: #000;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  box-shadow: 0 0 0 0.25rem rgba(211, 211, 211, 0.5);
}
.btn-check:checked + .btn-gray_lighten, .btn-check:active + .btn-gray_lighten, .btn-gray_lighten:active, .btn-gray_lighten.active, .show > .btn-gray_lighten.dropdown-toggle {
  color: #000;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-check:checked + .btn-gray_lighten:focus, .btn-check:active + .btn-gray_lighten:focus, .btn-gray_lighten:active:focus, .btn-gray_lighten.active:focus, .show > .btn-gray_lighten.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 211, 211, 0.5);
}
.btn-gray_lighten:disabled, .btn-gray_lighten.disabled {
  color: #000;
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}

.btn-site-primary {
  color: #ffffff;
  background-color: #003e5c;
  border-color: #003e5c;
}
.btn-site-primary:hover {
  color: #ffffff;
  background-color: #00354e;
  border-color: #00324a;
}
.btn-check:focus + .btn-site-primary, .btn-site-primary:focus {
  color: #ffffff;
  background-color: #00354e;
  border-color: #00324a;
  box-shadow: 0 0 0 0.25rem rgba(38, 91, 116, 0.5);
}
.btn-check:checked + .btn-site-primary, .btn-check:active + .btn-site-primary, .btn-site-primary:active, .btn-site-primary.active, .show > .btn-site-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #00324a;
  border-color: #002f45;
}
.btn-check:checked + .btn-site-primary:focus, .btn-check:active + .btn-site-primary:focus, .btn-site-primary:active:focus, .btn-site-primary.active:focus, .show > .btn-site-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 91, 116, 0.5);
}
.btn-site-primary:disabled, .btn-site-primary.disabled {
  color: #ffffff;
  background-color: #003e5c;
  border-color: #003e5c;
}

.btn-site-primary-dark {
  color: #ffffff;
  background-color: #003e5c;
  border-color: #003e5c;
}
.btn-site-primary-dark:hover {
  color: #ffffff;
  background-color: #00354e;
  border-color: #00324a;
}
.btn-check:focus + .btn-site-primary-dark, .btn-site-primary-dark:focus {
  color: #ffffff;
  background-color: #00354e;
  border-color: #00324a;
  box-shadow: 0 0 0 0.25rem rgba(38, 91, 116, 0.5);
}
.btn-check:checked + .btn-site-primary-dark, .btn-check:active + .btn-site-primary-dark, .btn-site-primary-dark:active, .btn-site-primary-dark.active, .show > .btn-site-primary-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #00324a;
  border-color: #002f45;
}
.btn-check:checked + .btn-site-primary-dark:focus, .btn-check:active + .btn-site-primary-dark:focus, .btn-site-primary-dark:active:focus, .btn-site-primary-dark.active:focus, .show > .btn-site-primary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 91, 116, 0.5);
}
.btn-site-primary-dark:disabled, .btn-site-primary-dark.disabled {
  color: #ffffff;
  background-color: #003e5c;
  border-color: #003e5c;
}

.btn-site-primary-light {
  color: #ffffff;
  background-color: #003e5c;
  border-color: #003e5c;
}
.btn-site-primary-light:hover {
  color: #ffffff;
  background-color: #00354e;
  border-color: #00324a;
}
.btn-check:focus + .btn-site-primary-light, .btn-site-primary-light:focus {
  color: #ffffff;
  background-color: #00354e;
  border-color: #00324a;
  box-shadow: 0 0 0 0.25rem rgba(38, 91, 116, 0.5);
}
.btn-check:checked + .btn-site-primary-light, .btn-check:active + .btn-site-primary-light, .btn-site-primary-light:active, .btn-site-primary-light.active, .show > .btn-site-primary-light.dropdown-toggle {
  color: #ffffff;
  background-color: #00324a;
  border-color: #002f45;
}
.btn-check:checked + .btn-site-primary-light:focus, .btn-check:active + .btn-site-primary-light:focus, .btn-site-primary-light:active:focus, .btn-site-primary-light.active:focus, .show > .btn-site-primary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 91, 116, 0.5);
}
.btn-site-primary-light:disabled, .btn-site-primary-light.disabled {
  color: #ffffff;
  background-color: #003e5c;
  border-color: #003e5c;
}

.btn-sanita {
  color: #ffffff;
  background-color: #008093;
  border-color: #008093;
}
.btn-sanita:hover {
  color: #ffffff;
  background-color: #006d7d;
  border-color: #006676;
}
.btn-check:focus + .btn-sanita, .btn-sanita:focus {
  color: #ffffff;
  background-color: #006d7d;
  border-color: #006676;
  box-shadow: 0 0 0 0.25rem rgba(38, 147, 163, 0.5);
}
.btn-check:checked + .btn-sanita, .btn-check:active + .btn-sanita, .btn-sanita:active, .btn-sanita.active, .show > .btn-sanita.dropdown-toggle {
  color: #ffffff;
  background-color: #006676;
  border-color: #00606e;
}
.btn-check:checked + .btn-sanita:focus, .btn-check:active + .btn-sanita:focus, .btn-sanita:active:focus, .btn-sanita.active:focus, .show > .btn-sanita.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 147, 163, 0.5);
}
.btn-sanita:disabled, .btn-sanita.disabled {
  color: #ffffff;
  background-color: #008093;
  border-color: #008093;
}

.btn-rsa {
  color: #000;
  background-color: #E18230;
  border-color: #E18230;
}
.btn-rsa:hover {
  color: #000;
  background-color: #e6954f;
  border-color: #e48f45;
}
.btn-check:focus + .btn-rsa, .btn-rsa:focus {
  color: #000;
  background-color: #e6954f;
  border-color: #e48f45;
  box-shadow: 0 0 0 0.25rem rgba(191, 111, 41, 0.5);
}
.btn-check:checked + .btn-rsa, .btn-check:active + .btn-rsa, .btn-rsa:active, .btn-rsa.active, .show > .btn-rsa.dropdown-toggle {
  color: #000;
  background-color: #e79b59;
  border-color: #e48f45;
}
.btn-check:checked + .btn-rsa:focus, .btn-check:active + .btn-rsa:focus, .btn-rsa:active:focus, .btn-rsa.active:focus, .show > .btn-rsa.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(191, 111, 41, 0.5);
}
.btn-rsa:disabled, .btn-rsa.disabled {
  color: #000;
  background-color: #E18230;
  border-color: #E18230;
}

.btn-appartamenti {
  color: #000;
  background-color: #FFCA13;
  border-color: #FFCA13;
}
.btn-appartamenti:hover {
  color: #000;
  background-color: #ffd236;
  border-color: #ffcf2b;
}
.btn-check:focus + .btn-appartamenti, .btn-appartamenti:focus {
  color: #000;
  background-color: #ffd236;
  border-color: #ffcf2b;
  box-shadow: 0 0 0 0.25rem rgba(217, 172, 16, 0.5);
}
.btn-check:checked + .btn-appartamenti, .btn-check:active + .btn-appartamenti, .btn-appartamenti:active, .btn-appartamenti.active, .show > .btn-appartamenti.dropdown-toggle {
  color: #000;
  background-color: #ffd542;
  border-color: #ffcf2b;
}
.btn-check:checked + .btn-appartamenti:focus, .btn-check:active + .btn-appartamenti:focus, .btn-appartamenti:active:focus, .btn-appartamenti.active:focus, .show > .btn-appartamenti.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 172, 16, 0.5);
}
.btn-appartamenti:disabled, .btn-appartamenti.disabled {
  color: #000;
  background-color: #FFCA13;
  border-color: #FFCA13;
}

.btn-cure {
  color: #000;
  background-color: #FFCA13;
  border-color: #FFCA13;
}
.btn-cure:hover {
  color: #000;
  background-color: #ffd236;
  border-color: #ffcf2b;
}
.btn-check:focus + .btn-cure, .btn-cure:focus {
  color: #000;
  background-color: #ffd236;
  border-color: #ffcf2b;
  box-shadow: 0 0 0 0.25rem rgba(217, 172, 16, 0.5);
}
.btn-check:checked + .btn-cure, .btn-check:active + .btn-cure, .btn-cure:active, .btn-cure.active, .show > .btn-cure.dropdown-toggle {
  color: #000;
  background-color: #ffd542;
  border-color: #ffcf2b;
}
.btn-check:checked + .btn-cure:focus, .btn-check:active + .btn-cure:focus, .btn-cure:active:focus, .btn-cure.active:focus, .show > .btn-cure.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 172, 16, 0.5);
}
.btn-cure:disabled, .btn-cure.disabled {
  color: #000;
  background-color: #FFCA13;
  border-color: #FFCA13;
}

.btn-sanita-light {
  color: #000;
  background-color: #E6F7FA;
  border-color: #E6F7FA;
}
.btn-sanita-light:hover {
  color: #000;
  background-color: #eaf8fb;
  border-color: #e9f8fb;
}
.btn-check:focus + .btn-sanita-light, .btn-sanita-light:focus {
  color: #000;
  background-color: #eaf8fb;
  border-color: #e9f8fb;
  box-shadow: 0 0 0 0.25rem rgba(196, 210, 213, 0.5);
}
.btn-check:checked + .btn-sanita-light, .btn-check:active + .btn-sanita-light, .btn-sanita-light:active, .btn-sanita-light.active, .show > .btn-sanita-light.dropdown-toggle {
  color: #000;
  background-color: #ebf9fb;
  border-color: #e9f8fb;
}
.btn-check:checked + .btn-sanita-light:focus, .btn-check:active + .btn-sanita-light:focus, .btn-sanita-light:active:focus, .btn-sanita-light.active:focus, .show > .btn-sanita-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(196, 210, 213, 0.5);
}
.btn-sanita-light:disabled, .btn-sanita-light.disabled {
  color: #000;
  background-color: #E6F7FA;
  border-color: #E6F7FA;
}

.btn-rsa-light {
  color: #000;
  background-color: #FCF3EA;
  border-color: #FCF3EA;
}
.btn-rsa-light:hover {
  color: #000;
  background-color: #fcf5ed;
  border-color: #fcf4ec;
}
.btn-check:focus + .btn-rsa-light, .btn-rsa-light:focus {
  color: #000;
  background-color: #fcf5ed;
  border-color: #fcf4ec;
  box-shadow: 0 0 0 0.25rem rgba(214, 207, 199, 0.5);
}
.btn-check:checked + .btn-rsa-light, .btn-check:active + .btn-rsa-light, .btn-rsa-light:active, .btn-rsa-light.active, .show > .btn-rsa-light.dropdown-toggle {
  color: #000;
  background-color: #fdf5ee;
  border-color: #fcf4ec;
}
.btn-check:checked + .btn-rsa-light:focus, .btn-check:active + .btn-rsa-light:focus, .btn-rsa-light:active:focus, .btn-rsa-light.active:focus, .show > .btn-rsa-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(214, 207, 199, 0.5);
}
.btn-rsa-light:disabled, .btn-rsa-light.disabled {
  color: #000;
  background-color: #FCF3EA;
  border-color: #FCF3EA;
}

.btn-appartamenti-light {
  color: #000;
  background-color: #FFF9E6;
  border-color: #FFF9E6;
}
.btn-appartamenti-light:hover {
  color: #000;
  background-color: #fffaea;
  border-color: #fffae9;
}
.btn-check:focus + .btn-appartamenti-light, .btn-appartamenti-light:focus {
  color: #000;
  background-color: #fffaea;
  border-color: #fffae9;
  box-shadow: 0 0 0 0.25rem rgba(217, 212, 196, 0.5);
}
.btn-check:checked + .btn-appartamenti-light, .btn-check:active + .btn-appartamenti-light, .btn-appartamenti-light:active, .btn-appartamenti-light.active, .show > .btn-appartamenti-light.dropdown-toggle {
  color: #000;
  background-color: #fffaeb;
  border-color: #fffae9;
}
.btn-check:checked + .btn-appartamenti-light:focus, .btn-check:active + .btn-appartamenti-light:focus, .btn-appartamenti-light:active:focus, .btn-appartamenti-light.active:focus, .show > .btn-appartamenti-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 212, 196, 0.5);
}
.btn-appartamenti-light:disabled, .btn-appartamenti-light.disabled {
  color: #000;
  background-color: #FFF9E6;
  border-color: #FFF9E6;
}

.btn-cure-light {
  color: #000;
  background-color: #FFF9E6;
  border-color: #FFF9E6;
}
.btn-cure-light:hover {
  color: #000;
  background-color: #fffaea;
  border-color: #fffae9;
}
.btn-check:focus + .btn-cure-light, .btn-cure-light:focus {
  color: #000;
  background-color: #fffaea;
  border-color: #fffae9;
  box-shadow: 0 0 0 0.25rem rgba(217, 212, 196, 0.5);
}
.btn-check:checked + .btn-cure-light, .btn-check:active + .btn-cure-light, .btn-cure-light:active, .btn-cure-light.active, .show > .btn-cure-light.dropdown-toggle {
  color: #000;
  background-color: #fffaeb;
  border-color: #fffae9;
}
.btn-check:checked + .btn-cure-light:focus, .btn-check:active + .btn-cure-light:focus, .btn-cure-light:active:focus, .btn-cure-light.active:focus, .show > .btn-cure-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 212, 196, 0.5);
}
.btn-cure-light:disabled, .btn-cure-light.disabled {
  color: #000;
  background-color: #FFF9E6;
  border-color: #FFF9E6;
}

.btn-kormed-light {
  color: #000;
  background-color: #eaf7f9;
  border-color: #eaf7f9;
}
.btn-kormed-light:hover {
  color: #000;
  background-color: #edf8fa;
  border-color: #ecf8fa;
}
.btn-check:focus + .btn-kormed-light, .btn-kormed-light:focus {
  color: #000;
  background-color: #edf8fa;
  border-color: #ecf8fa;
  box-shadow: 0 0 0 0.25rem rgba(199, 210, 212, 0.5);
}
.btn-check:checked + .btn-kormed-light, .btn-check:active + .btn-kormed-light, .btn-kormed-light:active, .btn-kormed-light.active, .show > .btn-kormed-light.dropdown-toggle {
  color: #000;
  background-color: #eef9fa;
  border-color: #ecf8fa;
}
.btn-check:checked + .btn-kormed-light:focus, .btn-check:active + .btn-kormed-light:focus, .btn-kormed-light:active:focus, .btn-kormed-light.active:focus, .show > .btn-kormed-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(199, 210, 212, 0.5);
}
.btn-kormed-light:disabled, .btn-kormed-light.disabled {
  color: #000;
  background-color: #eaf7f9;
  border-color: #eaf7f9;
}

.btn-outline-primary, .wpcf7 input[type=submit] {
  color: #003e5c;
  border-color: #003e5c;
}
.btn-outline-primary:hover, .wpcf7 input[type=submit]:hover {
  color: #ffffff;
  background-color: #003e5c;
  border-color: #003e5c;
}
.btn-check:focus + .btn-outline-primary, .wpcf7 .btn-check:focus + input[type=submit], .btn-outline-primary:focus, .wpcf7 input[type=submit]:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 62, 92, 0.5);
}
.btn-check:checked + .btn-outline-primary, .wpcf7 .btn-check:checked + input[type=submit], .btn-check:active + .btn-outline-primary, .wpcf7 .btn-check:active + input[type=submit], .btn-outline-primary:active, .wpcf7 input[type=submit]:active, .btn-outline-primary.active, .wpcf7 input.active[type=submit], .btn-outline-primary.dropdown-toggle.show, .wpcf7 input.dropdown-toggle.show[type=submit] {
  color: #ffffff;
  background-color: #003e5c;
  border-color: #003e5c;
}
.btn-check:checked + .btn-outline-primary:focus, .wpcf7 .btn-check:checked + input[type=submit]:focus, .btn-check:active + .btn-outline-primary:focus, .wpcf7 .btn-check:active + input[type=submit]:focus, .btn-outline-primary:active:focus, .wpcf7 input[type=submit]:active:focus, .btn-outline-primary.active:focus, .wpcf7 input.active[type=submit]:focus, .btn-outline-primary.dropdown-toggle.show:focus, .wpcf7 input.dropdown-toggle.show[type=submit]:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 62, 92, 0.5);
}
.btn-outline-primary:disabled, .wpcf7 input[type=submit]:disabled, .btn-outline-primary.disabled, .wpcf7 input.disabled[type=submit] {
  color: #003e5c;
  background-color: transparent;
}

.btn-outline-corporate {
  color: #003e5c;
  border-color: #003e5c;
}
.btn-outline-corporate:hover {
  color: #ffffff;
  background-color: #003e5c;
  border-color: #003e5c;
}
.btn-check:focus + .btn-outline-corporate, .btn-outline-corporate:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 62, 92, 0.5);
}
.btn-check:checked + .btn-outline-corporate, .btn-check:active + .btn-outline-corporate, .btn-outline-corporate:active, .btn-outline-corporate.active, .btn-outline-corporate.dropdown-toggle.show {
  color: #ffffff;
  background-color: #003e5c;
  border-color: #003e5c;
}
.btn-check:checked + .btn-outline-corporate:focus, .btn-check:active + .btn-outline-corporate:focus, .btn-outline-corporate:active:focus, .btn-outline-corporate.active:focus, .btn-outline-corporate.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 62, 92, 0.5);
}
.btn-outline-corporate:disabled, .btn-outline-corporate.disabled {
  color: #003e5c;
  background-color: transparent;
}

.btn-outline-corporate_dark {
  color: #0B273D;
  border-color: #0B273D;
}
.btn-outline-corporate_dark:hover {
  color: #ffffff;
  background-color: #0B273D;
  border-color: #0B273D;
}
.btn-check:focus + .btn-outline-corporate_dark, .btn-outline-corporate_dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 39, 61, 0.5);
}
.btn-check:checked + .btn-outline-corporate_dark, .btn-check:active + .btn-outline-corporate_dark, .btn-outline-corporate_dark:active, .btn-outline-corporate_dark.active, .btn-outline-corporate_dark.dropdown-toggle.show {
  color: #ffffff;
  background-color: #0B273D;
  border-color: #0B273D;
}
.btn-check:checked + .btn-outline-corporate_dark:focus, .btn-check:active + .btn-outline-corporate_dark:focus, .btn-outline-corporate_dark:active:focus, .btn-outline-corporate_dark.active:focus, .btn-outline-corporate_dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 39, 61, 0.5);
}
.btn-outline-corporate_dark:disabled, .btn-outline-corporate_dark.disabled {
  color: #0B273D;
  background-color: transparent;
}

.btn-outline-corporate_light {
  color: #E6F0FF;
  border-color: #E6F0FF;
}
.btn-outline-corporate_light:hover {
  color: #000;
  background-color: #E6F0FF;
  border-color: #E6F0FF;
}
.btn-check:focus + .btn-outline-corporate_light, .btn-outline-corporate_light:focus {
  box-shadow: 0 0 0 0.25rem rgba(230, 240, 255, 0.5);
}
.btn-check:checked + .btn-outline-corporate_light, .btn-check:active + .btn-outline-corporate_light, .btn-outline-corporate_light:active, .btn-outline-corporate_light.active, .btn-outline-corporate_light.dropdown-toggle.show {
  color: #000;
  background-color: #E6F0FF;
  border-color: #E6F0FF;
}
.btn-check:checked + .btn-outline-corporate_light:focus, .btn-check:active + .btn-outline-corporate_light:focus, .btn-outline-corporate_light:active:focus, .btn-outline-corporate_light.active:focus, .btn-outline-corporate_light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(230, 240, 255, 0.5);
}
.btn-outline-corporate_light:disabled, .btn-outline-corporate_light.disabled {
  color: #E6F0FF;
  background-color: transparent;
}

.btn-outline-gray {
  color: #C6C3BD;
  border-color: #C6C3BD;
}
.btn-outline-gray:hover {
  color: #000;
  background-color: #C6C3BD;
  border-color: #C6C3BD;
}
.btn-check:focus + .btn-outline-gray, .btn-outline-gray:focus {
  box-shadow: 0 0 0 0.25rem rgba(198, 195, 189, 0.5);
}
.btn-check:checked + .btn-outline-gray, .btn-check:active + .btn-outline-gray, .btn-outline-gray:active, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show {
  color: #000;
  background-color: #C6C3BD;
  border-color: #C6C3BD;
}
.btn-check:checked + .btn-outline-gray:focus, .btn-check:active + .btn-outline-gray:focus, .btn-outline-gray:active:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(198, 195, 189, 0.5);
}
.btn-outline-gray:disabled, .btn-outline-gray.disabled {
  color: #C6C3BD;
  background-color: transparent;
}

.btn-outline-gray_light {
  color: #E2E1DE;
  border-color: #E2E1DE;
}
.btn-outline-gray_light:hover {
  color: #000;
  background-color: #E2E1DE;
  border-color: #E2E1DE;
}
.btn-check:focus + .btn-outline-gray_light, .btn-outline-gray_light:focus {
  box-shadow: 0 0 0 0.25rem rgba(226, 225, 222, 0.5);
}
.btn-check:checked + .btn-outline-gray_light, .btn-check:active + .btn-outline-gray_light, .btn-outline-gray_light:active, .btn-outline-gray_light.active, .btn-outline-gray_light.dropdown-toggle.show {
  color: #000;
  background-color: #E2E1DE;
  border-color: #E2E1DE;
}
.btn-check:checked + .btn-outline-gray_light:focus, .btn-check:active + .btn-outline-gray_light:focus, .btn-outline-gray_light:active:focus, .btn-outline-gray_light.active:focus, .btn-outline-gray_light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(226, 225, 222, 0.5);
}
.btn-outline-gray_light:disabled, .btn-outline-gray_light.disabled {
  color: #E2E1DE;
  background-color: transparent;
}

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

.btn-outline-site-primary {
  color: #003e5c;
  border-color: #003e5c;
}
.btn-outline-site-primary:hover {
  color: #ffffff;
  background-color: #003e5c;
  border-color: #003e5c;
}
.btn-check:focus + .btn-outline-site-primary, .btn-outline-site-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 62, 92, 0.5);
}
.btn-check:checked + .btn-outline-site-primary, .btn-check:active + .btn-outline-site-primary, .btn-outline-site-primary:active, .btn-outline-site-primary.active, .btn-outline-site-primary.dropdown-toggle.show {
  color: #ffffff;
  background-color: #003e5c;
  border-color: #003e5c;
}
.btn-check:checked + .btn-outline-site-primary:focus, .btn-check:active + .btn-outline-site-primary:focus, .btn-outline-site-primary:active:focus, .btn-outline-site-primary.active:focus, .btn-outline-site-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 62, 92, 0.5);
}
.btn-outline-site-primary:disabled, .btn-outline-site-primary.disabled {
  color: #003e5c;
  background-color: transparent;
}

.btn-outline-site-primary-dark {
  color: #003e5c;
  border-color: #003e5c;
}
.btn-outline-site-primary-dark:hover {
  color: #ffffff;
  background-color: #003e5c;
  border-color: #003e5c;
}
.btn-check:focus + .btn-outline-site-primary-dark, .btn-outline-site-primary-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 62, 92, 0.5);
}
.btn-check:checked + .btn-outline-site-primary-dark, .btn-check:active + .btn-outline-site-primary-dark, .btn-outline-site-primary-dark:active, .btn-outline-site-primary-dark.active, .btn-outline-site-primary-dark.dropdown-toggle.show {
  color: #ffffff;
  background-color: #003e5c;
  border-color: #003e5c;
}
.btn-check:checked + .btn-outline-site-primary-dark:focus, .btn-check:active + .btn-outline-site-primary-dark:focus, .btn-outline-site-primary-dark:active:focus, .btn-outline-site-primary-dark.active:focus, .btn-outline-site-primary-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 62, 92, 0.5);
}
.btn-outline-site-primary-dark:disabled, .btn-outline-site-primary-dark.disabled {
  color: #003e5c;
  background-color: transparent;
}

.btn-outline-site-primary-light {
  color: #003e5c;
  border-color: #003e5c;
}
.btn-outline-site-primary-light:hover {
  color: #ffffff;
  background-color: #003e5c;
  border-color: #003e5c;
}
.btn-check:focus + .btn-outline-site-primary-light, .btn-outline-site-primary-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 62, 92, 0.5);
}
.btn-check:checked + .btn-outline-site-primary-light, .btn-check:active + .btn-outline-site-primary-light, .btn-outline-site-primary-light:active, .btn-outline-site-primary-light.active, .btn-outline-site-primary-light.dropdown-toggle.show {
  color: #ffffff;
  background-color: #003e5c;
  border-color: #003e5c;
}
.btn-check:checked + .btn-outline-site-primary-light:focus, .btn-check:active + .btn-outline-site-primary-light:focus, .btn-outline-site-primary-light:active:focus, .btn-outline-site-primary-light.active:focus, .btn-outline-site-primary-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 62, 92, 0.5);
}
.btn-outline-site-primary-light:disabled, .btn-outline-site-primary-light.disabled {
  color: #003e5c;
  background-color: transparent;
}

.btn-outline-sanita {
  color: #008093;
  border-color: #008093;
}
.btn-outline-sanita:hover {
  color: #ffffff;
  background-color: #008093;
  border-color: #008093;
}
.btn-check:focus + .btn-outline-sanita, .btn-outline-sanita:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 128, 147, 0.5);
}
.btn-check:checked + .btn-outline-sanita, .btn-check:active + .btn-outline-sanita, .btn-outline-sanita:active, .btn-outline-sanita.active, .btn-outline-sanita.dropdown-toggle.show {
  color: #ffffff;
  background-color: #008093;
  border-color: #008093;
}
.btn-check:checked + .btn-outline-sanita:focus, .btn-check:active + .btn-outline-sanita:focus, .btn-outline-sanita:active:focus, .btn-outline-sanita.active:focus, .btn-outline-sanita.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 128, 147, 0.5);
}
.btn-outline-sanita:disabled, .btn-outline-sanita.disabled {
  color: #008093;
  background-color: transparent;
}

.btn-outline-rsa {
  color: #E18230;
  border-color: #E18230;
}
.btn-outline-rsa:hover {
  color: #000;
  background-color: #E18230;
  border-color: #E18230;
}
.btn-check:focus + .btn-outline-rsa, .btn-outline-rsa:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 130, 48, 0.5);
}
.btn-check:checked + .btn-outline-rsa, .btn-check:active + .btn-outline-rsa, .btn-outline-rsa:active, .btn-outline-rsa.active, .btn-outline-rsa.dropdown-toggle.show {
  color: #000;
  background-color: #E18230;
  border-color: #E18230;
}
.btn-check:checked + .btn-outline-rsa:focus, .btn-check:active + .btn-outline-rsa:focus, .btn-outline-rsa:active:focus, .btn-outline-rsa.active:focus, .btn-outline-rsa.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 130, 48, 0.5);
}
.btn-outline-rsa:disabled, .btn-outline-rsa.disabled {
  color: #E18230;
  background-color: transparent;
}

.btn-outline-appartamenti {
  color: #FFCA13;
  border-color: #FFCA13;
}
.btn-outline-appartamenti:hover {
  color: #000;
  background-color: #FFCA13;
  border-color: #FFCA13;
}
.btn-check:focus + .btn-outline-appartamenti, .btn-outline-appartamenti:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 202, 19, 0.5);
}
.btn-check:checked + .btn-outline-appartamenti, .btn-check:active + .btn-outline-appartamenti, .btn-outline-appartamenti:active, .btn-outline-appartamenti.active, .btn-outline-appartamenti.dropdown-toggle.show {
  color: #000;
  background-color: #FFCA13;
  border-color: #FFCA13;
}
.btn-check:checked + .btn-outline-appartamenti:focus, .btn-check:active + .btn-outline-appartamenti:focus, .btn-outline-appartamenti:active:focus, .btn-outline-appartamenti.active:focus, .btn-outline-appartamenti.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 202, 19, 0.5);
}
.btn-outline-appartamenti:disabled, .btn-outline-appartamenti.disabled {
  color: #FFCA13;
  background-color: transparent;
}

.btn-outline-cure {
  color: #FFCA13;
  border-color: #FFCA13;
}
.btn-outline-cure:hover {
  color: #000;
  background-color: #FFCA13;
  border-color: #FFCA13;
}
.btn-check:focus + .btn-outline-cure, .btn-outline-cure:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 202, 19, 0.5);
}
.btn-check:checked + .btn-outline-cure, .btn-check:active + .btn-outline-cure, .btn-outline-cure:active, .btn-outline-cure.active, .btn-outline-cure.dropdown-toggle.show {
  color: #000;
  background-color: #FFCA13;
  border-color: #FFCA13;
}
.btn-check:checked + .btn-outline-cure:focus, .btn-check:active + .btn-outline-cure:focus, .btn-outline-cure:active:focus, .btn-outline-cure.active:focus, .btn-outline-cure.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 202, 19, 0.5);
}
.btn-outline-cure:disabled, .btn-outline-cure.disabled {
  color: #FFCA13;
  background-color: transparent;
}

.btn-outline-sanita-light {
  color: #E6F7FA;
  border-color: #E6F7FA;
}
.btn-outline-sanita-light:hover {
  color: #000;
  background-color: #E6F7FA;
  border-color: #E6F7FA;
}
.btn-check:focus + .btn-outline-sanita-light, .btn-outline-sanita-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(230, 247, 250, 0.5);
}
.btn-check:checked + .btn-outline-sanita-light, .btn-check:active + .btn-outline-sanita-light, .btn-outline-sanita-light:active, .btn-outline-sanita-light.active, .btn-outline-sanita-light.dropdown-toggle.show {
  color: #000;
  background-color: #E6F7FA;
  border-color: #E6F7FA;
}
.btn-check:checked + .btn-outline-sanita-light:focus, .btn-check:active + .btn-outline-sanita-light:focus, .btn-outline-sanita-light:active:focus, .btn-outline-sanita-light.active:focus, .btn-outline-sanita-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(230, 247, 250, 0.5);
}
.btn-outline-sanita-light:disabled, .btn-outline-sanita-light.disabled {
  color: #E6F7FA;
  background-color: transparent;
}

.btn-outline-rsa-light {
  color: #FCF3EA;
  border-color: #FCF3EA;
}
.btn-outline-rsa-light:hover {
  color: #000;
  background-color: #FCF3EA;
  border-color: #FCF3EA;
}
.btn-check:focus + .btn-outline-rsa-light, .btn-outline-rsa-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(252, 243, 234, 0.5);
}
.btn-check:checked + .btn-outline-rsa-light, .btn-check:active + .btn-outline-rsa-light, .btn-outline-rsa-light:active, .btn-outline-rsa-light.active, .btn-outline-rsa-light.dropdown-toggle.show {
  color: #000;
  background-color: #FCF3EA;
  border-color: #FCF3EA;
}
.btn-check:checked + .btn-outline-rsa-light:focus, .btn-check:active + .btn-outline-rsa-light:focus, .btn-outline-rsa-light:active:focus, .btn-outline-rsa-light.active:focus, .btn-outline-rsa-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(252, 243, 234, 0.5);
}
.btn-outline-rsa-light:disabled, .btn-outline-rsa-light.disabled {
  color: #FCF3EA;
  background-color: transparent;
}

.btn-outline-appartamenti-light {
  color: #FFF9E6;
  border-color: #FFF9E6;
}
.btn-outline-appartamenti-light:hover {
  color: #000;
  background-color: #FFF9E6;
  border-color: #FFF9E6;
}
.btn-check:focus + .btn-outline-appartamenti-light, .btn-outline-appartamenti-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 249, 230, 0.5);
}
.btn-check:checked + .btn-outline-appartamenti-light, .btn-check:active + .btn-outline-appartamenti-light, .btn-outline-appartamenti-light:active, .btn-outline-appartamenti-light.active, .btn-outline-appartamenti-light.dropdown-toggle.show {
  color: #000;
  background-color: #FFF9E6;
  border-color: #FFF9E6;
}
.btn-check:checked + .btn-outline-appartamenti-light:focus, .btn-check:active + .btn-outline-appartamenti-light:focus, .btn-outline-appartamenti-light:active:focus, .btn-outline-appartamenti-light.active:focus, .btn-outline-appartamenti-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 249, 230, 0.5);
}
.btn-outline-appartamenti-light:disabled, .btn-outline-appartamenti-light.disabled {
  color: #FFF9E6;
  background-color: transparent;
}

.btn-outline-cure-light {
  color: #FFF9E6;
  border-color: #FFF9E6;
}
.btn-outline-cure-light:hover {
  color: #000;
  background-color: #FFF9E6;
  border-color: #FFF9E6;
}
.btn-check:focus + .btn-outline-cure-light, .btn-outline-cure-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 249, 230, 0.5);
}
.btn-check:checked + .btn-outline-cure-light, .btn-check:active + .btn-outline-cure-light, .btn-outline-cure-light:active, .btn-outline-cure-light.active, .btn-outline-cure-light.dropdown-toggle.show {
  color: #000;
  background-color: #FFF9E6;
  border-color: #FFF9E6;
}
.btn-check:checked + .btn-outline-cure-light:focus, .btn-check:active + .btn-outline-cure-light:focus, .btn-outline-cure-light:active:focus, .btn-outline-cure-light.active:focus, .btn-outline-cure-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 249, 230, 0.5);
}
.btn-outline-cure-light:disabled, .btn-outline-cure-light.disabled {
  color: #FFF9E6;
  background-color: transparent;
}

.btn-outline-kormed-light {
  color: #eaf7f9;
  border-color: #eaf7f9;
}
.btn-outline-kormed-light:hover {
  color: #000;
  background-color: #eaf7f9;
  border-color: #eaf7f9;
}
.btn-check:focus + .btn-outline-kormed-light, .btn-outline-kormed-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(234, 247, 249, 0.5);
}
.btn-check:checked + .btn-outline-kormed-light, .btn-check:active + .btn-outline-kormed-light, .btn-outline-kormed-light:active, .btn-outline-kormed-light.active, .btn-outline-kormed-light.dropdown-toggle.show {
  color: #000;
  background-color: #eaf7f9;
  border-color: #eaf7f9;
}
.btn-check:checked + .btn-outline-kormed-light:focus, .btn-check:active + .btn-outline-kormed-light:focus, .btn-outline-kormed-light:active:focus, .btn-outline-kormed-light.active:focus, .btn-outline-kormed-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(234, 247, 249, 0.5);
}
.btn-outline-kormed-light:disabled, .btn-outline-kormed-light.disabled {
  color: #eaf7f9;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn, .wpcf7 .btn-group-lg > input[type=submit] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 10px;
}

.btn-sm, .btn-group-sm > .btn, .wpcf7 .btn-group-sm > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.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 {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  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: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #ffffff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

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

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

.btn-group > .btn:not(:first-child), .wpcf7 .btn-group > input[type=submit]:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.wpcf7 .btn-group > .btn-group:not(:last-child) > input[type=submit] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3), .wpcf7 .btn-group > input[type=submit]:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.wpcf7 .btn-group > :not(.btn-check) + input[type=submit],
.btn-group > .btn-group:not(:first-child) > .btn,
.wpcf7 .btn-group > .btn-group:not(:first-child) > input[type=submit] {
  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, .wpcf7 .btn-group-sm > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .wpcf7 .btn-group-lg > input[type=submit] + .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, .wpcf7 .btn-group-vertical > input[type=submit],
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .wpcf7 .btn-group-vertical > input[type=submit]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.wpcf7 .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .wpcf7 .btn-group-vertical > input[type=submit] ~ .btn, .wpcf7 .btn-group-vertical > .btn ~ input[type=submit], .wpcf7 .btn-group-vertical > input[type=submit] ~ input[type=submit],
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.wpcf7 .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 5px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: var(--bs-site-primary);
}

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .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: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
}
.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: 4px;
  border-top-right-radius: 4px;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

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

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 4px 4px 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 4px 4px;
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: 4px;
}

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

.card-img,
.card-img-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@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-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%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");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

.accordion-item {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.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-button {
  border-radius: 0;
}

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

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.sanita .pagination {
  justify-content: center;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 5px;
}
.badge:empty {
  display: none;
}
.badge.category_struttura {
  font-size: 0.65em !important;
  padding: 0.25rem 0.5rem;
  line-height: 1 !important;
}

.btn .badge, .wpcf7 input[type=submit] .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 5px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

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

.alert-primary {
  color: #002537;
  background-color: #ccd8de;
  border-color: #b3c5ce;
}
.alert-primary .alert-link {
  color: #001e2c;
}

.alert-corporate {
  color: #002537;
  background-color: #ccd8de;
  border-color: #b3c5ce;
}
.alert-corporate .alert-link {
  color: #001e2c;
}

.alert-corporate_dark {
  color: #071725;
  background-color: #ced4d8;
  border-color: #b6bec5;
}
.alert-corporate_dark .alert-link {
  color: #06121e;
}

.alert-corporate_light {
  color: #5c6066;
  background-color: #fafcff;
  border-color: #f8fbff;
}
.alert-corporate_light .alert-link {
  color: #4a4d52;
}

.alert-gray {
  color: #4f4e4c;
  background-color: #f4f3f2;
  border-color: #eeedeb;
}
.alert-gray .alert-link {
  color: #3f3e3d;
}

.alert-gray_light {
  color: #5a5a59;
  background-color: #f9f9f8;
  border-color: #f6f6f5;
}
.alert-gray_light .alert-link {
  color: #484847;
}

.alert-gray_lighten {
  color: #636363;
  background-color: #fefefe;
  border-color: #fdfdfd;
}
.alert-gray_lighten .alert-link {
  color: #4f4f4f;
}

.alert-site-primary {
  color: #002537;
  background-color: #ccd8de;
  border-color: #b3c5ce;
}
.alert-site-primary .alert-link {
  color: #001e2c;
}

.alert-site-primary-dark {
  color: #002537;
  background-color: #ccd8de;
  border-color: #b3c5ce;
}
.alert-site-primary-dark .alert-link {
  color: #001e2c;
}

.alert-site-primary-light {
  color: #002537;
  background-color: #ccd8de;
  border-color: #b3c5ce;
}
.alert-site-primary-light .alert-link {
  color: #001e2c;
}

.alert-sanita {
  color: #004d58;
  background-color: #cce6e9;
  border-color: #b3d9df;
}
.alert-sanita .alert-link {
  color: #003e46;
}

.alert-rsa {
  color: #874e1d;
  background-color: #f9e6d6;
  border-color: #f6dac1;
}
.alert-rsa .alert-link {
  color: #6c3e17;
}

.alert-appartamenti {
  color: #665108;
  background-color: #fff4d0;
  border-color: #ffefb8;
}
.alert-appartamenti .alert-link {
  color: #524106;
}

.alert-cure {
  color: #665108;
  background-color: #fff4d0;
  border-color: #ffefb8;
}
.alert-cure .alert-link {
  color: #524106;
}

.alert-sanita-light {
  color: #5c6364;
  background-color: #fafdfe;
  border-color: #f8fdfe;
}
.alert-sanita-light .alert-link {
  color: #4a4f50;
}

.alert-rsa-light {
  color: #65615e;
  background-color: #fefdfb;
  border-color: #fefbf9;
}
.alert-rsa-light .alert-link {
  color: #514e4b;
}

.alert-appartamenti-light {
  color: #66645c;
  background-color: #fffefa;
  border-color: #fffdf8;
}
.alert-appartamenti-light .alert-link {
  color: #52504a;
}

.alert-cure-light {
  color: #66645c;
  background-color: #fffefa;
  border-color: #fffdf8;
}
.alert-cure-light .alert-link {
  color: #52504a;
}

.alert-kormed-light {
  color: #5e6364;
  background-color: #fbfdfe;
  border-color: #f9fdfd;
}
.alert-kormed-light .alert-link {
  color: #4b4f50;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 5px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@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: 1rem 1rem;
}

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

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 5px;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

.list-group-item-primary {
  color: #002537;
  background-color: #ccd8de;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #002537;
  background-color: #b8c2c8;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #002537;
  border-color: #002537;
}

.list-group-item-corporate {
  color: #002537;
  background-color: #ccd8de;
}
.list-group-item-corporate.list-group-item-action:hover, .list-group-item-corporate.list-group-item-action:focus {
  color: #002537;
  background-color: #b8c2c8;
}
.list-group-item-corporate.list-group-item-action.active {
  color: #ffffff;
  background-color: #002537;
  border-color: #002537;
}

.list-group-item-corporate_dark {
  color: #071725;
  background-color: #ced4d8;
}
.list-group-item-corporate_dark.list-group-item-action:hover, .list-group-item-corporate_dark.list-group-item-action:focus {
  color: #071725;
  background-color: #b9bfc2;
}
.list-group-item-corporate_dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #071725;
  border-color: #071725;
}

.list-group-item-corporate_light {
  color: #5c6066;
  background-color: #fafcff;
}
.list-group-item-corporate_light.list-group-item-action:hover, .list-group-item-corporate_light.list-group-item-action:focus {
  color: #5c6066;
  background-color: #e1e3e6;
}
.list-group-item-corporate_light.list-group-item-action.active {
  color: #ffffff;
  background-color: #5c6066;
  border-color: #5c6066;
}

.list-group-item-gray {
  color: #4f4e4c;
  background-color: #f4f3f2;
}
.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: #4f4e4c;
  background-color: #dcdbda;
}
.list-group-item-gray.list-group-item-action.active {
  color: #ffffff;
  background-color: #4f4e4c;
  border-color: #4f4e4c;
}

.list-group-item-gray_light {
  color: #5a5a59;
  background-color: #f9f9f8;
}
.list-group-item-gray_light.list-group-item-action:hover, .list-group-item-gray_light.list-group-item-action:focus {
  color: #5a5a59;
  background-color: #e0e0df;
}
.list-group-item-gray_light.list-group-item-action.active {
  color: #ffffff;
  background-color: #5a5a59;
  border-color: #5a5a59;
}

.list-group-item-gray_lighten {
  color: #636363;
  background-color: #fefefe;
}
.list-group-item-gray_lighten.list-group-item-action:hover, .list-group-item-gray_lighten.list-group-item-action:focus {
  color: #636363;
  background-color: #e5e5e5;
}
.list-group-item-gray_lighten.list-group-item-action.active {
  color: #ffffff;
  background-color: #636363;
  border-color: #636363;
}

.list-group-item-site-primary {
  color: #002537;
  background-color: #ccd8de;
}
.list-group-item-site-primary.list-group-item-action:hover, .list-group-item-site-primary.list-group-item-action:focus {
  color: #002537;
  background-color: #b8c2c8;
}
.list-group-item-site-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #002537;
  border-color: #002537;
}

.list-group-item-site-primary-dark {
  color: #002537;
  background-color: #ccd8de;
}
.list-group-item-site-primary-dark.list-group-item-action:hover, .list-group-item-site-primary-dark.list-group-item-action:focus {
  color: #002537;
  background-color: #b8c2c8;
}
.list-group-item-site-primary-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #002537;
  border-color: #002537;
}

.list-group-item-site-primary-light {
  color: #002537;
  background-color: #ccd8de;
}
.list-group-item-site-primary-light.list-group-item-action:hover, .list-group-item-site-primary-light.list-group-item-action:focus {
  color: #002537;
  background-color: #b8c2c8;
}
.list-group-item-site-primary-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #002537;
  border-color: #002537;
}

.list-group-item-sanita {
  color: #004d58;
  background-color: #cce6e9;
}
.list-group-item-sanita.list-group-item-action:hover, .list-group-item-sanita.list-group-item-action:focus {
  color: #004d58;
  background-color: #b8cfd2;
}
.list-group-item-sanita.list-group-item-action.active {
  color: #ffffff;
  background-color: #004d58;
  border-color: #004d58;
}

.list-group-item-rsa {
  color: #874e1d;
  background-color: #f9e6d6;
}
.list-group-item-rsa.list-group-item-action:hover, .list-group-item-rsa.list-group-item-action:focus {
  color: #874e1d;
  background-color: #e0cfc1;
}
.list-group-item-rsa.list-group-item-action.active {
  color: #ffffff;
  background-color: #874e1d;
  border-color: #874e1d;
}

.list-group-item-appartamenti {
  color: #665108;
  background-color: #fff4d0;
}
.list-group-item-appartamenti.list-group-item-action:hover, .list-group-item-appartamenti.list-group-item-action:focus {
  color: #665108;
  background-color: #e6dcbb;
}
.list-group-item-appartamenti.list-group-item-action.active {
  color: #ffffff;
  background-color: #665108;
  border-color: #665108;
}

.list-group-item-cure {
  color: #665108;
  background-color: #fff4d0;
}
.list-group-item-cure.list-group-item-action:hover, .list-group-item-cure.list-group-item-action:focus {
  color: #665108;
  background-color: #e6dcbb;
}
.list-group-item-cure.list-group-item-action.active {
  color: #ffffff;
  background-color: #665108;
  border-color: #665108;
}

.list-group-item-sanita-light {
  color: #5c6364;
  background-color: #fafdfe;
}
.list-group-item-sanita-light.list-group-item-action:hover, .list-group-item-sanita-light.list-group-item-action:focus {
  color: #5c6364;
  background-color: #e1e4e5;
}
.list-group-item-sanita-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #5c6364;
  border-color: #5c6364;
}

.list-group-item-rsa-light {
  color: #65615e;
  background-color: #fefdfb;
}
.list-group-item-rsa-light.list-group-item-action:hover, .list-group-item-rsa-light.list-group-item-action:focus {
  color: #65615e;
  background-color: #e5e4e2;
}
.list-group-item-rsa-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #65615e;
  border-color: #65615e;
}

.list-group-item-appartamenti-light {
  color: #66645c;
  background-color: #fffefa;
}
.list-group-item-appartamenti-light.list-group-item-action:hover, .list-group-item-appartamenti-light.list-group-item-action:focus {
  color: #66645c;
  background-color: #e6e5e1;
}
.list-group-item-appartamenti-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #66645c;
  border-color: #66645c;
}

.list-group-item-cure-light {
  color: #66645c;
  background-color: #fffefa;
}
.list-group-item-cure-light.list-group-item-action:hover, .list-group-item-cure-light.list-group-item-action:focus {
  color: #66645c;
  background-color: #e6e5e1;
}
.list-group-item-cure-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #66645c;
  border-color: #66645c;
}

.list-group-item-kormed-light {
  color: #5e6364;
  background-color: #fbfdfe;
}
.list-group-item-kormed-light.list-group-item-action:hover, .list-group-item-kormed-light.list-group-item-action:focus {
  color: #5e6364;
  background-color: #e2e4e5;
}
.list-group-item-kormed-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #5e6364;
  border-color: #5e6364;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 5px;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}

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

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, 100%);
}
@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% - 1rem);
}
.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% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  outline: 0;
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-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 {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@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 {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

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

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

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

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #ffffff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.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;
  justify-content: space-between;
  padding: 0 0;
}
.offcanvas-header .btn-close {
  padding: 0 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 0 0;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: auto;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: auto;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before, .wpcf7 input.placeholder[type=submit]::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: "";
}

.link-primary {
  color: #003e5c;
}
.link-primary:hover, .link-primary:focus {
  color: #00324a;
}

.link-corporate {
  color: #003e5c;
}
.link-corporate:hover, .link-corporate:focus {
  color: #00324a;
}

.link-corporate_dark {
  color: #0B273D;
}
.link-corporate_dark:hover, .link-corporate_dark:focus {
  color: #091f31;
}

.link-corporate_light {
  color: #E6F0FF;
}
.link-corporate_light:hover, .link-corporate_light:focus {
  color: #ebf3ff;
}

.link-gray {
  color: #C6C3BD;
}
.link-gray:hover, .link-gray:focus {
  color: #d1cfca;
}

.link-gray_light {
  color: #E2E1DE;
}
.link-gray_light:hover, .link-gray_light:focus {
  color: #e8e7e5;
}

.link-gray_lighten {
  color: #F8F8F8;
}
.link-gray_lighten:hover, .link-gray_lighten:focus {
  color: #f9f9f9;
}

.link-site-primary {
  color: #003e5c;
}
.link-site-primary:hover, .link-site-primary:focus {
  color: #00324a;
}

.link-site-primary-dark {
  color: #003e5c;
}
.link-site-primary-dark:hover, .link-site-primary-dark:focus {
  color: #00324a;
}

.link-site-primary-light {
  color: #003e5c;
}
.link-site-primary-light:hover, .link-site-primary-light:focus {
  color: #00324a;
}

.link-sanita {
  color: #008093;
}
.link-sanita:hover, .link-sanita:focus {
  color: #006676;
}

.link-rsa {
  color: #E18230;
}
.link-rsa:hover, .link-rsa:focus {
  color: #e79b59;
}

.link-appartamenti {
  color: #FFCA13;
}
.link-appartamenti:hover, .link-appartamenti:focus {
  color: #ffd542;
}

.link-cure {
  color: #FFCA13;
}
.link-cure:hover, .link-cure:focus {
  color: #ffd542;
}

.link-sanita-light {
  color: #E6F7FA;
}
.link-sanita-light:hover, .link-sanita-light:focus {
  color: #ebf9fb;
}

.link-rsa-light {
  color: #FCF3EA;
}
.link-rsa-light:hover, .link-rsa-light:focus {
  color: #fdf5ee;
}

.link-appartamenti-light {
  color: #FFF9E6;
}
.link-appartamenti-light:hover, .link-appartamenti-light:focus {
  color: #fffaeb;
}

.link-cure-light {
  color: #FFF9E6;
}
.link-cure-light:hover, .link-cure-light:focus {
  color: #fffaeb;
}

.link-kormed-light {
  color: #eaf7f9;
}
.link-kormed-light:hover, .link-kormed-light:focus {
  color: #eef9fa;
}

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex, .kormed-more-link, .global-search__filters-list, .global-search__grid-results, .algolia-loop__item, .algolia-loop.--loading::after, .algolia-filters__dropdown-toggle, .algolia-searchbox, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox .gchoice, .corporate .swiper_news_events .swiper-navigation {
  display: flex !important;
}

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

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

.shadow, .swiper-openday .swiper-navigation-prev, .swiper-openday .swiper-navigation-next, .page-header-gallery .swiper-navigation-prev, .page-header-gallery .swiper-navigation-next {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border, .algolia-filters__dropdown-toggle {
  border: 1px solid #dee2e6 !important;
}

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #003e5c !important;
}

.border-corporate {
  border-color: #003e5c !important;
}

.border-corporate_dark {
  border-color: #0B273D !important;
}

.border-corporate_light {
  border-color: #E6F0FF !important;
}

.border-gray {
  border-color: #C6C3BD !important;
}

.border-gray_light {
  border-color: #E2E1DE !important;
}

.border-gray_lighten {
  border-color: #F8F8F8 !important;
}

.border-site-primary {
  border-color: #003e5c !important;
}

.border-site-primary-dark {
  border-color: #003e5c !important;
}

.border-site-primary-light {
  border-color: #003e5c !important;
}

.border-sanita {
  border-color: #008093 !important;
}

.border-rsa {
  border-color: #E18230 !important;
}

.border-appartamenti {
  border-color: #FFCA13 !important;
}

.border-cure {
  border-color: #FFCA13 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-100, .algolia-filters__dropdown-toggle {
  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, .global-search__grid-results {
  flex-direction: column !important;
}

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

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

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

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

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

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

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

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

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

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

.gap-1, .algolia-filters__dropdown-toggle {
  gap: 0.25rem !important;
}

.gap-2, .kormed-more-link, .algolia-filters__dropdown-content li, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox .gchoice, .wizard-search__geocheck, .wizard-search__geocheck-good {
  gap: 0.5rem !important;
}

.gap-3, .list-features li, .global-search__filters-list, .global-search__grid-results, .algolia-searchbox, .corporate .pressTab, .tabs-custom.--vertical .tabs-custom-navi {
  gap: 1rem !important;
}

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

.gap-5, .corporate .swiper_news_events .swiper-navigation {
  gap: 3rem !important;
}

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

.gap-7 {
  gap: 7.5rem !important;
}

.gap-8 {
  gap: 10rem !important;
}

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

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

.justify-content-center, .algolia-loop.--loading::after {
  justify-content: center !important;
}

.justify-content-between, .algolia-loop__item, .algolia-searchbox {
  justify-content: space-between !important;
}

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

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

.align-items-start, .algolia-loop.--loading::after {
  align-items: flex-start !important;
}

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

.align-items-center, .kormed-more-link, .algolia-loop__item, .algolia-filters__dropdown-toggle, .algolia-searchbox, .corporate .swiper_news_events .swiper-navigation {
  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: 2rem !important;
}

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

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

.m-7 {
  margin: 7.5rem !important;
}

.m-8 {
  margin: 10rem !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: 2rem !important;
  margin-left: 2rem !important;
}

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

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

.mx-7 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.mx-8 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.mx-auto, .aligncenter {
  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: 2rem !important;
  margin-bottom: 2rem !important;
}

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

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

.my-7 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.my-8 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

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

.mt-0, .--active .algolia-filters__dropdown-toggle i {
  margin-top: 0 !important;
}

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

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

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

.mt-4, .ff-stream-wrapper, .corporate .swiper_news_events .swiper-navigation, .single-speciality-content__desc h2, .single-speciality-content__desc .h2,
.single-performance-content__desc h2,
.single-performance-content__desc .h2,
.single-convention-content__desc h2,
.single-convention-content__desc .h2 {
  margin-top: 2rem !important;
}

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

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

.mt-7 {
  margin-top: 7.5rem !important;
}

.mt-8 {
  margin-top: 10rem !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: 2rem !important;
}

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

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

.me-7 {
  margin-right: 7.5rem !important;
}

.me-8 {
  margin-right: 10rem !important;
}

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

.mb-0, .sanita .accordion-item:not(:last-child), .corporate .--structure-filters .accordion-item:not(:last-child) {
  margin-bottom: 0 !important;
}

.mb-1, .--active .algolia-filters__dropdown-toggle i, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox .gchoice {
  margin-bottom: 0.25rem !important;
}

.mb-2, .corporate .accordion-item:not(:last-child), .accordion-item:not(:last-child) {
  margin-bottom: 0.5rem !important;
}

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

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

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

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

.mb-7 {
  margin-bottom: 7.5rem !important;
}

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

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

.ms-0, .kormed-more-link {
  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: 2rem !important;
}

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

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

.ms-7 {
  margin-left: 7.5rem !important;
}

.ms-8 {
  margin-left: 10rem !important;
}

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

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

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

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

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

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

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

.m-n7 {
  margin: -7.5rem !important;
}

.m-n8 {
  margin: -10rem !important;
}

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

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

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

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

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

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

.mx-n7 {
  margin-right: -7.5rem !important;
  margin-left: -7.5rem !important;
}

.mx-n8 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

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

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

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

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

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

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

.my-n7 {
  margin-top: -7.5rem !important;
  margin-bottom: -7.5rem !important;
}

.my-n8 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

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

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

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

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

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

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

.mt-n7 {
  margin-top: -7.5rem !important;
}

.mt-n8 {
  margin-top: -10rem !important;
}

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

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

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

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

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

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

.me-n7 {
  margin-right: -7.5rem !important;
}

.me-n8 {
  margin-right: -10rem !important;
}

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

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

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

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

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

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

.mb-n7 {
  margin-bottom: -7.5rem !important;
}

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

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

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

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

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

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

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

.ms-n7 {
  margin-left: -7.5rem !important;
}

.ms-n8 {
  margin-left: -10rem !important;
}

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

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

.p-2, .algolia-loop__item, .algolia-filters__dropdown-content li {
  padding: 0.5rem !important;
}

.p-3, .algolia-loop__item.--prestazione, .lp-regione__structure-map__card {
  padding: 1rem !important;
}

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

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

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

.p-7 {
  padding: 7.5rem !important;
}

.p-8 {
  padding: 10rem !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, .algolia-filters__dropdown-toggle {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

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

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

.px-5, .page-template-tpl-openday .single-openday__form-container .gform-footer input[type=submit],
.page-template-tpl-single-openday .single-openday__form-container .gform-footer input[type=submit], .page-template-tpl-openday .gform-footer input[type=submit],
.page-template-tpl-single-openday .gform-footer input[type=submit] {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

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

.px-7 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.px-8 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

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

.py-1, .algolia-filters__dropdown-toggle {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

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

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

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

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

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

.py-7 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.py-8 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

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

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

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

.pt-3, .swiper-buttons-navi {
  padding-top: 1rem !important;
}

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

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

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

.pt-7 {
  padding-top: 7.5rem !important;
}

.pt-8 {
  padding-top: 10rem !important;
}

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

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

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

.pe-3, .kormed-more-link {
  padding-right: 1rem !important;
}

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

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

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

.pe-7 {
  padding-right: 7.5rem !important;
}

.pe-8 {
  padding-right: 10rem !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: 2rem !important;
}

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

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

.pb-7 {
  padding-bottom: 7.5rem !important;
}

.pb-8 {
  padding-bottom: 10rem !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: 2rem !important;
}

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

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

.ps-7 {
  padding-left: 7.5rem !important;
}

.ps-8 {
  padding-left: 10rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lh-sm, .documents-wall__item {
  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, .global-search__filter, .card-struttura__label a, .card-struttura__label span {
  text-transform: uppercase !important;
}

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

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

.text-nowrap, .global-search__filter {
  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-corporate {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-corporate-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

.text-site-primary, .global-search__filter.active, .global-search__filter:hover, .card-struttura__label a, .card-struttura__label span {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-site-primary-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

.text-kormed-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-kormed-light-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: #6c757d !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-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-site-primary-light, .page-header-gallery::after {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-site-primary-light-rgb), var(--bs-bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

.bg-kormed-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-kormed-light-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, .algolia-filters__dropdown-content, .algolia-searchbox, .lp-regione__structure-map__card {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

.user-select-all {
  -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, .algolia-filters__dropdown-content, .algolia-filters__dropdown-toggle {
  border-radius: 5px !important;
}

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

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

.rounded-2 {
  border-radius: 5px !important;
}

.rounded-3, .algolia-searchbox, .lp-regione__structure-map__card {
  border-radius: 10px !important;
}

.rounded-circle, .lp-regione__structure-map__card-close, .sanita .map__container .gm-style .gm-style-iw-chr button, .corporate .map__container .gm-style .gm-style-iw-chr button {
  border-radius: 50% !important;
}

.rounded-pill, .corporate .struttura-subsections-nav__inner, .corporate .struttura-subsections-nav li a:before, .page-template-tpl-openday .gform-footer input[type=submit],
.page-template-tpl-single-openday .gform-footer input[type=submit], .algolia-view-toggle__item, .algolia-view-toggle__toggle, .algolia-loop__item, .corporate .tabs-custom.--vertical .tabs-custom-navi__item, .cta.--filled-gradient:before, .gf-layout-responsive-2-col .--filled-gradient.gform_button:before, .page-template-tpl-openday .gform-footer input.--filled-gradient[type=submit]:before,
.page-template-tpl-single-openday .gform-footer input.--filled-gradient[type=submit]:before, .sanita .evelean input.--filled-gradient[type=submit]:before, .--filled-gradient.search-filter-reset:before, .corporate .pressTab .nav-item .--filled-gradient.nav-link:before, .corporate .cta, .corporate .gf-layout-responsive-2-col .gform_button, .gf-layout-responsive-2-col .corporate .gform_button, .corporate .page-template-tpl-openday .single-openday__form-container .gform-footer input[type=submit], .page-template-tpl-openday .single-openday__form-container .gform-footer .corporate input[type=submit],
.corporate .page-template-tpl-single-openday .single-openday__form-container .gform-footer input[type=submit],
.page-template-tpl-single-openday .single-openday__form-container .gform-footer .corporate input[type=submit], .corporate .search-filter-reset, .corporate .pressTab .nav-item .nav-link, .sanita .cta, .sanita .gf-layout-responsive-2-col .gform_button, .gf-layout-responsive-2-col .sanita .gform_button, .sanita .page-template-tpl-openday .single-openday__form-container .gform-footer input[type=submit], .page-template-tpl-openday .single-openday__form-container .gform-footer .sanita input[type=submit],
.sanita .page-template-tpl-single-openday .single-openday__form-container .gform-footer input[type=submit],
.page-template-tpl-single-openday .single-openday__form-container .gform-footer .sanita input[type=submit], .sanita .evelean input[type=submit], .sanita .search-filter-reset {
  border-radius: 50rem !important;
}

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 2rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .gap-sm-6 {
    gap: 5rem !important;
  }
  .gap-sm-7 {
    gap: 7.5rem !important;
  }
  .gap-sm-8 {
    gap: 10rem !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: 2rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-6 {
    margin: 5rem !important;
  }
  .m-sm-7 {
    margin: 7.5rem !important;
  }
  .m-sm-8 {
    margin: 10rem !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: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-7 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-sm-8 {
    margin-right: 10rem !important;
    margin-left: 10rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-7 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sm-8 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !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: 2rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 5rem !important;
  }
  .mt-sm-7 {
    margin-top: 7.5rem !important;
  }
  .mt-sm-8 {
    margin-top: 10rem !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: 2rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-6 {
    margin-right: 5rem !important;
  }
  .me-sm-7 {
    margin-right: 7.5rem !important;
  }
  .me-sm-8 {
    margin-right: 10rem !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: 2rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 10rem !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: 2rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-6 {
    margin-left: 5rem !important;
  }
  .ms-sm-7 {
    margin-left: 7.5rem !important;
  }
  .ms-sm-8 {
    margin-left: 10rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -2rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .m-sm-n6 {
    margin: -5rem !important;
  }
  .m-sm-n7 {
    margin: -7.5rem !important;
  }
  .m-sm-n8 {
    margin: -10rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n6 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-sm-n7 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-sm-n8 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n6 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n7 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-sm-n8 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -2rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mt-sm-n6 {
    margin-top: -5rem !important;
  }
  .mt-sm-n7 {
    margin-top: -7.5rem !important;
  }
  .mt-sm-n8 {
    margin-top: -10rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -2rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .me-sm-n6 {
    margin-right: -5rem !important;
  }
  .me-sm-n7 {
    margin-right: -7.5rem !important;
  }
  .me-sm-n8 {
    margin-right: -10rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -2rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -7.5rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -10rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -2rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .ms-sm-n6 {
    margin-left: -5rem !important;
  }
  .ms-sm-n7 {
    margin-left: -7.5rem !important;
  }
  .ms-sm-n8 {
    margin-left: -10rem !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: 2rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-6 {
    padding: 5rem !important;
  }
  .p-sm-7 {
    padding: 7.5rem !important;
  }
  .p-sm-8 {
    padding: 10rem !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: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-7 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-sm-8 {
    padding-right: 10rem !important;
    padding-left: 10rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-7 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-sm-8 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !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: 2rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 5rem !important;
  }
  .pt-sm-7 {
    padding-top: 7.5rem !important;
  }
  .pt-sm-8 {
    padding-top: 10rem !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: 2rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-6 {
    padding-right: 5rem !important;
  }
  .pe-sm-7 {
    padding-right: 7.5rem !important;
  }
  .pe-sm-8 {
    padding-right: 10rem !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: 2rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 7.5rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 10rem !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: 2rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-6 {
    padding-left: 5rem !important;
  }
  .ps-sm-7 {
    padding-left: 7.5rem !important;
  }
  .ps-sm-8 {
    padding-left: 10rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 2rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .gap-md-6 {
    gap: 5rem !important;
  }
  .gap-md-7 {
    gap: 7.5rem !important;
  }
  .gap-md-8 {
    gap: 10rem !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: 2rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-6 {
    margin: 5rem !important;
  }
  .m-md-7 {
    margin: 7.5rem !important;
  }
  .m-md-8 {
    margin: 10rem !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: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-7 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-md-8 {
    margin-right: 10rem !important;
    margin-left: 10rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-7 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-md-8 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !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: 2rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 5rem !important;
  }
  .mt-md-7 {
    margin-top: 7.5rem !important;
  }
  .mt-md-8 {
    margin-top: 10rem !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: 2rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-6 {
    margin-right: 5rem !important;
  }
  .me-md-7 {
    margin-right: 7.5rem !important;
  }
  .me-md-8 {
    margin-right: 10rem !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: 2rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-8 {
    margin-bottom: 10rem !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: 2rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-6 {
    margin-left: 5rem !important;
  }
  .ms-md-7 {
    margin-left: 7.5rem !important;
  }
  .ms-md-8 {
    margin-left: 10rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -2rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .m-md-n6 {
    margin: -5rem !important;
  }
  .m-md-n7 {
    margin: -7.5rem !important;
  }
  .m-md-n8 {
    margin: -10rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n6 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n7 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-md-n8 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n6 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n7 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-md-n8 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -2rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mt-md-n6 {
    margin-top: -5rem !important;
  }
  .mt-md-n7 {
    margin-top: -7.5rem !important;
  }
  .mt-md-n8 {
    margin-top: -10rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -2rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .me-md-n6 {
    margin-right: -5rem !important;
  }
  .me-md-n7 {
    margin-right: -7.5rem !important;
  }
  .me-md-n8 {
    margin-right: -10rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -2rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -7.5rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -10rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -2rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .ms-md-n6 {
    margin-left: -5rem !important;
  }
  .ms-md-n7 {
    margin-left: -7.5rem !important;
  }
  .ms-md-n8 {
    margin-left: -10rem !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: 2rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-6 {
    padding: 5rem !important;
  }
  .p-md-7 {
    padding: 7.5rem !important;
  }
  .p-md-8 {
    padding: 10rem !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: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-7 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-md-8 {
    padding-right: 10rem !important;
    padding-left: 10rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-7 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-md-8 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !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: 2rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 5rem !important;
  }
  .pt-md-7 {
    padding-top: 7.5rem !important;
  }
  .pt-md-8 {
    padding-top: 10rem !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: 2rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-6 {
    padding-right: 5rem !important;
  }
  .pe-md-7 {
    padding-right: 7.5rem !important;
  }
  .pe-md-8 {
    padding-right: 10rem !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: 2rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 7.5rem !important;
  }
  .pb-md-8 {
    padding-bottom: 10rem !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: 2rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-6 {
    padding-left: 5rem !important;
  }
  .ps-md-7 {
    padding-left: 7.5rem !important;
  }
  .ps-md-8 {
    padding-left: 10rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4, .global-search__filters-list {
    gap: 2rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .gap-lg-6 {
    gap: 5rem !important;
  }
  .gap-lg-7 {
    gap: 7.5rem !important;
  }
  .gap-lg-8 {
    gap: 10rem !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: 2rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-6 {
    margin: 5rem !important;
  }
  .m-lg-7 {
    margin: 7.5rem !important;
  }
  .m-lg-8 {
    margin: 10rem !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: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-7 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-lg-8 {
    margin-right: 10rem !important;
    margin-left: 10rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-7 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lg-8 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !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: 2rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 5rem !important;
  }
  .mt-lg-7 {
    margin-top: 7.5rem !important;
  }
  .mt-lg-8 {
    margin-top: 10rem !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: 2rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-6 {
    margin-right: 5rem !important;
  }
  .me-lg-7 {
    margin-right: 7.5rem !important;
  }
  .me-lg-8 {
    margin-right: 10rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0, .sanita .accordion-item:not(:last-child) {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3, .accordion-item:not(:last-child) {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 10rem !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: 2rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-6 {
    margin-left: 5rem !important;
  }
  .ms-lg-7 {
    margin-left: 7.5rem !important;
  }
  .ms-lg-8 {
    margin-left: 10rem !important;
  }
  .ms-lg-auto, .kormed-more-link {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -2rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .m-lg-n6 {
    margin: -5rem !important;
  }
  .m-lg-n7 {
    margin: -7.5rem !important;
  }
  .m-lg-n8 {
    margin: -10rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n6 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n7 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-lg-n8 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n6 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n7 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-lg-n8 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -2rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mt-lg-n6 {
    margin-top: -5rem !important;
  }
  .mt-lg-n7 {
    margin-top: -7.5rem !important;
  }
  .mt-lg-n8 {
    margin-top: -10rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -2rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .me-lg-n6 {
    margin-right: -5rem !important;
  }
  .me-lg-n7 {
    margin-right: -7.5rem !important;
  }
  .me-lg-n8 {
    margin-right: -10rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -2rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -7.5rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -10rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -2rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .ms-lg-n6 {
    margin-left: -5rem !important;
  }
  .ms-lg-n7 {
    margin-left: -7.5rem !important;
  }
  .ms-lg-n8 {
    margin-left: -10rem !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: 2rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-6 {
    padding: 5rem !important;
  }
  .p-lg-7 {
    padding: 7.5rem !important;
  }
  .p-lg-8 {
    padding: 10rem !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, .algolia-filters__dropdown-toggle {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4, .algolia-loop__item.--prestazione {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-7 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-lg-8 {
    padding-right: 10rem !important;
    padding-left: 10rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-7 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-lg-8 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !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: 2rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 5rem !important;
  }
  .pt-lg-7 {
    padding-top: 7.5rem !important;
  }
  .pt-lg-8 {
    padding-top: 10rem !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: 2rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 5rem !important;
  }
  .pe-lg-7 {
    padding-right: 7.5rem !important;
  }
  .pe-lg-8 {
    padding-right: 10rem !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: 2rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 7.5rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 10rem !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: 2rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 5rem !important;
  }
  .ps-lg-7 {
    padding-left: 7.5rem !important;
  }
  .ps-lg-8 {
    padding-left: 10rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 2rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .gap-xl-6 {
    gap: 5rem !important;
  }
  .gap-xl-7 {
    gap: 7.5rem !important;
  }
  .gap-xl-8 {
    gap: 10rem !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: 2rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-6 {
    margin: 5rem !important;
  }
  .m-xl-7 {
    margin: 7.5rem !important;
  }
  .m-xl-8 {
    margin: 10rem !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: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-7 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xl-8 {
    margin-right: 10rem !important;
    margin-left: 10rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-7 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xl-8 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !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: 2rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-6 {
    margin-top: 5rem !important;
  }
  .mt-xl-7 {
    margin-top: 7.5rem !important;
  }
  .mt-xl-8 {
    margin-top: 10rem !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: 2rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-6 {
    margin-right: 5rem !important;
  }
  .me-xl-7 {
    margin-right: 7.5rem !important;
  }
  .me-xl-8 {
    margin-right: 10rem !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: 2rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 10rem !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: 2rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-6 {
    margin-left: 5rem !important;
  }
  .ms-xl-7 {
    margin-left: 7.5rem !important;
  }
  .ms-xl-8 {
    margin-left: 10rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -2rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .m-xl-n6 {
    margin: -5rem !important;
  }
  .m-xl-n7 {
    margin: -7.5rem !important;
  }
  .m-xl-n8 {
    margin: -10rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n6 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n7 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-xl-n8 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n6 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n7 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-xl-n8 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -2rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xl-n6 {
    margin-top: -5rem !important;
  }
  .mt-xl-n7 {
    margin-top: -7.5rem !important;
  }
  .mt-xl-n8 {
    margin-top: -10rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -2rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .me-xl-n6 {
    margin-right: -5rem !important;
  }
  .me-xl-n7 {
    margin-right: -7.5rem !important;
  }
  .me-xl-n8 {
    margin-right: -10rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -7.5rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -10rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -2rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xl-n6 {
    margin-left: -5rem !important;
  }
  .ms-xl-n7 {
    margin-left: -7.5rem !important;
  }
  .ms-xl-n8 {
    margin-left: -10rem !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: 2rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .p-xl-6 {
    padding: 5rem !important;
  }
  .p-xl-7 {
    padding: 7.5rem !important;
  }
  .p-xl-8 {
    padding: 10rem !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: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-7 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xl-8 {
    padding-right: 10rem !important;
    padding-left: 10rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-7 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xl-8 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !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: 2rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pt-xl-6 {
    padding-top: 5rem !important;
  }
  .pt-xl-7 {
    padding-top: 7.5rem !important;
  }
  .pt-xl-8 {
    padding-top: 10rem !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: 2rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pe-xl-6 {
    padding-right: 5rem !important;
  }
  .pe-xl-7 {
    padding-right: 7.5rem !important;
  }
  .pe-xl-8 {
    padding-right: 10rem !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: 2rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 10rem !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: 2rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .ps-xl-6 {
    padding-left: 5rem !important;
  }
  .ps-xl-7 {
    padding-left: 7.5rem !important;
  }
  .ps-xl-8 {
    padding-left: 10rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 2rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .gap-xxl-6 {
    gap: 5rem !important;
  }
  .gap-xxl-7 {
    gap: 7.5rem !important;
  }
  .gap-xxl-8 {
    gap: 10rem !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: 2rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-6 {
    margin: 5rem !important;
  }
  .m-xxl-7 {
    margin: 7.5rem !important;
  }
  .m-xxl-8 {
    margin: 10rem !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: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-7 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xxl-8 {
    margin-right: 10rem !important;
    margin-left: 10rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-7 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xxl-8 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !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: 2rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-6 {
    margin-top: 5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 7.5rem !important;
  }
  .mt-xxl-8 {
    margin-top: 10rem !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: 2rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-6 {
    margin-right: 5rem !important;
  }
  .me-xxl-7 {
    margin-right: 7.5rem !important;
  }
  .me-xxl-8 {
    margin-right: 10rem !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: 2rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 10rem !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: 2rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-6 {
    margin-left: 5rem !important;
  }
  .ms-xxl-7 {
    margin-left: 7.5rem !important;
  }
  .ms-xxl-8 {
    margin-left: 10rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -2rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .m-xxl-n6 {
    margin: -5rem !important;
  }
  .m-xxl-n7 {
    margin: -7.5rem !important;
  }
  .m-xxl-n8 {
    margin: -10rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxl-n7 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-xxl-n8 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n6 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxl-n7 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-xxl-n8 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -2rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -5rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -7.5rem !important;
  }
  .mt-xxl-n8 {
    margin-top: -10rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -2rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .me-xxl-n6 {
    margin-right: -5rem !important;
  }
  .me-xxl-n7 {
    margin-right: -7.5rem !important;
  }
  .me-xxl-n8 {
    margin-right: -10rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -2rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -5rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -7.5rem !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -10rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -2rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -5rem !important;
  }
  .ms-xxl-n7 {
    margin-left: -7.5rem !important;
  }
  .ms-xxl-n8 {
    margin-left: -10rem !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: 2rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-6 {
    padding: 5rem !important;
  }
  .p-xxl-7 {
    padding: 7.5rem !important;
  }
  .p-xxl-8 {
    padding: 10rem !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: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-7 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xxl-8 {
    padding-right: 10rem !important;
    padding-left: 10rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-7 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xxl-8 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !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: 2rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-6 {
    padding-top: 5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 7.5rem !important;
  }
  .pt-xxl-8 {
    padding-top: 10rem !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: 2rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl-6 {
    padding-right: 5rem !important;
  }
  .pe-xxl-7 {
    padding-right: 7.5rem !important;
  }
  .pe-xxl-8 {
    padding-right: 10rem !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: 2rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 10rem !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: 2rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl-6 {
    padding-left: 5rem !important;
  }
  .ps-xxl-7 {
    padding-left: 7.5rem !important;
  }
  .ps-xxl-8 {
    padding-left: 10rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
body {
  overflow-x: hidden;
}

.wrapper {
  padding: 1.5rem 0;
}

#wrapper-hero {
  padding: 0px !important;
}

.sticky,
.gallery-caption,
.bypostauthor {
  font-size: inherit;
}

.wrapper#wrapper-sticky {
  border-bottom: 1px solid #dee2e6;
}

#wrapper-footer-full,
#wrapper-static-hero {
  background-color: #e9ecef;
}

.wp-caption {
  font-size: inherit;
}

.wp-caption-text {
  font-size: inherit;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1rem;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1rem;
}

.aligncenter {
  display: block;
}

.entry-footer span {
  padding-right: 10px;
}

img.wp-post-image,
article img,
figure,
img,
#secondary img {
  max-width: 100%;
  height: auto;
}

a.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0px;
  right: 0px;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529 !important;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
  color: #1e2125 !important;
  text-decoration: none;
  background-color: #e9ecef;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #0d6efd;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
  color: #adb5bd !important;
  background-color: transparent;
}

.navbar-light .navbar-brand a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand a:hover, .navbar-light .navbar-brand a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand a {
  color: #ffffff;
}
.navbar-dark .navbar-brand a:hover, .navbar-dark .navbar-brand a:focus {
  color: #ffffff;
}

.navbar h1, .navbar .h1 {
  font-weight: 400;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.has-blue-color,
.has-blue-color:visited {
  color: #0d6efd;
}

.has-blue-background-color {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.has-indigo-color,
.has-indigo-color:visited {
  color: #6610f2;
}

.has-indigo-background-color {
  background-color: #6610f2;
  border-color: #6610f2;
}

.has-purple-color,
.has-purple-color:visited {
  color: #6f42c1;
}

.has-purple-background-color {
  background-color: #6f42c1;
  border-color: #6f42c1;
}

.has-pink-color,
.has-pink-color:visited {
  color: #d63384;
}

.has-pink-background-color {
  background-color: #d63384;
  border-color: #d63384;
}

.has-red-color,
.has-red-color:visited {
  color: #dc3545;
}

.has-red-background-color {
  background-color: #dc3545;
  border-color: #dc3545;
}

.has-orange-color,
.has-orange-color:visited {
  color: #fd7e14;
}

.has-orange-background-color {
  background-color: #fd7e14;
  border-color: #fd7e14;
}

.has-yellow-color,
.has-yellow-color:visited {
  color: #ffc107;
}

.has-yellow-background-color {
  background-color: #ffc107;
  border-color: #ffc107;
}

.has-green-color,
.has-green-color:visited {
  color: #198754;
}

.has-green-background-color {
  background-color: #198754;
  border-color: #198754;
}

.has-teal-color,
.has-teal-color:visited {
  color: #20c997;
}

.has-teal-background-color {
  background-color: #20c997;
  border-color: #20c997;
}

.has-cyan-color,
.has-cyan-color:visited {
  color: #0dcaf0;
}

.has-cyan-background-color {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.has-white-color,
.has-white-color:visited {
  color: #ffffff;
}

.has-white-background-color {
  background-color: #ffffff;
  border-color: #ffffff;
}

.has-gray-color,
.has-gray-color:visited {
  color: #6c757d;
}

.has-gray-background-color {
  background-color: #6c757d;
  border-color: #6c757d;
}

.has-gray-dark-color,
.has-gray-dark-color:visited {
  color: #343a40;
}

.has-gray-dark-background-color {
  background-color: #343a40;
  border-color: #343a40;
}

.has-primary-color,
.has-primary-color:visited {
  color: #003e5c;
}

.has-primary-background-color {
  background-color: #003e5c;
  border-color: #003e5c;
}

.has-corporate-color,
.has-corporate-color:visited {
  color: #003e5c;
}

.has-corporate-background-color {
  background-color: #003e5c;
  border-color: #003e5c;
}

.has-corporate_dark-color,
.has-corporate_dark-color:visited {
  color: #0B273D;
}

.has-corporate_dark-background-color {
  background-color: #0B273D;
  border-color: #0B273D;
}

.has-corporate_light-color,
.has-corporate_light-color:visited {
  color: #E6F0FF;
}

.has-corporate_light-background-color {
  background-color: #E6F0FF;
  border-color: #E6F0FF;
}

.has-gray-color,
.has-gray-color:visited {
  color: #C6C3BD;
}

.has-gray-background-color {
  background-color: #C6C3BD;
  border-color: #C6C3BD;
}

.has-gray_light-color,
.has-gray_light-color:visited {
  color: #E2E1DE;
}

.has-gray_light-background-color {
  background-color: #E2E1DE;
  border-color: #E2E1DE;
}

.has-gray_lighten-color,
.has-gray_lighten-color:visited {
  color: #F8F8F8;
}

.has-gray_lighten-background-color {
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}

.has-site-primary-color,
.has-site-primary-color:visited {
  color: #003e5c;
}

.has-site-primary-background-color {
  background-color: #003e5c;
  border-color: #003e5c;
}

.has-site-primary-dark-color,
.has-site-primary-dark-color:visited {
  color: #003e5c;
}

.has-site-primary-dark-background-color {
  background-color: #003e5c;
  border-color: #003e5c;
}

.has-site-primary-light-color,
.has-site-primary-light-color:visited {
  color: #003e5c;
}

.has-site-primary-light-background-color {
  background-color: #003e5c;
  border-color: #003e5c;
}

.has-sanita-color,
.has-sanita-color:visited {
  color: #008093;
}

.has-sanita-background-color {
  background-color: #008093;
  border-color: #008093;
}

.has-rsa-color,
.has-rsa-color:visited {
  color: #E18230;
}

.has-rsa-background-color {
  background-color: #E18230;
  border-color: #E18230;
}

.has-appartamenti-color,
.has-appartamenti-color:visited {
  color: #FFCA13;
}

.has-appartamenti-background-color {
  background-color: #FFCA13;
  border-color: #FFCA13;
}

.has-cure-color,
.has-cure-color:visited {
  color: #FFCA13;
}

.has-cure-background-color {
  background-color: #FFCA13;
  border-color: #FFCA13;
}

.has-sanita-light-color,
.has-sanita-light-color:visited {
  color: #E6F7FA;
}

.has-sanita-light-background-color {
  background-color: #E6F7FA;
  border-color: #E6F7FA;
}

.has-rsa-light-color,
.has-rsa-light-color:visited {
  color: #FCF3EA;
}

.has-rsa-light-background-color {
  background-color: #FCF3EA;
  border-color: #FCF3EA;
}

.has-appartamenti-light-color,
.has-appartamenti-light-color:visited {
  color: #FFF9E6;
}

.has-appartamenti-light-background-color {
  background-color: #FFF9E6;
  border-color: #FFF9E6;
}

.has-cure-light-color,
.has-cure-light-color:visited {
  color: #FFF9E6;
}

.has-cure-light-background-color {
  background-color: #FFF9E6;
  border-color: #FFF9E6;
}

.has-kormed-light-color,
.has-kormed-light-color:visited {
  color: #eaf7f9;
}

.has-kormed-light-background-color {
  background-color: #eaf7f9;
  border-color: #eaf7f9;
}

.free-txt blockquote {
  margin: 1.5rem 0;
  position: relative;
  padding-left: 60px;
  font-size: 1.125em;
  line-height: 1.5em;
}
@media (min-width: 992px) {
  .free-txt blockquote {
    font-size: 1.375em;
  }
}
.free-txt blockquote:before {
  font-size: 80px;
  line-height: 1em;
  color: var(--bs-site-primary);
  content: "“";
  position: absolute;
  top: 0.25rem;
  left: 0;
}
.sanita .free-txt ul li::marker {
  font-size: 1.25em;
  color: #FFCA13;
}

figure.wp-block-image {
  display: block;
}
.wp-block-image > figure {
  display: block;
}
body.understrap-no-sidebar .alignwide,
body.understrap-no-sidebar .alignfull,
body.understrap-no-sidebar .wp-block-cover.alignwide,
body.understrap-no-sidebar .wp-block-cover.alignfull {
  margin: 0px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {
    max-width: 1320px;
  }
}
body.understrap-no-sidebar .alignwide,
body.understrap-no-sidebar .wp-block-cover.alignwide {
  margin: 0px calc(50% - 45vw);
  max-width: 90vw;
  width: 100vw;
}
body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {
    max-width: 1320px;
  }
}
@media (max-width: 920px) {
  body.understrap-no-sidebar .alignwide,
  body.understrap-no-sidebar .wp-block-cover.alignwide {
    margin: 0px calc(50% - 48vw);
    max-width: 96vw;
    width: 100vw;
  }
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 5px;
}
.wp-block-buttons .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border: 1px solid transparent;
}

.content-full-secondario {
  background-size: cover;
  background-repeat: no-repeat;
}

/*
* Use existing Bootstrap 4/5 classes and
* variables to extend - override CF7 style
*
* Useful CF7 classes:
* .wpcf7 the wrapper element
* .wpcf7-form
* .wpcf7-form-control
* .wpcf7-text
* .wpcf7-email
* .wpcf7-textarea
* .wpcf7-submit
*/
.wpcf7 {
  max-width: 600px;
  margin: 0 auto !important;
}
.wpcf7 .wpcf7-form p {
  margin-bottom: 1rem;
}
.wpcf7 .wpcf7-form label {
  width: 100%;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: theme-color("danger");
}
.wpcf7 .wpcf7-validation-errors {
  color: theme-color("danger");
  border: 1px solid #e9ecef;
}

/**
 * Swiper 8.4.7
 * 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: January 30, 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;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

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

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

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

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

/* Auto Height */
.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);
  backface-visibility: hidden;
}

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

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

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

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

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

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

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

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

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

.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-navigation-color: var(--swiper-theme-color);
  */
}

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

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

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

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

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

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

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

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

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms 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;
}

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

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

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

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

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

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

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

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

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

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

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

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

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

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms 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: 200ms transform, 200ms left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.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:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .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);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  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,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

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

.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-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  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-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

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

.swiper-cards {
  overflow: visible;
}

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

.link-animation {
  position: relative;
}
.link-animation::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 1px;
  background: var(--bs-site-primary);
  transition: 0.3s all ease;
}
.link-animation.text-corporate::before {
  background-color: #003e5c;
}
.link-animation:hover::before {
  width: 100%;
  transition: 0.3s all ease;
}
.link-animation.--reverse {
  position: relative;
}
.link-animation.--reverse::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  width: 100%;
  left: auto;
  right: 0;
  height: 1px;
  background: var(--bs-site-primary);
  transition: 0.3s all ease;
}
.link-animation.--reverse.text-corporate::before {
  background-color: #003e5c;
}
.link-animation.--reverse:hover::before {
  width: 100%;
  width: 0%;
  transition: 0.3s all ease;
}

.figure-animation {
  display: block;
  overflow: hidden;
}
.figure-animation img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
}
.figure-animation img:hover {
  transform: scale(1.1);
}

.anim-zoom img, .medico-teaser img {
  transition: 0.3s linear;
}
.anim-zoom:hover img, .medico-teaser:hover img {
  transition: 0.3s linear;
  transform: scale(1.1);
}

.aspect-16-9 {
  aspect-ratio: 16/9;
}
.aspect-4-3 {
  aspect-ratio: 4/3;
}
.aspect-21-9 {
  aspect-ratio: 21/9;
}
.aspect-1-1 {
  aspect-ratio: 1/1;
}

/*******************************
    TITLE CLASSES
    & LINE HEIGHT
********************************/
/* DESKTOP */
.t-1, h1, .h1 {
  font-size: 2.25rem !important;
  line-height: 2.75rem;
}

.t-2, .entry-content h1, .entry-content .h1, .sanita .single-performance-content h2, .sanita .single-performance-content .h2, h2, .h2 {
  font-size: 1.625rem !important;
  line-height: 2rem;
}

.t-3, .single-speciality-content__desc h2, .single-speciality-content__desc .h2,
.single-performance-content__desc h2,
.single-performance-content__desc .h2,
.single-convention-content__desc h2,
.single-convention-content__desc .h2, .entry-content h2, .entry-content .h2, h3, .h3 {
  font-size: 1.25rem !important;
  line-height: 1.5rem;
}

.t-4, .page-template-tpl-openday .single-openday__form-container .gform-footer input[type=submit],
.page-template-tpl-single-openday .single-openday__form-container .gform-footer input[type=submit], .page-template-tpl-openday .gform-footer input[type=submit],
.page-template-tpl-single-openday .gform-footer input[type=submit], .entry-content h3, .entry-content .h3, h4, .h4 {
  font-size: 1.0625rem !important;
  line-height: 1.5rem;
}

.t-5, .entry-content h4, .entry-content .h4, h5, .h5 {
  font-size: 1rem !important;
  line-height: 1.5rem;
}

.t-6, .entry-content h5, .entry-content .h5, h6, .h6 {
  font-size: 1rem !important;
  line-height: 1.5rem;
}

.sanita .t-2, .sanita .entry-content h1, .entry-content .sanita h1, .sanita .entry-content .h1, .entry-content .sanita .h1, .sanita .single-performance-content h2, .sanita .single-performance-content .h2, .sanita .t-3, .sanita .single-speciality-content__desc h2, .single-speciality-content__desc .sanita h2, .sanita .single-speciality-content__desc .h2, .single-speciality-content__desc .sanita .h2,
.sanita .single-performance-content__desc h2,
.single-performance-content__desc .sanita h2,
.sanita .single-performance-content__desc .h2,
.single-performance-content__desc .sanita .h2,
.sanita .single-convention-content__desc h2,
.single-convention-content__desc .sanita h2,
.sanita .single-convention-content__desc .h2,
.single-convention-content__desc .sanita .h2, .sanita .entry-content h2, .entry-content .sanita h2, .sanita .entry-content .h2, .entry-content .sanita .h2 {
  font-weight: 400 !important;
}
.sanita .site-header--mobile .site-header-searchbar__form input::-moz-placeholder, .site-header--mobile .site-header-searchbar__form .sanita input::-moz-placeholder {
  line-height: 1.2rem;
}
.sanita .desc-2, .sanita .kormed-more-link, .sanita #academyTab .nav-link, #academyTab .sanita .nav-link, .sanita .documents-wall__item, .sanita .global-search__filter, .sanita .algolia-filters__dropdown-content li, .algolia-filters__dropdown-content .sanita li, .sanita .algolia-filters__dropdown-toggle, .sanita .newsletter-form_wrapper .newsletter-form .gform_footer input, .newsletter-form_wrapper .newsletter-form .gform_footer .sanita input, .sanita .chosen-container .chosen-results li, .chosen-container .chosen-results .sanita li, .sanita .searchandfilter > ul > li > ul > li, .sanita .select2-container--news-search .select2-dropdown .select2-results__options .select2-results__option, .select2-container--news-search .select2-dropdown .select2-results__options .sanita .select2-results__option, .sanita .filters .wpc-filters-widget-main-wrapper input.wpc-label-input:checked + label span.wpc-filter-label-wrapper, .filters .wpc-filters-widget-main-wrapper input.wpc-label-input:checked + label .sanita span.wpc-filter-label-wrapper, .sanita .filters .wpc-filters-widget-main-wrapper li.wpc-term-item .wpc-term-item-content-wrapper label a, .filters .wpc-filters-widget-main-wrapper li.wpc-term-item .wpc-term-item-content-wrapper label .sanita a, .sanita .filters .wpc-filters-widget-main-wrapper li.wpc-term-item .wpc-term-item-content-wrapper label, .filters .wpc-filters-widget-main-wrapper li.wpc-term-item .wpc-term-item-content-wrapper .sanita label, .sanita .filters .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item label, .filters .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item .sanita label, .sanita .filters .wpc-filters-widget-main-wrapper .wpc-filters-section .wpc-filter-header:after, .filters .wpc-filters-widget-main-wrapper .wpc-filters-section .sanita .wpc-filter-header:after, .sanita .site-header--mobile .site-header-searchbar__form input::placeholder, .site-header--mobile .site-header-searchbar__form .sanita input::placeholder, .sanita .entry-content h6, .entry-content .sanita h6, .sanita .entry-content .h6, .entry-content .sanita .h6 {
  line-height: 1.2rem;
}
@media (min-width: 768px) {
  .sanita .t-1 {
    font-size: 3.375rem !important;
    line-height: 3.75rem !important;
    font-family: "rustica", sans-serif !important;
    font-weight: 300 !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .sanita .text-small-tablet {
    font-size: 2.75rem !important;
    line-height: 3.125rem !important;
  }
}
@media (max-width: 767.98px) {
  .sanita .t-1 {
    font-weight: 400 !important;
  }
  .sanita .t-3, .sanita .single-speciality-content__desc h2, .single-speciality-content__desc .sanita h2, .sanita .single-speciality-content__desc .h2, .single-speciality-content__desc .sanita .h2,
  .sanita .single-performance-content__desc h2,
  .single-performance-content__desc .sanita h2,
  .sanita .single-performance-content__desc .h2,
  .single-performance-content__desc .sanita .h2,
  .sanita .single-convention-content__desc h2,
  .single-convention-content__desc .sanita h2,
  .sanita .single-convention-content__desc .h2,
  .single-convention-content__desc .sanita .h2, .sanita .entry-content h2, .entry-content .sanita h2, .sanita .entry-content .h2, .entry-content .sanita .h2 {
    font-size: 1.3rem !important;
  }
}
.sanita .single-performance-content h2, .sanita .single-performance-content .h2 {
  font-weight: 400;
}
.sanita .accordion-body strong, .sanita .accordion-body strong span, .sanita .accordion-body h4 span, .sanita .accordion-body .h4 span, .sanita .offcanvas-body strong, .sanita .offcanvas-body strong span, .sanita .offcanvas-body h4 span, .sanita .offcanvas-body .h4 span {
  color: #003e5c !important;
}
.sanita .accordion-body strong span, .sanita .accordion-body h4 span, .sanita .accordion-body .h4 span, .sanita .offcanvas-body strong span, .sanita .offcanvas-body h4 span, .sanita .offcanvas-body .h4 span {
  color: #287C8C !important;
}

/* MOBILE */
@media (max-width: 767.98px) {
  .t-1, h1, .h1 {
    font-size: 1.5rem !important;
    line-height: 2rem;
  }
  .t-2, .entry-content h1, .entry-content .h1, .sanita .single-performance-content h2, .sanita .single-performance-content .h2, h2, .h2 {
    font-size: 1.25rem !important;
    line-height: 1.625rem;
  }
  .t-3, .single-speciality-content__desc h2, .single-speciality-content__desc .h2,
  .single-performance-content__desc h2,
  .single-performance-content__desc .h2,
  .single-convention-content__desc h2,
  .single-convention-content__desc .h2, .entry-content h2, .entry-content .h2, h3, .h3 {
    font-size: 1.125rem !important;
    line-height: 1.5rem;
  }
  .t-4, .page-template-tpl-openday .single-openday__form-container .gform-footer input[type=submit],
  .page-template-tpl-single-openday .single-openday__form-container .gform-footer input[type=submit], .page-template-tpl-openday .gform-footer input[type=submit],
  .page-template-tpl-single-openday .gform-footer input[type=submit], .entry-content h3, .entry-content .h3, h4, .h4 {
    font-size: 1rem !important;
    line-height: 1.375rem;
  }
  .t-5, .entry-content h4, .entry-content .h4, h5, .h5 {
    font-size: 1rem !important;
    line-height: 1.375rem;
  }
  .t-6, .entry-content h5, .entry-content .h5, h6, .h6 {
    font-size: 0.9375rem !important;
    line-height: 1.375rem;
  }
}
/* FIXED TITLE DESKTOP AND MOBILE */
.t-1--fixed {
  font-size: 2.25rem !important;
  line-height: 2.75rem;
}

.t-2--fixed {
  font-size: 1.625rem !important;
  line-height: 2rem;
}

.t-3--fixed {
  font-size: 1.25rem !important;
  line-height: 1.5rem;
}

.t-4--fixed {
  font-size: 1.0625rem !important;
  line-height: 1.5rem;
}

.t-5--fixed {
  font-size: 1rem !important;
  line-height: 1.5rem;
}

.t-6--fixed {
  font-size: 1rem !important;
  line-height: 1.5rem;
}

/*******************************
    TEXT CLASSES
     & LINE HEIGHT
********************************/
.desc-1, .searchandfilter h4, .searchandfilter .h4 {
  font-size: 1rem !important;
  line-height: 1.55em;
}

.site-header--mobile .site-header-searchbar__form input::-moz-placeholder {
  font-size: 0.875rem !important;
  line-height: 1.55em;
}

.desc-2, .kormed-more-link, #academyTab .nav-link, .documents-wall__item, .global-search__filter, .algolia-filters__dropdown-content li, .algolia-filters__dropdown-toggle, .newsletter-form_wrapper .newsletter-form .gform_footer input, .chosen-container .chosen-results li, .searchandfilter > ul > li > ul > li, .select2-container--news-search .select2-dropdown .select2-results__options .select2-results__option, .filters .wpc-filters-widget-main-wrapper input.wpc-label-input:checked + label span.wpc-filter-label-wrapper, .filters .wpc-filters-widget-main-wrapper li.wpc-term-item .wpc-term-item-content-wrapper label a, .filters .wpc-filters-widget-main-wrapper li.wpc-term-item .wpc-term-item-content-wrapper label, .filters .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item label, .filters .wpc-filters-widget-main-wrapper .wpc-filters-section .wpc-filter-header:after, .site-header--mobile .site-header-searchbar__form input::placeholder, .entry-content h6, .entry-content .h6 {
  font-size: 0.875rem !important;
  line-height: 1.55em;
}

.desc-3, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox label, .newsletter-form_wrapper .gform_required_legend, .newsletter-form_wrapper .gfield_validation_message, .newsletter-form_wrapper .gform_validation_errors .gform_submission_error.hide_summary {
  font-size: 0.625rem !important;
  line-height: 1.55em;
}

.desc-4 {
  font-size: 0.75rem !important;
  line-height: 1.55em;
}

@media (max-width: 767.98px) {
  .desc-1, .searchandfilter h4, .searchandfilter .h4 {
    font-size: 0.9375rem !important;
    line-height: 1.55em;
  }
  .site-header--mobile .site-header-searchbar__form input::-moz-placeholder {
    font-size: 0.8125rem !important;
    line-height: 1.55em;
  }
  .desc-2, .kormed-more-link, #academyTab .nav-link, .documents-wall__item, .global-search__filter, .algolia-filters__dropdown-content li, .algolia-filters__dropdown-toggle, .newsletter-form_wrapper .newsletter-form .gform_footer input, .chosen-container .chosen-results li, .searchandfilter > ul > li > ul > li, .select2-container--news-search .select2-dropdown .select2-results__options .select2-results__option, .filters .wpc-filters-widget-main-wrapper input.wpc-label-input:checked + label span.wpc-filter-label-wrapper, .filters .wpc-filters-widget-main-wrapper li.wpc-term-item .wpc-term-item-content-wrapper label a, .filters .wpc-filters-widget-main-wrapper li.wpc-term-item .wpc-term-item-content-wrapper label, .filters .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item label, .filters .wpc-filters-widget-main-wrapper .wpc-filters-section .wpc-filter-header:after, .site-header--mobile .site-header-searchbar__form input::placeholder, .entry-content h6, .entry-content .h6 {
    font-size: 0.8125rem !important;
    line-height: 1.55em;
  }
  .desc-3, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox label, .newsletter-form_wrapper .gform_required_legend, .newsletter-form_wrapper .gfield_validation_message, .newsletter-form_wrapper .gform_validation_errors .gform_submission_error.hide_summary {
    font-size: 0.625rem !important;
    line-height: 1.55em;
  }
  .desc-4 {
    font-size: 0.6875rem !important;
    line-height: 1.55em;
  }
}
[class^=desc-] p:last-child,
[class*=" desc-"] p:last-child {
  margin-bottom: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
}
.sanita h1, .sanita .h1, .sanita h2, .sanita .h2, .sanita h3, .sanita .h3, .sanita h4, .sanita .h4, .sanita h5, .sanita .h5, .sanita h6, .sanita .h6 {
  font-family: "rustica", sans-serif;
  font-weight: 500;
}
.sanita h1 b, .sanita .h1 b, .sanita h1 strong, .sanita .h1 strong, .sanita h2 b, .sanita .h2 b, .sanita h2 strong, .sanita .h2 strong, .sanita h3 b, .sanita .h3 b, .sanita h3 strong, .sanita .h3 strong, .sanita h4 b, .sanita .h4 b, .sanita h4 strong, .sanita .h4 strong, .sanita h5 b, .sanita .h5 b, .sanita h5 strong, .sanita .h5 strong, .sanita h6 b, .sanita .h6 b, .sanita h6 strong, .sanita .h6 strong {
  font-weight: 500;
}
.corporate h1, .corporate .h1, .corporate h2, .corporate .h2, .corporate h3, .corporate .h3, .corporate h4, .corporate .h4, .corporate h5, .corporate .h5, .corporate h6, .corporate .h6 {
  font-weight: 500;
}

.--color-blue {
  color: #003e5c !important;
}

.cloud {
  background: #f3fcfd;
  width: auto;
  padding: 0.625rem 1.875rem;
  border-radius: 0.75rem;
}

.cloud p {
  margin: 0px;
  padding: 0px;
}

span.separator:after,
span.separator:before {
  margin-bottom: 4px;
  background: #ccc;
  width: 100px;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 14px;
}

span.separator:after {
  margin-left: 14px;
}

span.separator:before {
  margin-right: 14px;
}

.entry-content h1, .entry-content .h1, .entry-content h2, .entry-content .h2, .entry-content h3, .entry-content .h3, .entry-content h4, .entry-content .h4, .entry-content h5, .entry-content .h5, .entry-content h6, .entry-content .h6 {
  margin-bottom: 0.5em;
  color: var(--bs-site-primary);
  font-weight: 700;
}
.sanita .entry-content h1, .sanita .entry-content .h1, .sanita .entry-content h2, .sanita .entry-content .h2, .sanita .entry-content h3, .sanita .entry-content .h3, .sanita .entry-content h4, .sanita .entry-content .h4, .sanita .entry-content h5, .sanita .entry-content .h5, .sanita .entry-content h6, .sanita .entry-content .h6 {
  font-weight: 500;
}
.entry-content p, .entry-content ul, .entry-content ol {
  margin-bottom: 2.5rem;
  padding: 0;
}
.entry-content ul {
  list-style: outside disc;
}
.entry-content ul li {
  margin-left: 20px;
}
.entry-content ol {
  list-style: outside decimal;
}
.entry-content ol li {
  margin-left: 20px;
}
.entry-content small, .entry-content .small {
  font-size: 0.833em;
}
.entry-content a:not(.d-flex):not(.kormed-more-link):not(.global-search__filters-list):not(.global-search__grid-results):not(.algolia-loop__item):not(.algolia-loop.--loading::after):not(.algolia-filters__dropdown-toggle):not(.algolia-searchbox) { /* escludo di fatto quelli con l'icona */
  position: relative;
}
.entry-content a:not(.d-flex):not(.kormed-more-link):not(.global-search__filters-list):not(.global-search__grid-results):not(.algolia-loop__item):not(.algolia-loop.--loading::after):not(.algolia-filters__dropdown-toggle):not(.algolia-searchbox)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 1px;
  background: #003e5c;
  transition: 0.3s all ease;
}
.entry-content a:not(.d-flex):not(.kormed-more-link):not(.global-search__filters-list):not(.global-search__grid-results):not(.algolia-loop__item):not(.algolia-loop.--loading::after):not(.algolia-filters__dropdown-toggle):not(.algolia-searchbox).text-corporate::before {
  background-color: #003e5c;
}
.entry-content a:not(.d-flex):not(.kormed-more-link):not(.global-search__filters-list):not(.global-search__grid-results):not(.algolia-loop__item):not(.algolia-loop.--loading::after):not(.algolia-filters__dropdown-toggle):not(.algolia-searchbox):hover::before {
  width: 100%;
  transition: 0.3s all ease;
}

.p-nomarg p {
  margin: 0;
}

.list-arrow ul {
  padding-left: 0;
  list-style: none;
}
.list-arrow ul li {
  padding-left: 1.5rem;
  position: relative;
}
.list-arrow ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.list-arrow ul li::before {
  font-family: "icomoon";
  content: "\e921";
  color: var(--bs-site-primary);
  font-size: 0.75rem;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-90deg);
}

.sanita ul li::marker {
  font-size: 1.25em;
  color: #FFCA13;
}

.corporate strong, .corporate b {
  font-weight: 500;
}

[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-].fs-125, [class*=" icon-"].fs-125 {
  font-size: 1.125em;
}
[class^=icon-].fs-150, [class*=" icon-"].fs-150 {
  font-size: 1.5em;
}
[class^=icon-].fs-175, [class*=" icon-"].fs-175 {
  font-size: 1.75em;
}
[class^=icon-].fs-200, [class*=" icon-"].fs-200 {
  font-size: 2em;
}
[class^=icon-].fs-n875, [class*=" icon-"].fs-n875 {
  font-size: 0.875em;
}
[class^=icon-].fs-n50, [class*=" icon-"].fs-n50 {
  font-size: 0.5em;
}

.icon-korian:before {
  content: "\e913";
}

.icon-fullscreen:before {
  content: "\e90e";
}

.icon-arrow-down-circle:before {
  content: "\e92a";
}

.icon-arrow-left-circle:before {
  content: "\e92b";
}

.icon-arrow-top-circle:before {
  content: "\e92c";
}

.icon-handshake:before {
  content: "\e92d";
}

.icon-check:before {
  content: "\e929";
}

.icon-close:before {
  content: "\e928";
}

.icon-arrow-down:before {
  content: "\e921";
}

.icon-arrow-left:before {
  content: "\e922";
}

.icon-arrow-up:before {
  content: "\e923";
}

.icon-chevron-down:before {
  content: "\e924";
}

.icon-chevron-left:before {
  content: "\e925";
}

.icon-chevron-right:before {
  content: "\e926";
}

.icon-chevron-up:before {
  content: "\e927";
}

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

.icon-arrow-right:before {
  content: "\e91f";
}

.icon-upload:before {
  content: "\e91a";
}

.icon-share:before {
  content: "\e906";
}

.icon-arrow-right-circle:before {
  content: "\e900";
}

.icon-email:before {
  content: "\e901";
}

.icon-email-fill:before {
  content: "\e902";
}

.icon-facebook:before {
  content: "\e903";
}

.icon-fax:before {
  content: "\e904";
}

.icon-hospital:before {
  content: "\e905";
}

.icon-close-circle:before {
  content: "\e907";
}

.icon-health:before {
  content: "\e908";
}

.icon-exit:before {
  content: "\e909";
}

.icon-gps:before {
  content: "\e90a";
}

.icon-ios-paper:before {
  content: "\e90b";
}

.icon-linkedin:before {
  content: "\e90c";
}

.icon-megaphone:before {
  content: "\e90d";
}

.icon-star:before {
  content: "\e90f";
}

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

.icon-plus-cirlce:before {
  content: "\e911";
}

.icon-download-file:before {
  content: "\e912";
}

.icon-play-circle:before {
  content: "\e914";
}

.icon-virtualtour:before {
  content: "\e915";
}

.icon-phone:before {
  content: "\e916";
}

.icon-boxes:before {
  content: "\e917";
}

.icon-calendar:before {
  content: "\e918";
}

.icon-alert:before {
  content: "\e919";
}

.icon-pin:before {
  content: "\e91b";
}

.icon-tag:before {
  content: "\e91c";
}

.icon-time:before {
  content: "\e91d";
}

.icon-youtube:before {
  content: "\e91e";
}

.icon-kormed-chevron-right:before {
  content: "\e933";
}

.icon-kormed-chevron-left:before {
  content: "\e934";
}

.icon-list:before {
  content: "\e935";
}

.icon-download:before {
  content: "\e936";
}

/* FONT PER KORMED */
.rustica-300 {
  font-family: "rustica", sans-serif !important;
  font-weight: 300 !important;
}

.rustica-400 {
  font-family: "rustica", sans-serif !important;
  font-weight: 400 !important;
}

.rustica-500, .gf-layout-responsive-2-col .gfield:not(.gf_label_visible) .gfield_label {
  font-family: "rustica", sans-serif !important;
  font-weight: 500 !important;
}

.rustica-700 {
  font-family: "rustica", sans-serif !important;
  font-weight: 700 !important;
}

.libre-400 {
  font-family: "Libre Baskerville", serif !important;
  font-weight: 400 !important;
}

body.sanita .libre-400 {
  font-family: "rustica", sans-serif !important;
}

body.corporate .libre-400 {
  font-family: "Montserrat", sans-serif !important;
}

.libre-700, .swiper-page-hero .swiper-pagination-bullet, .free-txt blockquote:before {
  font-family: "Libre Baskerville", serif !important;
  font-weight: 700 !important;
}

body.sanita .libre-700, body.sanita .swiper-page-hero .swiper-pagination-bullet, .swiper-page-hero body.sanita .swiper-pagination-bullet, body.sanita .free-txt blockquote:before, .free-txt body.sanita blockquote:before {
  font-family: "rustica", sans-serif !important;
}

body.corporate .libre-700, body.corporate .swiper-page-hero .swiper-pagination-bullet, .swiper-page-hero body.corporate .swiper-pagination-bullet, body.corporate .free-txt blockquote:before, .free-txt body.corporate blockquote:before {
  font-family: "Montserrat", sans-serif !important;
}

.century-400 {
  font-family: "Century Gothic", sans-serif !important;
  font-weight: 400 !important;
}

body.sanita .century-400 {
  font-family: "rustica", sans-serif !important;
}

body.corporate .century-400 {
  font-family: "Montserrat", sans-serif !important;
}

.century-700, .single-openday .select2-selection__placeholder, .single-openday .select2-selection__rendered, .global-search__filter, .card-struttura__label a, .card-struttura__label span {
  font-family: "Century Gothic", sans-serif !important;
  font-weight: 700 !important;
}

body.sanita .century-700, body.sanita .single-openday .select2-selection__placeholder, .single-openday body.sanita .select2-selection__placeholder, body.sanita .single-openday .select2-selection__rendered, .single-openday body.sanita .select2-selection__rendered, body.sanita .global-search__filter, body.sanita .card-struttura__label a, .card-struttura__label body.sanita a, body.sanita .card-struttura__label span, .card-struttura__label body.sanita span {
  font-family: "rustica", sans-serif !important;
}

body.corporate .century-700, body.corporate .single-openday .select2-selection__placeholder, .single-openday body.corporate .select2-selection__placeholder, body.corporate .single-openday .select2-selection__rendered, .single-openday body.corporate .select2-selection__rendered, body.corporate .global-search__filter, body.corporate .card-struttura__label a, .card-struttura__label body.corporate a, body.corporate .card-struttura__label span, .card-struttura__label body.corporate span {
  font-family: "Montserrat", sans-serif !important;
}

.sanita .century-700, .sanita .single-openday .select2-selection__placeholder, .single-openday .sanita .select2-selection__placeholder, .sanita .single-openday .select2-selection__rendered, .single-openday .sanita .select2-selection__rendered, .sanita .global-search__filter, .sanita .card-struttura__label a, .card-struttura__label .sanita a, .sanita .card-struttura__label span, .card-struttura__label .sanita span, .sanita .libre-700, .sanita .swiper-page-hero .swiper-pagination-bullet, .swiper-page-hero .sanita .swiper-pagination-bullet, .sanita .free-txt blockquote:before, .free-txt .sanita blockquote:before {
  font-weight: 400 !important;
}
.sanita .fw-bold {
  font-weight: 500 !important;
}
.sanita .rustica-600 {
  font-weight: 600;
}

.corporate .century-700, .corporate .single-openday .select2-selection__placeholder, .single-openday .corporate .select2-selection__placeholder, .corporate .single-openday .select2-selection__rendered, .single-openday .corporate .select2-selection__rendered, .corporate .global-search__filter, .corporate .card-struttura__label a, .card-struttura__label .corporate a, .corporate .card-struttura__label span, .card-struttura__label .corporate span, .corporate .libre-700, .corporate .swiper-page-hero .swiper-pagination-bullet, .swiper-page-hero .corporate .swiper-pagination-bullet, .corporate .free-txt blockquote:before, .free-txt .corporate blockquote:before, .corporate .fw-bold {
  font-weight: 500 !important;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.site-footer .site-logo {
  display: block;
}
.site-footer .site-logo img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
@media (max-width: 767.98px) {
  .site-footer .site-logo img {
    max-width: 35vw;
  }
}
.site-footer__menu-area {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}
@media (max-width: 767.98px) {
  .site-footer__menu-area-item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.site-footer__menu-title {
  color: #809EAE;
}
@media (max-width: 767.98px) {
  .site-footer__menu-title {
    border-bottom: 1px solid #809EAE !important;
  }
}
.sanita .site-footer__menu-title, .corporate .site-footer__menu-title {
  color: #ffffff;
  border-bottom: none !important;
}
.site-footer__menu-title .accordion-button,
.site-footer__menu-title .accordion-button:not(.collapsed) {
  color: #809EAE !important;
}
.site-footer__menu-title .accordion-button::after,
.site-footer__menu-title .accordion-button:not(.collapsed)::after {
  color: #809EAE;
}
.sanita .site-footer__menu-title .accordion-button,
.sanita .site-footer__menu-title .accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color: transparent !important;
}
@media (max-width: 767.98px) {
  .sanita .site-footer__menu-title .accordion-button,
  .sanita .site-footer__menu-title .accordion-button:not(.collapsed) {
    min-height: 50px;
  }
}
.sanita .site-footer__menu-title .accordion-button::after,
.sanita .site-footer__menu-title .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0992 -1.81798e-09L6.09067 5.59762L-0.000722885 0.0424051L0.0407152 2.4416L6.04923 8.12404L12.1406 2.56882L12.0992 -1.81798e-09Z' fill='%23ffffff'/%3E%3C/svg%3E%0A") !important;
}
.corporate .site-footer__menu-title .accordion-button,
.corporate .site-footer__menu-title .accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color: transparent !important;
  padding-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  .corporate .site-footer__menu-title .accordion-button,
  .corporate .site-footer__menu-title .accordion-button:not(.collapsed) {
    min-height: 50px;
  }
}
.corporate .site-footer__menu-title .accordion-button::after,
.corporate .site-footer__menu-title .accordion-button:not(.collapsed)::after {
  color: #ffffff !important;
}
.site-footer__menu-item:not(:last-child) {
  margin-bottom: 0.4375rem;
}
.corporate .site-footer__menu-item:not(:last-child) {
  margin-bottom: 0 !important;
}
.site-footer__menu-item i {
  width: 0.875rem;
  display: inline-block;
}
.site-footer__menu-item a {
  position: relative;
}
.site-footer__menu-item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 1px;
  background: #ffffff;
  transition: 0.3s all ease;
}
.site-footer__menu-item a.text-corporate::before {
  background-color: #003e5c;
}
.site-footer__menu-item a:hover::before {
  width: 100%;
  transition: 0.3s all ease;
}
.sanita .site-footer__menu.accordion-collapse, .corporate .site-footer__menu.accordion-collapse {
  background-color: transparent !important;
}
.corporate .site-footer__menu-area-item.accordion-item {
  border-radius: 0 !important;
  border-top: 1px solid #E2E1DE !important;
  background-color: transparent !important;
  margin-bottom: 0 !important;
}
.site-footer__credits p a {
  transition: 0.2s linear all;
  text-decoration: none;
}
.site-footer__credits p a:hover {
  text-decoration: underline;
}
.site-footer__socials a {
  display: block;
}
.site-footer__socials a:hover {
  transform: scale(1.15);
}

.seo-area__item-list a:not(.kormed-more-link) {
  position: relative;
}
.seo-area__item-list a:not(.kormed-more-link)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 1px;
  background: #003e5c;
  transition: 0.3s all ease;
}
.seo-area__item-list a:not(.kormed-more-link).text-corporate::before {
  background-color: #003e5c;
}
.seo-area__item-list a:not(.kormed-more-link):hover::before {
  width: 100%;
  transition: 0.3s all ease;
}

@media (max-width: 575.98px) {
  .c_logo {
    width: 60%;
  }
}
.site-header {
  z-index: 1029;
  position: relative;
}
.site-header--desktop {
  border-bottom: 1px solid #F8F8F8;
}
.site-header--desktop .custom-logo-link {
  display: flex;
  align-items: center;
}
.site-header--desktop .custom-logo-link img {
  width: 180px;
}
.sanita .site-header--desktop .custom-logo-link img {
  width: 150px;
}
@media screen and (max-width: 1410px) {
  .sanita .site-header--desktop .custom-logo-link img {
    width: 120px;
  }
}
@media (max-width: 1399.98px) {
  .site-header--desktop .custom-logo-link img {
    width: 150px;
  }
}
.site-header--desktop .site-header__navigation {
  font-size: 0.875rem;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .site-header--desktop .site-header__navigation {
    font-size: 0.8125rem;
  }
}
.sanita .site-header--desktop .site-header__navigation {
  font-size: 0.8125rem;
}
.site-header--desktop .site-header__navigation a {
  color: #003e5c;
}
.appartamenti .site-header--desktop .site-header__navigation a {
  color: #003e5c !important;
}
.appartamenti .site-header--desktop .site-header__navigation a .text-site-primary, .appartamenti .site-header--desktop .site-header__navigation a .global-search__filter.active, .appartamenti .site-header--desktop .site-header__navigation a .global-search__filter:hover, .appartamenti .site-header--desktop .site-header__navigation a .card-struttura__label a, .card-struttura__label .appartamenti .site-header--desktop .site-header__navigation a a, .appartamenti .site-header--desktop .site-header__navigation a .card-struttura__label span, .card-struttura__label .appartamenti .site-header--desktop .site-header__navigation a span {
  color: #003e5c !important;
}
.site-header--desktop .site-header__navigation > ul > li {
  position: relative;
}
.site-header--desktop .site-header__navigation > ul > li:hover > .submenu {
  display: block;
}
.site-header--desktop .site-header__navigation > ul > li:hover > .submenu.megamenu-tabs {
  display: flex;
}
.site-header--desktop .site-header__navigation > ul > li > a {
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
}
body.sanita .site-header--desktop .site-header__navigation > ul > li > a {
  font-family: "rustica", sans-serif;
}
body.corporate .site-header--desktop .site-header__navigation > ul > li > a {
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1399.98px) {
  .site-header--desktop .site-header__navigation > ul > li > a {
    font-size: 0.75rem;
  }
}
.sanita .site-header--desktop .site-header__navigation > ul > li > a {
  font-family: "rustica", sans-serif;
  font-weight: 500;
}
.corporate .site-header--desktop .site-header__navigation > ul > li > a {
  font-weight: 500;
}
.site-header--desktop .site-header__navigation > ul > li:first-child .megamenu {
  left: 0;
  transform: translateX(0);
}
.site-header--desktop .site-header__navigation > ul > li:first-child .megamenu::before {
  left: 2rem;
  transform: translateX(0);
}
.site-header--desktop .site-header__navigation > ul > li:first-child .megamenu.w1100 {
  left: -150px;
}
.site-header--desktop .site-header__navigation > ul > li:first-child .megamenu.w1100::before {
  left: calc(3rem + 150px);
  transform: translateX(0);
}
.site-header--desktop .site-header__navigation > ul > li:first-child .megamenu.--multirow {
  left: -150px;
}
.site-header--desktop .site-header__navigation > ul > li:first-child .megamenu.--multirow::before {
  left: calc(3rem + 150px);
  transform: translateX(0);
}
.site-header--desktop .site-header__toggle-search svg {
  height: 2rem;
  width: 2rem;
}
.sanita .site-header--desktop .site-header__toggle-search svg, .corporate .site-header--desktop .site-header__toggle-search svg {
  height: 1.125rem;
  width: 1.125rem;
}
.site-header--desktop .site-header__toggle-search svg > * {
  pointer-events: none;
}
.site-header--desktop .site-header__toggle-search svg.active .svg-stroked {
  fill: var(--bs-site-primary);
}
.site-header--desktop .site-header__toggle-search svg.active .svg-filled {
  fill: #ffffff;
}
.site-header--desktop .site-header__toggle-search {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header--desktop .site-header__side > li {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1399.98px) {
  .site-header--desktop .site-header__side > li > a {
    font-size: 0.75rem;
  }
}
.site-header--desktop .site-header__side > li:hover > .submenu {
  top: 100%;
  display: block;
}
.site-header--desktop .site-header__side > li:hover > .submenu.megamenu-tabs {
  display: flex;
}
.sanita .site-header--desktop .site-header__side .cta, .sanita .site-header--desktop .site-header__side .gf-layout-responsive-2-col .gform_button, .gf-layout-responsive-2-col .sanita .site-header--desktop .site-header__side .gform_button, .sanita .site-header--desktop .site-header__side .page-template-tpl-openday .gform-footer input[type=submit], .page-template-tpl-openday .gform-footer .sanita .site-header--desktop .site-header__side input[type=submit],
.sanita .site-header--desktop .site-header__side .page-template-tpl-single-openday .gform-footer input[type=submit],
.page-template-tpl-single-openday .gform-footer .sanita .site-header--desktop .site-header__side input[type=submit], .sanita .site-header--desktop .site-header__side .evelean input[type=submit], .sanita .evelean .site-header--desktop .site-header__side input[type=submit], .sanita .site-header--desktop .site-header__side .search-filter-reset, .sanita .site-header--desktop .site-header__side .corporate .pressTab .nav-item .nav-link, .corporate .pressTab .nav-item .sanita .site-header--desktop .site-header__side .nav-link {
  font-size: 0.6875rem;
}
.site-header--desktop .site-header__socials a:hover {
  transform: scale(1.15);
}
.site-header--desktop .site-header__numverde {
  width: 160px;
  height: auto;
}
@media (max-width: 1399.98px) {
  .site-header--desktop .site-header__numverde {
    width: 120px;
  }
}
.site-header__topper-bar {
  font-size: 0.75rem;
  height: 36px;
}
@media (max-width: 991.98px) {
  .site-header__topper-bar__button {
    border-width: 1px !important;
    font-size: 0.625rem !important;
    padding: 0.5rem 0.75rem !important;
  }
}
.site-header__middle-bar {
  width: 100%;
  top: 36px;
  background-color: #ffffff;
  z-index: 5;
}
.site-header.scrolled:not(.--struttura) .site-header__middle-bar {
  position: fixed;
  top: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.site-header-searchbar {
  opacity: 0;
  pointer-events: none;
  transition: 0.2s linear all;
  position: absolute;
  width: 100%;
  z-index: 1;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.site-header-searchbar .container {
  position: relative;
}
.site-header-searchbar.visible {
  opacity: 1;
  pointer-events: auto;
  transition: 0.2s linear all;
}
.site-header-searchbar input::-moz-placeholder {
  font-size: 0.9375rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: 400;
}
.site-header-searchbar input::placeholder {
  font-size: 0.9375rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: 400;
}
body.sanita .site-header-searchbar input::-moz-placeholder {
  font-family: "rustica", sans-serif;
}
body.sanita .site-header-searchbar input::placeholder {
  font-family: "rustica", sans-serif;
}
body.corporate .site-header-searchbar input::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
}
body.corporate .site-header-searchbar input::placeholder {
  font-family: "Montserrat", sans-serif;
}
.site-header-searchbar input[type=submit] {
  background: none;
  border: none;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #003e5c;
  padding: 0;
}
body.sanita .site-header-searchbar input[type=submit] {
  font-family: "rustica", sans-serif;
}
body.corporate .site-header-searchbar input[type=submit] {
  font-family: "Montserrat", sans-serif;
}
.site-header-searchbar.--algolia {
  position: fixed;
  inset: 0;
  overflow: hidden;
}
.site-header-searchbar.--algolia .container {
  position: initial;
}
.site-header--mobile {
  z-index: 10;
}
.site-header.scrolled .site-header--mobile {
  position: fixed;
  top: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 10;
}
.site-header--mobile .custom-logo-link {
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.site-header--mobile .site-header__middle-bar {
  border-top: 3px solid var(--bs-site-primary);
  border-bottom: 1px solid #E2E1DE;
  background-color: #ffffff;
}
.site-header--mobile .site-header__middle-bar.corporate {
  border-top: 3px solid #003e5c;
  border-bottom: 1px solid #003e5c;
}
.site-header--mobile .site-header__middle-bar.sanita {
  border-top: 3px solid #008093;
  border-bottom: 1px solid #008093;
}
.site-header--mobile .site-header__middle-bar.rsa {
  border-top: 3px solid #E18230;
  border-bottom: 1px solid #E18230;
}
.site-header--mobile .site-header__middle-bar.appartamenti {
  border-top: 3px solid #FFCA13;
  border-bottom: 1px solid #FFCA13;
}
.site-header--mobile .site-header__middle-bar.cure {
  border-top: 3px solid #FFCA13;
  border-bottom: 1px solid #FFCA13;
}
.site-header--mobile .site-header__navigation {
  font-size: 0.8125rem;
  overflow: auto;
}
.site-header--mobile .site-header__navigation a {
  color: #003e5c;
}
.site-header--mobile .site-header__navigation-inner {
  height: calc(100vh - 56px);
}
.site-header--mobile .site-header__navigation-inner > div > ul > li:last-child {
  border-bottom: 1px solid #C6C3BD;
}
.site-header--mobile .site-header__navigation-item {
  padding: 0.5rem var(--bs-gutter-x, 0.75rem);
  display: block;
}
.site-header--mobile .site-header__navigation-item i {
  transition: 0.2s linear;
}
.site-header--mobile .site-header__navigation-item.collapsed > i {
  transform: rotate(180deg);
}
.site-header--mobile .site-header__navigation-item.--parent {
  padding: 1rem var(--bs-gutter-x, 0.75rem);
  border-top: 1px solid #C6C3BD;
}
.sanita .site-header--mobile .site-header__navigation-item.bg-cure, .sanita .site-header--mobile .site-header__navigation-item.bg-appartamenti {
  color: #003e5c !important;
}
.site-header--mobile .site-header__navigation-submenu {
  border-top: 1px solid #C6C3BD;
}
.site-header--mobile .site-header__navigation-submenu .site-header__navigation-item {
  padding-left: 2.5rem;
}
.site-header--mobile .site-header__navigation-submenu .site-header__navigation-submenu .site-header__navigation-item {
  padding-left: 3.5rem;
}
.site-header--mobile .site-header-searchbar__form input::-moz-placeholder {
  color: #ffffff;
}
.site-header--mobile .site-header-searchbar__form input::placeholder {
  color: #ffffff;
}
.site-header--mobile .site-header__toggle {
  cursor: pointer;
  width: 50px;
  background-color: var(--bs-site-primary);
  transition: 0.1s ease-in-out;
}
.site-header--mobile .site-header__toggle-menu {
  position: relative;
}
.site-header--mobile .site-header__toggle-menu span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  opacity: 1;
  transition: 0.1s ease-in-out;
  transform-origin: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site-header--mobile .site-header__toggle-menu span:nth-child(1) {
  top: calc(50% - 6px);
}
.site-header--mobile .site-header__toggle-menu span:nth-child(2), .site-header--mobile .site-header__toggle-menu span:nth-child(3) {
  top: 50%;
}
.site-header--mobile .site-header__toggle-menu span:nth-child(4) {
  top: calc(50% + 6px);
}
.site-header--mobile .site-header__toggle-menu:not(.collapsed) span:nth-child(1) {
  opacity: 0;
}
.site-header--mobile .site-header__toggle-menu:not(.collapsed) span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.site-header--mobile .site-header__toggle-menu:not(.collapsed) span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.site-header--mobile .site-header__toggle-menu:not(.collapsed) span:nth-child(4) {
  opacity: 0;
}
.site-header--mobile .site-header__toggle.corporate {
  background-color: #003e5c;
}
.site-header--mobile .site-header__toggle i {
  transition: 0.1s ease-in-out;
  color: #ffffff;
}
.site-header--mobile .site-header__toggle span {
  background-color: #ffffff;
}
.site-header--mobile .site-header__toggle.collapsed {
  background-color: transparent;
}
.site-header--mobile .site-header__toggle.collapsed i {
  color: var(--bs-site-primary);
}
.site-header--mobile .site-header__toggle.collapsed.corporate i {
  color: #003e5c;
}
.site-header--mobile .site-header__toggle.collapsed.sanita i {
  color: #008093;
}
.site-header--mobile .site-header__toggle.collapsed.cure i {
  color: #FFCA13;
}
.site-header--mobile .site-header__toggle.collapsed.rsa i {
  color: #E18230;
}
.site-header--mobile .site-header__toggle.collapsed.appartamenti i {
  color: #FFCA13;
}
.site-header--mobile .site-header__toggle.collapsed span {
  background-color: var(--bs-site-primary);
}
.site-header--mobile .site-header__toggle.collapsed.corporate span {
  background-color: #003e5c;
}
.site-header--mobile .site-header__toggle.collapsed.sanita span {
  background-color: #008093;
}
.site-header--mobile .site-header__toggle.collapsed.cure span {
  background-color: #FFCA13;
}
.site-header--mobile .site-header__toggle.collapsed.rsa span {
  background-color: #E18230;
}
.site-header--mobile .site-header__toggle.collapsed.appartamenti i {
  background-color: #FFCA13;
}
.site-header--mobile .container {
  max-width: 100%;
}
.site-header--mobile .site-header__numverde {
  max-width: 115px;
}
.site-header--mobile .site-header__contacts .site-header__navigation-item figure img {
  width: 50px;
}
.site-header__socials a {
  font-size: 18px;
}
.site-header.--struttura.scrolled {
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.site-header.--struttura .site-header__topper-bar {
  height: 41px;
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .site-header.--struttura .site-header__topper-bar {
    height: 70px;
  }
}
.site-header.--struttura .site-header--desktop .custom-logo-link img {
  width: 135px;
}
.site-header.--struttura .site-header__toggle {
  cursor: pointer;
  width: 50px;
  height: 50px;
  transition: 0.1s ease-in-out;
}
.site-header.--struttura .site-header__toggle-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site-header.--struttura .site-header__toggle-menu span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  opacity: 1;
  transition: 0.1s ease-in-out;
  transform-origin: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site-header.--struttura .site-header__toggle-menu span:nth-child(1) {
  top: calc(50% - 6px);
}
.site-header.--struttura .site-header__toggle-menu span:nth-child(2), .site-header.--struttura .site-header__toggle-menu span:nth-child(3) {
  top: 50%;
}
.site-header.--struttura .site-header__toggle-menu span:nth-child(4) {
  top: calc(50% + 6px);
}
.site-header.--struttura .site-header__toggle-menu:not(.collapsed) span:nth-child(1) {
  opacity: 0;
}
.site-header.--struttura .site-header__toggle-menu:not(.collapsed) span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.site-header.--struttura .site-header__toggle-menu:not(.collapsed) span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.site-header.--struttura .site-header__toggle-menu:not(.collapsed) span:nth-child(4) {
  opacity: 0;
}
.site-header.--struttura .site-header__toggle i {
  transition: 0.1s ease-in-out;
  color: #ffffff;
}
.site-header.--struttura .site-header__toggle span {
  background-color: #ffffff;
}
.site-header.--struttura .site-header__toggle.collapsed span {
  background-color: #ffffff;
}
.site-header.--struttura .site-header__navigation {
  font-size: 0.8125rem;
  background-color: #003e5c;
  overflow: auto;
}
.site-header.--struttura .site-header__navigation a {
  color: #ffffff;
}
.site-header.--struttura .site-header__navigation-inner {
  height: calc(100vh - 120px);
}
@media (max-width: 991.98px) {
  .site-header.--struttura .site-header__middle-bar {
    background-color: #003e5c;
  }
}
.site-header .megamenu-contatti figure img {
  width: 50px;
}

.megamenu {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-top: 4px solid var(--bs-site-primary);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 1030; /* 1020 è sticky-top */
}
.megamenu.corporate {
  border-top: 4px solid #003e5c;
}
.megamenu.sanita {
  border-top: 4px solid #008093;
}
.megamenu.rsa {
  border-top: 4px solid #E18230;
}
.megamenu.appartamenti {
  border-top: 4px solid #FFCA13;
}
.megamenu.cure {
  border-top: 4px solid #FFCA13;
}
.megamenu li {
  margin-bottom: 1rem;
}
.megamenu li:last-of-type {
  margin-bottom: 0;
}
.megamenu a {
  color: #003e5c;
}
.megamenu a:not(.d-flex):not(.kormed-more-link):not(.global-search__filters-list):not(.global-search__grid-results):not(.algolia-loop__item):not(.algolia-loop.--loading::after):not(.algolia-filters__dropdown-toggle):not(.algolia-searchbox) { /* escludo di fatto quelli con l'icona */ }
.megamenu a:not(.d-flex):not(.kormed-more-link):not(.global-search__filters-list):not(.global-search__grid-results):not(.algolia-loop__item):not(.algolia-loop.--loading::after):not(.algolia-filters__dropdown-toggle):not(.algolia-searchbox):hover {
  text-decoration: underline;
}
.megamenu a:not(.w-icon):hover span {
  text-decoration: underline;
}
.megamenu a:hover .w-icon span {
  text-decoration: none;
}
.megamenu::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 7px 4.5px;
  border-color: transparent transparent var(--bs-site-primary) transparent;
  position: absolute;
  top: -11px; /* altezza del triangolo - border top*/
}
.megamenu.corporate::before {
  border-color: transparent transparent #003e5c transparent;
}
.megamenu.sanita::before {
  border-color: transparent transparent #008093 transparent;
}
.megamenu.rsa::before {
  border-color: transparent transparent #E18230 transparent;
}
.megamenu.appartamenti::before {
  border-color: transparent transparent #FFCA13 transparent;
}
.megamenu.cure::before {
  border-color: transparent transparent #FFCA13 transparent;
}
.megamenu p, .megamenu figure {
  margin: 0;
}
.megamenu-contatti {
  width: 370px;
}
.megamenu-contatti::before {
  left: 50%;
  transform: translateX(-50%);
}
.megamenu-colonne {
  width: 700px;
}
.megamenu-colonne.w1200 {
  width: 1200px;
}
.megamenu-colonne.w1100 {
  width: 1100px;
}
.megamenu-colonne.w800 {
  width: 800px;
}
.megamenu-colonne .megamenu-colonne.--specialita {
  width: 1000px;
  overflow: auto;
  max-height: 800px;
}
.megamenu-colonne .megamenu-colonne.--specialita ul li {
  margin-bottom: 0.275rem;
  font-size: 0.75rem;
}
.megamenu-colonne.--multirow {
  width: 1200px;
}
.megamenu-colonne::before {
  left: 50%;
  transform: translateX(-50%);
}
.megamenu-colonne__empty-title {
  height: 57px;
}
.megamenu-colonne.--1 {
  width: 400px;
}
.megamenu-colonne.--1 .col-4 {
  width: 100%;
}
@media (min-width: 1200px) {
  .megamenu-grid ul {
    float: left;
  }
  .megamenu-grid ul:nth-child(4) {
    clear: both;
  }
}
.megamenu-tabs::before {
  left: 50%;
  transform: translateX(-50%);
}
.megamenu-tabs.with-2cols {
  width: 835px;
}
.megamenu-tabs.with-1cols {
  width: 750px;
}
.megamenu-tabs-navi {
  width: 230px;
  background-color: var(--bs-site-primary-light);
  flex-shrink: 0;
}
.megamenu-tabs-navi ul li {
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 2.375rem;
}
.megamenu-tabs-navi ul li.active, .megamenu-tabs-navi ul li:hover {
  color: var(--bs-site-primary);
  background-color: #ffffff;
}
.megamenu-tabs-navi ul li.active i, .megamenu-tabs-navi ul li:hover i {
  color: #003e5c;
}
.megamenu-tabs-content__item {
  display: none;
}
.megamenu-tabs-content__item.active {
  display: block;
}
.megamenu-tabs-content__figure-main {
  width: 170px;
  flex: 0 0 auto;
}
.megamenu-tabs-content__figure-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.megamenu .--2cols {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.appartamenti .megamenu .text-site-primary, .appartamenti .megamenu .global-search__filter.active, .appartamenti .megamenu .global-search__filter:hover, .appartamenti .megamenu .card-struttura__label a, .card-struttura__label .appartamenti .megamenu a, .appartamenti .megamenu .card-struttura__label span, .card-struttura__label .appartamenti .megamenu span {
  color: #003e5c !important;
}

body.overlay-mask::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  pointer-events: none;
}

.menu-link-icon {
  width: 25px;
  height: auto;
}

a {
  transition: 0.2s linear all;
  color: var(--bs-site-primary);
  text-decoration: none;
}
a:hover {
  transition: 0.2s linear all;
  color: var(--bs-site-primary-dark);
}
a.text-corporate:hover {
  color: #0B273D;
}
a.btn-orange {
  color: #ED7200 !important;
}
a.btn-orange:hover {
  color: #ED7200 !important;
}
.bg-site-primary a {
  color: #ffffff;
}
.appartamenti .bg-site-primary a {
  color: #003e5c;
}
.bg-corporate a {
  color: #ffffff;
}
a[href^="mailto:"] {
  word-break: break-all;
}

p > a {
  text-decoration: underline !important;
}

.w-icon i {
  display: inline-block;
  transition: 0.3s linear all;
}
.sanita .w-icon, .corporate .w-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
}
.sanita .w-icon svg, .corporate .w-icon svg {
  transition: 0.2s linear all;
}
.w-icon:hover [class^=icon-],
.w-icon:hover [class*=" icon-"] {
  transform: scale(1.125);
  transition: 0.3s linear all;
}
.sanita .w-icon:hover [class^=icon-],
.sanita .w-icon:hover [class*=" icon-"] {
  transform: translatex(4px);
}
.corporate .w-icon:hover [class^=icon-],
.corporate .w-icon:hover [class*=" icon-"] {
  transform: scale(1);
}
.w-icon.--arrow:hover [class^=icon-],
.w-icon.--arrow:hover [class*=" icon-"] {
  transform: translateX(5px);
}
.w-icon.--arrow:hover svg {
  transform: translateX(5px);
}

.bg-site-primary [class^=icon-],
.bg-site-primary [class*=" icon-"] {
  color: #ffffff;
}
.appartamenti .bg-site-primary [class^=icon-],
.appartamenti .bg-site-primary [class*=" icon-"] {
  color: #003e5c;
}

.cta, .gf-layout-responsive-2-col .gform_button, .page-template-tpl-openday .single-openday__form-container .gform-footer input[type=submit],
.page-template-tpl-single-openday .single-openday__form-container .gform-footer input[type=submit], .page-template-tpl-openday .gform-footer input[type=submit],
.page-template-tpl-single-openday .gform-footer input[type=submit], .sanita .evelean input[type=submit], .search-filter-reset, .corporate .pressTab .nav-item .nav-link {
  line-height: 1;
  padding: 0.9375rem 1.875rem;
  font-size: 0.875rem;
  border-radius: 0.5625rem;
  text-decoration: none;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  transition: 0.2s linear all;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  /* 
  Variazione con stondature
  */
}
body.sanita .cta, body.sanita .gf-layout-responsive-2-col .gform_button, .gf-layout-responsive-2-col body.sanita .gform_button, body.sanita .page-template-tpl-openday .gform-footer input[type=submit], .page-template-tpl-openday .gform-footer body.sanita input[type=submit],
body.sanita .page-template-tpl-single-openday .gform-footer input[type=submit],
.page-template-tpl-single-openday .gform-footer body.sanita input[type=submit], body.sanita .evelean input[type=submit], body.sanita .search-filter-reset, body.sanita .corporate .pressTab .nav-item .nav-link, .corporate .pressTab .nav-item body.sanita .nav-link {
  font-family: "rustica", sans-serif;
}
body.corporate .cta, body.corporate .gf-layout-responsive-2-col .gform_button, .gf-layout-responsive-2-col body.corporate .gform_button, body.corporate .page-template-tpl-openday .gform-footer input[type=submit], .page-template-tpl-openday .gform-footer body.corporate input[type=submit],
body.corporate .page-template-tpl-single-openday .gform-footer input[type=submit],
.page-template-tpl-single-openday .gform-footer body.corporate input[type=submit], body.corporate .sanita .evelean input[type=submit], .sanita .evelean body.corporate input[type=submit], body.corporate .search-filter-reset, body.corporate .pressTab .nav-item .nav-link {
  font-family: "Montserrat", sans-serif;
}
.sanita .cta, .sanita .gf-layout-responsive-2-col .gform_button, .gf-layout-responsive-2-col .sanita .gform_button, .sanita .page-template-tpl-openday .gform-footer input[type=submit], .page-template-tpl-openday .gform-footer .sanita input[type=submit],
.sanita .page-template-tpl-single-openday .gform-footer input[type=submit],
.page-template-tpl-single-openday .gform-footer .sanita input[type=submit], .sanita .evelean input[type=submit], .sanita .search-filter-reset, .sanita .corporate .pressTab .nav-item .nav-link, .corporate .pressTab .nav-item .sanita .nav-link {
  padding: 0.8125rem 1.25rem;
  text-transform: uppercase;
}
.corporate .cta, .corporate .gf-layout-responsive-2-col .gform_button, .gf-layout-responsive-2-col .corporate .gform_button, .corporate .page-template-tpl-openday .gform-footer input[type=submit], .page-template-tpl-openday .gform-footer .corporate input[type=submit],
.corporate .page-template-tpl-single-openday .gform-footer input[type=submit],
.page-template-tpl-single-openday .gform-footer .corporate input[type=submit], .corporate .sanita .evelean input[type=submit], .sanita .evelean .corporate input[type=submit], .corporate .search-filter-reset, .corporate .pressTab .nav-item .nav-link {
  padding: 1rem 1.5rem;
}
.cta.--no-radius, .gf-layout-responsive-2-col .--no-radius.gform_button, .page-template-tpl-openday .gform-footer input.--no-radius[type=submit],
.page-template-tpl-single-openday .gform-footer input.--no-radius[type=submit], .sanita .evelean input.--no-radius[type=submit], .--no-radius.search-filter-reset, .corporate .pressTab .nav-item .--no-radius.nav-link {
  border-radius: 0;
}
.cta.--leaflet, .gf-layout-responsive-2-col .--leaflet.gform_button, .page-template-tpl-openday .gform-footer input.--leaflet[type=submit],
.page-template-tpl-single-openday .gform-footer input.--leaflet[type=submit], .sanita .evelean input.--leaflet[type=submit], .--leaflet.search-filter-reset, .corporate .pressTab .nav-item .--leaflet.nav-link {
  border-radius: 0 1.25rem 0 1.25rem;
  padding: 0.625rem 1rem;
  font-size: 0.8125rem;
}
.cta.--leaflet.--right-radius, .gf-layout-responsive-2-col .--leaflet.--right-radius.gform_button, .page-template-tpl-openday .gform-footer input.--leaflet.--right-radius[type=submit],
.page-template-tpl-single-openday .gform-footer input.--leaflet.--right-radius[type=submit], .sanita .evelean input.--leaflet.--right-radius[type=submit], .--leaflet.--right-radius.search-filter-reset, .corporate .pressTab .nav-item .--leaflet.--right-radius.nav-link {
  border-radius: 0 1.25rem 1.25rem 1.25rem;
}
.cta svg path, .gf-layout-responsive-2-col .gform_button svg path, .page-template-tpl-openday .single-openday__form-container .gform-footer input[type=submit] svg path,
.page-template-tpl-single-openday .single-openday__form-container .gform-footer input[type=submit] svg path, .page-template-tpl-openday .gform-footer input[type=submit] svg path,
.page-template-tpl-single-openday .gform-footer input[type=submit] svg path, .sanita .evelean input[type=submit] svg path, .search-filter-reset svg path, .corporate .pressTab .nav-item .nav-link svg path {
  transition: 0.2s linear all;
}
.cta:hover, .gf-layout-responsive-2-col .gform_button:hover, .page-template-tpl-openday .gform-footer input[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer input[type=submit]:hover, .sanita .evelean input[type=submit]:hover, .search-filter-reset:hover, .corporate .pressTab .nav-item .nav-link:hover {
  transition: 0.2s linear all;
}
.cta:hover svg path, .gf-layout-responsive-2-col .gform_button:hover svg path, .page-template-tpl-openday .gform-footer input[type=submit]:hover svg path,
.page-template-tpl-single-openday .gform-footer input[type=submit]:hover svg path, .sanita .evelean input[type=submit]:hover svg path, .search-filter-reset:hover svg path, .corporate .pressTab .nav-item .nav-link:hover svg path {
  transition: 0.2s linear all;
}
.cta.--filled-corporate, .gf-layout-responsive-2-col .--filled-corporate.gform_button, .page-template-tpl-openday .gform-footer input.--filled-corporate[type=submit],
.page-template-tpl-single-openday .gform-footer input.--filled-corporate[type=submit], .sanita .evelean input.--filled-corporate[type=submit], .--filled-corporate.search-filter-reset, .corporate .pressTab .nav-item .--filled-corporate.nav-link {
  background-color: #003e5c;
  color: #ffffff;
  border: 2px solid #003e5c;
}
.bg-site-primary .cta.--filled-corporate, .bg-site-primary .gf-layout-responsive-2-col .--filled-corporate.gform_button, .gf-layout-responsive-2-col .bg-site-primary .--filled-corporate.gform_button, .bg-site-primary .page-template-tpl-openday .gform-footer input.--filled-corporate[type=submit], .page-template-tpl-openday .gform-footer .bg-site-primary input.--filled-corporate[type=submit],
.bg-site-primary .page-template-tpl-single-openday .gform-footer input.--filled-corporate[type=submit],
.page-template-tpl-single-openday .gform-footer .bg-site-primary input.--filled-corporate[type=submit], .bg-site-primary .sanita .evelean input.--filled-corporate[type=submit], .sanita .evelean .bg-site-primary input.--filled-corporate[type=submit], .bg-site-primary .--filled-corporate.search-filter-reset, .bg-site-primary .corporate .pressTab .nav-item .--filled-corporate.nav-link, .corporate .pressTab .nav-item .bg-site-primary .--filled-corporate.nav-link {
  color: #ffffff;
}
.bg-site-primary .cta.--filled-corporate [class^=icon-], .bg-site-primary .gf-layout-responsive-2-col .--filled-corporate.gform_button [class^=icon-], .gf-layout-responsive-2-col .bg-site-primary .--filled-corporate.gform_button [class^=icon-], .bg-site-primary .page-template-tpl-openday .gform-footer input.--filled-corporate[type=submit] [class^=icon-], .page-template-tpl-openday .gform-footer .bg-site-primary input.--filled-corporate[type=submit] [class^=icon-],
.bg-site-primary .page-template-tpl-single-openday .gform-footer input.--filled-corporate[type=submit] [class^=icon-],
.page-template-tpl-single-openday .gform-footer .bg-site-primary input.--filled-corporate[type=submit] [class^=icon-], .bg-site-primary .sanita .evelean input.--filled-corporate[type=submit] [class^=icon-], .sanita .evelean .bg-site-primary input.--filled-corporate[type=submit] [class^=icon-], .bg-site-primary .--filled-corporate.search-filter-reset [class^=icon-], .bg-site-primary .corporate .pressTab .nav-item .--filled-corporate.nav-link [class^=icon-], .corporate .pressTab .nav-item .bg-site-primary .--filled-corporate.nav-link [class^=icon-],
.bg-site-primary .cta.--filled-corporate [class*=" icon-"],
.bg-site-primary .gf-layout-responsive-2-col .--filled-corporate.gform_button [class*=" icon-"],
.gf-layout-responsive-2-col .bg-site-primary .--filled-corporate.gform_button [class*=" icon-"],
.bg-site-primary .page-template-tpl-openday .gform-footer input.--filled-corporate[type=submit] [class*=" icon-"],
.page-template-tpl-openday .gform-footer .bg-site-primary input.--filled-corporate[type=submit] [class*=" icon-"],
.bg-site-primary .page-template-tpl-single-openday .gform-footer input.--filled-corporate[type=submit] [class*=" icon-"],
.page-template-tpl-single-openday .gform-footer .bg-site-primary input.--filled-corporate[type=submit] [class*=" icon-"],
.bg-site-primary .sanita .evelean input.--filled-corporate[type=submit] [class*=" icon-"],
.sanita .evelean .bg-site-primary input.--filled-corporate[type=submit] [class*=" icon-"],
.bg-site-primary .--filled-corporate.search-filter-reset [class*=" icon-"],
.bg-site-primary .corporate .pressTab .nav-item .--filled-corporate.nav-link [class*=" icon-"],
.corporate .pressTab .nav-item .bg-site-primary .--filled-corporate.nav-link [class*=" icon-"] {
  color: #ffffff;
}
.cta.--filled-corporate svg path, .gf-layout-responsive-2-col .--filled-corporate.gform_button svg path, .page-template-tpl-openday .gform-footer input.--filled-corporate[type=submit] svg path,
.page-template-tpl-single-openday .gform-footer input.--filled-corporate[type=submit] svg path, .sanita .evelean input.--filled-corporate[type=submit] svg path, .--filled-corporate.search-filter-reset svg path, .corporate .pressTab .nav-item .--filled-corporate.nav-link svg path {
  fill: #ffffff;
  transition: 0.2s linear all;
}
.cta.--filled-corporate:hover, .gf-layout-responsive-2-col .--filled-corporate.gform_button:hover, .page-template-tpl-openday .gform-footer input.--filled-corporate[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer input.--filled-corporate[type=submit]:hover, .sanita .evelean input.--filled-corporate[type=submit]:hover, .--filled-corporate.search-filter-reset:hover, .corporate .pressTab .nav-item .--filled-corporate.nav-link:hover {
  color: #ffffff;
  border: 2px solid #0B273D;
  background-color: #0B273D;
}
.sanita .cta.--filled-corporate:hover, .sanita .gf-layout-responsive-2-col .--filled-corporate.gform_button:hover, .gf-layout-responsive-2-col .sanita .--filled-corporate.gform_button:hover, .sanita .page-template-tpl-openday .gform-footer input.--filled-corporate[type=submit]:hover, .page-template-tpl-openday .gform-footer .sanita input.--filled-corporate[type=submit]:hover,
.sanita .page-template-tpl-single-openday .gform-footer input.--filled-corporate[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .sanita input.--filled-corporate[type=submit]:hover, .sanita .evelean input.--filled-corporate[type=submit]:hover, .sanita .--filled-corporate.search-filter-reset:hover, .corporate .cta.--filled-corporate:hover, .corporate .gf-layout-responsive-2-col .--filled-corporate.gform_button:hover, .gf-layout-responsive-2-col .corporate .--filled-corporate.gform_button:hover, .corporate .page-template-tpl-openday .gform-footer input.--filled-corporate[type=submit]:hover, .page-template-tpl-openday .gform-footer .corporate input.--filled-corporate[type=submit]:hover,
.corporate .page-template-tpl-single-openday .gform-footer input.--filled-corporate[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .corporate input.--filled-corporate[type=submit]:hover, .corporate .--filled-corporate.search-filter-reset:hover, .corporate .pressTab .nav-item .--filled-corporate.nav-link:hover {
  background-color: transparent;
  color: #003e5c;
}
.cta.--filled-corporate.--reverse, .gf-layout-responsive-2-col .--filled-corporate.--reverse.gform_button, .page-template-tpl-openday .gform-footer input.--filled-corporate.--reverse[type=submit],
.page-template-tpl-single-openday .gform-footer input.--filled-corporate.--reverse[type=submit], .sanita .evelean input.--filled-corporate.--reverse[type=submit], .--filled-corporate.--reverse.search-filter-reset, .corporate .pressTab .nav-item .--filled-corporate.--reverse.nav-link {
  border: 1px solid #003e5c;
  background-color: #ffffff;
  color: #003e5c;
}
.cta.--filled-corporate.--reverse:hover, .gf-layout-responsive-2-col .--filled-corporate.--reverse.gform_button:hover, .page-template-tpl-openday .gform-footer input.--filled-corporate.--reverse[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer input.--filled-corporate.--reverse[type=submit]:hover, .sanita .evelean input.--filled-corporate.--reverse[type=submit]:hover, .--filled-corporate.--reverse.search-filter-reset:hover, .corporate .pressTab .nav-item .--filled-corporate.--reverse.nav-link:hover {
  border: 1px solid #0B273D;
  background-color: #ffffff;
  color: #0B273D;
}
.item-card .cta.--filled-corporate.--reverse:hover, .item-card .gf-layout-responsive-2-col .--filled-corporate.--reverse.gform_button:hover, .gf-layout-responsive-2-col .item-card .--filled-corporate.--reverse.gform_button:hover, .item-card .page-template-tpl-openday .gform-footer input.--filled-corporate.--reverse[type=submit]:hover, .page-template-tpl-openday .gform-footer .item-card input.--filled-corporate.--reverse[type=submit]:hover,
.item-card .page-template-tpl-single-openday .gform-footer input.--filled-corporate.--reverse[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .item-card input.--filled-corporate.--reverse[type=submit]:hover, .item-card .sanita .evelean input.--filled-corporate.--reverse[type=submit]:hover, .sanita .evelean .item-card input.--filled-corporate.--reverse[type=submit]:hover, .item-card .--filled-corporate.--reverse.search-filter-reset:hover, .item-card .corporate .pressTab .nav-item .--filled-corporate.--reverse.nav-link:hover, .corporate .pressTab .nav-item .item-card .--filled-corporate.--reverse.nav-link:hover {
  background-color: #003e5c;
  color: #ffffff;
}
.sanita .cta.--filled-corporate.--reverse:hover, .sanita .gf-layout-responsive-2-col .--filled-corporate.--reverse.gform_button:hover, .gf-layout-responsive-2-col .sanita .--filled-corporate.--reverse.gform_button:hover, .sanita .page-template-tpl-openday .gform-footer input.--filled-corporate.--reverse[type=submit]:hover, .page-template-tpl-openday .gform-footer .sanita input.--filled-corporate.--reverse[type=submit]:hover,
.sanita .page-template-tpl-single-openday .gform-footer input.--filled-corporate.--reverse[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .sanita input.--filled-corporate.--reverse[type=submit]:hover, .sanita .evelean input.--filled-corporate.--reverse[type=submit]:hover, .sanita .--filled-corporate.--reverse.search-filter-reset:hover, .sanita .corporate .pressTab .nav-item .--filled-corporate.--reverse.nav-link:hover, .corporate .pressTab .nav-item .sanita .--filled-corporate.--reverse.nav-link:hover {
  border: 1px solid #003e5c;
  background-color: #003e5c;
  color: #ffffff;
}
.cta.--filled-corporate-gradient, .gf-layout-responsive-2-col .--filled-corporate-gradient.gform_button, .page-template-tpl-openday .gform-footer input.--filled-corporate-gradient[type=submit],
.page-template-tpl-single-openday .gform-footer input.--filled-corporate-gradient[type=submit], .sanita .evelean input.--filled-corporate-gradient[type=submit], .--filled-corporate-gradient.search-filter-reset, .corporate .pressTab .nav-item .--filled-corporate-gradient.nav-link {
  position: relative;
  background: linear-gradient(45deg, #00AAC3 0%, #003E5C 50%, #00AAC3 100%);
  background-size: 200% 100%;
  background-position: right;
  color: #ffffff;
  border: none;
  transition: background-position 0.3s linear;
}
.cta.--filled-corporate-gradient > span, .gf-layout-responsive-2-col .--filled-corporate-gradient.gform_button > span, .page-template-tpl-openday .gform-footer input.--filled-corporate-gradient[type=submit] > span,
.page-template-tpl-single-openday .gform-footer input.--filled-corporate-gradient[type=submit] > span, .sanita .evelean input.--filled-corporate-gradient[type=submit] > span, .--filled-corporate-gradient.search-filter-reset > span, .corporate .pressTab .nav-item .--filled-corporate-gradient.nav-link > span,
.cta.--filled-corporate-gradient > i,
.gf-layout-responsive-2-col .--filled-corporate-gradient.gform_button > i,
.page-template-tpl-openday .gform-footer input.--filled-corporate-gradient[type=submit] > i,
.page-template-tpl-single-openday .gform-footer input.--filled-corporate-gradient[type=submit] > i,
.sanita .evelean input.--filled-corporate-gradient[type=submit] > i,
.--filled-corporate-gradient.search-filter-reset > i,
.corporate .pressTab .nav-item .--filled-corporate-gradient.nav-link > i {
  position: relative;
  z-index: 1;
}
.cta.--filled-corporate-gradient.w-icon, .gf-layout-responsive-2-col .--filled-corporate-gradient.w-icon.gform_button, .page-template-tpl-openday .gform-footer input.--filled-corporate-gradient.w-icon[type=submit],
.page-template-tpl-single-openday .gform-footer input.--filled-corporate-gradient.w-icon[type=submit], .sanita .evelean input.--filled-corporate-gradient.w-icon[type=submit], .--filled-corporate-gradient.w-icon.search-filter-reset, .corporate .pressTab .nav-item .--filled-corporate-gradient.w-icon.nav-link {
  border-radius: 18px !important;
}
.cta.--filled-corporate-gradient:hover, .gf-layout-responsive-2-col .--filled-corporate-gradient.gform_button:hover, .page-template-tpl-openday .gform-footer input.--filled-corporate-gradient[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer input.--filled-corporate-gradient[type=submit]:hover, .sanita .evelean input.--filled-corporate-gradient[type=submit]:hover, .--filled-corporate-gradient.search-filter-reset:hover, .corporate .pressTab .nav-item .--filled-corporate-gradient.nav-link:hover {
  background-position: left;
}
.cta.--filled-sanita-gradient, .gf-layout-responsive-2-col .--filled-sanita-gradient.gform_button, .page-template-tpl-openday .gform-footer input.--filled-sanita-gradient[type=submit],
.page-template-tpl-single-openday .gform-footer input.--filled-sanita-gradient[type=submit], .sanita .evelean input.--filled-sanita-gradient[type=submit], .--filled-sanita-gradient.search-filter-reset, .corporate .pressTab .nav-item .--filled-sanita-gradient.nav-link {
  position: relative;
  background: linear-gradient(45deg, #E6F7FA 0%, #008FA5 50%, #E6F7FA 100%);
  background-size: 200% 100%;
  background-position: right;
  color: #ffffff;
  border: none;
  transition: background-position 0.3s linear;
}
.cta.--filled-sanita-gradient > span, .gf-layout-responsive-2-col .--filled-sanita-gradient.gform_button > span, .page-template-tpl-openday .gform-footer input.--filled-sanita-gradient[type=submit] > span,
.page-template-tpl-single-openday .gform-footer input.--filled-sanita-gradient[type=submit] > span, .sanita .evelean input.--filled-sanita-gradient[type=submit] > span, .--filled-sanita-gradient.search-filter-reset > span, .corporate .pressTab .nav-item .--filled-sanita-gradient.nav-link > span,
.cta.--filled-sanita-gradient > i,
.gf-layout-responsive-2-col .--filled-sanita-gradient.gform_button > i,
.page-template-tpl-openday .gform-footer input.--filled-sanita-gradient[type=submit] > i,
.page-template-tpl-single-openday .gform-footer input.--filled-sanita-gradient[type=submit] > i,
.sanita .evelean input.--filled-sanita-gradient[type=submit] > i,
.--filled-sanita-gradient.search-filter-reset > i,
.corporate .pressTab .nav-item .--filled-sanita-gradient.nav-link > i {
  position: relative;
  z-index: 1;
}
.cta.--filled-sanita-gradient.w-icon, .gf-layout-responsive-2-col .--filled-sanita-gradient.w-icon.gform_button, .page-template-tpl-openday .gform-footer input.--filled-sanita-gradient.w-icon[type=submit],
.page-template-tpl-single-openday .gform-footer input.--filled-sanita-gradient.w-icon[type=submit], .sanita .evelean input.--filled-sanita-gradient.w-icon[type=submit], .--filled-sanita-gradient.w-icon.search-filter-reset, .corporate .pressTab .nav-item .--filled-sanita-gradient.w-icon.nav-link {
  border-radius: 18px !important;
}
.cta.--filled-sanita-gradient:hover, .gf-layout-responsive-2-col .--filled-sanita-gradient.gform_button:hover, .page-template-tpl-openday .gform-footer input.--filled-sanita-gradient[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer input.--filled-sanita-gradient[type=submit]:hover, .sanita .evelean input.--filled-sanita-gradient[type=submit]:hover, .--filled-sanita-gradient.search-filter-reset:hover, .corporate .pressTab .nav-item .--filled-sanita-gradient.nav-link:hover {
  background-position: left;
}
.cta.--filled-rsa-gradient, .gf-layout-responsive-2-col .--filled-rsa-gradient.gform_button, .page-template-tpl-openday .gform-footer input.--filled-rsa-gradient[type=submit],
.page-template-tpl-single-openday .gform-footer input.--filled-rsa-gradient[type=submit], .sanita .evelean input.--filled-rsa-gradient[type=submit], .--filled-rsa-gradient.search-filter-reset, .corporate .pressTab .nav-item .--filled-rsa-gradient.nav-link {
  position: relative;
  background: linear-gradient(45deg, #FCF3EA 0%, #E5C100 50%, #FCF3EA 100%);
  background-size: 200% 100%;
  background-position: right;
  color: #ffffff;
  border: none;
  transition: background-position 0.3s linear;
}
.cta.--filled-rsa-gradient > span, .gf-layout-responsive-2-col .--filled-rsa-gradient.gform_button > span, .page-template-tpl-openday .gform-footer input.--filled-rsa-gradient[type=submit] > span,
.page-template-tpl-single-openday .gform-footer input.--filled-rsa-gradient[type=submit] > span, .sanita .evelean input.--filled-rsa-gradient[type=submit] > span, .--filled-rsa-gradient.search-filter-reset > span, .corporate .pressTab .nav-item .--filled-rsa-gradient.nav-link > span,
.cta.--filled-rsa-gradient > i,
.gf-layout-responsive-2-col .--filled-rsa-gradient.gform_button > i,
.page-template-tpl-openday .gform-footer input.--filled-rsa-gradient[type=submit] > i,
.page-template-tpl-single-openday .gform-footer input.--filled-rsa-gradient[type=submit] > i,
.sanita .evelean input.--filled-rsa-gradient[type=submit] > i,
.--filled-rsa-gradient.search-filter-reset > i,
.corporate .pressTab .nav-item .--filled-rsa-gradient.nav-link > i {
  position: relative;
  z-index: 1;
}
.cta.--filled-rsa-gradient.w-icon, .gf-layout-responsive-2-col .--filled-rsa-gradient.w-icon.gform_button, .page-template-tpl-openday .gform-footer input.--filled-rsa-gradient.w-icon[type=submit],
.page-template-tpl-single-openday .gform-footer input.--filled-rsa-gradient.w-icon[type=submit], .sanita .evelean input.--filled-rsa-gradient.w-icon[type=submit], .--filled-rsa-gradient.w-icon.search-filter-reset, .corporate .pressTab .nav-item .--filled-rsa-gradient.w-icon.nav-link {
  border-radius: 18px !important;
}
.cta.--filled-rsa-gradient:hover, .gf-layout-responsive-2-col .--filled-rsa-gradient.gform_button:hover, .page-template-tpl-openday .gform-footer input.--filled-rsa-gradient[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer input.--filled-rsa-gradient[type=submit]:hover, .sanita .evelean input.--filled-rsa-gradient[type=submit]:hover, .--filled-rsa-gradient.search-filter-reset:hover, .corporate .pressTab .nav-item .--filled-rsa-gradient.nav-link:hover {
  background-position: left;
}
.cta.--filled-cure-gradient, .gf-layout-responsive-2-col .--filled-cure-gradient.gform_button, .page-template-tpl-openday .gform-footer input.--filled-cure-gradient[type=submit],
.page-template-tpl-single-openday .gform-footer input.--filled-cure-gradient[type=submit], .sanita .evelean input.--filled-cure-gradient[type=submit], .--filled-cure-gradient.search-filter-reset, .corporate .pressTab .nav-item .--filled-cure-gradient.nav-link {
  position: relative;
  background: linear-gradient(45deg, #91BE1E 0%, #00819C 50%, #91BE1E 100%);
  background-size: 200% 100%;
  background-position: right;
  color: #ffffff;
  border: none;
  transition: background-position 0.3s linear;
}
.cta.--filled-cure-gradient > span, .gf-layout-responsive-2-col .--filled-cure-gradient.gform_button > span, .page-template-tpl-openday .gform-footer input.--filled-cure-gradient[type=submit] > span,
.page-template-tpl-single-openday .gform-footer input.--filled-cure-gradient[type=submit] > span, .sanita .evelean input.--filled-cure-gradient[type=submit] > span, .--filled-cure-gradient.search-filter-reset > span, .corporate .pressTab .nav-item .--filled-cure-gradient.nav-link > span,
.cta.--filled-cure-gradient > i,
.gf-layout-responsive-2-col .--filled-cure-gradient.gform_button > i,
.page-template-tpl-openday .gform-footer input.--filled-cure-gradient[type=submit] > i,
.page-template-tpl-single-openday .gform-footer input.--filled-cure-gradient[type=submit] > i,
.sanita .evelean input.--filled-cure-gradient[type=submit] > i,
.--filled-cure-gradient.search-filter-reset > i,
.corporate .pressTab .nav-item .--filled-cure-gradient.nav-link > i {
  position: relative;
  z-index: 1;
}
.cta.--filled-cure-gradient.w-icon, .gf-layout-responsive-2-col .--filled-cure-gradient.w-icon.gform_button, .page-template-tpl-openday .gform-footer input.--filled-cure-gradient.w-icon[type=submit],
.page-template-tpl-single-openday .gform-footer input.--filled-cure-gradient.w-icon[type=submit], .sanita .evelean input.--filled-cure-gradient.w-icon[type=submit], .--filled-cure-gradient.w-icon.search-filter-reset, .corporate .pressTab .nav-item .--filled-cure-gradient.w-icon.nav-link {
  border-radius: 18px !important;
}
.cta.--filled-cure-gradient:hover, .gf-layout-responsive-2-col .--filled-cure-gradient.gform_button:hover, .page-template-tpl-openday .gform-footer input.--filled-cure-gradient[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer input.--filled-cure-gradient[type=submit]:hover, .sanita .evelean input.--filled-cure-gradient[type=submit]:hover, .--filled-cure-gradient.search-filter-reset:hover, .corporate .pressTab .nav-item .--filled-cure-gradient.nav-link:hover {
  background-position: left;
}
.cta.--filled-appartamenti-gradient, .gf-layout-responsive-2-col .--filled-appartamenti-gradient.gform_button, .page-template-tpl-openday .gform-footer input.--filled-appartamenti-gradient[type=submit],
.page-template-tpl-single-openday .gform-footer input.--filled-appartamenti-gradient[type=submit], .sanita .evelean input.--filled-appartamenti-gradient[type=submit], .--filled-appartamenti-gradient.search-filter-reset, .corporate .pressTab .nav-item .--filled-appartamenti-gradient.nav-link {
  position: relative;
  background: linear-gradient(45deg, #FFF9E6 0%, #E5C100 50%, #FFF9E6 100%);
  background-size: 200% 100%;
  background-position: right;
  color: #ffffff;
  border: none;
  transition: background-position 0.3s linear;
}
.cta.--filled-appartamenti-gradient > span, .gf-layout-responsive-2-col .--filled-appartamenti-gradient.gform_button > span, .page-template-tpl-openday .gform-footer input.--filled-appartamenti-gradient[type=submit] > span,
.page-template-tpl-single-openday .gform-footer input.--filled-appartamenti-gradient[type=submit] > span, .sanita .evelean input.--filled-appartamenti-gradient[type=submit] > span, .--filled-appartamenti-gradient.search-filter-reset > span, .corporate .pressTab .nav-item .--filled-appartamenti-gradient.nav-link > span,
.cta.--filled-appartamenti-gradient > i,
.gf-layout-responsive-2-col .--filled-appartamenti-gradient.gform_button > i,
.page-template-tpl-openday .gform-footer input.--filled-appartamenti-gradient[type=submit] > i,
.page-template-tpl-single-openday .gform-footer input.--filled-appartamenti-gradient[type=submit] > i,
.sanita .evelean input.--filled-appartamenti-gradient[type=submit] > i,
.--filled-appartamenti-gradient.search-filter-reset > i,
.corporate .pressTab .nav-item .--filled-appartamenti-gradient.nav-link > i {
  position: relative;
  z-index: 1;
}
.cta.--filled-appartamenti-gradient.w-icon, .gf-layout-responsive-2-col .--filled-appartamenti-gradient.w-icon.gform_button, .page-template-tpl-openday .gform-footer input.--filled-appartamenti-gradient.w-icon[type=submit],
.page-template-tpl-single-openday .gform-footer input.--filled-appartamenti-gradient.w-icon[type=submit], .sanita .evelean input.--filled-appartamenti-gradient.w-icon[type=submit], .--filled-appartamenti-gradient.w-icon.search-filter-reset, .corporate .pressTab .nav-item .--filled-appartamenti-gradient.w-icon.nav-link {
  border-radius: 18px !important;
}
.cta.--filled-appartamenti-gradient:hover, .gf-layout-responsive-2-col .--filled-appartamenti-gradient.gform_button:hover, .page-template-tpl-openday .gform-footer input.--filled-appartamenti-gradient[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer input.--filled-appartamenti-gradient[type=submit]:hover, .sanita .evelean input.--filled-appartamenti-gradient[type=submit]:hover, .--filled-appartamenti-gradient.search-filter-reset:hover, .corporate .pressTab .nav-item .--filled-appartamenti-gradient.nav-link:hover {
  background-position: left;
}
.cta.--filled-primary, .gf-layout-responsive-2-col .gform_button, .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit], .page-template-tpl-openday .gform-footer .gf-layout-responsive-2-col input[type=submit].gform_button, .gf-layout-responsive-2-col .page-template-tpl-openday .gform-footer input[type=submit].gform_button,
.page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit],
.page-template-tpl-single-openday .gform-footer .gf-layout-responsive-2-col input[type=submit].gform_button,
.gf-layout-responsive-2-col .page-template-tpl-single-openday .gform-footer input[type=submit].gform_button, .sanita .evelean input[type=submit], .cta.search-filter-reset, .page-template-tpl-openday .gform-footer input.search-filter-reset[type=submit],
.page-template-tpl-single-openday .gform-footer input.search-filter-reset[type=submit], .search-filter-reset, .corporate .pressTab .nav-item .--filled-primary.nav-link, .corporate .pressTab .nav-item .gf-layout-responsive-2-col .nav-link.gform_button, .gf-layout-responsive-2-col .corporate .pressTab .nav-item .nav-link.gform_button, .corporate .pressTab .nav-item .sanita .evelean input.nav-link[type=submit], .sanita .evelean .corporate .pressTab .nav-item input.nav-link[type=submit], .corporate .pressTab .nav-item .nav-link.search-filter-reset {
  border: 2px solid var(--bs-site-primary);
  background-color: var(--bs-site-primary);
  color: #ffffff;
}
.appartamenti .cta.--filled-primary, .appartamenti .gf-layout-responsive-2-col .gform_button, .gf-layout-responsive-2-col .appartamenti .gform_button, .appartamenti .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit], .appartamenti .page-template-tpl-openday .gform-footer .gf-layout-responsive-2-col input[type=submit].gform_button, .gf-layout-responsive-2-col .appartamenti .page-template-tpl-openday .gform-footer input[type=submit].gform_button, .page-template-tpl-openday .gform-footer .appartamenti input.--filled-primary[type=submit], .page-template-tpl-openday .gform-footer .appartamenti .gf-layout-responsive-2-col input[type=submit].gform_button, .gf-layout-responsive-2-col .page-template-tpl-openday .gform-footer .appartamenti input[type=submit].gform_button,
.appartamenti .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit],
.appartamenti .page-template-tpl-single-openday .gform-footer .gf-layout-responsive-2-col input[type=submit].gform_button,
.gf-layout-responsive-2-col .appartamenti .page-template-tpl-single-openday .gform-footer input[type=submit].gform_button,
.page-template-tpl-single-openday .gform-footer .appartamenti input.--filled-primary[type=submit],
.page-template-tpl-single-openday .gform-footer .appartamenti .gf-layout-responsive-2-col input[type=submit].gform_button,
.gf-layout-responsive-2-col .page-template-tpl-single-openday .gform-footer .appartamenti input[type=submit].gform_button, .appartamenti .sanita .evelean input[type=submit], .sanita .evelean .appartamenti input[type=submit], .appartamenti .search-filter-reset, .appartamenti .corporate .pressTab .nav-item .--filled-primary.nav-link, .appartamenti .corporate .pressTab .nav-item .gf-layout-responsive-2-col .nav-link.gform_button, .gf-layout-responsive-2-col .appartamenti .corporate .pressTab .nav-item .nav-link.gform_button, .appartamenti .corporate .pressTab .nav-item .nav-link.search-filter-reset, .corporate .pressTab .nav-item .appartamenti .--filled-primary.nav-link, .corporate .pressTab .nav-item .appartamenti .gf-layout-responsive-2-col .nav-link.gform_button, .gf-layout-responsive-2-col .corporate .pressTab .nav-item .appartamenti .nav-link.gform_button, .corporate .pressTab .nav-item .appartamenti .nav-link.search-filter-reset {
  color: #003e5c;
}
.cta.--filled-primary svg path, .gf-layout-responsive-2-col .gform_button svg path, .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit] svg path, .page-template-tpl-openday .gform-footer .gf-layout-responsive-2-col input[type=submit].gform_button svg path, .gf-layout-responsive-2-col .page-template-tpl-openday .gform-footer input[type=submit].gform_button svg path,
.page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit] svg path,
.page-template-tpl-single-openday .gform-footer .gf-layout-responsive-2-col input[type=submit].gform_button svg path,
.gf-layout-responsive-2-col .page-template-tpl-single-openday .gform-footer input[type=submit].gform_button svg path, .sanita .evelean input[type=submit] svg path, .cta.search-filter-reset svg path, .page-template-tpl-openday .gform-footer input.search-filter-reset[type=submit] svg path,
.page-template-tpl-single-openday .gform-footer input.search-filter-reset[type=submit] svg path, .search-filter-reset svg path, .corporate .pressTab .nav-item .--filled-primary.nav-link svg path, .corporate .pressTab .nav-item .gf-layout-responsive-2-col .nav-link.gform_button svg path, .gf-layout-responsive-2-col .corporate .pressTab .nav-item .nav-link.gform_button svg path, .corporate .pressTab .nav-item .sanita .evelean input.nav-link[type=submit] svg path, .sanita .evelean .corporate .pressTab .nav-item input.nav-link[type=submit] svg path, .corporate .pressTab .nav-item .nav-link.search-filter-reset svg path {
  fill: #ffffff;
  transition: 0.2s linear all;
}
.cta.--filled-primary:hover, .gf-layout-responsive-2-col .gform_button:hover, .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit]:hover, .page-template-tpl-openday .gform-footer .gf-layout-responsive-2-col input[type=submit].gform_button:hover, .gf-layout-responsive-2-col .page-template-tpl-openday .gform-footer input[type=submit].gform_button:hover,
.page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .gf-layout-responsive-2-col input[type=submit].gform_button:hover,
.gf-layout-responsive-2-col .page-template-tpl-single-openday .gform-footer input[type=submit].gform_button:hover, .sanita .evelean input[type=submit]:hover, .search-filter-reset:hover, .corporate .pressTab .nav-item .--filled-primary.nav-link:hover, .corporate .pressTab .nav-item .gf-layout-responsive-2-col .nav-link.gform_button:hover, .gf-layout-responsive-2-col .corporate .pressTab .nav-item .nav-link.gform_button:hover, .corporate .pressTab .nav-item .nav-link.search-filter-reset:hover {
  color: #ffffff;
  border-color: var(--bs-site-primary-dark);
  background-color: var(--bs-site-primary-dark);
}
.appartamenti .cta.--filled-primary:hover, .appartamenti .gf-layout-responsive-2-col .gform_button:hover, .gf-layout-responsive-2-col .appartamenti .gform_button:hover, .appartamenti .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit]:hover, .page-template-tpl-openday .gform-footer .appartamenti input.--filled-primary[type=submit]:hover,
.appartamenti .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .appartamenti input.--filled-primary[type=submit]:hover, .appartamenti .sanita .evelean input[type=submit]:hover, .sanita .evelean .appartamenti input[type=submit]:hover, .appartamenti .search-filter-reset:hover, .appartamenti .corporate .pressTab .nav-item .--filled-primary.nav-link:hover, .appartamenti .corporate .pressTab .nav-item .nav-link.search-filter-reset:hover, .corporate .pressTab .nav-item .appartamenti .--filled-primary.nav-link:hover, .corporate .pressTab .nav-item .appartamenti .nav-link.search-filter-reset:hover {
  color: #003e5c;
}
.sanita .cta.--filled-primary:hover, .sanita .gf-layout-responsive-2-col .gform_button:hover, .gf-layout-responsive-2-col .sanita .gform_button:hover, .sanita .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit]:hover, .page-template-tpl-openday .gform-footer .sanita input.--filled-primary[type=submit]:hover,
.sanita .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .sanita input.--filled-primary[type=submit]:hover, .sanita .evelean input[type=submit]:hover, .sanita .search-filter-reset:hover, .sanita .corporate .pressTab .nav-item .--filled-primary.nav-link:hover, .sanita .corporate .pressTab .nav-item .nav-link.search-filter-reset:hover, .corporate .pressTab .nav-item .sanita .--filled-primary.nav-link:hover, .corporate .pressTab .nav-item .sanita .nav-link.search-filter-reset:hover {
  border-color: var(--bs-site-primary);
  background-color: transparent;
  color: var(--bs-site-primary);
}
.corporate .cta.--filled-primary:hover, .corporate .gf-layout-responsive-2-col .gform_button:hover, .gf-layout-responsive-2-col .corporate .gform_button:hover, .corporate .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit]:hover, .page-template-tpl-openday .gform-footer .corporate input.--filled-primary[type=submit]:hover,
.corporate .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .corporate input.--filled-primary[type=submit]:hover, .corporate .sanita .evelean input[type=submit]:hover, .sanita .evelean .corporate input[type=submit]:hover, .corporate .search-filter-reset:hover, .corporate .pressTab .nav-item .--filled-primary.nav-link:hover, .corporate .pressTab .nav-item .nav-link.search-filter-reset:hover {
  background-color: transparent;
  color: #003e5c;
}
.bg-corporate .corporate .cta.--filled-primary:hover, .bg-corporate .corporate .gf-layout-responsive-2-col .gform_button:hover, .gf-layout-responsive-2-col .bg-corporate .corporate .gform_button:hover, .bg-corporate .corporate .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit]:hover, .page-template-tpl-openday .gform-footer .bg-corporate .corporate input.--filled-primary[type=submit]:hover,
.bg-corporate .corporate .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .bg-corporate .corporate input.--filled-primary[type=submit]:hover, .bg-corporate .corporate .sanita .evelean input[type=submit]:hover, .sanita .evelean .bg-corporate .corporate input[type=submit]:hover, .bg-corporate .corporate .search-filter-reset:hover, .bg-corporate .corporate .pressTab .nav-item .--filled-primary.nav-link:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.cta.--filled-primary.--reverse, .gf-layout-responsive-2-col .--reverse.gform_button, .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit], .page-template-tpl-openday .gform-footer .gf-layout-responsive-2-col input.--reverse[type=submit].gform_button, .gf-layout-responsive-2-col .page-template-tpl-openday .gform-footer input.--reverse[type=submit].gform_button,
.page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit],
.page-template-tpl-single-openday .gform-footer .gf-layout-responsive-2-col input.--reverse[type=submit].gform_button,
.gf-layout-responsive-2-col .page-template-tpl-single-openday .gform-footer input.--reverse[type=submit].gform_button, .sanita .evelean input.--reverse[type=submit], .--reverse.search-filter-reset, .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link, .corporate .pressTab .nav-item .gf-layout-responsive-2-col .--reverse.nav-link.gform_button, .gf-layout-responsive-2-col .corporate .pressTab .nav-item .--reverse.nav-link.gform_button, .corporate .pressTab .nav-item .--reverse.nav-link.search-filter-reset {
  border: 1px solid var(--bs-site-primary);
  background-color: #ffffff;
  color: var(--bs-site-primary);
}
.appartamenti .cta.--filled-primary.--reverse, .appartamenti .gf-layout-responsive-2-col .--reverse.gform_button, .gf-layout-responsive-2-col .appartamenti .--reverse.gform_button, .appartamenti .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit], .page-template-tpl-openday .gform-footer .appartamenti input.--filled-primary.--reverse[type=submit],
.appartamenti .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit],
.page-template-tpl-single-openday .gform-footer .appartamenti input.--filled-primary.--reverse[type=submit], .appartamenti .sanita .evelean input.--reverse[type=submit], .sanita .evelean .appartamenti input.--reverse[type=submit], .appartamenti .--reverse.search-filter-reset, .appartamenti .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link, .appartamenti .corporate .pressTab .nav-item .--reverse.nav-link.search-filter-reset, .corporate .pressTab .nav-item .appartamenti .--filled-primary.--reverse.nav-link, .corporate .pressTab .nav-item .appartamenti .--reverse.nav-link.search-filter-reset {
  color: #003e5c;
}
.bg-site-primary .cta.--filled-primary.--reverse, .bg-site-primary .gf-layout-responsive-2-col .--reverse.gform_button, .gf-layout-responsive-2-col .bg-site-primary .--reverse.gform_button, .bg-site-primary .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit], .page-template-tpl-openday .gform-footer .bg-site-primary input.--filled-primary.--reverse[type=submit],
.bg-site-primary .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit],
.page-template-tpl-single-openday .gform-footer .bg-site-primary input.--filled-primary.--reverse[type=submit], .bg-site-primary .sanita .evelean input.--reverse[type=submit], .sanita .evelean .bg-site-primary input.--reverse[type=submit], .bg-site-primary .--reverse.search-filter-reset, .bg-site-primary .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link, .bg-site-primary .corporate .pressTab .nav-item .--reverse.nav-link.search-filter-reset, .corporate .pressTab .nav-item .bg-site-primary .--filled-primary.--reverse.nav-link, .corporate .pressTab .nav-item .bg-site-primary .--reverse.nav-link.search-filter-reset {
  border: 0;
}
.bg-site-primary .cta.--filled-primary.--reverse [class^=icon-], .bg-site-primary .gf-layout-responsive-2-col .--reverse.gform_button [class^=icon-], .gf-layout-responsive-2-col .bg-site-primary .--reverse.gform_button [class^=icon-], .bg-site-primary .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit] [class^=icon-], .page-template-tpl-openday .gform-footer .bg-site-primary input.--filled-primary.--reverse[type=submit] [class^=icon-],
.bg-site-primary .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit] [class^=icon-],
.page-template-tpl-single-openday .gform-footer .bg-site-primary input.--filled-primary.--reverse[type=submit] [class^=icon-], .bg-site-primary .sanita .evelean input.--reverse[type=submit] [class^=icon-], .sanita .evelean .bg-site-primary input.--reverse[type=submit] [class^=icon-], .bg-site-primary .--reverse.search-filter-reset [class^=icon-], .bg-site-primary .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link [class^=icon-], .corporate .pressTab .nav-item .bg-site-primary .--filled-primary.--reverse.nav-link [class^=icon-],
.bg-site-primary .cta.--filled-primary.--reverse [class*=" icon-"],
.bg-site-primary .gf-layout-responsive-2-col .--reverse.gform_button [class*=" icon-"],
.gf-layout-responsive-2-col .bg-site-primary .--reverse.gform_button [class*=" icon-"],
.bg-site-primary .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit] [class*=" icon-"],
.page-template-tpl-openday .gform-footer .bg-site-primary input.--filled-primary.--reverse[type=submit] [class*=" icon-"],
.bg-site-primary .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit] [class*=" icon-"],
.page-template-tpl-single-openday .gform-footer .bg-site-primary input.--filled-primary.--reverse[type=submit] [class*=" icon-"],
.bg-site-primary .sanita .evelean input.--reverse[type=submit] [class*=" icon-"],
.sanita .evelean .bg-site-primary input.--reverse[type=submit] [class*=" icon-"],
.bg-site-primary .--reverse.search-filter-reset [class*=" icon-"],
.bg-site-primary .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link [class*=" icon-"],
.corporate .pressTab .nav-item .bg-site-primary .--filled-primary.--reverse.nav-link [class*=" icon-"] {
  color: var(--bs-site-primary);
}
.appartamenti .bg-site-primary .cta.--filled-primary.--reverse [class^=icon-], .appartamenti .bg-site-primary .gf-layout-responsive-2-col .--reverse.gform_button [class^=icon-], .gf-layout-responsive-2-col .appartamenti .bg-site-primary .--reverse.gform_button [class^=icon-], .appartamenti .bg-site-primary .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit] [class^=icon-], .page-template-tpl-openday .gform-footer .appartamenti .bg-site-primary input.--filled-primary.--reverse[type=submit] [class^=icon-],
.appartamenti .bg-site-primary .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit] [class^=icon-],
.page-template-tpl-single-openday .gform-footer .appartamenti .bg-site-primary input.--filled-primary.--reverse[type=submit] [class^=icon-], .appartamenti .bg-site-primary .sanita .evelean input.--reverse[type=submit] [class^=icon-], .sanita .evelean .appartamenti .bg-site-primary input.--reverse[type=submit] [class^=icon-], .appartamenti .bg-site-primary .--reverse.search-filter-reset [class^=icon-], .appartamenti .bg-site-primary .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link [class^=icon-], .corporate .pressTab .nav-item .appartamenti .bg-site-primary .--filled-primary.--reverse.nav-link [class^=icon-],
.appartamenti .bg-site-primary .cta.--filled-primary.--reverse [class*=" icon-"],
.appartamenti .bg-site-primary .gf-layout-responsive-2-col .--reverse.gform_button [class*=" icon-"],
.gf-layout-responsive-2-col .appartamenti .bg-site-primary .--reverse.gform_button [class*=" icon-"],
.appartamenti .bg-site-primary .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit] [class*=" icon-"],
.page-template-tpl-openday .gform-footer .appartamenti .bg-site-primary input.--filled-primary.--reverse[type=submit] [class*=" icon-"],
.appartamenti .bg-site-primary .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit] [class*=" icon-"],
.page-template-tpl-single-openday .gform-footer .appartamenti .bg-site-primary input.--filled-primary.--reverse[type=submit] [class*=" icon-"],
.appartamenti .bg-site-primary .sanita .evelean input.--reverse[type=submit] [class*=" icon-"],
.sanita .evelean .appartamenti .bg-site-primary input.--reverse[type=submit] [class*=" icon-"],
.appartamenti .bg-site-primary .--reverse.search-filter-reset [class*=" icon-"],
.appartamenti .bg-site-primary .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link [class*=" icon-"],
.corporate .pressTab .nav-item .appartamenti .bg-site-primary .--filled-primary.--reverse.nav-link [class*=" icon-"] {
  color: #003e5c;
}
.cta.--filled-primary.--reverse:hover, .gf-layout-responsive-2-col .--reverse.gform_button:hover, .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover, .sanita .evelean input.--reverse[type=submit]:hover, .--reverse.search-filter-reset:hover, .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link:hover, .corporate .pressTab .nav-item .--reverse.nav-link.search-filter-reset:hover {
  border: 1px solid var(--bs-site-primary-dark);
  background-color: #ffffff;
  color: var(--bs-site-primary-dark);
}
.item-card .cta.--filled-primary.--reverse:hover, .item-card .gf-layout-responsive-2-col .--reverse.gform_button:hover, .gf-layout-responsive-2-col .item-card .--reverse.gform_button:hover, .item-card .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover, .page-template-tpl-openday .gform-footer .item-card input.--filled-primary.--reverse[type=submit]:hover,
.item-card .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .item-card input.--filled-primary.--reverse[type=submit]:hover, .item-card .sanita .evelean input.--reverse[type=submit]:hover, .sanita .evelean .item-card input.--reverse[type=submit]:hover, .item-card .--reverse.search-filter-reset:hover, .item-card .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link:hover, .corporate .pressTab .nav-item .item-card .--filled-primary.--reverse.nav-link:hover {
  background-color: var(--bs-site-primary);
  color: #ffffff;
}
.appartamenti .cta.--filled-primary.--reverse:hover, .appartamenti .gf-layout-responsive-2-col .--reverse.gform_button:hover, .gf-layout-responsive-2-col .appartamenti .--reverse.gform_button:hover, .appartamenti .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover, .page-template-tpl-openday .gform-footer .appartamenti input.--filled-primary.--reverse[type=submit]:hover,
.appartamenti .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .appartamenti input.--filled-primary.--reverse[type=submit]:hover, .appartamenti .sanita .evelean input.--reverse[type=submit]:hover, .sanita .evelean .appartamenti input.--reverse[type=submit]:hover, .appartamenti .--reverse.search-filter-reset:hover, .appartamenti .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link:hover, .corporate .pressTab .nav-item .appartamenti .--filled-primary.--reverse.nav-link:hover {
  color: #003e5c;
}
.bg-site-primary .cta.--filled-primary.--reverse:hover, .bg-site-primary .gf-layout-responsive-2-col .--reverse.gform_button:hover, .gf-layout-responsive-2-col .bg-site-primary .--reverse.gform_button:hover, .bg-site-primary .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover, .page-template-tpl-openday .gform-footer .bg-site-primary input.--filled-primary.--reverse[type=submit]:hover,
.bg-site-primary .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .bg-site-primary input.--filled-primary.--reverse[type=submit]:hover, .bg-site-primary .sanita .evelean input.--reverse[type=submit]:hover, .sanita .evelean .bg-site-primary input.--reverse[type=submit]:hover, .bg-site-primary .--reverse.search-filter-reset:hover, .bg-site-primary .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link:hover, .corporate .pressTab .nav-item .bg-site-primary .--filled-primary.--reverse.nav-link:hover {
  border: 0;
}
.cta.--filled-white, .gf-layout-responsive-2-col .--filled-white.gform_button, .page-template-tpl-openday .gform-footer input.--filled-white[type=submit],
.page-template-tpl-single-openday .gform-footer input.--filled-white[type=submit], .sanita .evelean input.--filled-white[type=submit], .--filled-white.search-filter-reset, .corporate .pressTab .nav-item .--filled-white.nav-link {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: var(--bs-site-primary);
}
.cta.--filled-white:hover, .gf-layout-responsive-2-col .--filled-white.gform_button:hover, .page-template-tpl-openday .gform-footer input.--filled-white[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer input.--filled-white[type=submit]:hover, .sanita .evelean input.--filled-white[type=submit]:hover, .--filled-white.search-filter-reset:hover, .corporate .pressTab .nav-item .--filled-white.nav-link:hover {
  color: #ffffff;
  border: 1px solid #003e5c;
  background-color: #003e5c;
}
.cta.--filled-sanita, .gf-layout-responsive-2-col .--filled-sanita.gform_button, .page-template-tpl-openday .gform-footer input.--filled-sanita[type=submit],
.page-template-tpl-single-openday .gform-footer input.--filled-sanita[type=submit], .sanita .evelean input.--filled-sanita[type=submit], .--filled-sanita.search-filter-reset, .corporate .pressTab .nav-item .--filled-sanita.nav-link {
  border: 0;
  background-color: #008093;
  color: #ffffff;
}
.corporate .cta.--filled-sanita, .corporate .gf-layout-responsive-2-col .--filled-sanita.gform_button, .gf-layout-responsive-2-col .corporate .--filled-sanita.gform_button, .corporate .page-template-tpl-openday .gform-footer input.--filled-sanita[type=submit], .page-template-tpl-openday .gform-footer .corporate input.--filled-sanita[type=submit],
.corporate .page-template-tpl-single-openday .gform-footer input.--filled-sanita[type=submit],
.page-template-tpl-single-openday .gform-footer .corporate input.--filled-sanita[type=submit], .corporate .sanita .evelean input.--filled-sanita[type=submit], .sanita .evelean .corporate input.--filled-sanita[type=submit], .corporate .--filled-sanita.search-filter-reset, .corporate .pressTab .nav-item .--filled-sanita.nav-link {
  border: 2px solid #008093;
}
.cta.--filled-sanita.--reverse, .gf-layout-responsive-2-col .--filled-sanita.--reverse.gform_button, .page-template-tpl-openday .gform-footer input.--filled-sanita.--reverse[type=submit],
.page-template-tpl-single-openday .gform-footer input.--filled-sanita.--reverse[type=submit], .sanita .evelean input.--filled-sanita.--reverse[type=submit], .--filled-sanita.--reverse.search-filter-reset, .corporate .pressTab .nav-item .--filled-sanita.--reverse.nav-link {
  background-color: #ffffff;
  color: #008093;
}
.corporate .cta.--filled-sanita:hover, .corporate .gf-layout-responsive-2-col .--filled-sanita.gform_button:hover, .gf-layout-responsive-2-col .corporate .--filled-sanita.gform_button:hover, .corporate .page-template-tpl-openday .gform-footer input.--filled-sanita[type=submit]:hover, .page-template-tpl-openday .gform-footer .corporate input.--filled-sanita[type=submit]:hover,
.corporate .page-template-tpl-single-openday .gform-footer input.--filled-sanita[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .corporate input.--filled-sanita[type=submit]:hover, .corporate .sanita .evelean input.--filled-sanita[type=submit]:hover, .sanita .evelean .corporate input.--filled-sanita[type=submit]:hover, .corporate .--filled-sanita.search-filter-reset:hover, .corporate .pressTab .nav-item .--filled-sanita.nav-link:hover {
  background-color: transparent;
  color: #008093;
}
.cta.--filled-rsa, .gf-layout-responsive-2-col .--filled-rsa.gform_button, .page-template-tpl-openday .gform-footer input.--filled-rsa[type=submit],
.page-template-tpl-single-openday .gform-footer input.--filled-rsa[type=submit], .sanita .evelean input.--filled-rsa[type=submit], .--filled-rsa.search-filter-reset, .corporate .pressTab .nav-item .--filled-rsa.nav-link {
  background-color: #E18230;
  color: #ffffff;
  border: 2px solid #E18230;
}
.cta.--filled-rsa.--reverse, .gf-layout-responsive-2-col .--filled-rsa.--reverse.gform_button, .page-template-tpl-openday .gform-footer input.--filled-rsa.--reverse[type=submit],
.page-template-tpl-single-openday .gform-footer input.--filled-rsa.--reverse[type=submit], .sanita .evelean input.--filled-rsa.--reverse[type=submit], .--filled-rsa.--reverse.search-filter-reset, .corporate .pressTab .nav-item .--filled-rsa.--reverse.nav-link {
  background-color: #ffffff;
  color: #E18230;
}
.corporate .cta.--filled-rsa, .corporate .gf-layout-responsive-2-col .--filled-rsa.gform_button, .gf-layout-responsive-2-col .corporate .--filled-rsa.gform_button, .corporate .page-template-tpl-openday .gform-footer input.--filled-rsa[type=submit], .page-template-tpl-openday .gform-footer .corporate input.--filled-rsa[type=submit],
.corporate .page-template-tpl-single-openday .gform-footer input.--filled-rsa[type=submit],
.page-template-tpl-single-openday .gform-footer .corporate input.--filled-rsa[type=submit], .corporate .sanita .evelean input.--filled-rsa[type=submit], .sanita .evelean .corporate input.--filled-rsa[type=submit], .corporate .--filled-rsa.search-filter-reset, .corporate .pressTab .nav-item .--filled-rsa.nav-link {
  border: 2px solid #E18230;
}
.sanita .cta.--filled-rsa:hover, .sanita .gf-layout-responsive-2-col .--filled-rsa.gform_button:hover, .gf-layout-responsive-2-col .sanita .--filled-rsa.gform_button:hover, .sanita .page-template-tpl-openday .gform-footer input.--filled-rsa[type=submit]:hover, .page-template-tpl-openday .gform-footer .sanita input.--filled-rsa[type=submit]:hover,
.sanita .page-template-tpl-single-openday .gform-footer input.--filled-rsa[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .sanita input.--filled-rsa[type=submit]:hover, .sanita .evelean input.--filled-rsa[type=submit]:hover, .sanita .--filled-rsa.search-filter-reset:hover, .sanita .corporate .pressTab .nav-item .--filled-rsa.nav-link:hover, .corporate .pressTab .nav-item .sanita .--filled-rsa.nav-link:hover {
  background-color: transparent;
  color: #E18230;
}
.corporate .cta.--filled-rsa:hover, .corporate .gf-layout-responsive-2-col .--filled-rsa.gform_button:hover, .gf-layout-responsive-2-col .corporate .--filled-rsa.gform_button:hover, .corporate .page-template-tpl-openday .gform-footer input.--filled-rsa[type=submit]:hover, .page-template-tpl-openday .gform-footer .corporate input.--filled-rsa[type=submit]:hover,
.corporate .page-template-tpl-single-openday .gform-footer input.--filled-rsa[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .corporate input.--filled-rsa[type=submit]:hover, .corporate .sanita .evelean input.--filled-rsa[type=submit]:hover, .sanita .evelean .corporate input.--filled-rsa[type=submit]:hover, .corporate .--filled-rsa.search-filter-reset:hover, .corporate .pressTab .nav-item .--filled-rsa.nav-link:hover {
  background-color: transparent;
  color: #E18230;
}
.cta.--filled-appartamenti, .gf-layout-responsive-2-col .--filled-appartamenti.gform_button, .page-template-tpl-openday .gform-footer input.--filled-appartamenti[type=submit],
.page-template-tpl-single-openday .gform-footer input.--filled-appartamenti[type=submit], .sanita .evelean input.--filled-appartamenti[type=submit], .--filled-appartamenti.search-filter-reset, .corporate .pressTab .nav-item .--filled-appartamenti.nav-link {
  border: 0;
  background-color: #FFCA13;
  color: #003e5c;
}
.cta.--filled-appartamenti.--reverse, .gf-layout-responsive-2-col .--filled-appartamenti.--reverse.gform_button, .page-template-tpl-openday .gform-footer input.--filled-appartamenti.--reverse[type=submit],
.page-template-tpl-single-openday .gform-footer input.--filled-appartamenti.--reverse[type=submit], .sanita .evelean input.--filled-appartamenti.--reverse[type=submit], .--filled-appartamenti.--reverse.search-filter-reset, .corporate .pressTab .nav-item .--filled-appartamenti.--reverse.nav-link {
  background-color: #ffffff;
  color: #003e5c;
}
.cta.--filled-cure, .gf-layout-responsive-2-col .--filled-cure.gform_button, .page-template-tpl-openday .gform-footer input.--filled-cure[type=submit],
.page-template-tpl-single-openday .gform-footer input.--filled-cure[type=submit], .sanita .evelean input.--filled-cure[type=submit], .--filled-cure.search-filter-reset, .corporate .pressTab .nav-item .--filled-cure.nav-link {
  border: 2px solid #FFCA13;
  background-color: #FFCA13;
  color: #ffffff;
}
.sanita .cta.--filled-cure, .sanita .gf-layout-responsive-2-col .--filled-cure.gform_button, .gf-layout-responsive-2-col .sanita .--filled-cure.gform_button, .sanita .page-template-tpl-openday .gform-footer input.--filled-cure[type=submit], .page-template-tpl-openday .gform-footer .sanita input.--filled-cure[type=submit],
.sanita .page-template-tpl-single-openday .gform-footer input.--filled-cure[type=submit],
.page-template-tpl-single-openday .gform-footer .sanita input.--filled-cure[type=submit], .sanita .evelean input.--filled-cure[type=submit], .sanita .--filled-cure.search-filter-reset, .sanita .corporate .pressTab .nav-item .--filled-cure.nav-link, .corporate .pressTab .nav-item .sanita .--filled-cure.nav-link {
  color: #003e5c;
}
.cta.--filled-cure.--reverse, .gf-layout-responsive-2-col .--filled-cure.--reverse.gform_button, .page-template-tpl-openday .gform-footer input.--filled-cure.--reverse[type=submit],
.page-template-tpl-single-openday .gform-footer input.--filled-cure.--reverse[type=submit], .sanita .evelean input.--filled-cure.--reverse[type=submit], .--filled-cure.--reverse.search-filter-reset, .corporate .pressTab .nav-item .--filled-cure.--reverse.nav-link {
  background-color: #ffffff;
  color: #FFCA13;
}
.sanita .cta.--filled-cure:hover, .sanita .gf-layout-responsive-2-col .--filled-cure.gform_button:hover, .gf-layout-responsive-2-col .sanita .--filled-cure.gform_button:hover, .sanita .page-template-tpl-openday .gform-footer input.--filled-cure[type=submit]:hover, .page-template-tpl-openday .gform-footer .sanita input.--filled-cure[type=submit]:hover,
.sanita .page-template-tpl-single-openday .gform-footer input.--filled-cure[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .sanita input.--filled-cure[type=submit]:hover, .sanita .evelean input.--filled-cure[type=submit]:hover, .sanita .--filled-cure.search-filter-reset:hover, .sanita .corporate .pressTab .nav-item .--filled-cure.nav-link:hover, .corporate .pressTab .nav-item .sanita .--filled-cure.nav-link:hover {
  background-color: transparent;
  color: #003e5c;
}
.cta.--filled-gradient, .gf-layout-responsive-2-col .--filled-gradient.gform_button, .page-template-tpl-openday .gform-footer input.--filled-gradient[type=submit],
.page-template-tpl-single-openday .gform-footer input.--filled-gradient[type=submit], .sanita .evelean input.--filled-gradient[type=submit], .--filled-gradient.search-filter-reset, .corporate .pressTab .nav-item .--filled-gradient.nav-link {
  border: 0;
  color: #ffffff;
  transition: 0.2s linear all;
  background-color: transparent;
  position: relative;
}
.cta.--filled-gradient:before, .gf-layout-responsive-2-col .--filled-gradient.gform_button:before, .page-template-tpl-openday .gform-footer input.--filled-gradient[type=submit]:before,
.page-template-tpl-single-openday .gform-footer input.--filled-gradient[type=submit]:before, .sanita .evelean input.--filled-gradient[type=submit]:before, .--filled-gradient.search-filter-reset:before, .corporate .pressTab .nav-item .--filled-gradient.nav-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(87.58deg, #4CA9B5 16.74%, #96BA44 94.73%);
  opacity: 1;
  z-index: -1;
  transition: 0.2s linear all;
}
.cta.--filled-gradient:hover, .gf-layout-responsive-2-col .--filled-gradient.gform_button:hover, .page-template-tpl-openday .gform-footer input.--filled-gradient[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer input.--filled-gradient[type=submit]:hover, .sanita .evelean input.--filled-gradient[type=submit]:hover, .--filled-gradient.search-filter-reset:hover, .corporate .pressTab .nav-item .--filled-gradient.nav-link:hover {
  background-color: var(--bs-site-primary-dark);
}
.cta.--filled-gradient:hover:before, .gf-layout-responsive-2-col .--filled-gradient.gform_button:hover:before, .page-template-tpl-openday .gform-footer input.--filled-gradient[type=submit]:hover:before,
.page-template-tpl-single-openday .gform-footer input.--filled-gradient[type=submit]:hover:before, .sanita .evelean input.--filled-gradient[type=submit]:hover:before, .--filled-gradient.search-filter-reset:hover:before, .corporate .pressTab .nav-item .--filled-gradient.nav-link:hover:before {
  opacity: 0;
}
.cta.--filled-primary-dark, .gf-layout-responsive-2-col .--filled-primary-dark.gform_button, .page-template-tpl-openday .gform-footer input.--filled-primary-dark[type=submit],
.page-template-tpl-single-openday .gform-footer input.--filled-primary-dark[type=submit], .sanita .evelean input.--filled-primary-dark[type=submit], .--filled-primary-dark.search-filter-reset, .corporate .pressTab .nav-item .--filled-primary-dark.nav-link {
  background-color: var(--bs-site-primary-dark);
  color: #ffffff;
}
.cta.--filled-primary-dark:hover, .gf-layout-responsive-2-col .--filled-primary-dark.gform_button:hover, .page-template-tpl-openday .gform-footer input.--filled-primary-dark[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer input.--filled-primary-dark[type=submit]:hover, .sanita .evelean input.--filled-primary-dark[type=submit]:hover, .--filled-primary-dark.search-filter-reset:hover, .corporate .pressTab .nav-item .--filled-primary-dark.nav-link:hover {
  background-color: var(--bs-site-primary);
  color: #ffffff;
}
.cta.--filled-primary-light, .gf-layout-responsive-2-col .--filled-primary-light.gform_button, .page-template-tpl-openday .gform-footer input.--filled-primary-light[type=submit],
.page-template-tpl-single-openday .gform-footer input.--filled-primary-light[type=submit], .sanita .evelean input.--filled-primary-light[type=submit], .--filled-primary-light.search-filter-reset, .corporate .pressTab .nav-item .--filled-primary-light.nav-link {
  background-color: var(--bs-site-primary-light);
  color: #ffffff;
}
.sanita .cta.--filled-primary-light, .sanita .gf-layout-responsive-2-col .--filled-primary-light.gform_button, .gf-layout-responsive-2-col .sanita .--filled-primary-light.gform_button, .sanita .page-template-tpl-openday .gform-footer input.--filled-primary-light[type=submit], .page-template-tpl-openday .gform-footer .sanita input.--filled-primary-light[type=submit],
.sanita .page-template-tpl-single-openday .gform-footer input.--filled-primary-light[type=submit],
.page-template-tpl-single-openday .gform-footer .sanita input.--filled-primary-light[type=submit], .sanita .evelean input.--filled-primary-light[type=submit], .sanita .--filled-primary-light.search-filter-reset, .sanita .corporate .pressTab .nav-item .--filled-primary-light.nav-link, .corporate .pressTab .nav-item .sanita .--filled-primary-light.nav-link {
  border: 2px solid var(--bs-site-primary-light);
  color: #ffffff;
}
.cta.--filled-primary-light:hover, .gf-layout-responsive-2-col .--filled-primary-light.gform_button:hover, .page-template-tpl-openday .gform-footer input.--filled-primary-light[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer input.--filled-primary-light[type=submit]:hover, .sanita .evelean input.--filled-primary-light[type=submit]:hover, .--filled-primary-light.search-filter-reset:hover, .corporate .pressTab .nav-item .--filled-primary-light.nav-link:hover {
  background-color: var(--bs-site-primary-dark);
  color: #ffffff;
}
.sanita .cta.--filled-primary-light:hover, .sanita .gf-layout-responsive-2-col .--filled-primary-light.gform_button:hover, .gf-layout-responsive-2-col .sanita .--filled-primary-light.gform_button:hover, .sanita .page-template-tpl-openday .gform-footer input.--filled-primary-light[type=submit]:hover, .page-template-tpl-openday .gform-footer .sanita input.--filled-primary-light[type=submit]:hover,
.sanita .page-template-tpl-single-openday .gform-footer input.--filled-primary-light[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .sanita input.--filled-primary-light[type=submit]:hover, .sanita .evelean input.--filled-primary-light[type=submit]:hover, .sanita .--filled-primary-light.search-filter-reset:hover, .sanita .corporate .pressTab .nav-item .--filled-primary-light.nav-link:hover, .corporate .pressTab .nav-item .sanita .--filled-primary-light.nav-link:hover {
  background-color: transparent;
  border: 2px solid var(--bs-site-primary-light);
  color: var(--bs-site-primary-light);
}
.cta.cat_filter, .gf-layout-responsive-2-col .cat_filter.gform_button, .page-template-tpl-openday .gform-footer input.cat_filter[type=submit],
.page-template-tpl-single-openday .gform-footer input.cat_filter[type=submit], .sanita .evelean input.cat_filter[type=submit], .cat_filter.search-filter-reset, .corporate .pressTab .nav-item .cat_filter.nav-link {
  padding: 0.5rem 0.5rem;
}
.cta.disabled, .gf-layout-responsive-2-col .disabled.gform_button, .page-template-tpl-openday .gform-footer input.disabled[type=submit],
.page-template-tpl-single-openday .gform-footer input.disabled[type=submit], .sanita .evelean input.disabled[type=submit], .disabled.search-filter-reset, .corporate .pressTab .nav-item .disabled.nav-link {
  pointer-events: none;
  opacity: 0.35;
}
.cta.--small, .gf-layout-responsive-2-col .--small.gform_button, .page-template-tpl-openday .gform-footer input.--small[type=submit],
.page-template-tpl-single-openday .gform-footer input.--small[type=submit], .sanita .evelean input.--small[type=submit], .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input.cta, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox .gf-layout-responsive-2-col input.gform_button, .gf-layout-responsive-2-col .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input.gform_button, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox .page-template-tpl-openday .gform-footer input[type=submit], .page-template-tpl-openday .gform-footer .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input[type=submit],
.newsletter-form_wrapper .newsletter-form .ginput_container_checkbox .page-template-tpl-single-openday .gform-footer input[type=submit],
.page-template-tpl-single-openday .gform-footer .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input[type=submit], .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox .sanita .evelean input[type=submit], .sanita .evelean .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input[type=submit], .--small.search-filter-reset, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input.search-filter-reset, .corporate .pressTab .nav-item .--small.nav-link, .corporate .pressTab .nav-item .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input.nav-link, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox .corporate .pressTab .nav-item input.nav-link {
  padding: 0.5625rem 1.625rem;
  font-size: 0.875rem;
}

ul.site-header__side.menu-sanita li:nth-child(1) {
  order: 2;
}

ul.site-header__side.menu-sanita li:nth-child(2) {
  order: 1;
}

ul.site-header__side.menu-sanita li:nth-child(4) {
  order: 3;
}

.menu-sanita .cta.--leaflet, .menu-sanita .gf-layout-responsive-2-col .--leaflet.gform_button, .gf-layout-responsive-2-col .menu-sanita .--leaflet.gform_button, .menu-sanita .page-template-tpl-openday .gform-footer input.--leaflet[type=submit], .page-template-tpl-openday .gform-footer .menu-sanita input.--leaflet[type=submit],
.menu-sanita .page-template-tpl-single-openday .gform-footer input.--leaflet[type=submit],
.page-template-tpl-single-openday .gform-footer .menu-sanita input.--leaflet[type=submit], .menu-sanita .sanita .evelean input.--leaflet[type=submit], .sanita .evelean .menu-sanita input.--leaflet[type=submit], .menu-sanita .--leaflet.search-filter-reset, .menu-sanita .corporate .pressTab .nav-item .--leaflet.nav-link, .corporate .pressTab .nav-item .menu-sanita .--leaflet.nav-link {
  border-radius: 0.5625rem;
}

.menu-sanita .cta.--filled-corporate, .menu-sanita .gf-layout-responsive-2-col .--filled-corporate.gform_button, .gf-layout-responsive-2-col .menu-sanita .--filled-corporate.gform_button, .menu-sanita .page-template-tpl-openday .gform-footer input.--filled-corporate[type=submit], .page-template-tpl-openday .gform-footer .menu-sanita input.--filled-corporate[type=submit],
.menu-sanita .page-template-tpl-single-openday .gform-footer input.--filled-corporate[type=submit],
.page-template-tpl-single-openday .gform-footer .menu-sanita input.--filled-corporate[type=submit], .menu-sanita .sanita .evelean input.--filled-corporate[type=submit], .sanita .evelean .menu-sanita input.--filled-corporate[type=submit], .menu-sanita .--filled-corporate.search-filter-reset, .menu-sanita .corporate .pressTab .nav-item .--filled-corporate.nav-link, .corporate .pressTab .nav-item .menu-sanita .--filled-corporate.nav-link {
  border: #00AAC3 2px solid;
  background: transparent;
  color: #00AAC3;
}

.menu-sanita a.cta.--filled-primary, .menu-sanita .gf-layout-responsive-2-col a.gform_button, .gf-layout-responsive-2-col .menu-sanita a.gform_button, .menu-sanita a.search-filter-reset, .menu-sanita .corporate .pressTab .nav-item a.--filled-primary.nav-link, .menu-sanita .corporate .pressTab .nav-item .gf-layout-responsive-2-col a.nav-link.gform_button, .gf-layout-responsive-2-col .menu-sanita .corporate .pressTab .nav-item a.nav-link.gform_button, .menu-sanita .corporate .pressTab .nav-item a.nav-link.search-filter-reset, .corporate .pressTab .nav-item .menu-sanita a.--filled-primary.nav-link, .corporate .pressTab .nav-item .menu-sanita .gf-layout-responsive-2-col a.nav-link.gform_button, .gf-layout-responsive-2-col .corporate .pressTab .nav-item .menu-sanita a.nav-link.gform_button, .corporate .pressTab .nav-item .menu-sanita a.nav-link.search-filter-reset {
  background: #ED7200;
  border: #ED7200 solid 2px;
}

.button-circle {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-site-primary);
}
@media (max-width: 991.98px) {
  .sanita .button-circle {
    height: 40px;
    width: 40px;
  }
}
.button-circle i {
  font-size: 25px;
  display: flex;
  align-items: center;
  transition: 0.2s linear all;
  justify-content: center;
}
.button-circle:hover {
  color: var(--bs-site-primary-dark);
}
.button-circle:hover i {
  transition: 0.2s linear all;
  transform: scale(1.1);
}
.sanita .button-circle:hover i {
  transform: translateX(4px);
}
.button-circle.--small, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input.button-circle {
  height: 32px;
  width: 32px;
}
.button-circle.--small i, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input.button-circle i {
  font-size: 18px;
}
.button-circle.--medium {
  width: 45px;
  height: 45px;
  font-size: 22px;
}
.button-circle.swiper-button-disabled {
  color: #C6C3BD;
}

.button-leaflet {
  height: 3.75rem;
  width: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8125rem;
  border-radius: 0 1.875rem 1.875rem 1.875rem;
  background: var(--bs-site-primary);
}
.button-leaflet i {
  font-size: 1.375rem;
  color: #ffffff;
}
.appartamenti .button-leaflet i {
  color: #003e5c;
}
.button-leaflet:hover {
  background-color: var(--bs-site-primary-dark);
}
.button-leaflet.--corporate, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input.button-leaflet {
  background-color: #003e5c;
}
.button-leaflet.--corporate i, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input.button-leaflet i {
  color: #ffffff;
}
.button-leaflet.--corporate:hover, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input.button-leaflet:hover {
  background-color: #0B273D;
}
.corporate .button-leaflet {
  border-radius: 1.875rem;
}

.button-shadow {
  display: inline-flex;
  align-items: center;
  padding: 1.375rem 1.5625rem;
  border-radius: 0 3rem 3rem 3rem;
  background: #ffffff;
  color: #003e5c;
  box-shadow: 0.9375rem 0.9375rem 0 var(--bs-site-primary);
  gap: 0.625rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  transition: 0.2s linear all;
}
body.sanita .button-shadow {
  font-family: "rustica", sans-serif;
}
body.corporate .button-shadow {
  font-family: "Montserrat", sans-serif;
}
.button-shadow i {
  font-size: 1.375rem;
  color: var(--bs-site-primary);
  transition: 0.2s linear all;
}
.button-shadow:hover {
  color: #003e5c;
  box-shadow: 0.9375rem 0.9375rem 0 var(--bs-site-primary-dark);
}
.button-shadow:hover i {
  color: var(--bs-site-primary-dark);
}
.button-shadow.--noshadow {
  box-shadow: none;
}
.button-shadow.--losapevi {
  box-shadow: 0.9375rem 0.9375rem 0 #E18230;
  border-radius: 0 8rem 8rem 6rem;
}
.corporate .button-shadow.--losapevi {
  box-shadow: 0.9375rem 0.9375rem 0 #E6F0FF;
}
.button-shadow.--losapevi .t-2, .button-shadow.--losapevi .sanita .single-performance-content h2, .sanita .single-performance-content .button-shadow.--losapevi h2, .button-shadow.--losapevi .sanita .single-performance-content .h2, .sanita .single-performance-content .button-shadow.--losapevi .h2, .button-shadow.--losapevi .entry-content h1, .entry-content .button-shadow.--losapevi h1, .button-shadow.--losapevi .entry-content .h1, .entry-content .button-shadow.--losapevi .h1 {
  color: #E18230;
}
.corporate .button-shadow.--losapevi .t-2, .corporate .button-shadow.--losapevi .sanita .single-performance-content h2, .sanita .single-performance-content .corporate .button-shadow.--losapevi h2, .corporate .button-shadow.--losapevi .sanita .single-performance-content .h2, .sanita .single-performance-content .corporate .button-shadow.--losapevi .h2, .corporate .button-shadow.--losapevi .entry-content h1, .entry-content .corporate .button-shadow.--losapevi h1, .corporate .button-shadow.--losapevi .entry-content .h1, .entry-content .corporate .button-shadow.--losapevi .h1 {
  color: #003e5c;
}
.button-shadow.--corporate, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input.button-shadow {
  box-shadow: 0.9375rem 0.9375rem 0 #003e5c;
}
.button-shadow.--corporate i, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input.button-shadow i {
  color: #003e5c;
}
.button-shadow.--corporate:hover, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input.button-shadow:hover {
  box-shadow: 0.9375rem 0.9375rem 0 #0B273D;
}
.button-shadow.--corporate:hover i, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input.button-shadow:hover i {
  color: #0B273D;
}
.button-shadow .img-number {
  max-width: 50px;
}

@media (min-width: 768px) {
  [class^=col-] .list-numbers,
  [class*=" col-"] .list-numbers {
    padding-left: 0;
  }
}

.list-numbers {
  display: flex;
}
@media (min-width: 768px) {
  .list-numbers {
    padding-left: 1rem;
  }
}
@media (max-width: 767.98px) {
  .list-numbers {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    padding-right: 1rem;
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .sanita .list-numbers {
    flex-direction: column;
    overflow-x: hidden;
    padding-right: 0;
    padding-left: 0;
  }
}
.list-numbers .button-shadow {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media (max-width: 767.98px) {
  .list-numbers .button-shadow {
    flex: 0 0 200px;
  }
}
.list-numbers.eq-width .button-shadow {
  flex-basis: 80%;
}
@media (min-width: 992px) {
  .list-numbers.eq-width .button-shadow {
    flex-basis: 33%;
  }
}
.list-numbers.--lp-regione .button-shadow img {
  max-width: 50px;
}
@media (min-width: 768px) {
  .list-numbers__row {
    padding-top: 35px;
  }
}
.list-numbers.--multirow {
  gap: 0.4rem;
  justify-content: flex-end;
}
.sanita .list-numbers.--multirow {
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .list-numbers.--multirow {
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    top: 0;
  }
}
.list-numbers.--multirow .list-numbers__item {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem 0.75rem 1rem;
  border-radius: 0 3rem 3rem 3rem;
  background: #003e5c;
  color: #ffffff;
  gap: 0.625rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  transition: 0.2s linear all;
}
@media (max-width: 767.98px) {
  .list-numbers.--multirow .list-numbers__item {
    flex: 0 0 250px;
  }
  .sanita .list-numbers.--multirow .list-numbers__item {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .list-numbers.--multirow .list-numbers__item {
    min-width: 200px;
    max-width: 300px;
    min-height: 85px;
  }
}
body.sanita .list-numbers.--multirow .list-numbers__item {
  font-family: "rustica", sans-serif;
}
body.corporate .list-numbers.--multirow .list-numbers__item {
  font-family: "Montserrat", sans-serif;
}
.sanita .list-numbers.--multirow .list-numbers__item {
  background-color: #ffffff;
  color: #003e5c;
  align-items: flex-start !important;
  text-align: left !important;
  border-radius: 0 0 26px 26px !important;
}
.list-numbers.--multirow .list-numbers__item i {
  font-size: 1.375rem;
  color: var(--bs-site-primary);
  transition: 0.2s linear all;
}

.list-numbers.--multirow .list-numbers__item.square-rounded {
  border-radius: 0.8125rem;
  text-align: center;
  width: 45%;
  max-width: none;
  min-width: auto;
}
@media (max-width: 767.98px) {
  .sanita .list-numbers.--multirow .list-numbers__item.square-rounded {
    width: 100%;
  }
}
.list-numbers.--multirow .list-numbers__item.square-rounded .ms-2 {
  margin: auto !important;
}

.--filled-orange {
  background: #ED7200;
  border: #ED7200 solid 2px;
  color: #fff !important;
}

.--filled-blue {
  background: #003e5c;
  border: #003e5c solid 2px;
  color: #fff !important;
}

.--big-cta {
  padding: 12px 0px !important;
  width: 100%;
  text-align: center;
  border-radius: 0.5625rem !important;
  display: inline;
  max-width: 260px;
  font-size: 16px !important;
}

input[type=checkbox] {
  flex: 0 0 auto;
  z-index: 2;
  position: relative;
  margin: 0;
  cursor: pointer;
  height: 20px;
  width: 20px;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: 0.2s all ease-in-out;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='125' height='125' viewBox='0 0 125 125'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_3933' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23Rettangolo_3933)'%3E%3Cg id='Rettangolo_3933-2' data-name='Rettangolo 3933' transform='translate(52.5 52.5)' fill='none' stroke='%23c6c3bd' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='%23ffffff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  /* CHECKBOX PER FILTRI */
  /* CHECKBOX FORM COLORATE */
  /* TOGGLE */
}
input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='125' height='125' viewBox='0 0 125 125'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_3926' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Raggruppa_7376' data-name='Raggruppa 7376' transform='translate(-782.9 -901.898)'%3E%3Cg transform='matrix(1, 0, 0, 1, 782.9, 901.9)' filter='url(%23Rettangolo_3926)'%3E%3Cg id='Rettangolo_3926-2' data-name='Rettangolo 3926' transform='translate(52.5 52.5)' fill='%23ffffff' stroke='%23c6c3bd' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='%23ffffff'/%3E%3C/g%3E%3C/g%3E%3Cg id='check' transform='translate(830.218 949.324)'%3E%3Cpath id='Tracciato_1712' data-name='Tracciato 1712' d='M19.257,11a1.1,1.1,0,1,1,1.567,1.536l-5.838,7.3a1.1,1.1,0,0,1-1.579.029L9.538,16a1.1,1.1,0,1,1,1.55-1.55l3.063,3.061,5.079-6.471a.345.345,0,0,1,.029-.032Z' transform='translate(0 0)' fill='%23ffffff' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  transition: 0.2s all ease-in-out;
}
.sanita input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='125' height='125' viewBox='0 0 125 125'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_3928' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Raggruppa_7372' data-name='Raggruppa 7372' transform='translate(-757.045 -901.898)'%3E%3Cg transform='matrix(1, 0, 0, 1, 757.04, 901.9)' filter='url(%23Rettangolo_3928)'%3E%3Cg id='Rettangolo_3928-2' data-name='Rettangolo 3928' transform='translate(52.5 52.5)' fill='none' stroke='%23c6c3bd' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='check' transform='translate(804.363 949.324)'%3E%3Cpath id='Tracciato_1712' data-name='Tracciato 1712' d='M19.257,11a1.1,1.1,0,1,1,1.567,1.536l-5.838,7.3a1.1,1.1,0,0,1-1.579.029L9.538,16a1.1,1.1,0,1,1,1.55-1.55l3.063,3.061,5.079-6.471a.345.345,0,0,1,.029-.032Z' transform='translate(0 0)' fill='%2300aac3' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.appartamenti input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='125' height='125' viewBox='0 0 125 125'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_3924' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Raggruppa_7373' data-name='Raggruppa 7373' transform='translate(-731.19 -901.898)'%3E%3Cg transform='matrix(1, 0, 0, 1, 731.19, 901.9)' filter='url(%23Rettangolo_3924)'%3E%3Cg id='Rettangolo_3924-2' data-name='Rettangolo 3924' transform='translate(52.5 52.5)' fill='none' stroke='%23c6c3bd' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='check' transform='translate(778.508 949.324)'%3E%3Cpath id='Tracciato_1712' data-name='Tracciato 1712' d='M19.257,11a1.1,1.1,0,1,1,1.567,1.536l-5.838,7.3a1.1,1.1,0,0,1-1.579.029L9.538,16a1.1,1.1,0,1,1,1.55-1.55l3.063,3.061,5.079-6.471a.345.345,0,0,1,.029-.032Z' transform='translate(0 0)' fill='%23fdca00' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.cure input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='125' height='125' viewBox='0 0 125 125'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_3922' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Raggruppa_7374' data-name='Raggruppa 7374' transform='translate(-705.335 -901.898)'%3E%3Cg transform='matrix(1, 0, 0, 1, 705.33, 901.9)' filter='url(%23Rettangolo_3922)'%3E%3Cg id='Rettangolo_3922-2' data-name='Rettangolo 3922' transform='translate(52.5 52.5)' fill='none' stroke='%23c6c3bd' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='check' transform='translate(752.653 949.324)'%3E%3Cpath id='Tracciato_1712' data-name='Tracciato 1712' d='M19.257,11a1.1,1.1,0,1,1,1.567,1.536l-5.838,7.3a1.1,1.1,0,0,1-1.579.029L9.538,16a1.1,1.1,0,1,1,1.55-1.55l3.063,3.061,5.079-6.471a.345.345,0,0,1,.029-.032Z' transform='translate(0 0)' fill='%2390bd1d' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.rsa input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='125' height='125' viewBox='0 0 125 125'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_3932' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Raggruppa_7375' data-name='Raggruppa 7375' transform='translate(-675.6 -901.898)'%3E%3Cg transform='matrix(1, 0, 0, 1, 675.6, 901.9)' filter='url(%23Rettangolo_3932)'%3E%3Cg id='Rettangolo_3932-2' data-name='Rettangolo 3932' transform='translate(52.5 52.5)' fill='none' stroke='%23c6c3bd' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='check' transform='translate(722.918 949.324)'%3E%3Cpath id='Tracciato_1712' data-name='Tracciato 1712' d='M19.257,11a1.1,1.1,0,1,1,1.567,1.536l-5.838,7.3a1.1,1.1,0,0,1-1.579.029L9.538,16a1.1,1.1,0,1,1,1.55-1.55l3.063,3.061,5.079-6.471a.345.345,0,0,1,.029-.032Z' transform='translate(0 0)' fill='%23d2782d' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
input[type=checkbox].filter-input-checked, .filters .wpc-filters-widget-main-wrapper input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='125' height='125' viewBox='0 0 125 125'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_3681' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23Rettangolo_3681)'%3E%3Cg id='Rettangolo_3681-2' data-name='Rettangolo 3681' transform='translate(52.5 52.5)' fill='none' stroke='%23003e5c' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
input[type=checkbox].filter-input-checked:checked, .filters .wpc-filters-widget-main-wrapper input[type=checkbox]:checked {
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='125' height='125' viewBox='0 0 125 125'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_3679' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3Cfilter id='Rettangolo_3680' x='3' y='3' width='119' height='119' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur-2'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur-2'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Raggruppa_7362' data-name='Raggruppa 7362' transform='translate(-565.816 -892.317)'%3E%3Cg transform='matrix(1, 0, 0, 1, 565.82, 892.32)' filter='url(%23Rettangolo_3679)'%3E%3Cg id='Rettangolo_3679-2' data-name='Rettangolo 3679' transform='translate(52.5 52.5)' fill='none' stroke='%23003e5c' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg transform='matrix(1, 0, 0, 1, 565.82, 892.32)' filter='url(%23Rettangolo_3680)'%3E%3Crect id='Rettangolo_3680-2' data-name='Rettangolo 3680' width='14' height='14' rx='3' transform='translate(55.5 55.5)' fill='%23003e5c'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  transition: 0.2s all ease-in-out;
}
.sanita input[type=checkbox].filter-input-checked, .sanita .filters .wpc-filters-widget-main-wrapper input[type=checkbox], .filters .wpc-filters-widget-main-wrapper .sanita input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='125' height='125' viewBox='0 0 125 125'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_3666' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23Rettangolo_3666)'%3E%3Cg id='Rettangolo_3666-2' data-name='Rettangolo 3666' transform='translate(52.5 52.5)' fill='none' stroke='%2300aac3' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.sanita input[type=checkbox].filter-input-checked:checked, .sanita .filters .wpc-filters-widget-main-wrapper input[type=checkbox]:checked, .filters .wpc-filters-widget-main-wrapper .sanita input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='125' height='125' viewBox='0 0 125 125'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_3664' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3Cfilter id='Rettangolo_3678' x='3' y='3' width='119' height='119' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur-2'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur-2'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Raggruppa_7364' data-name='Raggruppa 7364' transform='translate(-535.816 -892.317)'%3E%3Cg transform='matrix(1, 0, 0, 1, 535.82, 892.32)' filter='url(%23Rettangolo_3664)'%3E%3Cg id='Rettangolo_3664-2' data-name='Rettangolo 3664' transform='translate(52.5 52.5)' fill='none' stroke='%2300aac3' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg transform='matrix(1, 0, 0, 1, 535.82, 892.32)' filter='url(%23Rettangolo_3678)'%3E%3Crect id='Rettangolo_3678-2' data-name='Rettangolo 3678' width='14' height='14' rx='3' transform='translate(55.5 55.5)' fill='%2300aac3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.appartamenti input[type=checkbox].filter-input-checked, .appartamenti .filters .wpc-filters-widget-main-wrapper input[type=checkbox], .filters .wpc-filters-widget-main-wrapper .appartamenti input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='125' height='125' viewBox='0 0 125 125'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_3667' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23Rettangolo_3667)'%3E%3Cg id='Rettangolo_3667-2' data-name='Rettangolo 3667' transform='translate(52.5 52.5)' fill='none' stroke='%23003e5c' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.appartamenti input[type=checkbox].filter-input-checked:checked, .appartamenti .filters .wpc-filters-widget-main-wrapper input[type=checkbox]:checked, .filters .wpc-filters-widget-main-wrapper .appartamenti input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='125' height='125' viewBox='0 0 125 125'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_3665' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3Cfilter id='Rettangolo_3675' x='3' y='3' width='119' height='119' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur-2'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur-2'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Raggruppa_7363' data-name='Raggruppa 7363' transform='translate(-505.816 -892.317)'%3E%3Cg transform='matrix(1, 0, 0, 1, 505.82, 892.32)' filter='url(%23Rettangolo_3665)'%3E%3Cg id='Rettangolo_3665-2' data-name='Rettangolo 3665' transform='translate(52.5 52.5)' fill='none' stroke='%23003e5c' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg transform='matrix(1, 0, 0, 1, 505.82, 892.32)' filter='url(%23Rettangolo_3675)'%3E%3Crect id='Rettangolo_3675-2' data-name='Rettangolo 3675' width='14' height='14' rx='3' transform='translate(55.5 55.5)' fill='%23fc0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.cure input[type=checkbox].filter-input-checked, .cure .filters .wpc-filters-widget-main-wrapper input[type=checkbox], .filters .wpc-filters-widget-main-wrapper .cure input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='125' height='125' viewBox='0 0 125 125'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_3670' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23Rettangolo_3670)'%3E%3Cg id='Rettangolo_3670-2' data-name='Rettangolo 3670' transform='translate(52.5 52.5)' fill='none' stroke='%238ba93b' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.cure input[type=checkbox].filter-input-checked:checked, .cure .filters .wpc-filters-widget-main-wrapper input[type=checkbox]:checked, .filters .wpc-filters-widget-main-wrapper .cure input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='125' height='125' viewBox='0 0 125 125'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_3669' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3Cfilter id='Rettangolo_3676' x='3' y='3' width='119' height='119' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur-2'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur-2'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Raggruppa_7365' data-name='Raggruppa 7365' transform='translate(-475.816 -892.317)'%3E%3Cg transform='matrix(1, 0, 0, 1, 475.82, 892.32)' filter='url(%23Rettangolo_3669)'%3E%3Cg id='Rettangolo_3669-2' data-name='Rettangolo 3669' transform='translate(52.5 52.5)' fill='none' stroke='%238ba93b' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg transform='matrix(1, 0, 0, 1, 475.82, 892.32)' filter='url(%23Rettangolo_3676)'%3E%3Crect id='Rettangolo_3676-2' data-name='Rettangolo 3676' width='14' height='14' rx='3' transform='translate(55.5 55.5)' fill='%2391be1e'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.rsa input[type=checkbox].filter-input-checked, .rsa .filters .wpc-filters-widget-main-wrapper input[type=checkbox], .filters .wpc-filters-widget-main-wrapper .rsa input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='125' height='125' viewBox='0 0 125 125'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_3671' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23Rettangolo_3671)'%3E%3Cg id='Rettangolo_3671-2' data-name='Rettangolo 3671' transform='translate(52.5 52.5)' fill='none' stroke='%23d2782e' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.rsa input[type=checkbox].filter-input-checked:checked, .rsa .filters .wpc-filters-widget-main-wrapper input[type=checkbox]:checked, .filters .wpc-filters-widget-main-wrapper .rsa input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='125' height='125' viewBox='0 0 125 125'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_3668' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3Cfilter id='Rettangolo_3677' x='3' y='3' width='119' height='119' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur-2'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur-2'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Raggruppa_7361' data-name='Raggruppa 7361' transform='translate(-445.816 -892.317)'%3E%3Cg transform='matrix(1, 0, 0, 1, 445.82, 892.32)' filter='url(%23Rettangolo_3668)'%3E%3Cg id='Rettangolo_3668-2' data-name='Rettangolo 3668' transform='translate(52.5 52.5)' fill='none' stroke='%23d2782e' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg transform='matrix(1, 0, 0, 1, 445.82, 892.32)' filter='url(%23Rettangolo_3677)'%3E%3Crect id='Rettangolo_3677-2' data-name='Rettangolo 3677' width='14' height='14' rx='3' transform='translate(55.5 55.5)' fill='%23d2782d'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
input[type=checkbox].form-checkbox-colored, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input[type=checkbox] {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='52.5 52.5 20 20'%3E%3Cdefs%3E%3Cfilter id='svg-input-not-checked-form' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23svg-input-not-checked-form)'%3E%3Cg id='svg-input-not-checked-form-2' data-name='svg-input-not-checked-form' transform='translate(52.5 52.5)' fill='none' stroke='%23003E5C' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
input[type=checkbox].form-checkbox-colored:checked, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='52.5 52.5 20 20'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_3932' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='svg-input-checked-form' transform='translate(-675.6 -901.898)'%3E%3Cg transform='matrix(1, 0, 0, 1, 675.6, 901.9)' filter='url(%23Rettangolo_3932)'%3E%3Cg id='Rettangolo_3932-2' data-name='Rettangolo 3932' transform='translate(52.5 52.5)' fill='none' stroke='%23003E5C' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='check' transform='translate(722.918 949.324)'%3E%3Cpath id='Tracciato_1712' data-name='Tracciato 1712' d='M19.257,11a1.1,1.1,0,1,1,1.567,1.536l-5.838,7.3a1.1,1.1,0,0,1-1.579.029L9.538,16a1.1,1.1,0,1,1,1.55-1.55l3.063,3.061,5.079-6.471a.345.345,0,0,1,.029-.032Z' transform='translate(0 0)' fill='%23003E5C' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  transition: 0.2s all ease-in-out;
}
.sanita input[type=checkbox].form-checkbox-colored, .sanita .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input[type=checkbox], .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox .sanita input[type=checkbox] {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='52.5 52.5 20 20'%3E%3Cdefs%3E%3Cfilter id='svg-input-not-checked-form' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23svg-input-not-checked-form)'%3E%3Cg id='svg-input-not-checked-form-2' data-name='svg-input-not-checked-form' transform='translate(52.5 52.5)' fill='none' stroke='%2300AAC3' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.sanita input[type=checkbox].form-checkbox-colored:checked, .sanita .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input[type=checkbox]:checked, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox .sanita input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='52.5 52.5 20 20'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_3932' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='svg-input-checked-form' transform='translate(-675.6 -901.898)'%3E%3Cg transform='matrix(1, 0, 0, 1, 675.6, 901.9)' filter='url(%23Rettangolo_3932)'%3E%3Cg id='Rettangolo_3932-2' data-name='Rettangolo 3932' transform='translate(52.5 52.5)' fill='none' stroke='%2300AAC3' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='check' transform='translate(722.918 949.324)'%3E%3Cpath id='Tracciato_1712' data-name='Tracciato 1712' d='M19.257,11a1.1,1.1,0,1,1,1.567,1.536l-5.838,7.3a1.1,1.1,0,0,1-1.579.029L9.538,16a1.1,1.1,0,1,1,1.55-1.55l3.063,3.061,5.079-6.471a.345.345,0,0,1,.029-.032Z' transform='translate(0 0)' fill='%2300AAC3' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  transition: 0.2s all ease-in-out;
}
.appartamenti input[type=checkbox].form-checkbox-colored, .appartamenti .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input[type=checkbox], .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox .appartamenti input[type=checkbox] {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='52.5 52.5 20 20'%3E%3Cdefs%3E%3Cfilter id='svg-input-not-checked-form' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23svg-input-not-checked-form)'%3E%3Cg id='svg-input-not-checked-form-2' data-name='svg-input-not-checked-form' transform='translate(52.5 52.5)' fill='none' stroke='%23FDCA00' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.appartamenti input[type=checkbox].form-checkbox-colored:checked, .appartamenti .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input[type=checkbox]:checked, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox .appartamenti input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='52.5 52.5 20 20'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_3932' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='svg-input-checked-form' transform='translate(-675.6 -901.898)'%3E%3Cg transform='matrix(1, 0, 0, 1, 675.6, 901.9)' filter='url(%23Rettangolo_3932)'%3E%3Cg id='Rettangolo_3932-2' data-name='Rettangolo 3932' transform='translate(52.5 52.5)' fill='none' stroke='%23FDCA00' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='check' transform='translate(722.918 949.324)'%3E%3Cpath id='Tracciato_1712' data-name='Tracciato 1712' d='M19.257,11a1.1,1.1,0,1,1,1.567,1.536l-5.838,7.3a1.1,1.1,0,0,1-1.579.029L9.538,16a1.1,1.1,0,1,1,1.55-1.55l3.063,3.061,5.079-6.471a.345.345,0,0,1,.029-.032Z' transform='translate(0 0)' fill='%23FDCA00' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  transition: 0.2s all ease-in-out;
}
.cure input[type=checkbox].form-checkbox-colored, .cure .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input[type=checkbox], .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox .cure input[type=checkbox] {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='52.5 52.5 20 20'%3E%3Cdefs%3E%3Cfilter id='svg-input-not-checked-form' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23svg-input-not-checked-form)'%3E%3Cg id='svg-input-not-checked-form-2' data-name='svg-input-not-checked-form' transform='translate(52.5 52.5)' fill='none' stroke='%2390BD1D' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.cure input[type=checkbox].form-checkbox-colored:checked, .cure .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input[type=checkbox]:checked, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox .cure input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='52.5 52.5 20 20'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_3932' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='svg-input-checked-form' transform='translate(-675.6 -901.898)'%3E%3Cg transform='matrix(1, 0, 0, 1, 675.6, 901.9)' filter='url(%23Rettangolo_3932)'%3E%3Cg id='Rettangolo_3932-2' data-name='Rettangolo 3932' transform='translate(52.5 52.5)' fill='none' stroke='%2390BD1D' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='check' transform='translate(722.918 949.324)'%3E%3Cpath id='Tracciato_1712' data-name='Tracciato 1712' d='M19.257,11a1.1,1.1,0,1,1,1.567,1.536l-5.838,7.3a1.1,1.1,0,0,1-1.579.029L9.538,16a1.1,1.1,0,1,1,1.55-1.55l3.063,3.061,5.079-6.471a.345.345,0,0,1,.029-.032Z' transform='translate(0 0)' fill='%2390BD1D' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  transition: 0.2s all ease-in-out;
}
.rsa input[type=checkbox].form-checkbox-colored, .rsa .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input[type=checkbox], .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox .rsa input[type=checkbox] {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='52.5 52.5 20 20'%3E%3Cdefs%3E%3Cfilter id='svg-input-not-checked-form' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23svg-input-not-checked-form)'%3E%3Cg id='svg-input-not-checked-form-2' data-name='svg-input-not-checked-form' transform='translate(52.5 52.5)' fill='none' stroke='%23D2782D' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.rsa input[type=checkbox].form-checkbox-colored:checked, .rsa .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input[type=checkbox]:checked, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox .rsa input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='52.5 52.5 20 20'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_3932' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='svg-input-checked-form' transform='translate(-675.6 -901.898)'%3E%3Cg transform='matrix(1, 0, 0, 1, 675.6, 901.9)' filter='url(%23Rettangolo_3932)'%3E%3Cg id='Rettangolo_3932-2' data-name='Rettangolo 3932' transform='translate(52.5 52.5)' fill='none' stroke='%23D2782D' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='check' transform='translate(722.918 949.324)'%3E%3Cpath id='Tracciato_1712' data-name='Tracciato 1712' d='M19.257,11a1.1,1.1,0,1,1,1.567,1.536l-5.838,7.3a1.1,1.1,0,0,1-1.579.029L9.538,16a1.1,1.1,0,1,1,1.55-1.55l3.063,3.061,5.079-6.471a.345.345,0,0,1,.029-.032Z' transform='translate(0 0)' fill='%23D2782D' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  transition: 0.2s all ease-in-out;
}
input[type=checkbox].form-checkbox-colored.--corporate, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input[type=checkbox] {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='52.5 52.5 20 20'%3E%3Cdefs%3E%3Cfilter id='svg-input-not-checked-form' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23svg-input-not-checked-form)'%3E%3Cg id='svg-input-not-checked-form-2' data-name='svg-input-not-checked-form' transform='translate(52.5 52.5)' fill='none' stroke='%23003E5C' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
input[type=checkbox].form-checkbox-colored.--corporate:checked, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='52.5 52.5 20 20'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_3932' x='0' y='0' width='125' height='125' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='svg-input-checked-form' transform='translate(-675.6 -901.898)'%3E%3Cg transform='matrix(1, 0, 0, 1, 675.6, 901.9)' filter='url(%23Rettangolo_3932)'%3E%3Cg id='Rettangolo_3932-2' data-name='Rettangolo 3932' transform='translate(52.5 52.5)' fill='none' stroke='%23003E5C' stroke-width='1'%3E%3Crect width='20' height='20' rx='5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='check' transform='translate(722.918 949.324)'%3E%3Cpath id='Tracciato_1712' data-name='Tracciato 1712' d='M19.257,11a1.1,1.1,0,1,1,1.567,1.536l-5.838,7.3a1.1,1.1,0,0,1-1.579.029L9.538,16a1.1,1.1,0,1,1,1.55-1.55l3.063,3.061,5.079-6.471a.345.345,0,0,1,.029-.032Z' transform='translate(0 0)' fill='%23003E5C' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  transition: 0.2s all ease-in-out;
}
input[type=checkbox].toggle {
  width: 35px;
  height: 21px;
  background-size: 100% auto;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='49.64 50.5 35.32 19.24'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_2965' x='0' y='0' width='119.798' height='119.798' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='toggle' transform='translate(49.541 50.497)'%3E%3Cpath id='Tracciato_1684' data-name='Tracciato 1684' d='M9.619,0H25.9a9.619,9.619,0,0,1,0,19.237H9.619A9.619,9.619,0,0,1,9.619,0Z' fill='%23003e5c'/%3E%3Cg transform='matrix(1, 0, 0, 1, -49.54, -50.5)' filter='url(%23Rettangolo_2965)'%3E%3Crect id='Rettangolo_2965-2' data-name='Rettangolo 2965' width='14.798' height='14.798' rx='7.399' transform='translate(52.5 52.5)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
input[type=checkbox].toggle:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='34.44 50.5 35.72 19.24'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_2965' x='0' y='0' width='119.798' height='119.798' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='toggle' transform='translate(34.54 50.5)'%3E%3Cpath id='Tracciato_1684' data-name='Tracciato 1684' d='M9.619,0H25.9a9.619,9.619,0,1,1,0,19.237H9.619A9.619,9.619,0,1,1,9.619,0Z' fill='%23003E5C'/%3E%3Cg transform='matrix(1, 0, 0, 1, -34.54, -50.5)' filter='url(%23Rettangolo_2965)'%3E%3Crect id='Rettangolo_2965-2' data-name='Rettangolo 2965' width='14.798' height='14.798' rx='7.399' transform='translate(52.5 52.5)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.sanita input[type=checkbox].toggle:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='34.44 50.5 35.72 19.24'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_2965' x='0' y='0' width='119.798' height='119.798' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='toggle' transform='translate(34.54 50.5)'%3E%3Cpath id='Tracciato_1684' data-name='Tracciato 1684' d='M9.619,0H25.9a9.619,9.619,0,1,1,0,19.237H9.619A9.619,9.619,0,1,1,9.619,0Z' fill='%2300AAC3'/%3E%3Cg transform='matrix(1, 0, 0, 1, -34.54, -50.5)' filter='url(%23Rettangolo_2965)'%3E%3Crect id='Rettangolo_2965-2' data-name='Rettangolo 2965' width='14.798' height='14.798' rx='7.399' transform='translate(52.5 52.5)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.appartamenti input[type=checkbox].toggle:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='34.44 50.5 35.72 19.24'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_2965' x='0' y='0' width='119.798' height='119.798' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='toggle' transform='translate(34.54 50.5)'%3E%3Cpath id='Tracciato_1684' data-name='Tracciato 1684' d='M9.619,0H25.9a9.619,9.619,0,1,1,0,19.237H9.619A9.619,9.619,0,1,1,9.619,0Z' fill='%23FFCC00'/%3E%3Cg transform='matrix(1, 0, 0, 1, -34.54, -50.5)' filter='url(%23Rettangolo_2965)'%3E%3Crect id='Rettangolo_2965-2' data-name='Rettangolo 2965' width='14.798' height='14.798' rx='7.399' transform='translate(52.5 52.5)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.cure input[type=checkbox].toggle:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='34.44 50.5 35.72 19.24'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_2965' x='0' y='0' width='119.798' height='119.798' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='toggle' transform='translate(34.54 50.5)'%3E%3Cpath id='Tracciato_1684' data-name='Tracciato 1684' d='M9.619,0H25.9a9.619,9.619,0,1,1,0,19.237H9.619A9.619,9.619,0,1,1,9.619,0Z' fill='%2391BE1E'/%3E%3Cg transform='matrix(1, 0, 0, 1, -34.54, -50.5)' filter='url(%23Rettangolo_2965)'%3E%3Crect id='Rettangolo_2965-2' data-name='Rettangolo 2965' width='14.798' height='14.798' rx='7.399' transform='translate(52.5 52.5)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.rsa input[type=checkbox].toggle:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='34.44 50.5 35.72 19.24'%3E%3Cdefs%3E%3Cfilter id='Rettangolo_2965' x='0' y='0' width='119.798' height='119.798' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='17.5' result='blur'/%3E%3CfeFlood flood-opacity='0.102'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='toggle' transform='translate(34.54 50.5)'%3E%3Cpath id='Tracciato_1684' data-name='Tracciato 1684' d='M9.619,0H25.9a9.619,9.619,0,1,1,0,19.237H9.619A9.619,9.619,0,1,1,9.619,0Z' fill='%23D2782D'/%3E%3Cg transform='matrix(1, 0, 0, 1, -34.54, -50.5)' filter='url(%23Rettangolo_2965)'%3E%3Crect id='Rettangolo_2965-2' data-name='Rettangolo 2965' width='14.798' height='14.798' rx='7.399' transform='translate(52.5 52.5)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
input[type=checkbox].--small, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input[type=checkbox] {
  height: 14px;
  width: 14px;
}

.filter-search__input {
  position: relative;
  border: 1px solid var(--bs-site-primary);
  padding: 2px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
}
.--newsletter .filter-search__input {
  border-radius: 6.25rem;
  padding: 6px 8px;
  border: none;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.filter-search__input input {
  border-radius: 18px;
  border: none;
  outline: none;
  flex: 1 1 auto;
  max-width: 150px;
}
.wizard-search__step .filter-search__input input {
  max-width: 100%;
}
.filter-search__input select {
  border-radius: 18px;
  border: none;
  outline: none;
  flex: 1 1 auto;
}
.filter-search__input-btn {
  background: none;
  border: none;
  width: 32px;
  height: 32px;
  font-size: 12px;
}
.filter-search__list {
  margin-top: 5px;
  border-radius: 18px;
  border: 1px solid var(--bs-site-primary);
}
.filter-search__list ul {
  overflow: auto;
  max-height: 200px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.filter-search__list ul::-webkit-scrollbar {
  width: 5px;
}
.filter-search__list ul::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.filter-search__list ul::-webkit-scrollbar-thumb {
  background: #E2E1DE;
  border-radius: 3px;
}
.filter-search__list ul::-webkit-scrollbar-thumb:hover {
  background: #C6C3BD;
}
.filter-search__list li {
  padding: 8px 0;
}
.filter-search__list li:not(:first-of-type) {
  border-top: 1px solid #E2E1DE;
}
.filter-search.--newsletter .cta, .filter-search.--newsletter .gf-layout-responsive-2-col .gform_button, .gf-layout-responsive-2-col .filter-search.--newsletter .gform_button, .filter-search.--newsletter .page-template-tpl-openday .gform-footer input[type=submit], .page-template-tpl-openday .gform-footer .filter-search.--newsletter input[type=submit],
.filter-search.--newsletter .page-template-tpl-single-openday .gform-footer input[type=submit],
.page-template-tpl-single-openday .gform-footer .filter-search.--newsletter input[type=submit], .filter-search.--newsletter .sanita .evelean input[type=submit], .sanita .evelean .filter-search.--newsletter input[type=submit], .filter-search.--newsletter .search-filter-reset, .filter-search.--newsletter .corporate .pressTab .nav-item .nav-link, .corporate .pressTab .nav-item .filter-search.--newsletter .nav-link {
  border-radius: 3.375rem;
}

.view-toggle {
  border-radius: 6.25rem;
  padding: 0.3125rem;
}
.view-toggle__item {
  border-radius: 6.25rem;
  font-size: 0.75rem;
  padding: 0.625rem 0.8125rem;
  cursor: pointer;
}
.view-toggle__item i {
  font-size: 0.875rem;
}
.view-toggle__item:hover, .view-toggle__item.active {
  background: #ffffff;
}
.view-toggle__item:hover i, .view-toggle__item.active i {
  color: var(--bs-site-primary);
}
.view-toggle__item.active {
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
}
body.sanita .view-toggle__item.active {
  font-family: "rustica", sans-serif;
}
body.corporate .view-toggle__item.active {
  font-family: "Montserrat", sans-serif;
}

.view-toggle-v2 {
  border-radius: 6.25rem;
  padding: 0.3125rem;
}
.corporate .view-toggle-v2 {
  padding: 0;
}
.view-toggle-v2__item {
  border-radius: 6.25rem;
  font-size: 0.75rem;
  padding: 0.625rem 0.8125rem;
  cursor: pointer;
}
.view-toggle-v2__item i {
  font-size: 0.875rem;
}
.view-toggle-v2__item:hover, .view-toggle-v2__item.active {
  background: #ffffff;
}
.corporate .view-toggle-v2__item:hover, .corporate .view-toggle-v2__item.active {
  background: #003e5c;
  color: #ffffff;
  font-weight: 400;
}
.view-toggle-v2__item:hover i, .view-toggle-v2__item.active i {
  color: var(--bs-site-primary);
}
.corporate .view-toggle-v2__item:hover i, .corporate .view-toggle-v2__item.active i {
  color: #ffffff;
}
.view-toggle-v2__item.active {
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
}
body.sanita .view-toggle-v2__item.active {
  font-family: "rustica", sans-serif;
}
body.corporate .view-toggle-v2__item.active {
  font-family: "Montserrat", sans-serif;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pagination-numbers {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.pagination a, .pagination span, .pagination button {
  border: 1px solid #C6C3BD;
  color: #C6C3BD;
  text-decoration: none;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  border-radius: 1.5625rem;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s linear all;
  font-size: 0.75rem;
  line-height: 0.875rem;
  background: transparent;
  flex: 0 0 auto;
  height: 2.25rem;
}
body.sanita .pagination a, body.sanita .pagination span, body.sanita .pagination button {
  font-family: "rustica", sans-serif;
}
body.corporate .pagination a, body.corporate .pagination span, body.corporate .pagination button {
  font-family: "Montserrat", sans-serif;
}
.sanita .pagination a, .sanita .pagination span, .sanita .pagination button {
  border: none;
  line-height: 1;
  color: var(--bs-site-primary-dark);
}
.pagination a i, .pagination span i, .pagination button i {
  font-size: 11px;
}
.pagination a:not(.pagination-prev):not(.pagination-next), .pagination span:not(.pagination-prev):not(.pagination-next), .pagination button:not(.pagination-prev):not(.pagination-next) {
  width: 2.25rem;
  border-radius: 50%;
  padding: 0;
  /*&:first-child {
      border-color: $site-primary;
      color:$site-primary;
      .appartamenti & {
          color:$corporate;
      }
  }*/
}
.pagination a.pagination-current, .pagination span.pagination-current, .pagination button.pagination-current {
  cursor: default;
  border-color: var(--bs-site-primary);
  color: var(--bs-site-primary);
}
.appartamenti .pagination a.pagination-current, .appartamenti .pagination span.pagination-current, .appartamenti .pagination button.pagination-current {
  color: #003e5c;
}
.sanita .pagination a.pagination-current, .sanita .pagination span.pagination-current, .sanita .pagination button.pagination-current {
  background-color: #FFCA13;
  color: var(--bs-site-primary-dark);
}
.pagination a.pagination-dots, .pagination span.pagination-dots, .pagination button.pagination-dots {
  border: none;
  width: auto !important;
}
.pagination a:hover {
  transition: 0.2s linear all;
  border-color: var(--bs-site-primary);
  color: var(--bs-site-primary);
}
.appartamenti .pagination a:hover {
  color: #003e5c;
}

.hero {
  position: relative;
  background: var(--bs-site-primary-light);
}
@media (min-width: 992px) {
  .hero {
    min-height: 380px;
  }
  .hero.--small, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input.hero {
    min-height: 230px;
  }
  .hero.--big {
    min-height: 500px;
  }
  .hero.full {
    min-height: 500px;
  }
  .hero.--video {
    min-height: 500px;
  }
}
.hero.--video {
  min-height: 500px;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .hero-img {
    position: relative;
    height: 7.8125rem;
  }
}
.hero-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-img[class*=" --mask"]::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 576px) {
  .hero-img.--mask-30::after {
    background: rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 576px) {
  .hero-img.--mask-40::after {
    background: rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 576px) {
  .hero-img.--mask-50::after {
    background: rgba(0, 0, 0, 0.5);
  }
}
.hero-title {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .hero-title {
    color: #003e5c;
    font-size: 1.4375rem;
  }
}
.hero-description {
  font-size: 0.9375rem;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .hero-description {
    color: #003e5c;
  }
  .hero-description br {
    display: none;
  }
}
.hero-description a {
  color: #ffffff;
}
.hero-shape {
  position: absolute;
  bottom: 10%;
  left: 0;
  transform: translateX(-50%);
  z-index: 9;
}
.hero-shape > * {
  fill: var(--bs-site-primary);
}
@media (min-width: 992px) {
  .hero-shape {
    bottom: 0;
    left: 10%;
    transform: translate(0, 50%);
    width: 100px;
    height: auto;
  }
}
.hero-readmore {
  position: relative;
}
.hero-readmore::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  width: 100%;
  left: auto;
  right: 0;
  height: 1px;
  background: #ffffff;
  transition: 0.3s all ease;
}
.hero-readmore.text-corporate::before {
  background-color: #003e5c;
}
.hero-readmore:hover::before {
  width: 100%;
  width: 0%;
  transition: 0.3s all ease;
}
.hero .read-more__link {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .hero .read-more__link {
    color: #003e5c;
  }
}
.hero .read-more__link-wrap a {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .hero .read-more__link-wrap a {
    color: #003e5c;
  }
}
.hero-video {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
}
.hero-video__video iframe {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.hero-video[class*=" --mask"]::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 576px) {
  .hero-video.--mask-30::after {
    background: rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 576px) {
  .hero-video.--mask-40::after {
    background: rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 576px) {
  .hero-video.--mask-50::after {
    background: rgba(0, 0, 0, 0.5);
  }
}

.search-box {
  font-size: 0.9375rem;
  border-radius: 50px;
  width: 1200px;
  max-width: 100%;
}
.search-box.--province {
  max-width: 300px;
}
.search-box-item__submit {
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .search-box-item:not(:first-of-type) {
    border-left: 1px solid #E2E1DE;
  }
}
.search-box__value {
  color: #99B1BE;
}

@media (max-width: 767.98px) {
  .filter-search-conventions .search-box__label {
    font-size: 0.8125rem;
  }
}

.tag-pill {
  line-height: 1;
  padding: 0.4375rem 0.75rem;
  font-size: 0.625rem;
  border-radius: 0rem 0.8125rem 0.8125rem 0.8125rem;
  text-decoration: none;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  transition: 0.2s linear all;
  cursor: pointer;
  display: inline-flex;
}
body.sanita .tag-pill {
  font-family: "rustica", sans-serif;
}
body.corporate .tag-pill {
  font-family: "Montserrat", sans-serif;
}
.tag-pill.--filled-corporate {
  background-color: #003e5c;
  color: #ffffff;
}
.tag-pill.--filled-corporate:hover {
  color: #ffffff;
  background-color: #0B273D;
}
.tag-pill.--filled-sanita {
  background-color: #008093;
  color: #ffffff;
}
.tag-pill.--filled-sanita:hover {
  color: #ffffff;
  background-color: #008093;
}
.tag-pill.--filled-rsa {
  background-color: #E18230;
  color: #ffffff;
}
.tag-pill.--filled-rsa:hover {
  color: #ffffff;
  background-color: #E18230;
}
.tag-pill.--filled-cure {
  background-color: #FFCA13;
  color: #ffffff;
}
.tag-pill.--filled-cure:hover {
  color: #ffffff;
  background-color: #FFCA13;
}
.tag-pill.--filled-appartamenti {
  background-color: #FFCA13;
  color: #003e5c;
}
.tag-pill.--filled-appartamenti:hover {
  color: #003e5c;
  background-color: #FFCA13;
}
.tag-pill.--filled-primary, .gf-layout-responsive-2-col .tag-pill.gform_button, .sanita .evelean input.tag-pill[type=submit], .tag-pill.search-filter-reset {
  background-color: var(--bs-site-primary);
  color: #ffffff;
}
.appartamenti .tag-pill.--filled-primary, .appartamenti .gf-layout-responsive-2-col .tag-pill.gform_button, .gf-layout-responsive-2-col .appartamenti .tag-pill.gform_button, .appartamenti .sanita .evelean input.tag-pill[type=submit], .sanita .evelean .appartamenti input.tag-pill[type=submit], .appartamenti .tag-pill.search-filter-reset {
  color: #003e5c;
}
.tag-pill.--filled-primary:hover, .gf-layout-responsive-2-col .tag-pill.gform_button:hover, .sanita .evelean input.tag-pill[type=submit]:hover, .tag-pill.search-filter-reset:hover {
  color: #ffffff;
  background-color: var(--bs-site-primary-dark);
}
.appartamenti .tag-pill.--filled-primary:hover, .appartamenti .gf-layout-responsive-2-col .tag-pill.gform_button:hover, .gf-layout-responsive-2-col .appartamenti .tag-pill.gform_button:hover, .appartamenti .sanita .evelean input.tag-pill[type=submit]:hover, .sanita .evelean .appartamenti input.tag-pill[type=submit]:hover, .appartamenti .tag-pill.search-filter-reset:hover {
  color: #003e5c;
}

.item-card {
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.error404.corporate .item-card, .search-results.corporate .item-card {
  border-radius: 20px;
}
.item-card__content {
  /*background-color: $white;*/
}
.item-card__thumb {
  position: relative;
  overflow: hidden;
}
.item-card__thumb.news-thumb {
  border-radius: 5px;
}
.item-card__thumb.--16-9 {
  aspect-ratio: 16/9;
}
.item-card__thumb img {
  display: block;
  transition: 0.5s ease-out;
}
.item-card__thumb img:hover {
  transition: 0.5s ease-in;
  transform: scale(1.1);
}
.item-card__label {
  position: absolute;
  top: 0;
  left: 0;
}
.item-card-mondi {
  border-radius: 0;
  box-shadow: none;
}
.item-card-mondi__row [class*=col]:first-child .item-card {
  border-radius: 0 0 0 40px;
}
.corporate .item-card-mondi__row [class*=col]:first-child .item-card {
  border-radius: 20px;
}
.item-card-mondi__row [class*=col]:last-child .item-card {
  border-radius: 0 0 40px 0;
}
.corporate .item-card-mondi__row [class*=col]:last-child .item-card {
  border-radius: 20px;
}
.item-card-mondi .item-card__content {
  position: relative;
}
.item-card-mondi .item-card__content .button-circle {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  background-color: #ffffff;
}
.item-card-mondi .item-card__title a,
.item-card-mondi .item-card__desc {
  color: #ffffff;
}
.item-card-mondi.--sanita .item-card__content {
  background-color: #008093;
}
.item-card-mondi.--sanita .item-card__content .button-circle {
  color: #008093;
}
.item-card-mondi.--rsa .item-card__content {
  background-color: #E18230;
}
.item-card-mondi.--rsa .item-card__content .button-circle {
  color: #E18230;
}
.item-card-mondi.--appartamenti .item-card__content {
  background-color: #FFCA13;
}
.item-card-mondi.--appartamenti .item-card__content .button-circle {
  color: #FFCA13;
}
.item-card-mondi.--appartamenti .item-card__title a,
.item-card-mondi.--appartamenti .item-card__desc {
  color: #003e5c;
}
.item-card-mondi.--cure .item-card__content {
  background-color: #FFCA13;
}
.item-card-mondi.--cure .item-card__content .button-circle {
  color: #FFCA13;
}
.item-card.square-rounded {
  border-radius: 13px !important;
}
.item-card.sticky-news .item-card__content {
  background-color: var(--bs-site-primary);
}
.item-card.sticky-news .item-card__content .text-site-primary, .item-card.sticky-news .item-card__content .global-search__filter.active, .item-card.sticky-news .item-card__content .global-search__filter:hover, .item-card.sticky-news .item-card__content .card-struttura__label a, .card-struttura__label .item-card.sticky-news .item-card__content a, .item-card.sticky-news .item-card__content .card-struttura__label span, .card-struttura__label .item-card.sticky-news .item-card__content span,
.item-card.sticky-news .item-card__content .text-corporate {
  color: #ffffff;
}
.item-card.sticky-news .item-card__title a,
.item-card.sticky-news .item-card__desc {
  color: #ffffff;
}
.item-card.sticky-news .event-date {
  background-color: #ffffff;
  color: var(--bs-site-primary);
}
.item-card-banner {
  position: relative;
  background-color: #000;
}
.item-card-banner:not(:first-child) {
  margin: 3rem 0;
}
.item-card-banner .item-card__thumb {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.item-card-banner .item-card__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.item-card-banner .item-card__content {
  position: relative;
  background: transparent;
}
.item-card-banner .item-card__info img {
  height: 42px;
  width: auto;
}
.item-card-shadow {
  padding: 1.25rem 4.375rem 1.25rem 3.75rem;
  border-radius: 0 6rem 6rem 6rem;
  box-shadow: 1.5rem 1.5rem 0 var(--bs-site-primary);
}
@media (max-width: 767.98px) {
  .item-card-shadow {
    padding: 1.875rem 1.875rem 1.875rem 2.8125rem;
    border-radius: 0 5rem 5rem 5rem;
    box-shadow: 1rem 1rem 0 var(--bs-site-primary);
  }
}
.item-card-shadow.--sanita {
  box-shadow: 1.5rem 1.5rem 0 #008093;
}
@media (max-width: 767.98px) {
  .item-card-shadow.--sanita {
    box-shadow: 1rem 1rem 0 #008093;
  }
}
.item-card-shadow__icon {
  width: 22px;
  height: auto;
}
@media (min-width: 768px) {
  .item-card-shadow__icon {
    width: 35px;
  }
}
@media (min-width: 768px) {
  .item-card-shadow .item-card__content-desc {
    padding-left: calc(1.5rem + 35px);
  }
}
.item-card__date > * {
  line-height: 1;
}
.item-card__icons > * {
  height: 36px;
  width: 36px;
}
.item-card.--mini .item-card__thumb {
  max-width: 100px;
}
.item-card.--mini.--kormed {
  padding: 0 0.5rem 0 0;
  border-radius: 0 1.375rem 1.375rem 0;
}
.item-card.--isotope {
  display: flex;
  position: static !important;
}
.item-card.--with-bg .item-card__info {
  width: 20%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .item-card.--with-bg .item-card__info {
    flex: 0 0 25%;
    align-self: flex-end;
  }
}
.item-card__closer {
  top: 1rem;
  right: 1rem;
  border: none;
}
.item-card__struttura.--evento .item-card__figure {
  aspect-ratio: 16/9;
}
@media (min-width: 992px) {
  .item-card__struttura.--evento .item-card__figure {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.item-card__button {
  background-color: #FFCA13;
  color: #003e5c;
}
.item-card__button:hover {
  background-color: #003e5c;
  color: #FFCA13;
}
.corporate .item-card__button {
  background-color: #003e5c;
  color: #ffffff;
}
.corporate .item-card__button:hover {
  background-color: #0B273D;
}

.card-struttura {
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  --card-spacer: 1.75rem;
}
.card-struttura__thumb img {
  aspect-ratio: 4/3;
  transform: scale(1.1);
  transition: 0.2s ease-in-out all;
}
@media (max-width: 991.98px) {
  .card-struttura__thumb img {
    aspect-ratio: 7/4;
  }
}
.card-struttura__link {
  height: var(--card-spacer);
}
.card-struttura__content {
  margin-top: calc(var(--card-spacer) * -1);
  transform: translateY(var(--card-spacer));
  transition: 0.2s ease-in-out all;
}
.card-struttura:hover .card-struttura__thumb img {
  transform: scale(1);
}
.card-struttura:hover .card-struttura__content {
  transform: translateY(0);
}
.card-struttura__label {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1;
  gap: 5px;
}
.card-struttura__label a, .card-struttura__label span {
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  background-color: var(--bs-site-primary-light);
  font-size: 9px;
  line-height: 1;
}
.card-struttura__address {
  text-align: center;
  position: relative;
  display: inline-block;
  max-width: 80%;
}
.card-news-medium {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}
.card-news-medium__thumb {
  min-height: 190px;
}
@media (min-width: 992px) {
  .card-news-medium__thumb {
    width: 220px;
    aspect-ratio: 10/9;
  }
}
.card-news-medium__thumb a {
  display: block;
  height: 100%;
  width: 100%;
}
.card-news-medium__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .services-wall-grid .swiper-wrapper .item-card {
    height: 80%;
  }
}
.services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(1) .item-card__thumb img,
.services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(6) .item-card__thumb img {
  -o-object-position: left top;
  object-position: left top;
}

.services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(1) .item-card__content,
.services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(6) .item-card__content {
  position: absolute !important;
  width: 100% !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(1) .item-card__content,
  .services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(6) .item-card__content {
    width: 70% !important;
    left: 0%;
    transform: translate(0%, -50%);
  }
}

.services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(1) .item-card__thumb,
.services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(1) .item-card,
.services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(6) .item-card__thumb,
.services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(6) .item-card {
  height: 100%;
}

.services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide .item-card__title {
  font-size: 1.125rem !important;
  line-height: 1.5625rem !important;
}

.services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(1) .item-card__title,
.services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(6) .item-card__title {
  font-size: 1.375rem !important;
  line-height: 1.625rem !important;
}

.services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(1) .item-card__desc,
.services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(6) .item-card__desc {
  font-size: 1rem !important;
}

.services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(1) .item-card__title a,
.services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(1) .item-card__desc,
.services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(6) .item-card__title a,
.services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(6) .item-card__desc {
  color: #fff !important;
}

/* .services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(6) .button-circle{
    color:#ED7200!important;
} */
.services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(1) .button-circle.end-0,
.services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(6) .button-circle.end-0 {
  right: 50px !important;
}

.services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(1) .button-circle.top-0,
.services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(6) .button-circle.top-0 {
  top: 50px !important;
}

.card-banner {
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  --card-spacer: 1.75rem;
}
.sanita .card-banner {
  box-shadow: none;
}
.card-banner__thumb img {
  aspect-ratio: 4/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-banner__link {
  height: var(--card-spacer);
}
.card-banner__content {
  overflow: hidden;
  margin-top: calc(var(--card-spacer) * -1);
  transform: translateY(var(--card-spacer));
  transition: 0.2s ease-in-out all;
  padding: 1rem 1rem calc(var(--card-spacer) * 1.5) 1rem;
  min-height: 60%;
  background-color: #003e5c;
}
.sanita .card-banner__content {
  transform: translateY(0);
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: auto;
  background-color: #eaf7f9;
  padding: 1rem;
}
.card-banner:hover .card-banner__content {
  transform: translateY(0);
}
.sanita .card-banner:hover .card-banner__button i {
  transform: translateX(4px);
}

.partner-card {
  overflow: hidden;
}
.partner-card img {
  transition: 0.5s ease-in;
}
.partner-card:hover img {
  transition: 0.5s ease-in;
  transform: scale(1.1);
}
.partner-card__figure {
  aspect-ratio: 1/1;
}

.newsletter-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1289.234' height='574.213' viewBox='0 0 1289.234 574.213'%3E%3Cpath id='wave-8' d='M1288.931,124.322C1134.752,13.9,957.88-47.152,813.266,44.81s-87.486,207.606-411.8,180.441C207.02,208.964,282.192,371.194,224.644,472.813,161,585.2,8.145,551.5,0,574.213c-.922-.688,1288.931,0,1288.931,0S1289.614,123.609,1288.931,124.322Z' transform='translate(0 0)' fill='%23F2F5F7'/%3E%3C/svg%3E%0A");
}
.sanita .newsletter-section {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1289.234' height='574.213' viewBox='0 0 1289.234 574.213'%3E%3Cpath id='wave-8' d='M1288.931,124.322C1134.752,13.9,957.88-47.152,813.266,44.81s-87.486,207.606-411.8,180.441C207.02,208.964,282.192,371.194,224.644,472.813,161,585.2,8.145,551.5,0,574.213c-.922-.688,1288.931,0,1288.931,0S1289.614,123.609,1288.931,124.322Z' transform='translate(0 0)' fill='%23F2FBFC'/%3E%3C/svg%3E%0A");
}
.appartamenti .newsletter-section {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1289.234' height='574.213' viewBox='0 0 1289.234 574.213'%3E%3Cpath id='wave-8' d='M1288.931,124.322C1134.752,13.9,957.88-47.152,813.266,44.81s-87.486,207.606-411.8,180.441C207.02,208.964,282.192,371.194,224.644,472.813,161,585.2,8.145,551.5,0,574.213c-.922-.688,1288.931,0,1288.931,0S1289.614,123.609,1288.931,124.322Z' transform='translate(0 0)' fill='%23FFFDF2'/%3E%3C/svg%3E%0A");
}
.cure .newsletter-section {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1289.234' height='574.213' viewBox='0 0 1289.234 574.213'%3E%3Cpath id='wave-8' d='M1288.931,124.322C1134.752,13.9,957.88-47.152,813.266,44.81s-87.486,207.606-411.8,180.441C207.02,208.964,282.192,371.194,224.644,472.813,161,585.2,8.145,551.5,0,574.213c-.922-.688,1288.931,0,1288.931,0S1289.614,123.609,1288.931,124.322Z' transform='translate(0 0)' fill='%23F9FCF3'/%3E%3C/svg%3E%0A");
}
.rsa .newsletter-section {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1289.234' height='574.213' viewBox='0 0 1289.234 574.213'%3E%3Cpath id='wave-8' d='M1288.931,124.322C1134.752,13.9,957.88-47.152,813.266,44.81s-87.486,207.606-411.8,180.441C207.02,208.964,282.192,371.194,224.644,472.813,161,585.2,8.145,551.5,0,574.213c-.922-.688,1288.931,0,1288.931,0S1289.614,123.609,1288.931,124.322Z' transform='translate(0 0)' fill='%23FDF8F4'/%3E%3C/svg%3E%0A");
}
.newsletter-section svg > * {
  fill: var(--bs-site-primary);
}
@media (max-width: 767.98px) {
  .newsletter-section svg > * {
    fill: var(--bs-site-primary-light);
  }
}
.newsletter-section__shape {
  position: absolute;
  bottom: 10vh;
  right: 20px;
  z-index: -1;
}
.newsletter-section__figure {
  position: relative;
}
.newsletter-section__figure svg {
  position: absolute;
  top: 30px;
  left: -10px;
}
.newsletter-section p {
  margin-bottom: 0.25rem;
}
.newsletter-section p + sup {
  top: 2px;
  font-size: 11px;
  line-height: 1;
  left: -8px;
  color: hsl(0, 100%, 50%);
}

.accordion-item {
  border: none;
  background-color: #ffffff;
  border-radius: 10px !important;
}
.corporate .--structure-filters .accordion-item {
  padding: 1.5rem 0;
  border-radius: 0 !important;
  background-color: transparent !important;
}
.corporate .--structure-filters .accordion-item:not(:last-child) {
  border-bottom: 1px solid #003e5c;
}
.sanita .accordion-item {
  border-radius: 0px !important;
  border-top: 1px solid #E2E1DE !important;
  background-color: transparent !important;
}
.sanita .accordion-item:last-of-type {
  border-bottom: 1px solid #E2E1DE !important;
}
.sanita .accordion-item.no-border {
  border-top: none !important;
  border-bottom: none !important;
}
.corporate .accordion-item {
  border-radius: 16px !important;
  background-color: #F8F8F8 !important;
  overflow: hidden;
}
.sanita .accordion-item.shadow, .sanita .swiper-openday .accordion-item.swiper-navigation-prev, .swiper-openday .sanita .accordion-item.swiper-navigation-prev, .sanita .swiper-openday .accordion-item.swiper-navigation-next, .swiper-openday .sanita .accordion-item.swiper-navigation-next, .sanita .page-header-gallery .accordion-item.swiper-navigation-prev, .page-header-gallery .sanita .accordion-item.swiper-navigation-prev, .sanita .page-header-gallery .accordion-item.swiper-navigation-next, .page-header-gallery .sanita .accordion-item.swiper-navigation-next, .corporate .accordion-item.shadow, .corporate .swiper-openday .accordion-item.swiper-navigation-prev, .swiper-openday .corporate .accordion-item.swiper-navigation-prev, .corporate .swiper-openday .accordion-item.swiper-navigation-next, .swiper-openday .corporate .accordion-item.swiper-navigation-next, .corporate .page-header-gallery .accordion-item.swiper-navigation-prev, .page-header-gallery .corporate .accordion-item.swiper-navigation-prev, .corporate .page-header-gallery .accordion-item.swiper-navigation-next, .page-header-gallery .corporate .accordion-item.swiper-navigation-next {
  box-shadow: none !important;
}
.accordion-button {
  background: none;
  border-radius: 10px 10px 0 0 !important;
  min-height: 71px;
}
.sanita .accordion-button {
  min-height: 50px;
  border-radius: 0px !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  color: #003e5c;
}
.corporate .accordion-button {
  border-radius: 0px !important;
}
.--structure-filters .accordion-button {
  min-height: auto !important;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after, .accordion-button::after {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  background-image: none;
  font-family: "icomoon";
  content: "\e924";
  transform-origin: 50% 50%;
}
.--link .accordion-button:not(.collapsed)::after, .--link .accordion-button::after {
  content: "\e926";
}
.sanita .accordion-button:not(.collapsed)::after, .sanita .accordion-button::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0992 -1.81798e-09L6.09067 5.59762L-0.000722885 0.0424051L0.0407152 2.4416L6.04923 8.12404L12.1406 2.56882L12.0992 -1.81798e-09Z' fill='%23003E5C'/%3E%3C/svg%3E%0A");
  height: 1rem;
  width: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.accordion-button:not(.collapsed) {
  background-color: #ffffff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
}
.accordion-button:not(.collapsed)::after {
  color: var(--bs-site-primary);
}
.sanita .accordion-button:not(.collapsed) {
  color: var(--bs-site-primary-dark) !important;
  box-shadow: none !important;
  background-color: #eaf7f9 !important;
}
.corporate .accordion-button:not(.collapsed) {
  box-shadow: none !important;
  background-color: #F8F8F8 !important;
}
.--structure-filters .accordion-button:not(.collapsed) {
  background-color: transparent !important;
}
.accordion-button::after {
  color: #003e5c;
}
.accordion-button.--white-icon::after {
  color: #ffffff;
}
.sanita .accordion-button.--white-icon::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 0L6.0274 4.31776L-1.42981e-09 0.0327098L-1.14385e-07 2.61682L5.9726 7L12 2.71495L12 0Z' fill='white'/%3E%3C/svg%3E%0A");
}
.appartamenti .accordion-button .text-site-primary, .appartamenti .accordion-button .global-search__filter.active, .appartamenti .accordion-button .global-search__filter:hover, .appartamenti .accordion-button .card-struttura__label a, .card-struttura__label .appartamenti .accordion-button a, .appartamenti .accordion-button .card-struttura__label span, .card-struttura__label .appartamenti .accordion-button span {
  color: #003e5c !important;
}
.accordion-button.text-white {
  color: #ffffff !important;
}
.accordion-button.text-white::after {
  color: #ffffff;
}
.accordion-button > figure {
  width: 2.1875rem;
  height: auto;
}
.--structure-filters .accordion-button {
  box-shadow: none !important;
}
.--structure-filters .accordion-button:not(.collapsed)::after {
  color: #003e5c;
}
.--colored .accordion-button {
  border-radius: 10px !important;
  box-shadow: none !important;
}
.--colored .accordion-button:not(.collapsed) {
  box-shadow: none !important;
  background-color: var(--bs-site-primary-light);
}
.--colored .accordion-button:not(.collapsed)::after {
  color: #003e5c;
}
.sanita .accordion-button.bg-site-primary {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.sanita .accordion-button.bg-site-primary:not(.collapsed) {
  background-color: var(--bs-site-primary) !important;
}
.sanita .accordion-body {
  padding: 0 3.775rem 1.5rem !important;
}
.sanita .accordion-body.p-4 {
  padding: 0 2.6875rem 1.5rem !important;
}
@media (min-width: 992px) {
  .sanita .accordion-body.p-4 {
    padding: 0 3.1875rem 1.5rem !important;
  }
}
.accordion-header.--white {
  border-color: #ffffff !important;
}
.accordion-header.--white .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg id='plus-circle' xmlns='http://www.w3.org/2000/svg' width='22.68' height='22.68' viewBox='0 0 22.68 22.68'%3E%3Cg id='Raggruppa_7415' data-name='Raggruppa 7415'%3E%3Cpath id='Tracciato_4321' data-name='Tracciato 4321' d='M11.34,21.262a9.922,9.922,0,1,1,9.922-9.922,9.922,9.922,0,0,1-9.922,9.922Zm0,1.417A11.34,11.34,0,1,0,0,11.34,11.34,11.34,0,0,0,11.34,22.68Z' fill='%23ffffff'/%3E%3Cpath id='Tracciato_4322' data-name='Tracciato 4322' d='M17.67,12a.709.709,0,0,1,.709.709v4.252h4.252a.709.709,0,0,1,0,1.417H18.379v4.252a.709.709,0,0,1-1.417,0V18.379H12.709a.709.709,0,0,1,0-1.417h4.252V12.709A.709.709,0,0,1,17.67,12Z' transform='translate(-6.33 -6.33)' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.accordion-header.--white .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3Csvg id='plus-circle' xmlns='http://www.w3.org/2000/svg' width='22.68' height='22.68' viewBox='0 0 22.68 22.68'%3E%3Cg id='Raggruppa_7415' data-name='Raggruppa 7415'%3E%3Cpath id='Tracciato_4321' data-name='Tracciato 4321' d='M11.34,21.262a9.922,9.922,0,1,1,9.922-9.922,9.922,9.922,0,0,1-9.922,9.922Zm0,1.417A11.34,11.34,0,1,0,0,11.34,11.34,11.34,0,0,0,11.34,22.68Z' fill='%23ffffff'/%3E%3Cpath id='Tracciato_4322' data-name='Tracciato 4322' d='M22.631,16.961a.709.709,0,0,1,0,1.417H12.709a.709.709,0,0,1,0-1.417Z' transform='translate(-6.33 -6.33)' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.sanita .accordion-collapse {
  background-color: #eaf7f9 !important;
}

.nav-tabs {
  border: none;
}
.nav-tabs .nav-item .nav-link {
  padding: 1.0625rem 1.5625rem;
  border: none;
  color: #003e5c;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  border-radius: 1.875rem 1.875rem 0px 0px;
}
body.sanita .nav-tabs .nav-item .nav-link {
  font-family: "rustica", sans-serif;
}
body.corporate .nav-tabs .nav-item .nav-link {
  font-family: "Montserrat", sans-serif;
}
.nav-tabs .nav-item .nav-link.active {
  background-color: var(--bs-site-primary-light);
  color: var(--bs-site-primary);
}

.nav-pills .nav-link {
  border: 0;
  border-radius: 0;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  color: var(--bs-site-primary);
  position: relative;
}
.nav-pills .nav-link.active:before {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid var(--bs-site-primary);
}
@media (max-width: 991.98px) {
  .nav-pills .nav-link.active:before {
    display: none;
  }
}

.tabs-custom.--vertical .tabs-custom-navi {
  display: flex;
  flex-direction: column;
}
.tabs-custom.--vertical .tabs-custom-navi__item {
  background-color: var(--bs-site-primary-light);
  color: var(--bs-site-primary);
  font-size: 0.875rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  border-radius: 30px 0px 30px 30px;
  cursor: pointer;
  transition: 0.2s linear all;
}
body.sanita .tabs-custom.--vertical .tabs-custom-navi__item {
  font-family: "rustica", sans-serif;
}
body.corporate .tabs-custom.--vertical .tabs-custom-navi__item {
  font-family: "Montserrat", sans-serif;
}
.tabs-custom.--vertical .tabs-custom-navi__item-num {
  font-family: "Libre Baskerville", serif;
  font-size: 1.3125rem;
}
body.sanita .tabs-custom.--vertical .tabs-custom-navi__item-num {
  font-family: "rustica", sans-serif;
}
body.corporate .tabs-custom.--vertical .tabs-custom-navi__item-num {
  font-family: "Montserrat", sans-serif;
}
.sanita .tabs-custom.--vertical .tabs-custom-navi__item {
  font-weight: 500;
}
.tabs-custom.--vertical .tabs-custom-navi__item:hover, .tabs-custom.--vertical .tabs-custom-navi__item.active {
  background-color: var(--bs-site-primary);
  color: #ffffff;
  transition: 0.2s linear all;
}
.appartamenti .tabs-custom.--vertical .tabs-custom-navi__item:hover, .appartamenti .tabs-custom.--vertical .tabs-custom-navi__item.active {
  color: #003e5c;
}
.tabs-custom.--vertical .tabs-custom-navi__item.--filled-sanita {
  background-color: #E6F7FA;
  color: #008093;
}
.tabs-custom.--vertical .tabs-custom-navi__item.--filled-sanita:hover, .tabs-custom.--vertical .tabs-custom-navi__item.--filled-sanita.active {
  background-color: #008093;
  color: #ffffff;
}
.tabs-custom.--vertical .tabs-custom-navi__item.--filled-rsa {
  background-color: #FCF3EA;
  color: #E18230;
}
.tabs-custom.--vertical .tabs-custom-navi__item.--filled-rsa:hover, .tabs-custom.--vertical .tabs-custom-navi__item.--filled-rsa.active {
  background-color: #E18230;
  color: #ffffff;
}
.tabs-custom.--vertical .tabs-custom-navi__item.--filled-appartamenti {
  background-color: #FFF9E6;
  color: #FFCA13;
}
.tabs-custom.--vertical .tabs-custom-navi__item.--filled-appartamenti:hover, .tabs-custom.--vertical .tabs-custom-navi__item.--filled-appartamenti.active {
  background-color: #FFCA13;
  color: #003e5c;
}
.tabs-custom.--vertical .tabs-custom-navi__item.--filled-cure {
  background-color: #FFF9E6;
  color: #FFCA13;
}
.tabs-custom.--vertical .tabs-custom-navi__item.--filled-cure:hover, .tabs-custom.--vertical .tabs-custom-navi__item.--filled-cure.active {
  background-color: #FFCA13;
  color: #ffffff;
}
.tabs-custom.--vertical .tabs-custom-navi__item.--filled-corporate {
  background-color: #E6F0FF;
  color: #003e5c;
}
.tabs-custom.--vertical .tabs-custom-navi__item.--filled-corporate:hover, .tabs-custom.--vertical .tabs-custom-navi__item.--filled-corporate.active {
  background-color: #003e5c;
  color: #ffffff;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner > div {
  border-radius: 0 30px 0 0;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner-figure img {
  display: block;
  border-radius: 0 0 30px 0;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after {
  background-color: #E6F7FA !important;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .text-site-primary, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .global-search__filter.active, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .global-search__filter:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .text-site-primary, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .global-search__filter.active, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .global-search__filter:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .card-struttura__label a, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .card-struttura__label a, .card-struttura__label .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita a, .card-struttura__label .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after a, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .card-struttura__label span, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .card-struttura__label span, .card-struttura__label .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita span, .card-struttura__label .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after span {
  color: #008093 !important;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .cta.--filled-primary, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .gf-layout-responsive-2-col .gform_button, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .gform_button, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita input.--filled-primary[type=submit],
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita input.--filled-primary[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .sanita .evelean input[type=submit], .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita input[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .search-filter-reset, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .corporate .pressTab .nav-item .--filled-primary.nav-link, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .--filled-primary.nav-link, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .cta.--filled-primary, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .gf-layout-responsive-2-col .gform_button, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .gform_button, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after input.--filled-primary[type=submit],
.tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after input.--filled-primary[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .sanita .evelean input[type=submit], .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after input[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .search-filter-reset, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .corporate .pressTab .nav-item .--filled-primary.nav-link, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .--filled-primary.nav-link {
  color: #ffffff;
  border-color: #008093;
  background-color: #008093;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .cta.--filled-primary:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .gf-layout-responsive-2-col .gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .gform_button:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita input.--filled-primary[type=submit]:hover,
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita input.--filled-primary[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .sanita .evelean input[type=submit]:hover, .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita input[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .search-filter-reset:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .corporate .pressTab .nav-item .--filled-primary.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .--filled-primary.nav-link:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .cta.--filled-primary:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .gf-layout-responsive-2-col .gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .gform_button:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after input.--filled-primary[type=submit]:hover,
.tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after input.--filled-primary[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .sanita .evelean input[type=submit]:hover, .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after input[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .search-filter-reset:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .corporate .pressTab .nav-item .--filled-primary.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .--filled-primary.nav-link:hover {
  border-color: #008FA5;
  background-color: #008FA5;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .cta.--filled-primary.--reverse, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .gf-layout-responsive-2-col .--reverse.gform_button, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .--reverse.gform_button, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita input.--filled-primary.--reverse[type=submit],
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita input.--filled-primary.--reverse[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .sanita .evelean input.--reverse[type=submit], .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita input.--reverse[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .--reverse.search-filter-reset, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .--filled-primary.--reverse.nav-link, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .cta.--filled-primary.--reverse, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .gf-layout-responsive-2-col .--reverse.gform_button, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .--reverse.gform_button, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after input.--filled-primary.--reverse[type=submit],
.tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after input.--filled-primary.--reverse[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .sanita .evelean input.--reverse[type=submit], .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after input.--reverse[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .--reverse.search-filter-reset, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .--filled-primary.--reverse.nav-link {
  background-color: #ffffff;
  color: #008093;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .cta.--filled-primary.--reverse:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .gf-layout-responsive-2-col .--reverse.gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .--reverse.gform_button:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita input.--filled-primary.--reverse[type=submit]:hover,
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita input.--filled-primary.--reverse[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .sanita .evelean input.--reverse[type=submit]:hover, .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita input.--reverse[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .--reverse.search-filter-reset:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-sanita .--filled-primary.--reverse.nav-link:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .cta.--filled-primary.--reverse:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .gf-layout-responsive-2-col .--reverse.gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .--reverse.gform_button:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after input.--filled-primary.--reverse[type=submit]:hover,
.tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after input.--filled-primary.--reverse[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .sanita .evelean input.--reverse[type=submit]:hover, .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after input.--reverse[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .--reverse.search-filter-reset:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-sanita.page-header-gallery::after .--filled-primary.--reverse.nav-link:hover {
  border-color: #008FA5;
  background-color: #008FA5;
  color: #ffffff;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after {
  background-color: #FCF3EA !important;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .text-site-primary, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .global-search__filter.active, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .global-search__filter:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .text-site-primary, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .global-search__filter.active, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .global-search__filter:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .card-struttura__label a, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .card-struttura__label a, .card-struttura__label .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa a, .card-struttura__label .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after a, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .card-struttura__label span, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .card-struttura__label span, .card-struttura__label .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa span, .card-struttura__label .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after span {
  color: #E18230 !important;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .cta.--filled-primary, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .gf-layout-responsive-2-col .gform_button, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .gform_button, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa input.--filled-primary[type=submit],
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa input.--filled-primary[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .sanita .evelean input[type=submit], .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa input[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .search-filter-reset, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .corporate .pressTab .nav-item .--filled-primary.nav-link, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .--filled-primary.nav-link, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .cta.--filled-primary, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .gf-layout-responsive-2-col .gform_button, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .gform_button, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after input.--filled-primary[type=submit],
.tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after input.--filled-primary[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .sanita .evelean input[type=submit], .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after input[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .search-filter-reset, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .corporate .pressTab .nav-item .--filled-primary.nav-link, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .--filled-primary.nav-link {
  color: #ffffff;
  border-color: #E18230;
  background-color: #E18230;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .cta.--filled-primary:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .gf-layout-responsive-2-col .gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .gform_button:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa input.--filled-primary[type=submit]:hover,
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa input.--filled-primary[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .sanita .evelean input[type=submit]:hover, .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa input[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .search-filter-reset:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .corporate .pressTab .nav-item .--filled-primary.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .--filled-primary.nav-link:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .cta.--filled-primary:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .gf-layout-responsive-2-col .gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .gform_button:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after input.--filled-primary[type=submit]:hover,
.tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after input.--filled-primary[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .sanita .evelean input[type=submit]:hover, .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after input[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .search-filter-reset:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .corporate .pressTab .nav-item .--filled-primary.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .--filled-primary.nav-link:hover {
  border-color: #E5C100;
  background-color: #E5C100;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .cta.--filled-primary.--reverse, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .gf-layout-responsive-2-col .--reverse.gform_button, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .--reverse.gform_button, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa input.--filled-primary.--reverse[type=submit],
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa input.--filled-primary.--reverse[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .sanita .evelean input.--reverse[type=submit], .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa input.--reverse[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .--reverse.search-filter-reset, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .--filled-primary.--reverse.nav-link, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .cta.--filled-primary.--reverse, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .gf-layout-responsive-2-col .--reverse.gform_button, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .--reverse.gform_button, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after input.--filled-primary.--reverse[type=submit],
.tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after input.--filled-primary.--reverse[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .sanita .evelean input.--reverse[type=submit], .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after input.--reverse[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .--reverse.search-filter-reset, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .--filled-primary.--reverse.nav-link {
  background-color: #ffffff;
  color: #E18230;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .cta.--filled-primary.--reverse:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .gf-layout-responsive-2-col .--reverse.gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .--reverse.gform_button:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa input.--filled-primary.--reverse[type=submit]:hover,
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa input.--filled-primary.--reverse[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .sanita .evelean input.--reverse[type=submit]:hover, .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa input.--reverse[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .--reverse.search-filter-reset:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-rsa .--filled-primary.--reverse.nav-link:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .cta.--filled-primary.--reverse:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .gf-layout-responsive-2-col .--reverse.gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .--reverse.gform_button:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after input.--filled-primary.--reverse[type=submit]:hover,
.tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after input.--filled-primary.--reverse[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .sanita .evelean input.--reverse[type=submit]:hover, .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after input.--reverse[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .--reverse.search-filter-reset:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-rsa.page-header-gallery::after .--filled-primary.--reverse.nav-link:hover {
  border-color: #E5C100;
  background-color: #E5C100;
  color: #ffffff;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after {
  background-color: #FFF9E6 !important;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .text-site-primary, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .global-search__filter.active, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .global-search__filter:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .text-site-primary, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .global-search__filter.active, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .global-search__filter:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .card-struttura__label a, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .card-struttura__label a, .card-struttura__label .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti a, .card-struttura__label .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after a, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .card-struttura__label span, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .card-struttura__label span, .card-struttura__label .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti span, .card-struttura__label .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after span {
  color: #003e5c !important;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .cta.--filled-primary, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .gf-layout-responsive-2-col .gform_button, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .gform_button, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti input.--filled-primary[type=submit],
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti input.--filled-primary[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .sanita .evelean input[type=submit], .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti input[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .search-filter-reset, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .corporate .pressTab .nav-item .--filled-primary.nav-link, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .--filled-primary.nav-link, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .cta.--filled-primary, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .gf-layout-responsive-2-col .gform_button, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .gform_button, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after input.--filled-primary[type=submit],
.tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after input.--filled-primary[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .sanita .evelean input[type=submit], .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after input[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .search-filter-reset, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .corporate .pressTab .nav-item .--filled-primary.nav-link, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .--filled-primary.nav-link {
  color: #003e5c;
  border-color: #FFCA13;
  background-color: #FFCA13;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .cta.--filled-primary:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .gf-layout-responsive-2-col .gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .gform_button:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti input.--filled-primary[type=submit]:hover,
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti input.--filled-primary[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .sanita .evelean input[type=submit]:hover, .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti input[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .search-filter-reset:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .corporate .pressTab .nav-item .--filled-primary.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .--filled-primary.nav-link:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .cta.--filled-primary:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .gf-layout-responsive-2-col .gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .gform_button:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after input.--filled-primary[type=submit]:hover,
.tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after input.--filled-primary[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .sanita .evelean input[type=submit]:hover, .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after input[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .search-filter-reset:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .corporate .pressTab .nav-item .--filled-primary.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .--filled-primary.nav-link:hover {
  border-color: #E5C100;
  background-color: #E5C100;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .cta.--filled-primary.--reverse, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .gf-layout-responsive-2-col .--reverse.gform_button, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .--reverse.gform_button, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti input.--filled-primary.--reverse[type=submit],
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti input.--filled-primary.--reverse[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .sanita .evelean input.--reverse[type=submit], .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti input.--reverse[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .--reverse.search-filter-reset, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .--filled-primary.--reverse.nav-link, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .cta.--filled-primary.--reverse, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .gf-layout-responsive-2-col .--reverse.gform_button, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .--reverse.gform_button, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after input.--filled-primary.--reverse[type=submit],
.tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after input.--filled-primary.--reverse[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .sanita .evelean input.--reverse[type=submit], .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after input.--reverse[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .--reverse.search-filter-reset, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .--filled-primary.--reverse.nav-link {
  background-color: #ffffff;
  color: #FFCA13;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .cta.--filled-primary.--reverse:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .gf-layout-responsive-2-col .--reverse.gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .--reverse.gform_button:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti input.--filled-primary.--reverse[type=submit]:hover,
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti input.--filled-primary.--reverse[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .sanita .evelean input.--reverse[type=submit]:hover, .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti input.--reverse[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .--reverse.search-filter-reset:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-appartamenti .--filled-primary.--reverse.nav-link:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .cta.--filled-primary.--reverse:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .gf-layout-responsive-2-col .--reverse.gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .--reverse.gform_button:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after input.--filled-primary.--reverse[type=submit]:hover,
.tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after input.--filled-primary.--reverse[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .sanita .evelean input.--reverse[type=submit]:hover, .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after input.--reverse[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .--reverse.search-filter-reset:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-appartamenti.page-header-gallery::after .--filled-primary.--reverse.nav-link:hover {
  border-color: #E5C100;
  background-color: #E5C100;
  color: #003e5c;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after {
  background-color: #FFF9E6 !important;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .text-site-primary, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .global-search__filter.active, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .global-search__filter:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .text-site-primary, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .global-search__filter.active, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .global-search__filter:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .card-struttura__label a, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .card-struttura__label a, .card-struttura__label .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure a, .card-struttura__label .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after a, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .card-struttura__label span, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .card-struttura__label span, .card-struttura__label .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure span, .card-struttura__label .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after span {
  color: #FFCA13 !important;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .cta.--filled-primary, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .gf-layout-responsive-2-col .gform_button, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .gform_button, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure input.--filled-primary[type=submit],
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure input.--filled-primary[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .sanita .evelean input[type=submit], .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure input[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .search-filter-reset, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .corporate .pressTab .nav-item .--filled-primary.nav-link, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .--filled-primary.nav-link, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .cta.--filled-primary, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .gf-layout-responsive-2-col .gform_button, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .gform_button, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after input.--filled-primary[type=submit],
.tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after input.--filled-primary[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .sanita .evelean input[type=submit], .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after input[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .search-filter-reset, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .corporate .pressTab .nav-item .--filled-primary.nav-link, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .--filled-primary.nav-link {
  color: #ffffff;
  border-color: #FFCA13;
  background-color: #FFCA13;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .cta.--filled-primary:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .gf-layout-responsive-2-col .gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .gform_button:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure input.--filled-primary[type=submit]:hover,
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure input.--filled-primary[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .sanita .evelean input[type=submit]:hover, .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure input[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .search-filter-reset:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .corporate .pressTab .nav-item .--filled-primary.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .--filled-primary.nav-link:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .cta.--filled-primary:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .gf-layout-responsive-2-col .gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .gform_button:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after input.--filled-primary[type=submit]:hover,
.tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after input.--filled-primary[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .sanita .evelean input[type=submit]:hover, .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after input[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .search-filter-reset:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .corporate .pressTab .nav-item .--filled-primary.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .--filled-primary.nav-link:hover {
  border-color: #E5C100;
  background-color: #E5C100;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .cta.--filled-primary.--reverse, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .gf-layout-responsive-2-col .--reverse.gform_button, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .--reverse.gform_button, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure input.--filled-primary.--reverse[type=submit],
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure input.--filled-primary.--reverse[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .sanita .evelean input.--reverse[type=submit], .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure input.--reverse[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .--reverse.search-filter-reset, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .--filled-primary.--reverse.nav-link, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .cta.--filled-primary.--reverse, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .gf-layout-responsive-2-col .--reverse.gform_button, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .--reverse.gform_button, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after input.--filled-primary.--reverse[type=submit],
.tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after input.--filled-primary.--reverse[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .sanita .evelean input.--reverse[type=submit], .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after input.--reverse[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .--reverse.search-filter-reset, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .--filled-primary.--reverse.nav-link {
  background-color: #ffffff;
  color: #FFCA13;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .cta.--filled-primary.--reverse:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .gf-layout-responsive-2-col .--reverse.gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .--reverse.gform_button:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure input.--filled-primary.--reverse[type=submit]:hover,
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure input.--filled-primary.--reverse[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .sanita .evelean input.--reverse[type=submit]:hover, .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure input.--reverse[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .--reverse.search-filter-reset:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-cure .--filled-primary.--reverse.nav-link:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .cta.--filled-primary.--reverse:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .gf-layout-responsive-2-col .--reverse.gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .--reverse.gform_button:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after input.--filled-primary.--reverse[type=submit]:hover,
.tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after input.--filled-primary.--reverse[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .sanita .evelean input.--reverse[type=submit]:hover, .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after input.--reverse[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .--reverse.search-filter-reset:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-cure.page-header-gallery::after .--filled-primary.--reverse.nav-link:hover {
  border-color: #E5C100;
  background-color: #E5C100;
  color: #ffffff;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after {
  background-color: #E6F0FF !important;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .text-site-primary, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .global-search__filter.active, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .global-search__filter:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .text-site-primary, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .global-search__filter.active, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .global-search__filter:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .card-struttura__label a, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .card-struttura__label a, .card-struttura__label .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate a, .card-struttura__label .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after a, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .card-struttura__label span, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .card-struttura__label span, .card-struttura__label .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate span, .card-struttura__label .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after span {
  color: #003e5c !important;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .cta.--filled-primary, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .gf-layout-responsive-2-col .gform_button, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .gform_button, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate input.--filled-primary[type=submit],
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate input.--filled-primary[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .sanita .evelean input[type=submit], .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate input[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .search-filter-reset, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .corporate .pressTab .nav-item .--filled-primary.nav-link, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .--filled-primary.nav-link, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .cta.--filled-primary, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .gf-layout-responsive-2-col .gform_button, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .gform_button, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after input.--filled-primary[type=submit],
.tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after input.--filled-primary[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .sanita .evelean input[type=submit], .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after input[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .search-filter-reset, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .corporate .pressTab .nav-item .--filled-primary.nav-link, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .--filled-primary.nav-link {
  color: #ffffff;
  border-color: #003e5c;
  background-color: #003e5c;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .cta.--filled-primary:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .gf-layout-responsive-2-col .gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .gform_button:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate input.--filled-primary[type=submit]:hover,
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate input.--filled-primary[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .sanita .evelean input[type=submit]:hover, .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate input[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .search-filter-reset:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .corporate .pressTab .nav-item .--filled-primary.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .--filled-primary.nav-link:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .cta.--filled-primary:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .gf-layout-responsive-2-col .gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .gform_button:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after input.--filled-primary[type=submit]:hover,
.tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after input.--filled-primary[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .sanita .evelean input[type=submit]:hover, .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after input[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .search-filter-reset:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .corporate .pressTab .nav-item .--filled-primary.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .--filled-primary.nav-link:hover {
  border-color: #0B273D;
  background-color: #0B273D;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .cta.--filled-primary.--reverse, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .gf-layout-responsive-2-col .--reverse.gform_button, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .--reverse.gform_button, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate input.--filled-primary.--reverse[type=submit],
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate input.--filled-primary.--reverse[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .sanita .evelean input.--reverse[type=submit], .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate input.--reverse[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .--reverse.search-filter-reset, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .--filled-primary.--reverse.nav-link, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .cta.--filled-primary.--reverse, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .gf-layout-responsive-2-col .--reverse.gform_button, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .--reverse.gform_button, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after input.--filled-primary.--reverse[type=submit],
.tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after input.--filled-primary.--reverse[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .sanita .evelean input.--reverse[type=submit], .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after input.--reverse[type=submit], .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .--reverse.search-filter-reset, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .--filled-primary.--reverse.nav-link {
  background-color: #ffffff;
  color: #003e5c;
}
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .cta.--filled-primary.--reverse:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .gf-layout-responsive-2-col .--reverse.gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .--reverse.gform_button:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate input.--filled-primary.--reverse[type=submit]:hover,
.tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate input.--filled-primary.--reverse[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .sanita .evelean input.--reverse[type=submit]:hover, .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate input.--reverse[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .--reverse.search-filter-reset:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .bg-site-primary-light.--filled-corporate .--filled-primary.--reverse.nav-link:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .cta.--filled-primary.--reverse:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .gf-layout-responsive-2-col .--reverse.gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .--reverse.gform_button:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after input.--filled-primary.--reverse[type=submit]:hover,
.tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after input.--filled-primary.--reverse[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .sanita .evelean input.--reverse[type=submit]:hover, .sanita .evelean .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after input.--reverse[type=submit]:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .--reverse.search-filter-reset:hover, .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--vertical .tabs-custom-content__item-inner .--filled-corporate.page-header-gallery::after .--filled-primary.--reverse.nav-link:hover {
  border-color: #0B273D;
  background-color: #0B273D;
  color: #ffffff;
}
@media (min-width: 768px) {
  .tabs-custom.--vertical .tabs-custom-content__item {
    display: none;
  }
  .tabs-custom.--vertical .tabs-custom-content__item.active {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .tabs-custom.--vertical .tabs-custom-content__item.active .tabs-custom-content__item-inner {
    display: block;
  }
  .tabs-custom.--vertical .tabs-custom-content__item-inner {
    display: none;
  }
}
.tabs-custom.--horizontal .tabs-custom-navi {
  display: flex;
}
.tabs-custom.--horizontal .tabs-custom-navi__item {
  cursor: pointer;
  padding: 0.875rem 1.5625rem;
  border: none;
  color: #003e5c;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  border-radius: 1.875rem 1.875rem 0px 0px;
}
body.sanita .tabs-custom.--horizontal .tabs-custom-navi__item {
  font-family: "rustica", sans-serif;
}
body.corporate .tabs-custom.--horizontal .tabs-custom-navi__item {
  font-family: "Montserrat", sans-serif;
}
.tabs-custom.--horizontal .tabs-custom-navi__item img {
  display: none;
  height: 1.875rem;
  width: auto;
}
.tabs-custom.--horizontal .tabs-custom-navi__item:hover, .tabs-custom.--horizontal .tabs-custom-navi__item.active {
  background-color: var(--bs-site-primary-light);
  color: var(--bs-site-primary);
}
.appartamenti .tabs-custom.--horizontal .tabs-custom-navi__item:hover, .appartamenti .tabs-custom.--horizontal .tabs-custom-navi__item.active {
  color: #003e5c;
}
.tabs-custom.--horizontal .tabs-custom-navi__item.active img {
  display: block;
}
@media (min-width: 992px) {
  .tabs-custom.--horizontal .tabs-custom-navi__item:not(.active) .tabs-custom-navi__item-label {
    font-size: 0.875rem;
  }
}
.tabs-custom.--horizontal .tabs-custom-navi__item.--mobile {
  border-radius: 0;
  position: relative;
}
.tabs-custom.--horizontal .tabs-custom-navi__item.--mobile::after {
  content: "\e924";
  font-family: "icomoon" !important;
  position: absolute;
  right: 1.5625rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out;
}
.tabs-custom.--horizontal .tabs-custom-content .tabs-custom-navi__item {
  color: var(--bs-site-primary);
}
.tabs-custom.--horizontal .tabs-custom-content .tabs-custom-navi__item svg {
  display: block;
}
.tabs-custom.--horizontal .tabs-custom-content__item.active .--mobile::after {
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 768px) {
  .tabs-custom.--horizontal .tabs-custom-content__item {
    display: none;
  }
  .tabs-custom.--horizontal .tabs-custom-content__item.active {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .tabs-custom.--horizontal .tabs-custom-content__item.active .tabs-custom-content__item-inner {
    display: block;
  }
  .tabs-custom.--horizontal .tabs-custom-content__item-inner {
    display: none;
  }
}
.tabs-custom.--bigger .tabs-custom-navi {
  position: relative;
}
.tabs-custom.--bigger .tabs-custom-navi::before {
  content: "";
  display: block;
  width: 100vw;
  height: 50%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  position: absolute;
  background-color: var(--bs-site-primary);
}
.page-template-tpl-landing .tabs-custom.--bigger .tabs-custom-navi::before {
  display: none;
}
.tabs-custom.--bigger .tabs-custom-navi__item {
  position: relative;
  cursor: pointer;
  padding: 2.125rem 1.125rem;
  border: none;
  color: #003e5c;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  border-radius: 1.875rem 0px 1.875rem 0px;
  background-color: #ffffff;
  transition: 0.2s linear all;
}
body.sanita .tabs-custom.--bigger .tabs-custom-navi__item {
  font-family: "rustica", sans-serif;
}
body.corporate .tabs-custom.--bigger .tabs-custom-navi__item {
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  .tabs-custom.--bigger .tabs-custom-navi__item {
    flex: 0 0 24%;
  }
}
.tabs-custom.--bigger .tabs-custom-navi__item:hover, .tabs-custom.--bigger .tabs-custom-navi__item.active {
  background-color: #003e5c;
  color: #ffffff;
  transition: 0.2s linear all;
}
.tabs-custom.--bigger .tabs-custom-navi__item:hover .text-site-primary, .tabs-custom.--bigger .tabs-custom-navi__item:hover .global-search__filter.active, .tabs-custom.--bigger .tabs-custom-navi__item:hover .global-search__filter:hover, .tabs-custom.--bigger .tabs-custom-navi__item:hover .card-struttura__label a, .card-struttura__label .tabs-custom.--bigger .tabs-custom-navi__item:hover a, .tabs-custom.--bigger .tabs-custom-navi__item:hover .card-struttura__label span, .card-struttura__label .tabs-custom.--bigger .tabs-custom-navi__item:hover span, .tabs-custom.--bigger .tabs-custom-navi__item.active .text-site-primary, .tabs-custom.--bigger .tabs-custom-navi__item.active .global-search__filter.active, .tabs-custom.--bigger .tabs-custom-navi__item.active .global-search__filter:hover, .tabs-custom.--bigger .tabs-custom-navi__item.active .card-struttura__label a, .card-struttura__label .tabs-custom.--bigger .tabs-custom-navi__item.active a, .tabs-custom.--bigger .tabs-custom-navi__item.active .card-struttura__label span, .card-struttura__label .tabs-custom.--bigger .tabs-custom-navi__item.active span {
  color: #ffffff !important;
}
.corporate .tabs-custom.--bigger .tabs-custom-navi__item {
  flex-direction: row !important;
  border-radius: 20px 20px 0 20px !important;
  padding: 0.75rem 1.5rem;
}
.tabs-custom.--bigger .tabs-custom-navi__item.--mobile {
  border-radius: 0;
  position: relative;
  padding-right: 60px;
}
.tabs-custom.--bigger .tabs-custom-navi__item.--mobile::after {
  content: "\e924";
  font-family: "icomoon" !important;
  position: absolute;
  right: 1.5625rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out;
}
.tabs-custom.--bigger .tabs-custom-navi__item.--mobile:hover, .tabs-custom.--bigger .tabs-custom-navi__item.--mobile.active {
  color: #ffffff;
}
.tabs-custom.--bigger .tabs-custom-content .tabs-custom-navi__item {
  color: var(--bs-site-primary);
}
.tabs-custom.--bigger .tabs-custom-content__item-inner {
  border-radius: 0px 1.875rem 0px 1.875rem;
}
@media (max-width: 767.98px) {
  .page-template-tpl-landing .tabs-custom.--bigger .tabs-custom-content__item-inner {
    border-radius: 0;
  }
}
.corporate .tabs-custom.--bigger .tabs-custom-content__item-inner {
  border-radius: 20px 20px 0 20px !important;
}
.tabs-custom.--bigger .tabs-custom-content__item.active .--mobile::after {
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 768px) {
  .tabs-custom.--bigger .tabs-custom-content__item {
    display: none;
  }
  .tabs-custom.--bigger .tabs-custom-content__item.active {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .tabs-custom.--bigger .tabs-custom-content__item.active .tabs-custom-content__item-inner {
    display: block;
  }
  .tabs-custom.--bigger .tabs-custom-content__item-inner {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .tabs-custom.--bigger .tabs-custom-content__item [class*=wp-image] {
    display: block;
    float: none;
    margin: 1.5rem auto;
  }
}
.tabs-custom.--filled-sanita .tabs-custom-navi__item {
  background-color: #E6F7FA;
  color: #008093;
}
.tabs-custom.--filled-sanita .tabs-custom-navi__item:hover, .tabs-custom.--filled-sanita .tabs-custom-navi__item.active {
  background-color: #008093;
}
.tabs-custom.--filled-sanita .tabs-custom-content__item-inner a {
  color: #008093;
}
.tabs-custom.--filled-sanita .tabs-custom-content__item-inner .bg-site-primary-light, .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .page-header-gallery::after {
  background-color: #E6F7FA !important;
}
.tabs-custom.--filled-sanita .tabs-custom-content__item-inner .text-site-primary, .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .global-search__filter.active, .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .global-search__filter:hover, .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .card-struttura__label a, .card-struttura__label .tabs-custom.--filled-sanita .tabs-custom-content__item-inner a, .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .card-struttura__label span, .card-struttura__label .tabs-custom.--filled-sanita .tabs-custom-content__item-inner span {
  color: #008093 !important;
}
.tabs-custom.--filled-sanita .tabs-custom-content__item-inner .cta.--filled-primary, .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .gf-layout-responsive-2-col .gform_button, .gf-layout-responsive-2-col .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .gform_button, .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--filled-sanita .tabs-custom-content__item-inner input.--filled-primary[type=submit],
.tabs-custom.--filled-sanita .tabs-custom-content__item-inner .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--filled-sanita .tabs-custom-content__item-inner input.--filled-primary[type=submit], .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .sanita .evelean input[type=submit], .sanita .evelean .tabs-custom.--filled-sanita .tabs-custom-content__item-inner input[type=submit], .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .search-filter-reset, .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .corporate .pressTab .nav-item .--filled-primary.nav-link, .corporate .pressTab .nav-item .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .--filled-primary.nav-link {
  color: #ffffff;
  border-color: #008093;
  background-color: #008093;
}
.tabs-custom.--filled-sanita .tabs-custom-content__item-inner .cta.--filled-primary:hover, .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .gf-layout-responsive-2-col .gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .gform_button:hover, .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--filled-sanita .tabs-custom-content__item-inner input.--filled-primary[type=submit]:hover,
.tabs-custom.--filled-sanita .tabs-custom-content__item-inner .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--filled-sanita .tabs-custom-content__item-inner input.--filled-primary[type=submit]:hover, .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .sanita .evelean input[type=submit]:hover, .sanita .evelean .tabs-custom.--filled-sanita .tabs-custom-content__item-inner input[type=submit]:hover, .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .search-filter-reset:hover, .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .corporate .pressTab .nav-item .--filled-primary.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .--filled-primary.nav-link:hover {
  border-color: #008FA5;
  background-color: #008FA5;
}
.tabs-custom.--filled-sanita .tabs-custom-content__item-inner .cta.--filled-primary.--reverse, .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .gf-layout-responsive-2-col .--reverse.gform_button, .gf-layout-responsive-2-col .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .--reverse.gform_button, .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--filled-sanita .tabs-custom-content__item-inner input.--filled-primary.--reverse[type=submit],
.tabs-custom.--filled-sanita .tabs-custom-content__item-inner .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--filled-sanita .tabs-custom-content__item-inner input.--filled-primary.--reverse[type=submit], .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .sanita .evelean input.--reverse[type=submit], .sanita .evelean .tabs-custom.--filled-sanita .tabs-custom-content__item-inner input.--reverse[type=submit], .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .--reverse.search-filter-reset, .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link, .corporate .pressTab .nav-item .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .--filled-primary.--reverse.nav-link {
  background-color: #ffffff;
  color: #008093;
}
.tabs-custom.--filled-sanita .tabs-custom-content__item-inner .cta.--filled-primary.--reverse:hover, .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .gf-layout-responsive-2-col .--reverse.gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .--reverse.gform_button:hover, .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--filled-sanita .tabs-custom-content__item-inner input.--filled-primary.--reverse[type=submit]:hover,
.tabs-custom.--filled-sanita .tabs-custom-content__item-inner .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--filled-sanita .tabs-custom-content__item-inner input.--filled-primary.--reverse[type=submit]:hover, .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .sanita .evelean input.--reverse[type=submit]:hover, .sanita .evelean .tabs-custom.--filled-sanita .tabs-custom-content__item-inner input.--reverse[type=submit]:hover, .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .--reverse.search-filter-reset:hover, .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--filled-sanita .tabs-custom-content__item-inner .--filled-primary.--reverse.nav-link:hover {
  border-color: #008FA5;
  background-color: #008FA5;
  color: #ffffff;
}
.tabs-custom.--filled-rsa .tabs-custom-navi__item {
  background-color: #FCF3EA;
  color: #E18230;
}
.tabs-custom.--filled-rsa .tabs-custom-navi__item:hover, .tabs-custom.--filled-rsa .tabs-custom-navi__item.active {
  background-color: #E18230;
}
.tabs-custom.--filled-rsa .tabs-custom-content__item-inner a {
  color: #E18230;
}
.tabs-custom.--filled-rsa .tabs-custom-content__item-inner .bg-site-primary-light, .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .page-header-gallery::after {
  background-color: #FCF3EA !important;
}
.tabs-custom.--filled-rsa .tabs-custom-content__item-inner .text-site-primary, .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .global-search__filter.active, .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .global-search__filter:hover, .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .card-struttura__label a, .card-struttura__label .tabs-custom.--filled-rsa .tabs-custom-content__item-inner a, .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .card-struttura__label span, .card-struttura__label .tabs-custom.--filled-rsa .tabs-custom-content__item-inner span {
  color: #E18230 !important;
}
.tabs-custom.--filled-rsa .tabs-custom-content__item-inner .cta.--filled-primary, .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .gf-layout-responsive-2-col .gform_button, .gf-layout-responsive-2-col .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .gform_button, .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--filled-rsa .tabs-custom-content__item-inner input.--filled-primary[type=submit],
.tabs-custom.--filled-rsa .tabs-custom-content__item-inner .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--filled-rsa .tabs-custom-content__item-inner input.--filled-primary[type=submit], .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .sanita .evelean input[type=submit], .sanita .evelean .tabs-custom.--filled-rsa .tabs-custom-content__item-inner input[type=submit], .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .search-filter-reset, .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .corporate .pressTab .nav-item .--filled-primary.nav-link, .corporate .pressTab .nav-item .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .--filled-primary.nav-link {
  color: #ffffff;
  border-color: #E18230;
  background-color: #E18230;
}
.tabs-custom.--filled-rsa .tabs-custom-content__item-inner .cta.--filled-primary:hover, .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .gf-layout-responsive-2-col .gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .gform_button:hover, .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--filled-rsa .tabs-custom-content__item-inner input.--filled-primary[type=submit]:hover,
.tabs-custom.--filled-rsa .tabs-custom-content__item-inner .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--filled-rsa .tabs-custom-content__item-inner input.--filled-primary[type=submit]:hover, .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .sanita .evelean input[type=submit]:hover, .sanita .evelean .tabs-custom.--filled-rsa .tabs-custom-content__item-inner input[type=submit]:hover, .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .search-filter-reset:hover, .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .corporate .pressTab .nav-item .--filled-primary.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .--filled-primary.nav-link:hover {
  border-color: #E5C100;
  background-color: #E5C100;
}
.tabs-custom.--filled-rsa .tabs-custom-content__item-inner .cta.--filled-primary.--reverse, .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .gf-layout-responsive-2-col .--reverse.gform_button, .gf-layout-responsive-2-col .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .--reverse.gform_button, .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--filled-rsa .tabs-custom-content__item-inner input.--filled-primary.--reverse[type=submit],
.tabs-custom.--filled-rsa .tabs-custom-content__item-inner .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--filled-rsa .tabs-custom-content__item-inner input.--filled-primary.--reverse[type=submit], .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .sanita .evelean input.--reverse[type=submit], .sanita .evelean .tabs-custom.--filled-rsa .tabs-custom-content__item-inner input.--reverse[type=submit], .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .--reverse.search-filter-reset, .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link, .corporate .pressTab .nav-item .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .--filled-primary.--reverse.nav-link {
  background-color: #ffffff;
  color: #E18230;
}
.tabs-custom.--filled-rsa .tabs-custom-content__item-inner .cta.--filled-primary.--reverse:hover, .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .gf-layout-responsive-2-col .--reverse.gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .--reverse.gform_button:hover, .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--filled-rsa .tabs-custom-content__item-inner input.--filled-primary.--reverse[type=submit]:hover,
.tabs-custom.--filled-rsa .tabs-custom-content__item-inner .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--filled-rsa .tabs-custom-content__item-inner input.--filled-primary.--reverse[type=submit]:hover, .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .sanita .evelean input.--reverse[type=submit]:hover, .sanita .evelean .tabs-custom.--filled-rsa .tabs-custom-content__item-inner input.--reverse[type=submit]:hover, .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .--reverse.search-filter-reset:hover, .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--filled-rsa .tabs-custom-content__item-inner .--filled-primary.--reverse.nav-link:hover {
  border-color: #E5C100;
  background-color: #E5C100;
  color: #ffffff;
}
.tabs-custom.--filled-appartamenti .tabs-custom-navi__item {
  background-color: #FFF9E6;
  color: #FFCA13;
}
.tabs-custom.--filled-appartamenti .tabs-custom-navi__item:hover, .tabs-custom.--filled-appartamenti .tabs-custom-navi__item.active {
  background-color: #FFCA13;
  color: #003e5c;
}
.tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner a {
  color: #FFCA13;
}
.tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .bg-site-primary-light, .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .page-header-gallery::after {
  background-color: #FFF9E6 !important;
}
.tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .text-site-primary, .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .global-search__filter.active, .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .global-search__filter:hover, .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .card-struttura__label a, .card-struttura__label .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner a, .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .card-struttura__label span, .card-struttura__label .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner span {
  color: #FFCA13 !important;
}
.tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .cta.--filled-primary, .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .gf-layout-responsive-2-col .gform_button, .gf-layout-responsive-2-col .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .gform_button, .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner input.--filled-primary[type=submit],
.tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner input.--filled-primary[type=submit], .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .sanita .evelean input[type=submit], .sanita .evelean .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner input[type=submit], .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .search-filter-reset, .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .corporate .pressTab .nav-item .--filled-primary.nav-link, .corporate .pressTab .nav-item .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .--filled-primary.nav-link {
  color: #ffffff;
  border-color: #FFCA13;
  background-color: #FFCA13;
}
.tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .cta.--filled-primary:hover, .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .gf-layout-responsive-2-col .gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .gform_button:hover, .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner input.--filled-primary[type=submit]:hover,
.tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner input.--filled-primary[type=submit]:hover, .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .sanita .evelean input[type=submit]:hover, .sanita .evelean .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner input[type=submit]:hover, .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .search-filter-reset:hover, .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .corporate .pressTab .nav-item .--filled-primary.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .--filled-primary.nav-link:hover {
  border-color: #E5C100;
  background-color: #E5C100;
}
.tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .cta.--filled-primary.--reverse, .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .gf-layout-responsive-2-col .--reverse.gform_button, .gf-layout-responsive-2-col .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .--reverse.gform_button, .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner input.--filled-primary.--reverse[type=submit],
.tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner input.--filled-primary.--reverse[type=submit], .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .sanita .evelean input.--reverse[type=submit], .sanita .evelean .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner input.--reverse[type=submit], .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .--reverse.search-filter-reset, .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link, .corporate .pressTab .nav-item .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .--filled-primary.--reverse.nav-link {
  background-color: #ffffff;
  color: #FFCA13;
}
.tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .cta.--filled-primary.--reverse:hover, .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .gf-layout-responsive-2-col .--reverse.gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .--reverse.gform_button:hover, .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner input.--filled-primary.--reverse[type=submit]:hover,
.tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner input.--filled-primary.--reverse[type=submit]:hover, .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .sanita .evelean input.--reverse[type=submit]:hover, .sanita .evelean .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner input.--reverse[type=submit]:hover, .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .--reverse.search-filter-reset:hover, .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--filled-appartamenti .tabs-custom-content__item-inner .--filled-primary.--reverse.nav-link:hover {
  border-color: #E5C100;
  background-color: #E5C100;
  color: #ffffff;
}
.tabs-custom.--filled-cure .tabs-custom-navi__item {
  background-color: #FFF9E6;
  color: #FFCA13;
}
.tabs-custom.--filled-cure .tabs-custom-navi__item:hover, .tabs-custom.--filled-cure .tabs-custom-navi__item.active {
  background-color: #FFCA13;
}
.tabs-custom.--filled-cure .tabs-custom-content__item-inner a {
  color: #FFCA13;
}
.tabs-custom.--filled-cure .tabs-custom-content__item-inner .bg-site-primary-light, .tabs-custom.--filled-cure .tabs-custom-content__item-inner .page-header-gallery::after {
  background-color: #FFF9E6 !important;
}
.tabs-custom.--filled-cure .tabs-custom-content__item-inner .text-site-primary, .tabs-custom.--filled-cure .tabs-custom-content__item-inner .global-search__filter.active, .tabs-custom.--filled-cure .tabs-custom-content__item-inner .global-search__filter:hover, .tabs-custom.--filled-cure .tabs-custom-content__item-inner .card-struttura__label a, .card-struttura__label .tabs-custom.--filled-cure .tabs-custom-content__item-inner a, .tabs-custom.--filled-cure .tabs-custom-content__item-inner .card-struttura__label span, .card-struttura__label .tabs-custom.--filled-cure .tabs-custom-content__item-inner span {
  color: #FFCA13 !important;
}
.tabs-custom.--filled-cure .tabs-custom-content__item-inner .cta.--filled-primary, .tabs-custom.--filled-cure .tabs-custom-content__item-inner .gf-layout-responsive-2-col .gform_button, .gf-layout-responsive-2-col .tabs-custom.--filled-cure .tabs-custom-content__item-inner .gform_button, .tabs-custom.--filled-cure .tabs-custom-content__item-inner .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--filled-cure .tabs-custom-content__item-inner input.--filled-primary[type=submit],
.tabs-custom.--filled-cure .tabs-custom-content__item-inner .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--filled-cure .tabs-custom-content__item-inner input.--filled-primary[type=submit], .tabs-custom.--filled-cure .tabs-custom-content__item-inner .sanita .evelean input[type=submit], .sanita .evelean .tabs-custom.--filled-cure .tabs-custom-content__item-inner input[type=submit], .tabs-custom.--filled-cure .tabs-custom-content__item-inner .search-filter-reset, .tabs-custom.--filled-cure .tabs-custom-content__item-inner .corporate .pressTab .nav-item .--filled-primary.nav-link, .corporate .pressTab .nav-item .tabs-custom.--filled-cure .tabs-custom-content__item-inner .--filled-primary.nav-link {
  border-color: #FFCA13;
  background-color: #FFCA13;
  color: #ffffff;
}
.tabs-custom.--filled-cure .tabs-custom-content__item-inner .cta.--filled-primary:hover, .tabs-custom.--filled-cure .tabs-custom-content__item-inner .gf-layout-responsive-2-col .gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--filled-cure .tabs-custom-content__item-inner .gform_button:hover, .tabs-custom.--filled-cure .tabs-custom-content__item-inner .page-template-tpl-openday .gform-footer input.--filled-primary[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--filled-cure .tabs-custom-content__item-inner input.--filled-primary[type=submit]:hover,
.tabs-custom.--filled-cure .tabs-custom-content__item-inner .page-template-tpl-single-openday .gform-footer input.--filled-primary[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--filled-cure .tabs-custom-content__item-inner input.--filled-primary[type=submit]:hover, .tabs-custom.--filled-cure .tabs-custom-content__item-inner .sanita .evelean input[type=submit]:hover, .sanita .evelean .tabs-custom.--filled-cure .tabs-custom-content__item-inner input[type=submit]:hover, .tabs-custom.--filled-cure .tabs-custom-content__item-inner .search-filter-reset:hover, .tabs-custom.--filled-cure .tabs-custom-content__item-inner .corporate .pressTab .nav-item .--filled-primary.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--filled-cure .tabs-custom-content__item-inner .--filled-primary.nav-link:hover {
  border-color: #E5C100;
  background-color: #E5C100;
}
.tabs-custom.--filled-cure .tabs-custom-content__item-inner .cta.--filled-primary.--reverse, .tabs-custom.--filled-cure .tabs-custom-content__item-inner .gf-layout-responsive-2-col .--reverse.gform_button, .gf-layout-responsive-2-col .tabs-custom.--filled-cure .tabs-custom-content__item-inner .--reverse.gform_button, .tabs-custom.--filled-cure .tabs-custom-content__item-inner .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit], .page-template-tpl-openday .gform-footer .tabs-custom.--filled-cure .tabs-custom-content__item-inner input.--filled-primary.--reverse[type=submit],
.tabs-custom.--filled-cure .tabs-custom-content__item-inner .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit],
.page-template-tpl-single-openday .gform-footer .tabs-custom.--filled-cure .tabs-custom-content__item-inner input.--filled-primary.--reverse[type=submit], .tabs-custom.--filled-cure .tabs-custom-content__item-inner .sanita .evelean input.--reverse[type=submit], .sanita .evelean .tabs-custom.--filled-cure .tabs-custom-content__item-inner input.--reverse[type=submit], .tabs-custom.--filled-cure .tabs-custom-content__item-inner .--reverse.search-filter-reset, .tabs-custom.--filled-cure .tabs-custom-content__item-inner .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link, .corporate .pressTab .nav-item .tabs-custom.--filled-cure .tabs-custom-content__item-inner .--filled-primary.--reverse.nav-link {
  background-color: #ffffff;
  color: #FFCA13;
}
.tabs-custom.--filled-cure .tabs-custom-content__item-inner .cta.--filled-primary.--reverse:hover, .tabs-custom.--filled-cure .tabs-custom-content__item-inner .gf-layout-responsive-2-col .--reverse.gform_button:hover, .gf-layout-responsive-2-col .tabs-custom.--filled-cure .tabs-custom-content__item-inner .--reverse.gform_button:hover, .tabs-custom.--filled-cure .tabs-custom-content__item-inner .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover, .page-template-tpl-openday .gform-footer .tabs-custom.--filled-cure .tabs-custom-content__item-inner input.--filled-primary.--reverse[type=submit]:hover,
.tabs-custom.--filled-cure .tabs-custom-content__item-inner .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit]:hover,
.page-template-tpl-single-openday .gform-footer .tabs-custom.--filled-cure .tabs-custom-content__item-inner input.--filled-primary.--reverse[type=submit]:hover, .tabs-custom.--filled-cure .tabs-custom-content__item-inner .sanita .evelean input.--reverse[type=submit]:hover, .sanita .evelean .tabs-custom.--filled-cure .tabs-custom-content__item-inner input.--reverse[type=submit]:hover, .tabs-custom.--filled-cure .tabs-custom-content__item-inner .--reverse.search-filter-reset:hover, .tabs-custom.--filled-cure .tabs-custom-content__item-inner .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link:hover, .corporate .pressTab .nav-item .tabs-custom.--filled-cure .tabs-custom-content__item-inner .--filled-primary.--reverse.nav-link:hover {
  border-color: #E5C100;
  background-color: #E5C100;
  color: #ffffff;
}

body.home .quote-section__full-bg .quote-section__bg img {
  height: 115%;
}

.quote-section {
  min-height: 600px;
  background-image: url(../images/ondina.svg);
  background-size: cover;
}
.quote-section.--no-bg {
  background-image: none;
}
@media (max-width: 991.98px) {
  .quote-section {
    min-height: 1px;
  }
}
.quote-section__shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
}
.quote-section__content {
  padding: 2rem;
  padding-top: 6rem;
  z-index: 1;
  position: absolute;
  top: 0rem;
  left: 0;
}
.quote-section__content.--with-bg {
  background-image: url(../images/korian-logo-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991.98px) {
  .quote-section__content {
    position: relative;
    top: auto;
    right: auto;
    padding-top: 4rem;
  }
}
.quote-section__content.--with-mark:before {
  font-size: 4.375rem;
  color: #008093;
  content: "“";
  position: absolute;
  top: 2rem;
  left: 2rem;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
}
body.sanita .quote-section__content.--with-mark:before {
  font-family: "rustica", sans-serif;
}
body.corporate .quote-section__content.--with-mark:before {
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991.98px) {
  .quote-section__content.--with-mark:before {
    top: 1rem;
  }
}
@media (min-width: 992px) {
  .quote-section__content.--with-mark-corporate {
    max-width: 35%;
  }
}
.quote-section__content.--with-mark-corporate:before {
  font-size: 4.375rem;
  color: var(--bs-site-primary);
  content: "“";
  position: absolute;
  top: 1rem;
  left: 2rem;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
}
@media (min-width: 992px) {
  .quote-section__content.--with-mark-corporate:before {
    top: 2rem;
  }
}
body.sanita .quote-section__content.--with-mark-corporate:before {
  font-family: "rustica", sans-serif;
}
body.corporate .quote-section__content.--with-mark-corporate:before {
  font-family: "Montserrat", sans-serif;
}

.quote-section__full-bg {
  height: 31.875rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .quote-section__full-bg {
    height: auto;
  }
}
.quote-section__full-bg .--with-mark {
  position: relative;
}
.quote-section__full-bg .--with-mark:before {
  font-size: 8.6875rem;
  color: var(--bs-site-primary);
  content: "“";
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translate(-50%, 0%);
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
}
body.sanita .quote-section__full-bg .--with-mark:before {
  font-family: "rustica", sans-serif;
}
body.corporate .quote-section__full-bg .--with-mark:before {
  font-family: "Montserrat", sans-serif;
}
.quote-section__full-bg .quote-section__content {
  padding: 0;
  padding-top: 0;
  z-index: 1;
  position: relative;
  top: auto;
  left: auto;
}
@media (max-width: 991.98px) {
  .quote-section__full-bg .quote-section__content {
    padding: 6rem 0 3rem;
  }
}
.quote-section__full-bg .quote-section__bg {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: -1;
  transform: translate(-15%, 0%);
}
.quote-section__full-bg .quote-section__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.filters-item-content {
  max-height: 18.125rem;
  overflow: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.filters-item-content::-webkit-scrollbar {
  width: 5px;
}
.filters-item-content::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.filters-item-content::-webkit-scrollbar-thumb {
  background: #E2E1DE;
  border-radius: 3px;
}
.filters-item-content::-webkit-scrollbar-thumb:hover {
  background: #C6C3BD;
}
.filters-item.--list li.active {
  font-weight: 700;
  opacity: 1;
}
.filters-item.--list li:not(.active) {
  opacity: 0.85;
}
.filters-item.--list li a:hover {
  text-decoration: underline;
}
.filters-item.--search {
  position: relative;
}
.filters-item.--search.visible-list .filter-search__list {
  opacity: 1;
  pointer-events: auto;
}
.filters-item.--search.visible-list i.icon-chevron-down,
.filters-item.--search.visible-list i.icon-chevron-up {
  transform: rotate(180deg);
  transition: 0.2s linear all;
}
.filters-item.--search i {
  transition: 0.2s linear all;
}
.filters-item.--search .filter-search__list {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  z-index: 2;
}
.filters-item.--search .filter-search__list li {
  cursor: pointer;
}
.filters-item-toggle {
  cursor: pointer;
}
.filters-item-toggle i {
  display: block;
  transition: 0.2s linear all;
}
.filters-item.closed .filters-item-content {
  display: none;
}
.filters-item.closed .filters-item-toggle i {
  transform: rotate(180deg);
  transition: 0.2s linear all;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filters-section {
  border-bottom: 1px solid #003e5c;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.875rem;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filters-section .wpc-filter-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--bs-site-primary);
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  cursor: pointer;
}
body.sanita .filters .wpc-filters-widget-main-wrapper .wpc-filters-section .wpc-filter-header {
  font-family: "rustica", sans-serif;
}
body.corporate .filters .wpc-filters-widget-main-wrapper .wpc-filters-section .wpc-filter-header {
  font-family: "Montserrat", sans-serif;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filters-section .wpc-filter-header:after {
  content: "\e927";
  font-family: "icomoon" !important;
  transition: 0.2s linear all;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filters-section .wpc-filter-header .wpc-filter-title {
  margin-bottom: 0;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filters-section.closed .wpc-filter-content {
  display: none;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filters-section.closed .wpc-filter-header::after {
  transform: rotate(180deg);
  transition: 0.2s linear all;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filters-labels {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.9375rem;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filters-labels::after {
  display: none;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item {
  margin-bottom: 0;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item label {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  opacity: 1;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item label:hover span.wpc-filter-label-wrapper {
  background-color: transparent;
  color: #003e5c;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
  border: none;
  padding: 0;
  border-radius: 0;
  opacity: 1;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper a {
  color: #003e5c;
  opacity: 1;
  position: relative;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 1px;
  background: #003e5c;
  transition: 0.3s all ease;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper a.text-corporate::before {
  background-color: #003e5c;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper a:hover::before {
  width: 100%;
  transition: 0.3s all ease;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper span {
  opacity: 1;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item .wpc-term-item-content-wrapper {
  gap: 10px;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item .wpc-term-item-content-wrapper label {
  color: #003e5c;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item .wpc-term-item-content-wrapper label a {
  color: #003e5c;
}
.filters .wpc-filters-widget-main-wrapper li.wpc-term-item .wpc-term-item-content-wrapper {
  gap: 5px;
}
.filters .wpc-filters-widget-main-wrapper li.wpc-term-item .wpc-term-item-content-wrapper label {
  color: #003e5c;
}
.filters .wpc-filters-widget-main-wrapper li.wpc-term-item .wpc-term-item-content-wrapper label a {
  color: #003e5c;
}
.filters .wpc-filters-widget-main-wrapper input.wpc-label-input:checked + label span.wpc-filter-label-wrapper {
  color: #003e5c;
  background-color: transparent;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
}
body.sanita .filters .wpc-filters-widget-main-wrapper input.wpc-label-input:checked + label span.wpc-filter-label-wrapper {
  font-family: "rustica", sans-serif;
}
body.corporate .filters .wpc-filters-widget-main-wrapper input.wpc-label-input:checked + label span.wpc-filter-label-wrapper {
  font-family: "Montserrat", sans-serif;
}
.filters .wpc-filters-widget-main-wrapper input.wpc-label-input:checked + label span.wpc-filter-label-wrapper a {
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
}
body.sanita .filters .wpc-filters-widget-main-wrapper input.wpc-label-input:checked + label span.wpc-filter-label-wrapper a {
  font-family: "rustica", sans-serif;
}
body.corporate .filters .wpc-filters-widget-main-wrapper input.wpc-label-input:checked + label span.wpc-filter-label-wrapper a {
  font-family: "Montserrat", sans-serif;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filter-search-wrapper {
  margin: 0.5rem 0 5px;
  position: relative;
  border: 1px solid var(--bs-site-primary);
  padding: 2px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filter-search-wrapper.writing {
  color: red;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filter-search-wrapper.writing::after {
  display: none;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filter-search-wrapper input.wpc-filter-search-field {
  position: relative;
  padding: 0.25rem 2rem 0.25rem 1rem;
  border-radius: 18px;
  border: none;
  outline: 0;
  flex: 1 1 auto;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filter-search-wrapper + .wpc-filters-labels {
  border: 1px solid var(--bs-site-primary);
  padding: 0.25rem 1rem;
  border-radius: 18px;
  background-color: #ffffff;
  max-height: 15rem !important;
  z-index: 10;
  display: none;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filter-search-wrapper + .wpc-filters-labels.opened {
  display: flex;
  position: absolute;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filter-search-wrapper + .wpc-filters-labels a::before {
  display: none;
}
.filters .wpc-filters-widget-main-wrapper .wpc-filter-search-wrapper::after {
  content: "";
  height: 2rem;
  width: 2rem;
  display: block;
  border-radius: 2rem;
  background: var(--bs-site-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  content: "\e920";
  font-family: "icomoon" !important;
  transition: 0.2s linear all;
  font-size: 0.75rem;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.appartamenti .filters .wpc-filters-widget-main-wrapper .wpc-filter-search-wrapper::after {
  color: #003e5c;
}
.wpc-filters-open-button-container .wpc-filters-open-widget {
  border-color: var(--bs-site-primary);
  color: #003e5c;
  border-radius: 50rem;
}

.medico-teaser {
  position: relative; /* necessario per stretched-link */
}
.medico-teaser-figure {
  flex: 0 0 auto;
  display: block;
  border-radius: 0 50% 50% 50%;
  width: 88px;
  height: 88px;
}
@media (max-width: 991.98px) {
  .medico-teaser-figure {
    width: 60px;
    height: 60px;
  }
}
.medico-teaser-figure img {
  display: block;
  width: 88px;
  height: 88px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .medico-teaser-figure img {
    width: 60px;
    height: 60px;
  }
}
.medico-teaser-ceo figure, .medico-teaser-ceo img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .medico-teaser-ceo figure, .medico-teaser-ceo img {
    width: 150px;
    height: 150px;
  }
}

body.single-korian_doctor .site main.site-main .bg-white:nth-of-type(1).py-5, body.single-korian_doctor .site main.site-main .algolia-filters__dropdown-content:nth-of-type(1).py-5, body.single-korian_doctor .site main.site-main .algolia-searchbox:nth-of-type(1).py-5, body.single-korian_doctor .site main.site-main .lp-regione__structure-map__card:nth-of-type(1).py-5 {
  padding-bottom: 0 !important;
}
body.single-korian_doctor .site main.site-main .bg-white:nth-of-type(2).py-5, body.single-korian_doctor .site main.site-main .algolia-filters__dropdown-content:nth-of-type(2).py-5, body.single-korian_doctor .site main.site-main .algolia-searchbox:nth-of-type(2).py-5, body.single-korian_doctor .site main.site-main .lp-regione__structure-map__card:nth-of-type(2).py-5 {
  padding-top: 0 !important;
}

.gallery-grid {
  /*     &__cta{
          position: absolute;
          display: block;
          @include media-breakpoint-up(lg){
              top: 50%;
              left: 50%;
              transform: translate(-50%,-50%);
          }
          @include media-breakpoint-down(lg){
              bottom: -1rem;
              left: 50%;
              transform: translateX(-50%);
          }
      } */
}
.gallery-grid__images.--hidden {
  display: none;
}
.gallery-grid__images.--visible {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 165px);
  grid-gap: 17px;
  position: relative;
}
.gallery-grid__images.--visible .gallery-grid__image {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.gallery-grid__images.--visible .gallery-grid__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
}
.gallery-grid__images.--visible .gallery-grid__image img:hover {
  transform: scale(1.1);
}
.gallery-grid__images.--visible .gallery-grid__image:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.gallery-grid__images.--visible .gallery-grid__image:nth-child(5) {
  position: relative;
}
.gallery-grid__images.--visible .gallery-grid__image:nth-child(5) img {
  transition: none;
  transform: none;
}
.gallery-grid__images.--visible .gallery-grid__image:nth-child(5):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 991.98px) {
  .gallery-grid__images.--visible {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-grid__images.--visible .gallery-grid__image:nth-child(1) {
    grid-column: 1/-1;
    grid-row-end: span 2;
  }
}
.gallery-grid__images.--visible img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-grid__images.--visible.--small, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input.gallery-grid__images.--visible {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}
.gallery-grid__images.--visible.--small .gallery-grid__image:nth-child(1), .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input.gallery-grid__images.--visible .gallery-grid__image:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991.98px) {
  .gallery-grid__images.--visible.--small, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input.gallery-grid__images.--visible {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-grid__images.--visible.--small .gallery-grid__image:nth-child(1), .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input.gallery-grid__images.--visible .gallery-grid__image:nth-child(1) {
    grid-column: 1/-1;
    grid-row-end: span 2;
  }
}

.gallery-grid-v2 .swiper-wrapper {
  position: relative;
}
@media (min-width: 992px) {
  .gallery-grid-v2 .swiper-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
.gallery-grid-v2 .swiper-wrapper .gallery-grid-v2__image {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.sanita .gallery-grid-v2 .swiper-wrapper .gallery-grid-v2__image {
  border-radius: 0;
}
.gallery-grid-v2 .swiper-wrapper .gallery-grid-v2__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
}
@media (min-width: 992px) {
  .gallery-grid-v2 .swiper-wrapper .gallery-grid-v2__image img {
    aspect-ratio: 16/10;
  }
}
.gallery-grid-v2 .swiper-wrapper .gallery-grid-v2__image img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .gallery-grid-v2 .swiper-wrapper .gallery-grid-v2__image:nth-child(1) {
    grid-column: span 3;
    grid-row: span 3;
  }
  .gallery-grid-v2 .swiper-wrapper .gallery-grid-v2__image:nth-child(1).--singleimg {
    grid-column: span 4;
    max-height: 450px;
  }
  .gallery-grid-v2 .swiper-wrapper .gallery-grid-v2__image:nth-child(4) {
    position: relative;
  }
  .gallery-grid-v2 .swiper-wrapper .gallery-grid-v2__image:nth-child(4) img {
    transition: none;
    transform: none;
  }
  .gallery-grid-v2 .swiper-wrapper .gallery-grid-v2__image:nth-child(4):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
  }
}

.page-header-figure {
  position: relative;
}
@media (min-width: 992px) {
  .page-header-figure {
    min-height: 25rem;
  }
}
@media (max-width: 991.98px) {
  .page-header-figure::before {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 50%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--bs-site-primary-light);
  }
  .corporate .page-header-figure::before {
    display: none;
  }
}
.page-header-figure > img {
  position: relative;
  border-radius: 0 0 0 3.75rem;
  margin-left: -1.5rem;
  max-width: unset;
  width: calc(100% + 3rem);
}
@media (min-width: 992px) {
  .page-header-figure > img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0 0 0 7.5rem;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  .sanita .page-header-figure > img {
    border-radius: 0 0 26px 26px;
  }
}
.corporate .page-header-figure > img {
  border-radius: 20px 20px 0 20px;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}
.page-header-breadcrumbs {
  padding-left: 0.75rem;
}
@media (min-width: 992px) {
  .page-header-breadcrumbs {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .page-header.--slider {
    height: 26.25rem;
  }
}
@media (max-width: 991.98px) {
  .page-header.--slider {
    height: 100%;
  }
}
.page-header.--slider a > img {
  position: relative;
  border-radius: 0 0 0 3.75rem;
  margin-left: -1.5rem;
  max-width: unset;
  width: calc(100% + 3rem);
}
@media (min-width: 992px) {
  .page-header.--slider a > img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0 0 0 7.5rem;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  .corporate .page-header.--slider a > img {
    border-radius: 20px 20px 0 20px;
  }
}
.corporate .page-header.--slider a > img {
  border-radius: 20px 20px 0px 20px;
  width: 100%;
  margin-left: 0;
  max-width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header-numbers {
  padding-left: 0.75rem;
  position: absolute;
  top: 3.75rem;
  left: 0;
  width: 50%;
}
.page-header-numbers span {
  opacity: 0.15;
  font-size: 1.125rem;
  transition: 0.2s linear;
}
.page-header-numbers span.active {
  font-size: 1.375rem;
  opacity: 1;
}
.page-header-button__middle {
  position: absolute;
  top: 0;
  left: 0.75rem;
  transform: translate(0, -50%);
}
@media (min-width: 992px) {
  .page-header-button__middle {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 991.98px) {
  .event-row .page-header-button__middle {
    top: auto;
    left: auto;
    right: 0.75rem;
  }
}
@media (min-width: 992px) {
  .page-header-button__middle.--virtualtour {
    top: auto;
    bottom: 3rem;
    left: auto;
    right: 3.5rem;
    transform: translate(0%, 0%);
  }
}
.page-header-button__top {
  position: absolute;
  top: 0;
  left: 0.75rem;
  transform: translate(0, -50%);
}
@media (min-width: 992px) {
  .page-header-button__top {
    top: 4.375rem;
    left: 0;
    transform: translate(-50%, -50%);
  }
}
.page-header .dots-shape {
  z-index: 0 !important;
}
.page-header.--secondary .page-header__content {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .page-header.--secondary .page-header__content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.page-header.--mosaico .dots-shape {
  top: 25%;
}
.sanita .page-header.--mosaico .page-header-figure:before {
  display: none;
}
.page-header__mosaico {
  position: absolute;
  min-height: 0;
}
.page-header__mosaico img {
  aspect-ratio: 1/1;
}
.page-header__mosaico img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 5/4;
  border-radius: 0 2.5rem;
}
@media (max-width: 991.98px) {
  .page-header__mosaico img {
    border-radius: 0 1.25rem;
  }
}
.sanita .page-header__mosaico img {
  border-radius: 0 0 24px 24px;
}
.page-header__mosaico.--sx {
  width: 25%;
  top: 0%;
  left: 0%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .page-header__mosaico.--sx {
    width: 30%;
  }
}
.page-header__mosaico.--cnt {
  width: 75%;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media (max-width: 991.98px) {
  .page-header__mosaico.--cnt {
    width: 80%;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    margin: 0 auto;
  }
  .page-header__mosaico.--cnt img {
    aspect-ratio: 7/5;
  }
  .sanita .page-header__mosaico.--cnt {
    width: 100%;
  }
}
.page-header__mosaico.--dx {
  width: 30%;
  right: 0%;
  transform: translate(0%, -50%);
  z-index: 1;
}
@media (min-width: 992px) {
  .page-header__mosaico.--dx {
    top: 50%;
  }
}
@media (max-width: 991.98px) {
  .page-header__mosaico.--dx {
    width: 35%;
    bottom: 0;
    transform: translate(0%, 0%);
  }
  .page-header__mosaico.--dx svg {
    top: -160%;
  }
}
.page-header .z-index-10 {
  z-index: 10;
}
@media (min-width: 992px) {
  .page-header-gallery::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    width: 50vw;
    height: 100%;
    z-index: 1;
  }
}
.page-header-gallery__figure img {
  aspect-ratio: 4/3;
  border-radius: 20px;
}
.page-header-gallery .swiper-navigation-prev, .page-header-gallery .swiper-navigation-next {
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  background-color: #ffffff;
  z-index: 10;
  cursor: pointer;
}
.page-header-gallery .swiper-navigation-prev.swiper-button-disabled, .page-header-gallery .swiper-navigation-next.swiper-button-disabled {
  opacity: 0;
}
.page-header-gallery .swiper-navigation-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.page-header-gallery .swiper-navigation-next {
  right: 0;
  transform: translate(50%, -50%);
}

.image-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: dense;
  grid-gap: 1em;
}
.image-gallery div img {
  width: 100%;
  height: 100%;
  border-radius: 0.5em;
}
.image-gallery div:nth-child(1) {
  grid-column: span 2; /* take 2 columns */
  grid-row: span 2; /* take 2 rows */
}

html body .margin-gallery {
  padding-bottom: 3rem !important;
}
html body .bg-site-primary-light .pt-5, html body .page-header-gallery::after .pt-5 {
  padding-top: 0 !important;
}

.intro-with-quote {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1289.234' height='574.213' viewBox='0 0 1289.234 574.213'%3E%3Cpath id='wave-8' d='M.3,449.891C154.483,560.315,331.354,621.365,475.968,529.4s87.486-207.606,411.8-180.441c194.451,16.287,119.279-145.943,176.827-247.561C1128.239-10.99,1281.089,22.716,1289.234,0,1290.156.688.3,0,.3,0S-.379,450.6.3,449.891Z' transform='translate(0)' fill='%23F2F5F7'/%3E%3C/svg%3E%0A");
}
.intro-with-quote.nobg {
  background-image: none !important;
}
.sanita .intro-with-quote {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1289.234' height='574.213' viewBox='0 0 1289.234 574.213'%3E%3Cpath id='wave-8' d='M.3,449.891C154.483,560.315,331.354,621.365,475.968,529.4s87.486-207.606,411.8-180.441c194.451,16.287,119.279-145.943,176.827-247.561C1128.239-10.99,1281.089,22.716,1289.234,0,1290.156.688.3,0,.3,0S-.379,450.6.3,449.891Z' transform='translate(0)' fill='%23F2FBFC'/%3E%3C/svg%3E%0A");
}
.appartamenti .intro-with-quote {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1289.234' height='574.213' viewBox='0 0 1289.234 574.213'%3E%3Cpath id='wave-8' d='M.3,449.891C154.483,560.315,331.354,621.365,475.968,529.4s87.486-207.606,411.8-180.441c194.451,16.287,119.279-145.943,176.827-247.561C1128.239-10.99,1281.089,22.716,1289.234,0,1290.156.688.3,0,.3,0S-.379,450.6.3,449.891Z' transform='translate(0)' fill='%23FFFDF2'/%3E%3C/svg%3E%0A");
}
.cure .intro-with-quote {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1289.234' height='574.213' viewBox='0 0 1289.234 574.213'%3E%3Cpath id='wave-8' d='M.3,449.891C154.483,560.315,331.354,621.365,475.968,529.4s87.486-207.606,411.8-180.441c194.451,16.287,119.279-145.943,176.827-247.561C1128.239-10.99,1281.089,22.716,1289.234,0,1290.156.688.3,0,.3,0S-.379,450.6.3,449.891Z' transform='translate(0)' fill='%23F9FCF3'/%3E%3C/svg%3E%0A");
}
.rsa .intro-with-quote {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1289.234' height='574.213' viewBox='0 0 1289.234 574.213'%3E%3Cpath id='wave-8' d='M.3,449.891C154.483,560.315,331.354,621.365,475.968,529.4s87.486-207.606,411.8-180.441c194.451,16.287,119.279-145.943,176.827-247.561C1128.239-10.99,1281.089,22.716,1289.234,0,1290.156.688.3,0,.3,0S-.379,450.6.3,449.891Z' transform='translate(0)' fill='%23FDF8F4'/%3E%3C/svg%3E%0A");
}
.intro-with-quote__figure {
  position: relative;
}
.intro-with-quote__figure-shape {
  position: absolute;
  height: auto;
}
.intro-with-quote__figure-shape.--top-right {
  top: 30px;
  right: -10px;
  width: 80px;
}
.intro-with-quote__figure-shape.--bottom-left {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
  width: 60px;
}
.intro-with-quote__figure img.--square {
  aspect-ratio: 1/1;
}
.intro-with-quote__figure img.--horizontal {
  aspect-ratio: 16/9;
}
.intro-with-quote__figure img.--vertical {
  aspect-ratio: 9/16;
}
.intro-with-quote.--sanita ul {
  padding-left: 0;
  list-style: none;
}
.intro-with-quote.--sanita ul li {
  padding-left: 1.5rem;
  position: relative;
}
.intro-with-quote.--sanita ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: #FFCA13;
  border-radius: 50%;
}
.intro-with-quote__quote {
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .intro-with-quote__quote {
    font-size: 1.0625rem;
  }
}
.intro-with-quote__quote::before {
  font-size: 4.375rem;
  color: var(--bs-site-primary);
  content: "“";
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: -2rem;
  display: block;
}
body.sanita .intro-with-quote__quote::before {
  font-family: "rustica", sans-serif;
}
body.corporate .intro-with-quote__quote::before {
  font-family: "Montserrat", sans-serif;
}
.--sanita .intro-with-quote__quote::before {
  margin-bottom: 0;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
}
body.sanita .--sanita .intro-with-quote__quote::before {
  font-family: "rustica", sans-serif;
}
body.corporate .--sanita .intro-with-quote__quote::before {
  font-family: "Montserrat", sans-serif;
}
.corporate .intro-with-quote__quote {
  color: #003e5c;
  display: flex;
  gap: 1rem;
  font-style: italic;
}
.corporate .intro-with-quote__quote::before {
  color: #008093;
}

.offcanvas__close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  background: white;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  border: 3px solid var(--bs-site-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.offcanvas__close .btn-close {
  padding: 0;
  margin: 0;
  border-radius: 0;
  opacity: 1;
}
.offcanvas.offcanvas-bottom > .container {
  z-index: 1;
}

/* FSLIGHTBOX OVERRIDES */
.fslightbox-nav {
  display: none;
}

.event-date {
  position: absolute;
  top: 70px;
  left: 0;
  background-color: var(--bs-site-primary);
  color: #fff;
  z-index: 1;
  padding: 20px 25px;
  border-radius: 0 50% 50% 0;
}
@media (min-width: 992px) {
  .event-date {
    top: 80px;
  }
}
.event-date .event-day {
  font-size: 1.625rem;
  line-height: 1;
}
.event-date .event-month {
  font-size: 0.875rem;
  line-height: 1;
}

.item-card.sticky-event {
  background-color: var(--bs-site-primary);
}
.item-card.sticky-event .item-card__content {
  background-color: var(--bs-site-primary);
}
.item-card.sticky-event .text-site-primary, .item-card.sticky-event .global-search__filter.active, .item-card.sticky-event .global-search__filter:hover, .item-card.sticky-event .card-struttura__label a, .card-struttura__label .item-card.sticky-event a, .item-card.sticky-event .card-struttura__label span, .card-struttura__label .item-card.sticky-event span {
  color: #FFFFFF !important;
}
.item-card.sticky-event .text-corporate {
  color: #FFFFFF !important;
}
.item-card.sticky-event .item-card__desc {
  color: #FFFFFF !important;
}

.acf-map {
  width: 100%;
  height: 100%;
}
.acf-map img {
  max-width: inherit !important;
}

@media (min-width: 1400px) and (max-width: 1480px) {
  .single-korian_event .page-header__date,
  .single-korian_event .page-header__metas {
    padding-left: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .single-korian_event .page-header__date,
  .single-korian_event .page-header__metas {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1110px) {
  .single-korian_event .page-header__date,
  .single-korian_event .page-header__metas {
    padding-left: 2.5rem;
  }
}

.event-calendar-card {
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.sanita .event-calendar-card {
  box-shadow: none;
  background-color: #eaf7f9;
  border-radius: 0 0 1.625rem 1.625rem;
}
.event-calendar-item {
  position: relative;
}
.event-calendar-item::before {
  content: "";
  left: 0;
  top: 50%;
  width: 3px;
  height: 80%;
  background-color: var(--bs-site-primary);
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
.event-calendar-item-figure {
  flex: 0 0 auto;
}
.event-calendar-item-figure img {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.vc-container {
  font-family: inherit !important;
  border: 0 !important;
}
.sanita .vc-container {
  --white: $kormed-light;
}

.vc-title {
  color: var(--bs-site-primary) !important;
  text-transform: uppercase !important;
}

.vc-arrow {
  color: var(--bs-site-primary) !important;
}

.vc-dot {
  background-color: var(--bs-site-primary) !important;
}

.vc-day {
  min-height: 50px !important;
}
.vc-day .vc-day-content {
  color: var(--bs-site-primary) !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  border-radius: 6px !important;
}
.vc-day.is-not-in-month * {
  opacity: 0.5 !important;
}
.vc-day.is-today .vc-day-content {
  color: #ffffff !important;
  background-color: var(--bs-site-primary) !important;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-scrollbar {
  background: #E2E1DE;
}
.swiper-slide {
  height: auto;
  /* FIX */
}
.swiper-slide .read-more {
  font-size: 0.75rem;
}
.swiper-slide.item-card-banner {
  margin: 0;
}
.swiper-page-hero {
  position: relative;
}
.swiper-page-hero .swiper-pagination {
  position: static;
  text-align: left;
}
.swiper-page-hero .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  font-size: 1.125rem;
}
.corporate .swiper-page-hero .swiper-pagination-bullet {
  background-color: transparent !important;
  font-size: 28px;
  font-weight: 400 !important;
}
.swiper-page-hero .swiper-pagination-bullet-active {
  font-size: 1.375rem;
}
.corporate .swiper-page-hero .swiper-pagination-bullet-active {
  font-weight: 700 !important;
  font-size: 28px;
}
.swiper-page-hero__pagination {
  width: 100%;
  position: absolute;
  top: 3rem;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .swiper-page-hero__pagination {
    top: 1.5rem;
  }
}
.swiper-page-hero .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}
.swiper-page-hero .swiper-button-next {
  position: absolute;
  top: 0;
  left: 0.75rem;
  transform: translate(0, -50%);
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 992px) {
  .swiper-page-hero .swiper-button-next {
    top: 4.375rem;
    left: 0;
    transform: translate(-50%, -50%);
  }
}
.swiper-page-hero .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.swiper-buttons-navi {
  display: flex;
  gap: 1.5rem;
}
.swiper-button-next, .swiper-button-prev {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  width: auto;
  height: auto;
  transform: none;
  margin-top: 0;
  color: var(--bs-site-primary);
}
.swiper-button-next::before, .swiper-button-prev::before {
  display: none;
}
.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}

.swiper-scrollbar {
  z-index: 2 !important;
}
.swiper-scrollbar-drag {
  background: var(--bs-site-primary-dark);
}
.--corporate .swiper-scrollbar-drag, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input .swiper-scrollbar-drag {
  background: #003e5c;
}

.swiper-horizontal > .swiper-scrollbar {
  position: relative;
  margin-top: 20px;
}

/* CSS PER GESTIRE PRELOADER */
.swiper_news_events {
  position: relative;
}
.swiper_news_events::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url("../images/loader-geolocation.gif") no-repeat;
  background-size: contain;
  display: block;
}
.swiper_news_events .swiper-wrapper {
  visibility: hidden;
}
.swiper_news_events .swiper-preloader {
  display: block;
}
.swiper_news_events.loaded::before {
  display: none;
}
.swiper_news_events.loaded .swiper-wrapper {
  visibility: visible;
}
.swiper_news_events.loaded .swiper-preloader {
  display: none;
}
.swiper_news_events .swiper-navigation .swiper-navigation-prev,
.swiper_news_events .swiper-navigation .swiper-navigation-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  background-color: #FFCA13;
  border-radius: 100%;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .swiper_news_events .swiper-navigation .swiper-navigation-prev,
  .swiper_news_events .swiper-navigation .swiper-navigation-next {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.corporate .swiper_news_events .swiper-navigation .swiper-navigation-prev,
.corporate .swiper_news_events .swiper-navigation .swiper-navigation-next {
  position: relative;
  background-color: #003e5c;
  color: #ffffff;
}
.swiper_news_events .swiper-navigation .swiper-navigation-prev i,
.swiper_news_events .swiper-navigation .swiper-navigation-next i {
  transition: 0.2s linear all;
}
.sanita .swiper_news_events .swiper-navigation .swiper-navigation-prev:hover,
.sanita .swiper_news_events .swiper-navigation .swiper-navigation-next:hover {
  background-color: #003e5c;
  color: #FFCA13;
}
.corporate .swiper_news_events .swiper-navigation .swiper-navigation-prev:hover,
.corporate .swiper_news_events .swiper-navigation .swiper-navigation-next:hover {
  background-color: #0B273D;
  color: #ffffff;
}
.swiper_news_events .swiper-navigation .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.corporate .swiper_news_events .swiper-navigation .swiper-button-disabled {
  opacity: 0.75;
  pointer-events: none;
}
.swiper_news_events .swiper-navigation .swiper-navigation-prev {
  left: -25px;
}
.corporate .swiper_news_events .swiper-navigation .swiper-navigation-prev {
  left: 0;
}
.sanita .swiper_news_events .swiper-navigation .swiper-navigation-prev:hover i {
  transform: translateX(-4px);
}
@media (max-width: 991.98px) {
  .swiper_news_events .swiper-navigation .swiper-navigation-prev {
    left: -20px;
  }
  .corporate .swiper_news_events .swiper-navigation .swiper-navigation-prev {
    left: 0;
  }
}
.swiper_news_events .swiper-navigation .swiper-navigation-next {
  right: -25px;
}
.corporate .swiper_news_events .swiper-navigation .swiper-navigation-next {
  right: 0;
}
.sanita .swiper_news_events .swiper-navigation .swiper-navigation-next:hover i {
  transform: translateX(4px);
}
@media (max-width: 991.98px) {
  .swiper_news_events .swiper-navigation .swiper-navigation-next {
    right: -20px;
  }
  .corporate .swiper_news_events .swiper-navigation .swiper-navigation-next {
    right: 0;
  }
}
.sanita .swiper_news_events .swiper-slide {
  transition: opacity 0.3s ease;
}
@media (max-width: 991.98px) {
  .sanita .swiper_news_events .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.5;
  }
}

.carousel-autowidth .swiper-button-prev,
.carousel-autowidth .swiper-button-next {
  position: absolute;
  top: calc((100% - 25px) / 2);
  transform: translateY(-50%);
  font-size: 1.5rem;
}
.carousel-autowidth .swiper-button-prev {
  left: -2rem;
}
.carousel-autowidth .swiper-button-next {
  right: -2rem;
}
@media (min-width: 992px) {
  .carousel-autowidth .swiper-scrollbar {
    height: 8px;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: var(--bs-site-primary-light);
  opacity: 1;
}
.sanita .swiper-pagination .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 10px;
  background-color: #eaf7f9;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--bs-site-primary);
  opacity: 1;
}
.sanita .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFCA13;
}

.modal__close {
  position: relative;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
}
.modal__shares a, .modal__shares-item {
  display: block;
  padding: 0.5rem 1rem;
  border: 2px solid #E2E1DE;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border-color: #fff !important;
  border: none !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
}

.page-template-tpl-news .search-box-filters select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  border-color: #fff !important;
  border: none !important;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  color: #99B1BE !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*!
 * Select2 v4 Bootstrap 5 theme v1.2.0
*/
.select2-container--bootstrap-5 {
  display: block;
}

select + .select2-container--bootstrap-5 {
  z-index: 1;
}

.select2-container--bootstrap-5 *:focus {
  outline: 0;
}

.select2-container--bootstrap-5 .select2-selection {
  width: 100%;
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-site-primary);
  background-color: #fff;
  border: 1px solid var(--bs-site-primary);
  border-radius: 20px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.corporate .select2-container--bootstrap-5 .select2-selection {
  border-color: #E2E1DE !important;
}

@media (prefers-reduced-motion: reduce) {
  .select2-container--bootstrap-5 .select2-selection {
    transition: none;
  }
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  border: 1px solid var(--bs-site-primary);
  box-shadow: none;
  border-radius: 20px;
}

.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0 solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--bootstrap-5 .select2-search {
  width: 100%;
}

.select2-container--bootstrap-5 .select2-search--inline .select2-search__field {
  vertical-align: top;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear,
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  position: absolute;
  top: 50%;
  right: 2.25rem;
  width: 0.75rem;
  height: 0.75rem;
  padding: 0.25em 0.25em;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
  transform: translateY(-50%);
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover,
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear > span,
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear > span {
  display: none;
}

.select2-container--bootstrap-5 + .select2-container--bootstrap-5 {
  z-index: 1056;
}

.select2-container--bootstrap-5 .select2-dropdown {
  z-index: 1056;
  overflow: hidden;
  border-color: var(--bs-site-primary);
  border-radius: 20px;
}
.corporate .select2-container--bootstrap-5 .select2-dropdown {
  border-color: #E2E1DE !important;
}

.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
  border-bottom: 0 solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search {
  padding: 0.375rem 0.75rem;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    transition: none;
  }
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested) {
  max-height: 15rem;
  overflow-y: auto;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__message {
  color: #6c757d;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #000;
  background-color: #e9ecef;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  color: #fff;
  background-color: #0d6efd;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--disabled,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-disabled=true] {
  color: #6c757d;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.375rem 0.375rem;
  font-weight: 500;
  line-height: 1.5;
  color: #6c757d;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.375rem 0.75rem;
}

.select2-container--bootstrap-5 .select2-selection--single {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  padding: 0;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__arrow {
  display: none;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.35em 0.65em;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
  font-size: 1rem;
  color: #212529;
  cursor: auto;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 0.75rem;
  height: 0.75rem;
  padding: 0.25em 0.25em;
  margin-right: 0.25rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
  border: 0;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove > span {
  display: none;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
  display: block;
  width: 100%;
  height: 1.5rem;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
  width: 100%;
  height: 1.5rem;
  margin-top: 0;
  margin-left: 0;
  font-family: inherit;
  line-height: 1.5;
  background-color: transparent;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  right: 0.75rem;
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection,
.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection {
  color: #6c757d;
  cursor: not-allowed;
  background-color: #e9ecef;
  border-color: #ced4da;
  box-shadow: none;
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__clear,
.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice {
  cursor: not-allowed;
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty),
.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) {
  padding-bottom: 0;
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty) + .select2-search,
.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) + .select2-search {
  display: none;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu).select2-container--bootstrap-5 .select2-selection {
  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).select2-container--bootstrap-5 .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-text ~ .select2-container--bootstrap-5 .select2-selection,
.input-group > .btn ~ .select2-container--bootstrap-5 .select2-selection,
.wpcf7 .input-group > input[type=submit] ~ .select2-container--bootstrap-5 .select2-selection,
.input-group > .dropdown-menu ~ .select2-container--bootstrap-5 .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .select2-container--bootstrap-5 {
  flex-grow: 1;
}

.input-group .select2-container--bootstrap-5 .select2-selection {
  height: 100%;
}

.is-valid + .select2-container--bootstrap-5 .select2-selection,
.was-validated select:valid + .select2-container--bootstrap-5 .select2-selection {
  border-color: #198754;
}

.is-valid + .select2-container--bootstrap-5.select2-container--focus .select2-selection,
.is-valid + .select2-container--bootstrap-5.select2-container--open .select2-selection,
.was-validated select:valid + .select2-container--bootstrap-5.select2-container--focus .select2-selection,
.was-validated select:valid + .select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #198754;
  box-shadow: none;
}

.is-valid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection,
.was-validated select:valid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0 solid transparent;
}

.is-valid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection,
.was-validated select:valid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.is-invalid + .select2-container--bootstrap-5 .select2-selection,
.was-validated select:invalid + .select2-container--bootstrap-5 .select2-selection {
  border-color: #dc3545;
}

.is-invalid + .select2-container--bootstrap-5.select2-container--focus .select2-selection,
.is-invalid + .select2-container--bootstrap-5.select2-container--open .select2-selection,
.was-validated select:invalid + .select2-container--bootstrap-5.select2-container--focus .select2-selection,
.was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.is-invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection,
.was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0 solid transparent;
}

.is-invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection,
.was-validated select:invalid + .select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--bootstrap-5 .select2--small.select2-selection {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-selection__clear,
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-selection__clear:hover,
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-search,
.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-search .select2-search__field,
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-search,
.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown {
  border-radius: 0.2rem;
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-search .select2-search__field {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.25rem 0.25rem;
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.25rem 0.5rem;
}

.select2-container--bootstrap-5 .select2--small.select2-selection--single {
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 0.875rem;
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear {
  right: 0.5rem;
}

.select2-container--bootstrap-5 .select2--large.select2-selection {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-selection__clear,
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-selection__clear:hover,
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-search,
.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-search .select2-search__field,
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-search,
.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown {
  border-radius: 0.3rem;
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-search .select2-search__field {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.5rem 0.5rem;
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.5rem 1rem;
}

.select2-container--bootstrap-5 .select2--large.select2-selection--single {
  padding: 0.5rem 2.25rem 0.5rem 1rem;
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 1.25rem;
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear {
  right: 1rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear,
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover,
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search,
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search .select2-search__field,
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search,
.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown {
  border-radius: 0.2rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.25rem 0.25rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.25rem 0.5rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single {
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 0.875rem;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  right: 0.5rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear,
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover,
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search,
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-search .select2-search__field,
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search,
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown {
  border-radius: 0.3rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.5rem 0.5rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.5rem 1rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single {
  padding: 0.5rem 2.25rem 0.5rem 1rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 1.25rem;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  right: 1rem;
}

.select2-korian {
  width: 100%;
}

.page-template-tpl-news .search-box-strutture .select2-container {
  width: 100% !important;
}
.page-template-tpl-news .search-box-strutture .search-box-item__find {
  width: 450px;
}
@media (max-width: 991.98px) {
  .page-template-tpl-news .search-box-strutture .search-box-item__find {
    width: 85vw;
  }
}

/********

********/
.select2-container--news-search {
  display: block;
}

select + .select2-container--news-search {
  z-index: 1;
}

.select2-container--news-search *:focus {
  outline: 0;
}

.select2-container--news-search .select2-selection {
  width: 100%;
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-site-primary);
  background-color: #fff;
  border: 0 !important;
  border-radius: 20px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sanita .select2-container--news-search .select2-selection {
  background-color: #F8F8F8;
}

@media (prefers-reduced-motion: reduce) {
  .select2-container--news-search .select2-selection {
    transition: none;
  }
}
.select2-container--news-search.select2-container--focus .select2-selection, .select2-container--news-search.select2-container--open .select2-selection {
  border: 1px solid var(--bs-site-primary);
  box-shadow: none;
  border-radius: 20px;
}

.select2-container--news-search.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0 solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.--province .select2-container--news-search.select2-container--open.select2-container--below .select2-selection {
  background-color: transparent;
}

.select2-container--news-search.select2-container--open.select2-container--above .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--news-search .select2-search {
  width: 100%;
}

.select2-container--news-search .select2-search--inline .select2-search__field {
  vertical-align: top;
}

.select2-container--news-search .select2-selection--single .select2-selection__clear,
.select2-container--news-search .select2-selection--multiple .select2-selection__clear {
  position: absolute;
  top: 50%;
  right: 0;
  width: 36px;
  height: 36px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url(../images/times.svg);
  transform: translateY(-50%);
  z-index: 999999;
  background-size: 15px;
  background-color: var(--bs-site-primary);
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.--province .select2-container--news-search .select2-selection--single .select2-selection__clear,
.--province .select2-container--news-search .select2-selection--multiple .select2-selection__clear {
  right: 3px;
}

.select2-container--news-search .select2-selection--single .select2-selection__clear > span,
.select2-container--news-search .select2-selection--multiple .select2-selection__clear > span {
  display: none;
}

.select2-container--news-search + .select2-container--news-search {
  z-index: 1056;
}

.select2-container--news-search .select2-dropdown {
  z-index: 1056;
  border: 0 !important;
  background: transparent;
}

.select2-container--news-search .select2-dropdown .select2-results {
  border-radius: 18px;
  border: 1px solid var(--bs-site-primary);
  overflow: hidden;
  background-color: #ffffff;
  padding: 0.5rem 1rem;
}

.select2-container--news-search .select2-dropdown .select2-search {
  padding: 0.375rem 0.75rem;
}

.select2-container--news-search .select2-dropdown .select2-search .select2-search__field {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: absolute;
  top: -20px;
  left: 0;
  transform: translateY(-50%);
  border: 0;
  border-radius: 0;
  width: 85%;
}
.--province .select2-container--news-search .select2-dropdown .select2-search .select2-search__field {
  background-color: transparent;
}
.sanita .select2-container--news-search .select2-dropdown .select2-search .select2-search__field {
  background-color: #F8F8F8;
}

@media (prefers-reduced-motion: reduce) {
  .select2-container--news-search .select2-dropdown .select2-search .select2-search__field {
    transition: none;
  }
}
.select2-container--news-search .select2-dropdown.select2-dropdown--above .select2-search .select2-search__field {
  top: calc(100% + 20px);
}

.select2-container--news-search .select2-dropdown .select2-results__options:not(.select2-results__options--nested) {
  max-height: 15rem;
  overflow-y: auto;
}
.select2-container--news-search .select2-dropdown .select2-results__options:not(.select2-results__options--nested)::-webkit-scrollbar {
  width: 5px;
}
.select2-container--news-search .select2-dropdown .select2-results__options:not(.select2-results__options--nested)::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.select2-container--news-search .select2-dropdown .select2-results__options:not(.select2-results__options--nested)::-webkit-scrollbar-thumb {
  background: #E2E1DE;
  border-radius: 3px;
}
.select2-container--news-search .select2-dropdown .select2-results__options:not(.select2-results__options--nested)::-webkit-scrollbar-thumb:hover {
  background: #C6C3BD;
}

.select2-container--news-search .select2-dropdown .select2-results__options .select2-results__option {
  padding: 8px 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.select2-container--news-search .select2-dropdown .select2-results__options .select2-results__option:not(:first-of-type) {
  border-top: 1px solid #E2E1DE;
}

.select2-container--news-search .select2-dropdown .select2-results__options .select2-results__option.select2-results__message {
  color: #6c757d;
}

.select2-container--news-search .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #000;
  background-color: #e9ecef;
}

.select2-container--news-search .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--news-search .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  color: #fff;
  background-color: #0d6efd;
}

.select2-container--news-search .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--disabled, .select2-container--news-search .select2-dropdown .select2-results__options .select2-results__option[aria-disabled=true] {
  color: #6c757d;
}

.select2-container--news-search .select2-dropdown .select2-results__options .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--news-search .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.375rem 0.375rem;
  font-weight: 500;
  line-height: 1.5;
  color: #6c757d;
}

.select2-container--news-search .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.375rem 0.75rem;
}

.select2-container--news-search .select2-selection--single {
  padding: 0.375rem 2.5rem 0.375rem 0.75rem;
}

.select2-container--news-search .select2-selection--single::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background-color: var(--bs-site-primary);
  border-radius: 50%;
  background-image: url(../images/search.svg);
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
.--province .select2-container--news-search .select2-selection--single::after {
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
}

.select2-container--news-search .select2-selection--single .select2-selection__rendered {
  padding: 0;
  font-weight: 700;
  line-height: 1.5;
  color: #003e5c;
}

.select2-container--news-search .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-weight: 400;
  line-height: 1.5;
  color: #99B1BE;
}

.select2-container--news-search .select2-selection--single .select2-selection__rendered .select2-selection__arrow {
  display: none;
}

.select2-container--news-search .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.select2-container--news-search .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.35em 0.65em;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
  font-size: 1rem;
  color: #212529;
  cursor: auto;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.select2-container--news-search .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 0.75rem;
  height: 0.75rem;
  padding: 0.25em 0.25em;
  margin-right: 0.25rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
  border: 0;
}

.select2-container--news-search .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
}

.select2-container--news-search .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove > span {
  display: none;
}

.select2-container--news-search .select2-selection--multiple .select2-search {
  display: block;
  width: 100%;
  height: 1.5rem;
}

.select2-container--news-search .select2-selection--multiple .select2-search .select2-search__field {
  width: 100%;
  height: 1.5rem;
  margin-top: 0;
  margin-left: 0;
  font-family: inherit;
  line-height: 1.5;
  background-color: transparent;
}

.select2-container--news-search .select2-selection--multiple .select2-selection__clear {
  right: 0.75rem;
}

.select2-container--news-search.select2-container--disabled .select2-selection, .select2-container--news-search.select2-container--disabled.select2-container--focus .select2-selection {
  color: #6c757d;
  cursor: not-allowed;
  background-color: #e9ecef;
  border-color: #ced4da;
  box-shadow: none;
}

.select2-container--news-search.select2-container--disabled .select2-selection--multiple .select2-selection__clear, .select2-container--news-search.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--news-search.select2-container--disabled .select2-selection--multiple .select2-selection__choice, .select2-container--news-search.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice {
  cursor: not-allowed;
}

.select2-container--news-search.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove, .select2-container--news-search.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}

.select2-container--news-search.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty), .select2-container--news-search.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) {
  padding-bottom: 0;
}

.select2-container--news-search.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty) + .select2-search, .select2-container--news-search.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) + .select2-search {
  display: none;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu).select2-container--news-search .select2-selection {
  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).select2-container--news-search .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-text ~ .select2-container--news-search .select2-selection,
.input-group > .btn ~ .select2-container--news-search .select2-selection,
.wpcf7 .input-group > input[type=submit] ~ .select2-container--news-search .select2-selection,
.input-group > .dropdown-menu ~ .select2-container--news-search .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .select2-container--news-search {
  flex-grow: 1;
}

.input-group .select2-container--news-search .select2-selection {
  height: 100%;
}

.is-valid + .select2-container--news-search .select2-selection, .was-validated select:valid + .select2-container--news-search .select2-selection {
  border-color: #198754;
}

.is-valid + .select2-container--news-search.select2-container--focus .select2-selection, .is-valid + .select2-container--news-search.select2-container--open .select2-selection, .was-validated select:valid + .select2-container--news-search.select2-container--focus .select2-selection, .was-validated select:valid + .select2-container--news-search.select2-container--open .select2-selection {
  border-color: #198754;
  box-shadow: none;
}

.is-valid + .select2-container--news-search.select2-container--open.select2-container--below .select2-selection, .was-validated select:valid + .select2-container--news-search.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0 solid transparent;
}

.is-valid + .select2-container--news-search.select2-container--open.select2-container--above .select2-selection, .was-validated select:valid + .select2-container--news-search.select2-container--open.select2-container--above .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.is-invalid + .select2-container--news-search .select2-selection, .was-validated select:invalid + .select2-container--news-search .select2-selection {
  border-color: #dc3545;
}

.is-invalid + .select2-container--news-search.select2-container--focus .select2-selection, .is-invalid + .select2-container--news-search.select2-container--open .select2-selection, .was-validated select:invalid + .select2-container--news-search.select2-container--focus .select2-selection, .was-validated select:invalid + .select2-container--news-search.select2-container--open .select2-selection {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.is-invalid + .select2-container--news-search.select2-container--open.select2-container--below .select2-selection, .was-validated select:invalid + .select2-container--news-search.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0 solid transparent;
}

.is-invalid + .select2-container--news-search.select2-container--open.select2-container--above .select2-selection, .was-validated select:invalid + .select2-container--news-search.select2-container--open.select2-container--above .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--news-search .select2--small.select2-selection {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.select2-container--news-search .select2--small.select2-selection--single .select2-selection__clear,
.select2-container--news-search .select2--small.select2-selection--multiple .select2-selection__clear {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.select2-container--news-search .select2--small.select2-selection--single .select2-selection__clear:hover,
.select2-container--news-search .select2--small.select2-selection--multiple .select2-selection__clear:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.select2-container--news-search .select2--small.select2-selection--single .select2-search,
.select2-container--news-search .select2--small.select2-selection--single .select2-search .select2-search__field,
.select2-container--news-search .select2--small.select2-selection--multiple .select2-search,
.select2-container--news-search .select2--small.select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}

.select2-container--news-search .select2--small.select2-dropdown {
  border-radius: 0.2rem;
}

.select2-container--news-search .select2--small.select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--news-search .select2--small.select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--news-search .select2--small.select2-dropdown .select2-search .select2-search__field {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.select2-container--news-search .select2--small.select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.select2-container--news-search .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.25rem 0.25rem;
}

.select2-container--news-search .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.25rem 0.5rem;
}

.select2-container--news-search .select2--small.select2-selection--single {
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
}

.select2-container--news-search .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 0.875rem;
}

.select2-container--news-search .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.select2-container--news-search .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.select2-container--news-search .select2--small.select2-selection--multiple .select2-selection__clear {
  right: 0.5rem;
}

.select2-container--news-search .select2--large.select2-selection {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.select2-container--news-search .select2--large.select2-selection--single .select2-selection__clear,
.select2-container--news-search .select2--large.select2-selection--multiple .select2-selection__clear {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.select2-container--news-search .select2--large.select2-selection--single .select2-selection__clear:hover,
.select2-container--news-search .select2--large.select2-selection--multiple .select2-selection__clear:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.select2-container--news-search .select2--large.select2-selection--single .select2-search,
.select2-container--news-search .select2--large.select2-selection--single .select2-search .select2-search__field,
.select2-container--news-search .select2--large.select2-selection--multiple .select2-search,
.select2-container--news-search .select2--large.select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}

.select2-container--news-search .select2--large.select2-dropdown {
  border-radius: 0.3rem;
}

.select2-container--news-search .select2--large.select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--news-search .select2--large.select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--news-search .select2--large.select2-dropdown .select2-search .select2-search__field {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.select2-container--news-search .select2--large.select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.select2-container--news-search .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.5rem 0.5rem;
}

.select2-container--news-search .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.5rem 1rem;
}

.select2-container--news-search .select2--large.select2-selection--single {
  padding: 0.5rem 2.25rem 0.5rem 1rem;
}

.select2-container--news-search .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 1.25rem;
}

.select2-container--news-search .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.select2-container--news-search .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.select2-container--news-search .select2--large.select2-selection--multiple .select2-selection__clear {
  right: 1rem;
}

.form-select-sm ~ .select2-container--news-search .select2-selection {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-sm ~ .select2-container--news-search .select2-selection--single .select2-selection__clear,
.form-select-sm ~ .select2-container--news-search .select2-selection--multiple .select2-selection__clear {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.form-select-sm ~ .select2-container--news-search .select2-selection--single .select2-selection__clear:hover,
.form-select-sm ~ .select2-container--news-search .select2-selection--multiple .select2-selection__clear:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.form-select-sm ~ .select2-container--news-search .select2-selection--single .select2-search,
.form-select-sm ~ .select2-container--news-search .select2-selection--single .select2-search .select2-search__field,
.form-select-sm ~ .select2-container--news-search .select2-selection--multiple .select2-search,
.form-select-sm ~ .select2-container--news-search .select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}

.form-select-sm ~ .select2-container--news-search .select2-dropdown {
  border-radius: 18px;
  border: 1px solid var(--bs-site-primary);
}

.form-select-sm ~ .select2-container--news-search .select2-dropdown .select2-search .select2-search__field {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.form-select-sm ~ .select2-container--news-search .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.form-select-sm ~ .select2-container--news-search .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.25rem 0.25rem;
}

.form-select-sm ~ .select2-container--news-search .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.25rem 0.5rem;
}

.form-select-sm ~ .select2-container--news-search .select2-selection--single {
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
}

.form-select-sm ~ .select2-container--news-search .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 0.875rem;
}

.form-select-sm ~ .select2-container--news-search .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.form-select-sm ~ .select2-container--news-search .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.form-select-sm ~ .select2-container--news-search .select2-selection--multiple .select2-selection__clear {
  right: 0.5rem;
}

.form-select-lg ~ .select2-container--news-search .select2-selection {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-select-lg ~ .select2-container--news-search .select2-selection--single .select2-selection__clear,
.form-select-lg ~ .select2-container--news-search .select2-selection--multiple .select2-selection__clear {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.form-select-lg ~ .select2-container--news-search .select2-selection--single .select2-selection__clear:hover,
.form-select-lg ~ .select2-container--news-search .select2-selection--multiple .select2-selection__clear:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.form-select-lg ~ .select2-container--news-search .select2-selection--single .select2-search,
.form-select-lg ~ .select2-container--news-search .select2-selection--single .select2-search .select2-search__field,
.form-select-lg ~ .select2-container--news-search .select2-selection--multiple .select2-search,
.form-select-lg ~ .select2-container--news-search .select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}

.form-select-lg ~ .select2-container--news-search .select2-dropdown {
  border-radius: 0.3rem;
}

.form-select-lg ~ .select2-container--news-search .select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-select-lg ~ .select2-container--news-search .select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-select-lg ~ .select2-container--news-search .select2-dropdown .select2-search .select2-search__field {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.form-select-lg ~ .select2-container--news-search .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.form-select-lg ~ .select2-container--news-search .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.5rem 0.5rem;
}

.form-select-lg ~ .select2-container--news-search .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.5rem 1rem;
}

.form-select-lg ~ .select2-container--news-search .select2-selection--single {
  padding: 0.5rem 2.25rem 0.5rem 1rem;
}

.form-select-lg ~ .select2-container--news-search .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 1.25rem;
}

.form-select-lg ~ .select2-container--news-search .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.form-select-lg ~ .select2-container--news-search .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.form-select-lg ~ .select2-container--news-search .select2-selection--multiple .select2-selection__clear {
  right: 1rem;
}

.pressTab .nav-item .nav-link {
  border-radius: 0;
  position: relative;
  padding: 0.75rem 1.25rem;
  font-size: 0.75rem;
}
@media (max-width: 991.98px) {
  .sanita .pressTab .nav-item .nav-link {
    font-size: 0.825rem;
  }
}
.sanita .pressTab .nav-item .nav-link {
  padding: 0.75rem 0;
  font-weight: 400;
  opacity: 0.5;
  transition: 0.2s linear all;
}
.sanita .pressTab .nav-item .nav-link:hover {
  opacity: 1;
}
.corporate .pressTab .nav-item .nav-link {
  font-weight: 400;
  border: 1px solid #E2E1DE;
}
@media (min-width: 992px) {
  .pressTab .nav-item .nav-link {
    padding: 25px 40px;
    font-size: 1rem;
  }
  .sanita .pressTab .nav-item .nav-link {
    padding: 25px 0;
  }
}
.pressTab .nav-item .nav-link.active {
  color: #ffffff;
  background-color: var(--bs-site-primary);
}
.sanita .pressTab .nav-item .nav-link.active {
  background-color: transparent;
  color: var(--bs-corporate);
  opacity: 1;
}
.corporate .pressTab .nav-item .nav-link.active {
  background-color: #003e5c;
  color: #ffffff;
  opacity: 1;
}
.pressTab .nav-item .nav-link.active::after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--bs-site-primary);
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}
.sanita .pressTab .nav-item .nav-link.active::after {
  border: none;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: var(--bs-cure);
  bottom: 4px;
}
.corporate .pressTab .nav-item .nav-link.active::after {
  display: none;
}
.appartamenti .pressTab .nav-item .nav-link.active {
  color: #003e5c;
}
.pressTab .nav-item .nav-link.bg-sanita::after {
  border-top-color: #008093;
}
.pressTab .nav-item .nav-link.bg-rsa::after {
  border-top-color: #E18230;
}
.pressTab .nav-item .nav-link.bg-appartamenti::after {
  border-top-color: #FFCA13;
}
.pressTab .nav-item .nav-link.bg-cure::after {
  border-top-color: #FFCA13;
}
.pressTab.--strutture .nav-item {
  flex: 1 0 auto;
}
@media (max-width: 991.98px) {
  .pressTab.--strutture .nav-item .site-header--mobile .site-header-searchbar__form input::-moz-placeholder, .site-header--mobile .site-header-searchbar__form .pressTab.--strutture .nav-item input::-moz-placeholder {
    font-size: 0.75rem !important;
  }
  .pressTab.--strutture .nav-item .desc-2, .pressTab.--strutture .nav-item .kormed-more-link, .pressTab.--strutture .nav-item #academyTab .nav-link, #academyTab .pressTab.--strutture .nav-item .nav-link, .pressTab.--strutture .nav-item .documents-wall__item, .pressTab.--strutture .nav-item .global-search__filter, .pressTab.--strutture .nav-item .algolia-filters__dropdown-content li, .algolia-filters__dropdown-content .pressTab.--strutture .nav-item li, .pressTab.--strutture .nav-item .algolia-filters__dropdown-toggle, .pressTab.--strutture .nav-item .newsletter-form_wrapper .newsletter-form .gform_footer input, .newsletter-form_wrapper .newsletter-form .gform_footer .pressTab.--strutture .nav-item input, .pressTab.--strutture .nav-item .chosen-container .chosen-results li, .chosen-container .chosen-results .pressTab.--strutture .nav-item li, .pressTab.--strutture .nav-item .searchandfilter > ul > li > ul > li, .pressTab.--strutture .nav-item .entry-content h6, .entry-content .pressTab.--strutture .nav-item h6, .pressTab.--strutture .nav-item .entry-content .h6, .entry-content .pressTab.--strutture .nav-item .h6, .pressTab.--strutture .nav-item .site-header--mobile .site-header-searchbar__form input::placeholder, .site-header--mobile .site-header-searchbar__form .pressTab.--strutture .nav-item input::placeholder, .pressTab.--strutture .nav-item .filters .wpc-filters-widget-main-wrapper .wpc-filters-section .wpc-filter-header:after, .filters .wpc-filters-widget-main-wrapper .wpc-filters-section .pressTab.--strutture .nav-item .wpc-filter-header:after, .pressTab.--strutture .nav-item .filters .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item label, .filters .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item .pressTab.--strutture .nav-item label, .pressTab.--strutture .nav-item .filters .wpc-filters-widget-main-wrapper li.wpc-term-item .wpc-term-item-content-wrapper label, .filters .wpc-filters-widget-main-wrapper li.wpc-term-item .wpc-term-item-content-wrapper .pressTab.--strutture .nav-item label, .pressTab.--strutture .nav-item .filters .wpc-filters-widget-main-wrapper li.wpc-term-item .wpc-term-item-content-wrapper label a, .filters .wpc-filters-widget-main-wrapper li.wpc-term-item .wpc-term-item-content-wrapper label .pressTab.--strutture .nav-item a, .pressTab.--strutture .nav-item .filters .wpc-filters-widget-main-wrapper input.wpc-label-input:checked + label span.wpc-filter-label-wrapper, .filters .wpc-filters-widget-main-wrapper input.wpc-label-input:checked + label .pressTab.--strutture .nav-item span.wpc-filter-label-wrapper, .pressTab.--strutture .nav-item .select2-container--news-search .select2-dropdown .select2-results__options .select2-results__option, .select2-container--news-search .select2-dropdown .select2-results__options .pressTab.--strutture .nav-item .select2-results__option {
    font-size: 0.75rem !important;
  }
}
@media (max-width: 991.98px) {
  .pressTab.--strutture {
    background-color: #ffffff;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 1rem;
  }
}

.responsive-tabs .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 1rem;
}
.responsive-tabs .card {
  border: none;
}
.responsive-tabs .card .card-header {
  display: none;
}
.responsive-tabs .card .collapse {
  display: block;
}
.responsive-tabs .nav-item {
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .responsive-tabs .tab-pane:not(.--show) {
    display: block !important;
    opacity: 1;
  }
  .responsive-tabs .nav-link img {
    width: 30px;
  }
}

.press_tab_bg {
  background-color: var(--bs-site-primary-light);
}

.rassegna_stampa__item {
  border-bottom: 2px solid var(--bs-site-primary);
  color: var(--bs-site-primary);
  padding: 0.75rem 0;
  transition: 0.2s linear all;
}
.corporate .rassegna_stampa__item {
  border-bottom: 1px solid #E2E1DE;
  color: #003e5c;
}
.rassegna_stampa__item i {
  color: var(--bs-site-primary);
}
.rassegna_stampa__item:hover {
  transition: 0.2s linear all;
}

div#prenotazioni {
  background: linear-gradient(180deg, #f2fbfc 0%, #f2fbfc 65%, rgb(255, 255, 255) 65%, rgb(255, 255, 255) 100%) !important;
}

#prenotazioni .pressTab .nav-item .nav-link.active::after {
  display: none;
}

#prenotazioni .pressTab .nav-item {
  flex-shrink: 1;
}

#prenotazioni .pressTab .nav-item .nav-link {
  color: var(--bs-site-primary);
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9375rem;
  border-radius: 0.75rem;
  letter-spacing: 0.0625rem;
  border: 2px solid var(--bs-site-primary);
  background-color: #fff;
}
@media (max-width: 991.98px) {
  #prenotazioni .pressTab .nav-item .nav-link {
    font-size: 0.625rem;
    padding: 6px 18px;
  }
}

#prenotazioni .pressTab .nav-item .nav-link.active {
  color: #fff;
  background-color: #00aac3 !important;
}

#prenotazioni .responsive-tabs .nav-tabs {
  align-items: center;
  justify-content: center;
}

#prenotazioni-info .align-items-center, #prenotazioni-info .kormed-more-link, #prenotazioni-info .algolia-loop__item, #prenotazioni-info .algolia-filters__dropdown-toggle, #prenotazioni-info .algolia-searchbox, #prenotazioni-info .corporate .swiper_news_events .swiper-navigation, .corporate .swiper_news_events #prenotazioni-info .swiper-navigation {
  align-items: center;
  justify-content: center;
}

.search-wrapper .search-input {
  border: 0;
  border-bottom: 1px solid #C6C3BD;
  background: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-wrapper .search-results__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.search-wrapper .item-card__description span {
  color: var(--bs-site-primary);
}
.search-wrapper .item-card__thumb {
  aspect-ratio: 16/9;
}

.searchandfilter ul {
  padding-left: 0;
}

.search-strutture-banner {
  position: relative;
  background: linear-gradient(90deg, rgb(0, 62, 92) 0%, rgb(0, 37, 55) 100%);
}
.search-strutture-banner__button {
  background-color: #ffffff;
  border-radius: 2rem 2rem 2rem 0;
  color: #003e5c;
  box-shadow: -7px 7px 0px #008093;
  padding: 0.75rem 1.5rem;
  transition: 0.2s ease-in-out;
}
.search-strutture-banner__button:hover {
  box-shadow: 0px 0px 0px #008093;
}
.search-strutture-banner__line {
  position: absolute;
  display: block;
}
.search-strutture-banner__line::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  position: absolute;
  z-index: 10;
}
.search-strutture-banner__line.--top {
  background-color: #FFCA13;
  height: 7px;
  width: calc(100% - 14px);
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
}
.search-strutture-banner__line.--top::after {
  left: 0;
  top: 0;
}
.search-strutture-banner__line.--bottom {
  background-color: #008093;
  height: 7px;
  width: calc(100% - 14px);
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
}
.search-strutture-banner__line.--bottom::after {
  right: 0;
  bottom: 0;
}
.search-strutture-banner__line.--right {
  background-color: #E18230;
  height: calc(100% - 14px);
  width: 7px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.search-strutture-banner__line.--right::after {
  right: 0;
  top: 0;
}
.search-strutture-banner__line.--left {
  background-color: #FFCA13;
  height: calc(100% - 14px);
  width: 7px;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.search-strutture-banner__line.--left::after {
  left: 0;
  bottom: 0;
}
.search-strutture-banner__line.--left::before {
  left: 0;
  top: 0;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  position: absolute;
  z-index: 10;
}

.listing-strutture-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.listing-strutture-grid.--small, .newsletter-form_wrapper .newsletter-form .ginput_container_checkbox input.listing-strutture-grid {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.related-strutture {
  overflow: hidden;
}
.related-strutture .slick-list {
  overflow: visible;
  cursor: grab;
}
.related-strutture .slick-list.dragging, .related-strutture .slick-list.draggable:active:hover {
  cursor: grabbing;
}
.related-strutture .slick-slide {
  padding: 0 0.5rem;
}
.related-strutture .swiper {
  overflow: visible;
}
.related-strutture.--with-mask {
  position: relative;
}
.related-strutture.--with-mask::after {
  --containerWidth: 960px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100vw - var(--containerWidth)) / 2);
  height: 100%;
  background: linear-gradient(90deg, rgba(234, 247, 249, 0) 0%, #EAF7F9 100%);
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .related-strutture.--with-mask::after {
    --containerWidth: 1140px;
  }
}
@media (min-width: 1400px) {
  .related-strutture.--with-mask::after {
    --containerWidth: 1320px;
  }
}
@media (max-width: 991.98px) {
  .related-strutture.--with-mask::after {
    display: none;
  }
}

.map-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .map-wrapper {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: 300px;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .struttura-footer-info {
    background-color: transparent;
  }
}
@media (max-width: 767.98px) {
  .struttura-footer-info__plus {
    background-color: var(--bs-site-primary-light);
  }
}

#info-societa-di-gestione {
  padding: 30px;
  color: white;
}
@media (max-width: 991.98px) {
  .sanita #info-societa-di-gestione {
    padding: 30px 0px;
  }
}
.sanita #info-societa-di-gestione {
  color: #003e5c;
}
#info-societa-di-gestione .row .col-lg-6 p.title {
  font-weight: bolder;
}
#info-societa-di-gestione .row .col-lg-6 p.link {
  padding-top: 15px;
  text-decoration: underline;
}
#info-societa-di-gestione p {
  margin: 0;
}
#info-societa-di-gestione a {
  color: white;
}
.sanita #info-societa-di-gestione a {
  color: #003e5c;
}

@media (max-width: 991.98px) {
  #info-societa-di-gestione .row .col-lg-6 {
    padding-top: 30px;
  }
}
.structure-section-posts {
  display: none;
}
.structure-section-posts:has(.visible-section) {
  display: block;
}

.structure-subpages-menu {
  height: 70px;
}
@media (max-width: 991.98px) {
  .structure-subpages-menu {
    background-color: #003e5c;
  }
}
.structure-subpages-menu__thumb {
  max-width: 75px;
}
@media (max-width: 991.98px) {
  .structure-subpages-menu__thumb {
    width: 45px;
  }
}
.structure-subpages-menu__thumb img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.structure-subpages-menu__title {
  background-color: #003e5c;
  position: relative;
  color: white;
}
.structure-subpages-menu__title:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  background-color: #003e5c;
}
.structure-subpages-menu__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px; /* Adjust this value to control how much the triangle extends */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent; /* Half the height of the triangle */
  border-bottom: 10px solid transparent; /* Half the height of the triangle */
  border-left: 10px solid #003e5c; /* The width and color of the triangle */
  z-index: 1;
}
.structure-subpages-menu__title:hover {
  color: #ffffff;
}
.structure-subpages-menu__list li {
  height: 100%;
  display: flex;
}
.structure-subpages-menu__list li a {
  align-self: center;
  display: flex;
  align-items: center;
  height: 100%;
  color: #003e5c;
  font-family: "rustica", sans-serif;
  font-weight: 400;
  opacity: 0.7;
  transition: 0.3s all ease;
}
.structure-subpages-menu__list li a.active {
  opacity: 1;
  position: relative;
  font-family: "rustica", sans-serif;
  font-weight: 500;
}
.structure-subpages-menu__list li a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FFCA13;
}
.structure-subpages-menu__list li a:hover {
  opacity: 1;
}

.news-filter .cta, .news-filter .gf-layout-responsive-2-col .gform_button, .gf-layout-responsive-2-col .news-filter .gform_button, .news-filter .page-template-tpl-openday .gform-footer input[type=submit], .page-template-tpl-openday .gform-footer .news-filter input[type=submit],
.news-filter .page-template-tpl-single-openday .gform-footer input[type=submit],
.page-template-tpl-single-openday .gform-footer .news-filter input[type=submit], .news-filter .sanita .evelean input[type=submit], .sanita .evelean .news-filter input[type=submit], .news-filter .search-filter-reset, .news-filter .corporate .pressTab .nav-item .nav-link, .corporate .pressTab .nav-item .news-filter .nav-link {
  padding: 0.5rem 0.9375rem;
  font-size: 0.625rem;
}
.news-filter .cta.--filled-primary.--reverse, .news-filter .gf-layout-responsive-2-col .--reverse.gform_button, .gf-layout-responsive-2-col .news-filter .--reverse.gform_button, .news-filter .page-template-tpl-openday .gform-footer input.--filled-primary.--reverse[type=submit], .page-template-tpl-openday .gform-footer .news-filter input.--filled-primary.--reverse[type=submit],
.news-filter .page-template-tpl-single-openday .gform-footer input.--filled-primary.--reverse[type=submit],
.page-template-tpl-single-openday .gform-footer .news-filter input.--filled-primary.--reverse[type=submit], .news-filter .sanita .evelean input.--reverse[type=submit], .sanita .evelean .news-filter input.--reverse[type=submit], .news-filter .--reverse.search-filter-reset, .news-filter .corporate .pressTab .nav-item .--filled-primary.--reverse.nav-link, .news-filter .corporate .pressTab .nav-item .--reverse.nav-link.search-filter-reset, .corporate .pressTab .nav-item .news-filter .--filled-primary.--reverse.nav-link, .corporate .pressTab .nav-item .news-filter .--reverse.nav-link.search-filter-reset {
  background-color: #E2E1DE;
  border: 1px solid #E2E1DE;
}

.event-list .item-card__thumb {
  position: relative;
  overflow: hidden;
}
.event-list .item-card__thumb.news-thumb {
  border-radius: 5px;
  max-height: 180px;
}
.event-list .item-card__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991.98px) {
  .corporate .listing-news-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  .listing-news-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-columns: repeat(3, minmax(250px, 1fr));
  }
  .sanita .listing-news-grid {
    grid-auto-rows: minmax(340px, auto);
  }
}
.listing-news-grid .item-card__thumb {
  position: relative;
  overflow: hidden;
}
.listing-news-grid .item-card__thumb.news-thumb {
  border-radius: 5px;
  height: 220px;
}
.listing-news-grid .item-card__thumb.academy-thumb {
  border-radius: 0 0 0 5em;
  height: 220px;
}
.listing-news-grid .item-card__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.listing-news-grid .sticky-news {
  background-color: var(--bs-site-primary) !important;
}
.corporate .listing-news-grid .sticky-news {
  background-color: transparent !important;
}
@media (min-width: 992px) {
  .listing-news-grid .sticky-news {
    grid-row: span 2;
  }
  .corporate .listing-news-grid .sticky-news {
    grid-row: span 1;
  }
}
@media (min-width: 992px) {
  .listing-news-grid .second, .listing-news-grid .third {
    min-height: 250px;
    grid-column: span 2;
    flex-direction: row !important;
  }
  .corporate .listing-news-grid .second, .corporate .listing-news-grid .third {
    min-height: 0px;
    grid-column: span 1;
    flex-direction: column !important;
  }
}
.listing-news-grid .second .item-card__thumb, .listing-news-grid .third .item-card__thumb {
  position: relative;
  overflow: hidden;
}
.listing-news-grid .second .item-card__thumb.news-thumb, .listing-news-grid .third .item-card__thumb.news-thumb {
  border-radius: 5px;
}
@media (min-width: 992px) {
  .listing-news-grid .second .item-card__thumb.news-thumb, .listing-news-grid .third .item-card__thumb.news-thumb {
    max-height: 100%;
    max-width: 290px;
    min-width: 290px;
  }
}
.listing-news-grid .second .item-card__thumb img, .listing-news-grid .third .item-card__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.listing-news-grid-wrapper .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
}
.listing-news-grid-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--bs-site-primary);
}

#search-home-sanita {
  width: 100%;
}

div#card-home {
  overflow: hidden;
  margin-top: -130px;
}

div#card-home .container.position-relative {
  position: absolute;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}

.servizi-sanita-icon {
  background-color: #fff;
  border-radius: 0.8125rem;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.08));
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.servizi-sanita-icon img {
  height: 62px;
  width: auto;
}

.servizi-sanita-icon.prenotazioni {
  background: var(--bs-site-primary-light-rgb);
}

.servizi-sanita-icon.prenotazioni img {
  height: 40px;
  width: auto;
}

.servizi-sanita-icon.prenotazioni {
  background-color: #F2FBFC;
  filter: none;
}

.servizi-sanita-icon.prenotazioni h2, .servizi-sanita-icon.prenotazioni .h2 {
  color: #003e5c !important;
}

.servizi-sanita-icon.prenotazioni .col-xl-3 {
  max-width: 290px;
}

.servizi-sanita-icon a,
#visite-esami a {
  font-size: 0.9375rem;
}

.servizi-sanita-icon i {
  font-size: 75%;
}

#visite-esami {
  position: relative;
}

#visite-esami .esami-icon {
  background: #003E5C;
  border-radius: 0.8125rem;
  min-height: 65px;
}

#visite-esami img {
  background: white;
  border-radius: 0.5rem;
  padding: 10px;
  height: 65px;
  width: 65px;
}
@media (min-width: 992px) {
  #visite-esami img {
    height: 45px;
    width: 45px;
  }
}

#visite-esami .icon i {
  color: white;
  font-size: 75%;
}

#visite-esami a i {
  font-size: 75%;
}

.upper-1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8125rem;
}

#visite-esami .dots-shape.--bottom-right {
  right: -40px;
}

.wave-shape {
  position: absolute;
}

.wave-shape.hero {
  position: absolute;
  left: 0px;
  z-index: -1;
  background: #fff;
  top: 0;
}
@media (min-width: 992px) {
  .wave-shape.hero {
    top: -20%;
    width: 100%;
  }
}

.dots-shape.circle.--top-left {
  left: -20px;
  top: -80px;
}

.wave-shape.--bottom-right {
  bottom: 0;
  right: 0;
  z-index: -1;
  transform: translate(20%, 40%);
}

.wave-shape.--bottom-left {
  z-index: -1;
  left: -85%;
  top: 18%;
}

.news-section .dots-shape.circle.--bottom-right {
  transform: none;
  right: -100px;
  bottom: inherit;
  top: 30%;
}

.text-twolines {
  max-width: 730px;
  margin: auto;
}

section.news-section {
  position: relative;
}

.map_filters select + .select2-container--bootstrap-5 {
  max-width: 280px !important;
}

.map_filters .select2-container--bootstrap-5 .select2-selection {
  border-color: #003E5C !important;
  font-size: 0.9375rem;
  padding-left: 20px;
}

.hp-row-kindboxes {
  position: relative;
}
@media (max-width: 991.98px) {
  .hp-row-kindboxes [class*=col-] .item-card {
    border-radius: 0px 0px 0px 50px;
  }
}
.hp-row-kindboxes [class*=col-] .item-card__info img {
  max-width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hp-row-kindboxes [class*=col-]:nth-of-type(3n+1) .item-card {
  border-radius: 0px 0px 0px 50px;
}
.hp-row-kindboxes [class*=col-]:nth-of-type(3n+3) .item-card {
  border-radius: 0px 50px 0px 0px;
}
@media (max-width: 991.98px) {
  .hp-row-kindboxes [class*=col-]:nth-of-type(3n+3) .item-card {
    border-radius: 0px 0px 0px 50px;
  }
}

.hp-row-kindboxes-cure [class*=col-] {
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .hp-row-kindboxes-cure [class*=col-] .item-card {
    border-radius: 0px 0px 0px 50px;
  }
}
.hp-row-kindboxes-cure [class*=col-] .item-card__info img {
  max-width: 50px;
}
.hp-row-kindboxes-cure [class*=col-]:nth-of-type(4n+1) .item-card {
  border-radius: 0px 0px 0px 50px;
}
.hp-row-kindboxes-cure [class*=col-]:nth-of-type(4n+4) .item-card {
  border-radius: 0px 50px 0px 0px;
}
@media (max-width: 991.98px) {
  .hp-row-kindboxes-cure [class*=col-]:nth-of-type(4n+4) .item-card {
    border-radius: 0px 0px 0px 50px;
  }
}

.hp-mondi .dots-shape {
  z-index: 2 !important;
}
.hp-mondi .item-card-mondi__row {
  position: relative;
  z-index: 3;
}

.seo-area {
  border-top: thin solid #123e5c;
}
.sanita .seo-area {
  border: none;
}

.sanita .mostviewed-item {
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 26px 0 0 26px;
  height: 100%;
}
.sanita .mostviewed-item > div {
  height: 100%;
}
.mostviewed-item-figure {
  position: relative;
  flex: 0 0 auto;
  border-radius: 5px;
}
.sanita .mostviewed-item-figure {
  border-right: 10px solid var(--bs-site-primary);
  border-radius: 0;
}
.corporate .mostviewed-item-figure {
  border-radius: 0;
}
.--event .mostviewed-item-figure {
  border-color: var(--bs-site-primary-dark);
}
.mostviewed-item-figure img {
  display: block;
  width: 88px;
  height: 88px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sanita .mostviewed-item-figure img {
  width: 144px;
  height: 144px;
}
@media (max-width: 991.98px) {
  .sanita .mostviewed-item-figure img {
    width: 120px;
    height: 120px;
  }
}
.corporate .mostviewed-item-figure img {
  width: 150px;
  height: 150px;
  border-radius: 20px 20px 0 20px;
  transition: 0.2s linear all;
}
@media (max-width: 991.98px) {
  .corporate .mostviewed-item-figure img {
    width: 80px;
    height: 80px;
  }
}
.sanita .mostviewed-item-content {
  padding-right: 1rem;
}
@media (max-width: 991.98px) {
  .sanita .mostviewed-item-content {
    padding-right: 0.5rem;
  }
}
@media (max-width: 991.98px) {
  .corporate .mostviewed-item-content .badge {
    font-size: 12px !important;
  }
}
.mostviewed-item-title {
  /* .sanita &{
      mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 100%);
  } */
}
.mostviewed-item__date {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mostviewed-item .event-date {
  top: 50%;
  transform: translate(0, -50%);
  padding: 10px 10px;
}
.mostviewed-item .event-date .event-day {
  font-size: 0.75rem;
  line-height: 1;
}
.mostviewed-item .event-date .event-month {
  font-size: 0.625rem;
  line-height: 1;
}
.corporate .mostviewed-item:hover .mostviewed-item-figure img {
  transform: scale(1.05);
}
.corporate .mostviewed-item:hover .mostviewed-item-title {
  text-decoration: underline;
}

.sanita .--redazione .mostviewed-item img {
  height: 100%;
}

.wizard-search.offcanvas {
  border: none;
  width: 100%;
}
.wizard-search.offcanvas-end {
  background-color: transparent;
}
.wizard-search.offcanvas-end .wizard-search__header {
  border-radius: 30px 0px 0px 0px;
}
@media (max-width: 991.98px) {
  .wizard-search.offcanvas-end .wizard-search__header {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .wizard-search.offcanvas {
    width: 40vw;
  }
}
.wizard-search.offcanvas .wizard-search__step {
  min-height: 100%;
}
.wizard-search__geocheck-good {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--bs-site-primary);
}
.wizard-search__geocheck {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.wizard-search__step {
  display: none;
  flex-direction: column;
}
.wizard-search__step.visible {
  display: flex;
}
.wizard-search__content {
  overflow: auto;
}
.wizard-search__content .wizard-search-list li span {
  cursor: pointer;
  display: block;
}

.banner-home-corporate {
  position: relative;
}
.banner-home-corporate .banner_image {
  z-index: -1;
  position: relative;
  width: 100%;
  height: auto;
}
.banner-home-corporate .banner_image.banner_image_desktop {
  display: none;
}
@media (min-width: 768px) {
  .banner-home-corporate .banner_image.banner_image_desktop {
    display: block;
  }
}
.banner-home-corporate .banner_image.banner_image_mobile {
  display: block;
}
@media (min-width: 768px) {
  .banner-home-corporate .banner_image.banner_image_mobile {
    display: none;
  }
}
.banner-home-corporate .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
@media (max-width: 767.98px) {
  .banner-home-corporate .container {
    transform: translate(-50%, -115%);
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .banner-home-corporate .container .t-1 {
    font-size: 1.5rem !important;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  .banner-home-corporate .banner-home-50 {
    max-width: 40%;
  }
}
@media (min-width: 1600px) {
  .banner-home-corporate .banner-home-50 {
    max-width: 45%;
  }
}

.filtro_mappa_mobile {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}

.map__container {
  min-height: 31.25rem;
}
@media (max-width: 991.98px) {
  .page-template-tpl-gruppo-strutture .map__container {
    min-height: 25rem;
  }
}
.map__container .gm-style .gm-style-iw-c {
  padding: 0 !important;
  max-height: 9999px !important;
}
.corporate .map__container .gm-style .gm-style-iw-c {
  border-radius: 20px !important;
}
.map__container .gm-style .gm-style-iw-d {
  overflow: hidden !important;
  max-height: 9999px !important;
}
.sanita .map__container .gm-style .gm-style-iw-chr, .corporate .map__container .gm-style .gm-style-iw-chr {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
.sanita .map__container .gm-style .gm-style-iw-chr button, .corporate .map__container .gm-style .gm-style-iw-chr button {
  top: 16px !important;
  right: 16px !important;
  background-color: #FFCA13 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.sanita .map__container .gm-style .gm-style-iw-chr button span, .corporate .map__container .gm-style .gm-style-iw-chr button span {
  margin: 0 !important;
}
.corporate .map__container .gm-style .gm-style-iw-chr button {
  background-color: #ffffff !important;
  color: #003e5c !important;
}
.map__container .marker__content {
  width: 16.25rem;
}
@media (max-width: 991.98px) {
  .map__container .marker__content {
    width: auto;
  }
}
.map__container button[aria-label=Chiudi] {
  background: hsl(0, 0%, 100%) !important;
  opacity: 1 !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  top: 5px !important;
  right: 5px !important;
}

.map-filtermondi {
  width: 100%;
  height: 100%;
}
.map-filtermondi img {
  max-width: inherit !important;
}

.map_filters {
  position: absolute;
  left: 2.5rem;
  top: 50%;
  z-index: 190;
  transform: translate(0, -50%);
  border-radius: 0 3rem 3rem 3rem;
  background-color: #ffffff;
}
@media (max-width: 991.98px) {
  .map_filters {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    border-radius: 0;
  }
}
.sanita .map_filters {
  border-radius: 0 0 26px 26px;
  --containerWidth: 960px;
}
@media (min-width: 992px) {
  .sanita .map_filters {
    left: calc((100vw - var(--containerWidth)) / 2);
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .sanita .map_filters {
    --containerWidth: 1140px;
  }
}
@media (min-width: 1400px) {
  .sanita .map_filters {
    --containerWidth: 1320px;
  }
}
.corporate .map_filters {
  border-radius: 20px 20px 0 20px;
  --containerWidth: 960px;
}
@media (min-width: 992px) {
  .corporate .map_filters {
    left: calc((100vw - var(--containerWidth)) / 2);
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .corporate .map_filters {
    --containerWidth: 1140px;
  }
}
@media (min-width: 1400px) {
  .corporate .map_filters {
    --containerWidth: 1320px;
  }
}

.form-check-input.check_appartamenti:checked {
  background-color: #FFCA13;
  border-color: #FFCA13;
}
.form-check-input.check_rsa:checked {
  background-color: #E18230;
  border-color: #E18230;
}
.form-check-input.check_sanita:checked {
  background-color: #008093;
  border-color: #008093;
}
.form-check-input.check_cure:checked {
  background-color: #FFCA13;
  border-color: #FFCA13;
}

.structure_doc {
  border: 1px solid #C6C3BD;
  border-radius: 5px 5px;
}

.doc_separator {
  margin: 4px 0;
}

.doc_list {
  height: 200px;
  min-width: 350px;
}
.doc_list .simplebar-scrollbar::before {
  left: 0 !important;
  right: 0 !important;
  opacity: 1 !important;
}
.doc_list .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1 !important;
}
.doc_list .simplebar-track.simplebar-vertical {
  left: 0;
  width: 3px;
}
.doc_list .simplebar-track.simplebar-vertical::before {
  opacity: 1 !important;
}

.sanita .gm-style .gm-style-iw-c {
  border-radius: 1.625rem 1.625rem 0 0 !important;
}
.sanita .gm-ui-hover-effect > span {
  background-color: #003e5c !important;
}

.bg-wave {
  background-image: url(../images/wave.svg);
  background-repeat: no-repeat;
}

.half-bg {
  background: linear-gradient(transparent 50%, #f4fbfc 40%) no-repeat;
}

.bg_academy_icon {
  background-image: url(../images/korian-academy-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bottom-shape {
  position: absolute;
  bottom: 10%;
  left: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.bottom-shape > * {
  fill: var(--bs-site-primary);
}
@media (min-width: 992px) {
  .bottom-shape {
    bottom: 0;
    left: 0;
    transform: translate(0, 50%);
    width: 100px;
    height: auto;
  }
}

.gruppo-shape {
  position: absolute;
  left: 0;
  top: 16%;
  transform: translate(-32%, -50%);
}
.gruppo-shape > * {
  fill: var(--bs-site-primary);
}
@media (max-width: 991.98px) {
  .gruppo-shape {
    display: none;
  }
}

.gruppo-shape-figure {
  position: absolute;
  bottom: 15%;
  left: 0;
  transform: translate(-50%, 50%);
}
.gruppo-shape-figure > * {
  fill: var(--bs-site-primary);
}

.academy-shape-figure {
  position: absolute;
  bottom: 15%;
  left: 0;
  transform: translate(-50%, 50%);
}
.academy-shape-figure > * {
  fill: #008093 !important;
}

.wave-reverse {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/ondina-rotate.svg);
}

.bg-pubblicazioni {
  background: linear-gradient(#008093 50%, transparent 50%);
}

.img-valori {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .img-valori {
    height: 175px;
  }
}

.banner-valori .pallino1 {
  position: absolute;
  top: -18px;
  left: 12%;
}
.banner-valori .pallino2 {
  position: absolute;
  top: 12%;
  left: -18px;
}
@media (max-width: 991.98px) {
  .banner-valori .pallino2 {
    left: -30px;
  }
}
.banner-valori .pallino3 {
  position: absolute;
  top: 25%;
  right: -18px;
}
@media (max-width: 991.98px) {
  .banner-valori .pallino3 {
    right: -30px;
    display: none;
  }
}

.op-7 {
  opacity: 0.7;
}

.sanita-color {
  color: #008093;
}

.sanita-color-bold {
  color: #008093;
  font-weight: bold;
}

.fakebg {
  position: absolute;
  width: 93%;
  height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
}

.img-qualita-absolute {
  max-height: 400px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.trasparenza blockquote {
  position: relative;
  padding-left: 12px;
}
.trasparenza blockquote::before {
  content: "";
  border: 2px solid #003e5c;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  position: absolute;
}

.academy_date_filter {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .academy_date_filter {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    transform: translate(0, -50%);
    margin: 0;
  }
}

.post_bycategory .farfalla_left {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  transform: translate(-50%, 0);
}
.post_bycategory .farfalla_right {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  transform: translate(50%, 0);
}
.post_bycategory .container {
  position: relative;
  z-index: 1;
}

.icon_evidenza_academy {
  position: absolute;
  left: calc(var(--bs-gutter-x) * 0.5);
  top: 0;
  background: #008093;
  padding: 6px 9px 12px 9px;
  border-radius: 0 0 50% 50%;
}

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

.icon_forza {
  position: absolute;
  top: 1rem;
  left: 0;
  transform: translate(0, -50%);
  background-color: #fff;
  height: 80px;
  width: 80px;
}
.icon_forza img {
  width: 40px;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
}

@media (max-width: 991.98px) {
  .percheceglierci {
    width: 90%;
    margin-left: auto;
    margin-right: 0;
    border-radius: 0 3rem 3rem 3rem !important;
  }
}
.percheceglierci .icon_forza {
  top: 0;
  left: 50%;
  background-color: transparent;
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .percheceglierci .icon_forza {
    background-color: #ffffff;
    left: 0;
    top: 50%;
    width: 60px;
    height: 60px;
  }
}

.icon_hidden {
  visibility: hidden;
}

#cff .cff-album-item.cff-col-6 {
  width: 16.6666666667% !important;
  margin-right: 0 !important;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  background-color: rgba(0, 170, 195, 0.05);
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #008093;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.card-pubblicazioni {
  height: 350px;
  overflow: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.card-pubblicazioni::-webkit-scrollbar {
  width: 5px;
}
.card-pubblicazioni::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.card-pubblicazioni::-webkit-scrollbar-thumb {
  background: #E2E1DE;
  border-radius: 3px;
}
.card-pubblicazioni::-webkit-scrollbar-thumb:hover {
  background: #C6C3BD;
}
.card-pubblicazioni .pubblicazioni-title {
  color: #008093;
}
.corporate .card-pubblicazioni .pubblicazioni-title {
  color: #003e5c;
}
.card-pubblicazioni .link-pubblicazioni {
  color: #008093;
}
.corporate .card-pubblicazioni .link-pubblicazioni {
  color: #003e5c;
}

.soluzioni-icon {
  border-radius: 0 4rem 4rem 4rem;
}
.soluzioni-icon.rsa {
  background-color: rgba(225, 130, 48, 0.1);
}
.soluzioni-icon.sanita {
  background-color: rgba(0, 128, 147, 0.1);
}
.soluzioni-icon.appartamenti {
  background-color: rgba(255, 202, 19, 0.1);
}
.soluzioni-icon.cure {
  background-color: rgba(255, 202, 19, 0.1);
}
.soluzioni-icon .img-absolver {
  position: absolute;
  left: -20px;
}
.soluzioni-icon.box-shadow-sapevi {
  box-shadow: 0.9375rem 0.9375rem 0 #E18230;
}
.soluzioni-icon.shadow_bg {
  background-color: #ffffff;
  box-shadow: 0.9375rem 0.9375rem 0 var(--bs-site-primary);
}

.pilastri-icon {
  border: 1px solid var(--bs-site-primary);
}

.holder-prev, .holder-next {
  border: 1px solid #003e5c;
  color: #003e5c;
  height: 2.25rem;
  width: 2.25rem;
}
.holder-prev.swiper-button-disabled, .holder-next.swiper-button-disabled {
  border: 1px solid #C6C3BD;
  color: #C6C3BD;
}

.banner-lavora__figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-lavora__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.timeline-storia {
  list-style-type: none;
  position: relative;
  max-height: 500px;
  overflow: hidden;
}
.timeline-storia::before {
  content: "";
  background: #003e5c;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 180;
}
.timeline-storia li {
  margin: 20px 0;
  padding-left: 20px;
  position: relative;
}
.timeline-storia li a {
  color: #003e5c;
  font-size: 1.125rem !important;
  line-height: 1.5rem;
}
.timeline-storia li::before {
  content: "";
  background: #003e5c;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #003e5c;
  left: -8px;
  width: 8px;
  height: 8px;
  z-index: 190;
  top: 8px;
}
.timeline-storia li.active {
  margin: 30px 0;
}
.timeline-storia li.active::before {
  content: "";
  background: #008093;
  border: 3px solid #008093;
  top: 18px;
}
.timeline-storia li.active a {
  color: #008093;
  font-size: 2.25rem !important;
  line-height: 2.75rem;
}

.timeline-storia-interna {
  list-style-type: none;
  position: relative;
}
.timeline-storia-interna::before {
  content: "";
  background: #003e5c;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 180;
}
.timeline-storia-interna li.timeline_item {
  margin: 20px 0;
  padding-left: 20px;
  position: relative;
}
.timeline-storia-interna li.timeline_item::before {
  content: "";
  background: #008093;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #008093;
  left: -8px;
  width: 8px;
  height: 8px;
  z-index: 190;
  top: 8px;
}

.timeline-item {
  display: none;
  border-radius: 0 4rem 4rem 4rem;
  overflow: hidden;
}
.timeline-item.active {
  display: block;
}

@media (min-width: 992px) {
  .timelineswiper {
    width: 100%;
    height: 350px;
    position: relative;
  }
  .timelineswiper::before {
    content: "";
    background: #003e5c;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 180;
  }
  .timelineswiper .swiper-slide {
    padding-left: 2rem;
  }
}
.timelineswiper .timeline-slide {
  margin: 20px 0;
  padding-left: 20px;
  position: relative;
}
.timelineswiper .timeline-slide a {
  color: #003e5c;
  font-size: 1.125rem !important;
  line-height: 1.5rem;
}
.timelineswiper .timeline-slide.active a {
  color: #008093;
  font-size: 1.5rem !important;
}
@media (min-width: 992px) {
  .timelineswiper .timeline-slide::before {
    content: "";
    background: #003e5c;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #003e5c;
    left: -8px;
    width: 8px;
    height: 8px;
    z-index: 190;
    top: 8px;
  }
  .timelineswiper .timeline-slide.active::before {
    content: "";
    background: #008093;
    border: 3px solid #008093;
    top: 10px;
    z-index: 9999;
  }
}

#timeline-down, #timeline-up {
  margin-left: 5px;
  background-color: #ffffff;
}

@media (max-width: 991.98px) {
  #timeline-up {
    transform: rotate(-90deg);
  }
}

@media (max-width: 991.98px) {
  #timeline-down {
    transform: rotate(270deg);
  }
}

.modal__shares a, .modal__shares span {
  display: flex;
  align-items: center;
}
.modal__shares--icon {
  height: 1rem;
  margin-right: 0.5rem;
}

.codice_fatturazione {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-color: #ffffff;
  padding: 1.25rem 5rem;
  border-radius: 0;
}

.trasparenza_codice_etico {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  background-color: #003e5c;
  padding: 1.25rem 1.25rem;
  border-radius: 0;
  color: #ffffff;
}
.trasparenza_codice_etico i {
  color: #003e5c;
  background-color: #ffffff;
  padding: 4px;
  border-radius: 50%;
}

.searchandfilter select.sf-input-select {
  width: 100%;
}
.searchandfilter > ul > li {
  padding: 2rem 0;
}
.searchandfilter > ul > li:not(:last-child) {
  border-bottom: 1px solid #003e5c;
}
.searchandfilter > ul > li > label {
  padding-top: 1rem;
}
.searchandfilter > ul > li > ul {
  margin-top: 1rem;
  max-height: 250px;
  overflow: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.searchandfilter > ul > li > ul::-webkit-scrollbar {
  width: 5px;
}
.searchandfilter > ul > li > ul::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.searchandfilter > ul > li > ul::-webkit-scrollbar-thumb {
  background: #E2E1DE;
  border-radius: 3px;
}
.searchandfilter > ul > li > ul::-webkit-scrollbar-thumb:hover {
  background: #C6C3BD;
}
.searchandfilter > ul > li > ul > li {
  display: flex;
  align-items: center;
}
.searchandfilter > ul > li > ul > li > label {
  display: block !important;
}
.searchandfilter h4, .searchandfilter .h4 {
  font-size: 1rem;
  padding: 0;
  margin-bottom: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--bs-site-primary);
  font-weight: 700;
  cursor: pointer;
}
.searchandfilter h4::after, .searchandfilter .h4::after {
  content: "\e927";
  font-family: "icomoon" !important;
  transition: 0.2s linear all;
}
.searchandfilter h4.closed::after, .searchandfilter .closed.h4::after {
  transform: rotate(180deg);
  transition: 0.2s linear all;
}

@media (max-width: 991.98px) {
  .filters-list-wrapper {
    position: fixed;
    height: 85vh;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #ffffff;
    z-index: 100;
    transform: translateY(100%);
    transition: 0.3s ease-in-out;
  }
  .filters-list-wrapper.visible {
    transform: translateY(0);
  }
  .filters-list-wrapper__head {
    background-color: var(--bs-site-primary);
    color: #ffffff;
  }
  .appartamenti .filters-list-wrapper__head span {
    color: #003e5c;
  }
  .filters-list-wrapper .filters {
    overflow: auto;
    max-height: 100%;
  }
}

.filter_widget {
  padding-bottom: 2rem;
  border-bottom: 1px solid #003e5c;
}
.filter_widget .filter_widget_header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--bs-site-primary);
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  cursor: pointer;
}
.filter_widget .filter_widget_header::after {
  content: "\e927";
  font-family: "icomoon" !important;
  transition: 0.2s linear all;
}
.filter_widget .filter_widget_header .filter_widget_title {
  margin-bottom: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter_widget .filter_widget_header.closed::after {
  transform: rotate(180deg);
  transition: 0.2s linear all;
}
.filter_widget .filter_widget_content {
  padding-top: 1rem;
}
.filter_widget .filter_widget_content ul {
  list-style: none;
  padding: 0.25em 0 0 0.25em;
  margin-left: 0;
  float: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.filter_widget .filter_widget_content ul li {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  width: auto;
}
.filter_widget .filter_widget_content ul li a {
  color: #003e5c;
}
.filter_widget .filter_widget_content ul li a.active {
  font-weight: bold;
}

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100% !important;
}
.chosen-container * {
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: calc(100% + 5px);
  z-index: 1010;
  width: 100%;
  border: 1px solid var(--bs-site-primary);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
  padding: 0.25rem 1rem;
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single {
  border: 1px solid var(--bs-site-primary);
  border-radius: 9999px;
  background: transparent;
  box-shadow: none;
  color: #003e5c;
  padding: 2px;
}
.chosen-container-single .chosen-single {
  position: static;
  border: none;
  display: flex;
  align-items: center;
  background: transparent;
  color: #003e5c;
  margin: 0;
  padding: 0;
  height: 2rem;
  border-radius: 0;
  box-shadow: none;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 0px;
  padding-left: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
}
.chosen-container-single .chosen-single div::after {
  content: "";
  height: 2rem;
  width: 2rem;
  display: block;
  border-radius: 2rem;
  background: var(--bs-site-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  content: "\e920";
  font-family: "icomoon" !important;
  transition: 0.2s linear all;
  font-size: 0.75rem;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.appartamenti .chosen-container-single .chosen-single div::after {
  color: #003e5c;
}
.chosen-container-single .chosen-single div b {
  display: none;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: none !important;
  font-size: 1em;
  font-family: inherit;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  max-height: 15rem;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results::-webkit-scrollbar {
  width: 5px;
}
.chosen-container .chosen-results::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.chosen-container .chosen-results::-webkit-scrollbar-thumb {
  background: #E2E1DE;
  border-radius: 3px;
}
.chosen-container .chosen-results::-webkit-scrollbar-thumb:hover {
  background: #C6C3BD;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: var(--bs-site-primary);
  background-image: none;
  color: #fff;
  padding: 0 0.25rem;
}
.appartamenti .chosen-container .chosen-results li.highlighted {
  color: #003e5c;
}
.chosen-container .chosen-results li.no-results {
  color: #003e5c;
  display: list-item;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  box-shadow: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: transparent;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.select2-container--filtercustom {
  display: block;
}

select + .select2-container--filtercustom {
  z-index: 1;
}

.select2-container--filtercustom *:focus {
  outline: 0;
}

.select2-container--filtercustom .select2-selection {
  width: 100%;
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-site-primary);
  background-color: #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 999px;
  padding: 0.5rem 0 0.5rem 1.0625rem;
  display: block;
  height: auto;
  border: 1px solid var(--bs-site-primary) !important;
}

@media (prefers-reduced-motion: reduce) {
  .select2-container--filtercustom .select2-selection {
    transition: none;
  }
}
.select2-container--filtercustom.select2-container--focus .select2-selection, .select2-container--filtercustom.select2-container--open .select2-selection {
  border: 1px solid var(--bs-site-primary);
  box-shadow: none;
  border-radius: 20px;
}

.select2-container--filtercustom.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0 solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--filtercustom.select2-container--open.select2-container--above .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--filtercustom .select2-search {
  width: 100%;
}

.select2-container--filtercustom .select2-search--inline .select2-search__field {
  vertical-align: top;
}

.select2-container--filtercustom .select2-selection--single .select2-selection__clear,
.select2-container--filtercustom .select2-selection--multiple .select2-selection__clear {
  position: absolute;
  right: 0;
  top: 0;
  height: 2rem;
  width: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 2rem;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background: var(--bs-site-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  content: "\e91d";
  font-family: "icomoon" !important;
  transition: 0.2s linear all;
  font-size: 1.5rem;
  z-index: 999999;
  align-items: self-end;
}

.select2-container--filtercustom .select2-selection--single .select2-selection__clear > span,
.select2-container--filtercustom .select2-selection--multiple .select2-selection__clear > span {
  display: none;
}

.select2-container--filtercustom + .select2-container--filtercustom {
  z-index: 1056;
}

.select2-container--filtercustom .select2-dropdown {
  z-index: 1056;
  border-color: var(--bs-site-primary);
  border-radius: 20px;
  border: 0 !important;
  box-shadow: 0 5px 10px 0px grey;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}

.select2-container--filtercustom .select2-dropdown.select2-dropdown--below {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--filtercustom .select2-dropdown.select2-dropdown--above {
  border-bottom: 0 solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--filtercustom .select2-dropdown .select2-search {
  padding: 0.375rem 0.75rem;
}

.select2-container--filtercustom .select2-dropdown .select2-search .select2-search__field {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: absolute;
  top: -20px;
  left: 0;
  transform: translateY(-50%);
  border: 0;
  border-radius: 0;
  border-radius: 999px 999px 0 0;
  border: 1px solid transparent;
  width: 80%;
}

.select2-container--filtercustom .select2-dropdown .select2-search .select2-search__field:focus {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  .select2-container--filtercustom .select2-dropdown .select2-search .select2-search__field {
    transition: none;
  }
}
.select2-container--filtercustom .select2-dropdown .select2-search .select2-search__field:focus {
  border-color: transparent;
  box-shadow: 0;
}

.select2-container--filtercustom .select2-dropdown .select2-results__options:not(.select2-results__options--nested) {
  max-height: 15rem;
  overflow-y: auto;
}

.select2-container--filtercustom .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.select2-container--filtercustom .select2-dropdown .select2-results__options .select2-results__option.select2-results__message {
  color: #6c757d;
}

.select2-container--filtercustom .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #000;
  background-color: #e9ecef;
}

.select2-container--filtercustom .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--filtercustom .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  color: #fff;
  background-color: #0d6efd;
}

.select2-container--filtercustom .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--disabled, .select2-container--filtercustom .select2-dropdown .select2-results__options .select2-results__option[aria-disabled=true] {
  color: #6c757d;
}

.select2-container--filtercustom .select2-dropdown .select2-results__options .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--filtercustom .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.375rem 0.375rem;
  font-weight: 500;
  line-height: 1.5;
  color: #6c757d;
}

.select2-container--filtercustom .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.375rem 0.75rem;
}

.select2-container--filtercustom .select2-selection--single {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}

.select2-container--filtercustom .select2-selection--single::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 2rem;
  width: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 2rem;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background: var(--bs-site-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  content: "\e920";
  font-family: "icomoon" !important;
  transition: 0.2s linear all;
  font-size: 0.75rem;
}
.appartamenti .select2-container--filtercustom .select2-selection--single::after {
  color: #003e5c;
}

.select2-container--filtercustom .select2-selection--single .select2-selection__rendered {
  padding: 0;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

.select2-container--filtercustom .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
}

.select2-container--filtercustom .select2-selection--single .select2-selection__rendered .select2-selection__arrow {
  display: none;
}

.select2-container--filtercustom .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.select2-container--filtercustom .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.35em 0.65em;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
  font-size: 1rem;
  color: #212529;
  cursor: auto;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.select2-container--filtercustom .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 0.75rem;
  height: 0.75rem;
  padding: 0.25em 0.25em;
  margin-right: 0.25rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
  border: 0;
}

.select2-container--filtercustom .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
}

.select2-container--filtercustom .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove > span {
  display: none;
}

.select2-container--filtercustom .select2-selection--multiple .select2-search {
  display: block;
  width: 100%;
  height: 1.5rem;
}

.select2-container--filtercustom .select2-selection--multiple .select2-search .select2-search__field {
  width: 100%;
  height: 1.5rem;
  margin-top: 0;
  margin-left: 0;
  font-family: inherit;
  line-height: 1.5;
  background-color: transparent;
}

.select2-container--filtercustom .select2-selection--multiple .select2-selection__clear {
  right: 0.75rem;
}

.select2-container--filtercustom.select2-container--disabled .select2-selection, .select2-container--filtercustom.select2-container--disabled.select2-container--focus .select2-selection {
  color: #6c757d;
  cursor: not-allowed;
  background-color: #e9ecef;
  border-color: #ced4da;
  box-shadow: none;
}

.select2-container--filtercustom.select2-container--disabled .select2-selection--multiple .select2-selection__clear, .select2-container--filtercustom.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--filtercustom.select2-container--disabled .select2-selection--multiple .select2-selection__choice, .select2-container--filtercustom.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice {
  cursor: not-allowed;
}

.select2-container--filtercustom.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove, .select2-container--filtercustom.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}

.select2-container--filtercustom.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty), .select2-container--filtercustom.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) {
  padding-bottom: 0;
}

.select2-container--filtercustom.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty) + .select2-search, .select2-container--filtercustom.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) + .select2-search {
  display: none;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu).select2-container--filtercustom .select2-selection {
  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).select2-container--filtercustom .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-text ~ .select2-container--filtercustom .select2-selection,
.input-group > .btn ~ .select2-container--filtercustom .select2-selection,
.wpcf7 .input-group > input[type=submit] ~ .select2-container--filtercustom .select2-selection,
.input-group > .dropdown-menu ~ .select2-container--filtercustom .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .select2-container--filtercustom {
  flex-grow: 1;
}

.input-group .select2-container--filtercustom .select2-selection {
  height: 100%;
}

.is-valid + .select2-container--filtercustom .select2-selection, .was-validated select:valid + .select2-container--filtercustom .select2-selection {
  border-color: #198754;
}

.is-valid + .select2-container--filtercustom.select2-container--focus .select2-selection, .is-valid + .select2-container--filtercustom.select2-container--open .select2-selection, .was-validated select:valid + .select2-container--filtercustom.select2-container--focus .select2-selection, .was-validated select:valid + .select2-container--filtercustom.select2-container--open .select2-selection {
  border-color: #198754;
  box-shadow: none;
}

.is-valid + .select2-container--filtercustom.select2-container--open.select2-container--below .select2-selection, .was-validated select:valid + .select2-container--filtercustom.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0 solid transparent;
}

.is-valid + .select2-container--filtercustom.select2-container--open.select2-container--above .select2-selection, .was-validated select:valid + .select2-container--filtercustom.select2-container--open.select2-container--above .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.is-invalid + .select2-container--filtercustom .select2-selection, .was-validated select:invalid + .select2-container--filtercustom .select2-selection {
  border-color: #dc3545;
}

.is-invalid + .select2-container--filtercustom.select2-container--focus .select2-selection, .is-invalid + .select2-container--filtercustom.select2-container--open .select2-selection, .was-validated select:invalid + .select2-container--filtercustom.select2-container--focus .select2-selection, .was-validated select:invalid + .select2-container--filtercustom.select2-container--open .select2-selection {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.is-invalid + .select2-container--filtercustom.select2-container--open.select2-container--below .select2-selection, .was-validated select:invalid + .select2-container--filtercustom.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0 solid transparent;
}

.is-invalid + .select2-container--filtercustom.select2-container--open.select2-container--above .select2-selection, .was-validated select:invalid + .select2-container--filtercustom.select2-container--open.select2-container--above .select2-selection {
  border-top: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--filtercustom .select2--small.select2-selection {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.select2-container--filtercustom .select2--small.select2-selection--single .select2-selection__clear,
.select2-container--filtercustom .select2--small.select2-selection--multiple .select2-selection__clear {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.select2-container--filtercustom .select2--small.select2-selection--single .select2-selection__clear:hover,
.select2-container--filtercustom .select2--small.select2-selection--multiple .select2-selection__clear:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.select2-container--filtercustom .select2--small.select2-selection--single .select2-search,
.select2-container--filtercustom .select2--small.select2-selection--single .select2-search .select2-search__field,
.select2-container--filtercustom .select2--small.select2-selection--multiple .select2-search,
.select2-container--filtercustom .select2--small.select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}

.select2-container--filtercustom .select2--small.select2-dropdown {
  border-radius: 0.2rem;
}

.select2-container--filtercustom .select2--small.select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--filtercustom .select2--small.select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--filtercustom .select2--small.select2-dropdown .select2-search .select2-search__field {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.select2-container--filtercustom .select2--small.select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.select2-container--filtercustom .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.25rem 0.25rem;
}

.select2-container--filtercustom .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.25rem 0.5rem;
}

.select2-container--filtercustom .select2--small.select2-selection--single {
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
}

.select2-container--filtercustom .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 0.875rem;
}

.select2-container--filtercustom .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.select2-container--filtercustom .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.select2-container--filtercustom .select2--small.select2-selection--multiple .select2-selection__clear {
  right: 0.5rem;
}

.select2-container--filtercustom .select2--large.select2-selection {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.select2-container--filtercustom .select2--large.select2-selection--single .select2-selection__clear,
.select2-container--filtercustom .select2--large.select2-selection--multiple .select2-selection__clear {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.select2-container--filtercustom .select2--large.select2-selection--single .select2-selection__clear:hover,
.select2-container--filtercustom .select2--large.select2-selection--multiple .select2-selection__clear:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.select2-container--filtercustom .select2--large.select2-selection--single .select2-search,
.select2-container--filtercustom .select2--large.select2-selection--single .select2-search .select2-search__field,
.select2-container--filtercustom .select2--large.select2-selection--multiple .select2-search,
.select2-container--filtercustom .select2--large.select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}

.select2-container--filtercustom .select2--large.select2-dropdown {
  border-radius: 0.3rem;
}

.select2-container--filtercustom .select2--large.select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--filtercustom .select2--large.select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--filtercustom .select2--large.select2-dropdown .select2-search .select2-search__field {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.select2-container--filtercustom .select2--large.select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.select2-container--filtercustom .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.5rem 0.5rem;
}

.select2-container--filtercustom .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.5rem 1rem;
}

.select2-container--filtercustom .select2--large.select2-selection--single {
  padding: 0.5rem 2.25rem 0.5rem 1rem;
}

.select2-container--filtercustom .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 1.25rem;
}

.select2-container--filtercustom .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.select2-container--filtercustom .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.select2-container--filtercustom .select2--large.select2-selection--multiple .select2-selection__clear {
  right: 1rem;
}

.form-select-sm ~ .select2-container--filtercustom .select2-selection {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-sm ~ .select2-container--filtercustom .select2-selection--single .select2-selection__clear,
.form-select-sm ~ .select2-container--filtercustom .select2-selection--multiple .select2-selection__clear {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.form-select-sm ~ .select2-container--filtercustom .select2-selection--single .select2-selection__clear:hover,
.form-select-sm ~ .select2-container--filtercustom .select2-selection--multiple .select2-selection__clear:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.form-select-sm ~ .select2-container--filtercustom .select2-selection--single .select2-search,
.form-select-sm ~ .select2-container--filtercustom .select2-selection--single .select2-search .select2-search__field,
.form-select-sm ~ .select2-container--filtercustom .select2-selection--multiple .select2-search,
.form-select-sm ~ .select2-container--filtercustom .select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}

.form-select-sm ~ .select2-container--filtercustom .select2-dropdown {
  border-radius: 0.2rem;
}

.form-select-sm ~ .select2-container--filtercustom .select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-select-sm ~ .select2-container--filtercustom .select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-select-sm ~ .select2-container--filtercustom .select2-dropdown .select2-search .select2-search__field {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.form-select-sm ~ .select2-container--filtercustom .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.form-select-sm ~ .select2-container--filtercustom .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.25rem 0.25rem;
}

.form-select-sm ~ .select2-container--filtercustom .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.25rem 0.5rem;
}

.form-select-sm ~ .select2-container--filtercustom .select2-selection--single {
  padding: 0.25rem 2.25rem 0.25rem 0.5rem;
}

.form-select-sm ~ .select2-container--filtercustom .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 0.875rem;
}

.form-select-sm ~ .select2-container--filtercustom .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.125rem 0.125rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.form-select-sm ~ .select2-container--filtercustom .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat;
}

.form-select-sm ~ .select2-container--filtercustom .select2-selection--multiple .select2-selection__clear {
  right: 0.5rem;
}

.form-select-lg ~ .select2-container--filtercustom .select2-selection {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-select-lg ~ .select2-container--filtercustom .select2-selection--single .select2-selection__clear,
.form-select-lg ~ .select2-container--filtercustom .select2-selection--multiple .select2-selection__clear {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.form-select-lg ~ .select2-container--filtercustom .select2-selection--single .select2-selection__clear:hover,
.form-select-lg ~ .select2-container--filtercustom .select2-selection--multiple .select2-selection__clear:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.form-select-lg ~ .select2-container--filtercustom .select2-selection--single .select2-search,
.form-select-lg ~ .select2-container--filtercustom .select2-selection--single .select2-search .select2-search__field,
.form-select-lg ~ .select2-container--filtercustom .select2-selection--multiple .select2-search,
.form-select-lg ~ .select2-container--filtercustom .select2-selection--multiple .select2-search .select2-search__field {
  height: 1.5em;
}

.form-select-lg ~ .select2-container--filtercustom .select2-dropdown {
  border-radius: 0.3rem;
}

.form-select-lg ~ .select2-container--filtercustom .select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-select-lg ~ .select2-container--filtercustom .select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-select-lg ~ .select2-container--filtercustom .select2-dropdown .select2-search .select2-search__field {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.form-select-lg ~ .select2-container--filtercustom .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.form-select-lg ~ .select2-container--filtercustom .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  padding: 0.5rem 0.5rem;
}

.form-select-lg ~ .select2-container--filtercustom .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding: 0.5rem 1rem;
}

.form-select-lg ~ .select2-container--filtercustom .select2-selection--single {
  padding: 0.5rem 2.25rem 0.5rem 1rem;
}

.form-select-lg ~ .select2-container--filtercustom .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.35em 0.65em;
  font-size: 1.25rem;
}

.form-select-lg ~ .select2-container--filtercustom .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem 0.5rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.form-select-lg ~ .select2-container--filtercustom .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}

.form-select-lg ~ .select2-container--filtercustom .select2-selection--multiple .select2-selection__clear {
  right: 1rem;
}

.newsletter-form_wrapper {
  position: relative;
}
.newsletter-form_wrapper .gfield_label {
  display: none;
}
.newsletter-form_wrapper .gfield_description {
  margin: 1rem 0 !important;
  border-radius: 5px;
}
.newsletter-form_wrapper .gform_validation_errors,
.newsletter-form_wrapper .gfield_validation_message {
  background: #fff9f9;
  border: 1.5px solid #c02b0a;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.11), 0 0 4px rgba(18, 25, 97, 0.04);
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 0.5rem 1rem;
  position: relative;
  width: 100%;
}
.newsletter-form_wrapper .gform_validation_errors {
  padding-left: 48px;
  position: relative;
}
.newsletter-form_wrapper .gform_validation_errors .gform-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52.878' height='52.878' viewBox='0 0 52.878 52.878'%3E%3Cpath id='circle-xmark-solid' d='M0,26.439A26.439,26.439,0,1,1,26.439,52.878,26.437,26.437,0,0,1,0,26.439Zm18.074-4.947,4.864,4.854-4.864,4.947a2.387,2.387,0,0,0,0,3.419,2.243,2.243,0,0,0,3.419,0l4.854-4.771,4.947,4.771a2.417,2.417,0,0,0,3.419-3.419L29.94,26.346l4.771-4.854a2.243,2.243,0,0,0,0-3.419,2.387,2.387,0,0,0-3.419,0l-4.947,4.864-4.854-4.864a2.417,2.417,0,0,0-3.419,3.419Z' fill='%23c02b0a'/%3E%3C/svg%3E%0A");
  background-size: contain;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}
.newsletter-form_wrapper .gform_validation_errors .gform_submission_error.hide_summary {
  margin: 0;
  color: #c02b0a;
  font-weight: 400;
}
.newsletter-form_wrapper .gfield_validation_message {
  border-radius: 5px;
  margin: 0.25rem 0 0.75rem !important;
}
.newsletter-form_wrapper .gform_fields {
  grid-row-gap: 0 !important;
}
.newsletter-form_wrapper .gform_fields > *:first-child {
  margin-bottom: 1.5rem;
}
.newsletter-form_wrapper .gform_required_legend {
  position: absolute;
  top: 100%;
  left: 0;
}
.newsletter-form_wrapper .newsletter-form {
  position: relative;
  margin-top: 2rem !important;
}
.newsletter-form_wrapper .newsletter-form input[type=email] {
  border-radius: 6.25rem;
  padding: 12px 4rem !important;
  border: none;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  height: 50px;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.75' height='11.25' viewBox='0 0 15.75 11.25'%3E%3Cpath id='email' d='M16.875,6.75H3.375A1.125,1.125,0,0,0,2.25,7.875v9A1.125,1.125,0,0,0,3.375,18h13.5A1.125,1.125,0,0,0,18,16.875v-9A1.125,1.125,0,0,0,16.875,6.75ZM15.637,7.875l-5.512,3.814L4.612,7.875Zm-12.263,9V8.387l6.43,4.45a.563.563,0,0,0,.641,0l6.429-4.45v8.488Z' transform='translate(-2.25 -6.75)' fill='%23003e5c'/%3E%3C/svg%3E%0A");
  background-position: 1.5rem center;
  background-repeat: no-repeat;
  background-size: 24px 17px;
}
.newsletter-form_wrapper .newsletter-form .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.newsletter-form_wrapper .newsletter-form .gform_footer input {
  /* reset */
  border-radius: 3.375rem;
  border: 1px solid #003E5C;
  background-color: #003E5C;
  color: #ffffff;
  line-height: 1;
  padding: 0.625rem 1.25rem;
  text-decoration: none;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  transition: 0.2s linear all;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  /* posizione */
  position: absolute;
  top: 25px;
  right: 8px;
  transform: translateY(-50%);
  min-height: 0% !important;
  line-height: 1 !important;
}
.wpcf7 {
  max-width: 100%;
}
.wpcf7 input[type=submit] {
  width: auto;
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
  margin-right: 0.5em;
}

@media (min-width: 992px) {
  .lp-regione__structure-map, .lp-regione__structure-list {
    min-height: 70vh;
    max-height: 70vh;
  }
}
@media (min-width: 992px) {
  .lp-regione__structure-list {
    overflow-y: auto;
    /* Track */
    /* Handle */
  }
  .lp-regione__structure-list::-webkit-scrollbar {
    width: 7px;
  }
  .lp-regione__structure-list::-webkit-scrollbar-track {
    background-color: #E6F0FF;
  }
  .lp-regione__structure-list::-webkit-scrollbar-thumb {
    background: #003e5c;
    border-radius: 10px;
    height: 100px;
  }
}
.lp-regione__structure-list__card:hover img {
  transform: scale(1.05);
}
.lp-regione__structure-list__card:hover a {
  text-decoration: underline;
}
.lp-regione__structure-list__card figure img {
  aspect-ratio: 4/3;
}
@media (min-width: 992px) {
  .lp-regione__structure-list__card figure {
    overflow: hidden;
    flex: 0 0 150px;
  }
  .lp-regione__structure-list__card figure img {
    aspect-ratio: 1/1;
  }
}
.lp-regione__structure-map {
  position: relative;
}
.lp-regione__structure-map .pinch-zoom-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
}
@media (min-width: 992px) {
  .lp-regione__structure-map .pinch-zoom-icon {
    display: none;
  }
}
.lp-regione__structure-map .pinch-zoom-parent {
  aspect-ratio: 1;
  width: 100%;
}
.lp-regione__structure-map svg {
  height: auto;
  width: 100%;
}
.lp-regione__structure-map svg > g > path:first-child {
  cursor: pointer;
}
.lp-regione__structure-map svg .st0 {
  fill: #003e5c;
}
.lp-regione__structure-map svg.filtered > g > path:first-child,
.lp-regione__structure-map svg.filtered > g > path.st0 {
  fill: #008093;
}
.lp-regione__structure-map svg > g.active > path.st0,
.lp-regione__structure-map svg > g.active > path:first-child {
  fill: #003e5c;
}
.lp-regione__structure-map svg > g > g,
.lp-regione__structure-map svg > g > path:not(.st0) {
  cursor: pointer;
}
.lp-regione__structure-map__card {
  position: absolute;
  transform: translate(calc(-50% + 5px), calc(-100% - 12px));
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.15));
  min-width: 215px;
}
.lp-regione__structure-map__card:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  transform: rotate(45deg) translate(-50%);
}
.lp-regione__structure-map__card-close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 22px;
  width: 22px;
  background-color: #E2E1DE;
  font-size: 0.625rem;
}
.lp-regione__structure-map__card-close i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gf-korian legend {
  display: none;
}
.gf-korian .gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0 -1rem;
  padding: 1rem;
}
.gf-korian .gfield--width-full {
  width: calc(100% - 1rem);
  text-align: left;
}
.gf-korian .gfield--width-seven-twelfths {
  width: calc(100% - 1rem);
}
@media (min-width: 1200px) {
  .gf-korian .gfield--width-seven-twelfths {
    width: calc(58.3333333333% - 1rem);
  }
}
.gf-korian .gfield--width-five-twelfths {
  width: calc(100% - 1rem);
}
@media (min-width: 1200px) {
  .gf-korian .gfield--width-five-twelfths {
    width: calc(41.6666666667% - 1rem);
  }
}
.gf-korian .gfield--width-two-thirds {
  width: calc(100% - 1rem);
}
@media (min-width: 1200px) {
  .gf-korian .gfield--width-two-thirds {
    width: calc(66.6666666667% - 1rem);
  }
}
.gf-korian .gfield--width-third {
  width: calc(100% - 1rem);
}
@media (min-width: 1200px) {
  .gf-korian .gfield--width-third {
    width: calc(33.3333333333% - 1rem);
  }
}
.gf-korian .hidden_label > label {
  display: none;
}
.gf-korian input[type=text],
.gf-korian input[type=email],
.gf-korian input[type=tel] {
  width: 100%;
  height: 34px;
  display: block;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
}
.gf-korian input[type=submit] {
  border: 1px solid #003E5C;
  background-color: #003E5C;
  color: #ffffff;
  display: block;
  width: auto;
  line-height: 1;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.625rem;
  text-decoration: none;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  transition: 0.3s;
}
.gf-korian .ginput_container_name,
.gf-korian .ginput_container_address {
  display: flex;
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .gf-korian .ginput_container_name,
  .gf-korian .ginput_container_address {
    flex-wrap: wrap;
  }
}
.gf-korian .ginput_container_name > span,
.gf-korian .ginput_container_address > span {
  width: 100%;
}
.gf-korian .ginput_container_name .gf_clear.gf_clear_complex,
.gf-korian .ginput_container_address .gf_clear.gf_clear_complex {
  display: none;
}
.gf-korian .gchoice {
  font-size: 14px;
  display: flex;
  gap: 0.5rem;
}
.gf-korian input[type=checkbox] {
  top: 5px;
}
.gf-korian .gform_footer {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

.sanita .evelean .rendered-form .form-control, .sanita .evelean .rendered-form .widget_categories select, .widget_categories .sanita .evelean .rendered-form select,
.sanita .evelean .rendered-form .widget_archive select,
.widget_archive .sanita .evelean .rendered-form select, .sanita .evelean .rendered-form .wpcf7 input[type=text], .wpcf7 .sanita .evelean .rendered-form input[type=text],
.sanita .evelean .rendered-form .wpcf7 input[type=search],
.wpcf7 .sanita .evelean .rendered-form input[type=search],
.sanita .evelean .rendered-form .wpcf7 input[type=url],
.wpcf7 .sanita .evelean .rendered-form input[type=url],
.sanita .evelean .rendered-form .wpcf7 input[type=tel],
.wpcf7 .sanita .evelean .rendered-form input[type=tel],
.sanita .evelean .rendered-form .wpcf7 input[type=number],
.wpcf7 .sanita .evelean .rendered-form input[type=number],
.sanita .evelean .rendered-form .wpcf7 input[type=range],
.wpcf7 .sanita .evelean .rendered-form input[type=range],
.sanita .evelean .rendered-form .wpcf7 input[type=date],
.wpcf7 .sanita .evelean .rendered-form input[type=date],
.sanita .evelean .rendered-form .wpcf7 input[type=month],
.wpcf7 .sanita .evelean .rendered-form input[type=month],
.sanita .evelean .rendered-form .wpcf7 input[type=week],
.wpcf7 .sanita .evelean .rendered-form input[type=week],
.sanita .evelean .rendered-form .wpcf7 input[type=time],
.wpcf7 .sanita .evelean .rendered-form input[type=time],
.sanita .evelean .rendered-form .wpcf7 input[type=datetime],
.wpcf7 .sanita .evelean .rendered-form input[type=datetime],
.sanita .evelean .rendered-form .wpcf7 input[type=datetime-local],
.wpcf7 .sanita .evelean .rendered-form input[type=datetime-local],
.sanita .evelean .rendered-form .wpcf7 input[type=color],
.wpcf7 .sanita .evelean .rendered-form input[type=color],
.sanita .evelean .rendered-form .wpcf7 input[type=email],
.wpcf7 .sanita .evelean .rendered-form input[type=email],
.sanita .evelean .rendered-form .wpcf7 input[type=file],
.wpcf7 .sanita .evelean .rendered-form input[type=file],
.sanita .evelean .rendered-form .wpcf7 input[type=submit],
.wpcf7 .sanita .evelean .rendered-form input[type=submit],
.sanita .evelean .rendered-form .wpcf7 select,
.wpcf7 .sanita .evelean .rendered-form select,
.sanita .evelean .rendered-form .wpcf7 textarea,
.wpcf7 .sanita .evelean .rendered-form textarea, .sanita .evelean .rendered-form .wpcf7 .wpcf7-validation-errors, .wpcf7 .sanita .evelean .rendered-form .wpcf7-validation-errors, .sanita .evelean .rendered-form .gf-korian input[type=text], .gf-korian .sanita .evelean .rendered-form input[type=text],
.sanita .evelean .rendered-form .gf-korian input[type=email],
.gf-korian .sanita .evelean .rendered-form input[type=email],
.sanita .evelean .rendered-form .gf-korian input[type=tel],
.gf-korian .sanita .evelean .rendered-form input[type=tel] {
  height: 50px !important;
  display: block;
  width: 100% !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  color: #212529 !important;
  background-color: #ffffff !important;
  background-clip: padding-box !important;
  border: 1px solid #003e5c !important;
  border-radius: 26px !important;
}
.sanita .evelean input[type=submit] {
  padding-right: 36px !important;
  background-image: url(../images/kormed/chevron-right-white.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px;
}

.single-performance-regimi__title {
  min-width: 90px;
}
@media (max-width: 991.98px) {
  .single-performance-regimi__title {
    width: 100%;
  }
}

.single-doctor-intro {
  position: relative;
}
.single-doctor-intro__thumb {
  width: 30%;
  max-width: 175px;
  aspect-ratio: 1/1;
}
.single-doctor-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 200vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: #eaf7f9;
  z-index: -1;
}

.single-doctor-content .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.single-doctor-content .accordion-item .accordion-button {
  border-radius: 10px;
}

.banner-prenotazioni {
  border: 1px solid #E2E1DE;
  border-radius: 0rem 0 1.625rem 1.625rem;
  padding: 1rem;
}
@media (max-width: 991.98px) {
  .banner-prenotazioni:not(.--referti, .--nojs) {
    padding: 0;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    z-index: 400;
    transform: translateY(-50px);
    transition: 0.2s linear;
  }
  .banner-prenotazioni:not(.--referti, .--nojs).--opened {
    transform: translateY(-100%);
  }
}
@media (min-width: 992px) {
  .banner-prenotazioni.--bg-white {
    background-color: #ffffff;
  }
}
.banner-prenotazioni.--sticky {
  position: fixed;
  width: 323px;
  right: calc((100% - 1320px + var(--bs-gutter-x)) / 2);
  top: 100% !important;
  box-shadow: none;
  border: none;
  border-radius: 0;
  z-index: 400;
  transform: translateY(-66px);
  transition: 0.2s linear;
}
.banner-prenotazioni.--sticky.--opened {
  transform: translateY(calc(-100% + 1rem));
}
.banner-prenotazioni.--sticky.--opened .banner-prenotazioni__close {
  opacity: 1;
}
.banner-prenotazioni.--sticky .banner-prenotazioni__head {
  position: relative;
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
  border-radius: 0.5rem 0.5rem 0 0;
  justify-content: center;
  background-color: #FFCA13;
  color: #003e5c;
  height: 50px;
  cursor: pointer;
}
.banner-prenotazioni.--sticky .banner-prenotazioni__head img {
  display: none;
}
.banner-prenotazioni.--sticky .banner-prenotazioni__content {
  padding: 1.5rem;
  background-color: #ffffff;
  border: 1px solid #d6e0e4;
}
.banner-prenotazioni.--sticky .banner-prenotazioni__close {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  opacity: 0;
}
.banner-prenotazioni.--info.--sticky .banner-prenotazioni__head {
  background-color: #003e5c;
}
.banner-prenotazioni__head {
  border-bottom: 1px solid #d6e0e4;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.banner-prenotazioni__head img {
  max-width: 35px;
}
@media (max-width: 991.98px) {
  .banner-prenotazioni__head:not(.--referti .banner-prenotazioni__head, .--nojs .banner-prenotazioni__head) {
    position: relative;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
    border-radius: 0.5rem 0.5rem 0 0;
    justify-content: center;
    background-color: #FFCA13;
    color: #003e5c;
    height: 50px;
    cursor: pointer;
  }
  .banner-prenotazioni__head:not(.--referti .banner-prenotazioni__head, .--nojs .banner-prenotazioni__head) img {
    display: none;
  }
  .--info .banner-prenotazioni__head:not(.--referti .banner-prenotazioni__head, .--nojs .banner-prenotazioni__head) {
    background-color: #003e5c;
  }
  .--convenzioni .banner-prenotazioni__head {
    background-color: #003e5c;
  }
}
.banner-prenotazioni__divider {
  position: relative;
}
.banner-prenotazioni__divider span {
  display: inline-block;
  padding: 0 1rem 0 0;
  background-color: #ffffff;
  position: relative;
}
.banner-prenotazioni__divider::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d6e0e4;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.banner-prenotazioni__content {
  padding-bottom: 0.5rem;
}
@media (max-width: 991.98px) {
  .banner-prenotazioni__content:not(.--referti .banner-prenotazioni__content, .--nojs .banner-prenotazioni__content) {
    padding: 1.5rem;
    background-color: #ffffff;
  }
}
.banner-prenotazioni__close {
  display: none;
}
@media (max-width: 991.98px) {
  .banner-prenotazioni__close {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    opacity: 0;
  }
  .--opened .banner-prenotazioni__close {
    opacity: 1;
  }
}

.evelean.touchpoint.bottomright {
  display: none;
  pointer-events: none;
}

.sanita .banner-prenotazioni__head img {
  max-width: 46px;
}

.algolia-searchbox {
  border: 1px solid #C7ECF2;
}
.algolia-searchbox.bg-gray_lighten {
  background-color: #F8F8F8 !important;
  border-color: #F8F8F8 !important;
}
.algolia-searchbox__input input[type=text] {
  border: none;
  width: 100%;
}
@media (max-width: 991.98px) {
  .algolia-searchbox__input input[type=text] {
    font-size: 0.75rem;
  }
}
.algolia-searchbox__submit {
  padding: 0.75rem 1.875rem;
}

.algolia-filters {
  margin: 0 auto;
}
.algolia-filters__chips-item .icon-close {
  display: flex;
  position: relative;
  border-radius: 100px;
  color: white;
  background-color: #003e5c;
  height: 14px;
  width: 14px;
  font-size: 5px;
  cursor: pointer;
}
.algolia-filters__chips-item .icon-close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .algolia-filters__dropdown {
    position: relative;
  }
}
.algolia-filters__dropdown-toggle {
  cursor: pointer;
  white-space: nowrap;
  border-color: var(--bs-site-primary-light) !important;
}
@media (min-width: 992px) {
  .algolia-filters__dropdown-toggle {
    position: relative;
  }
}
@media (min-width: 992px) {
  .algolia-filters__dropdown-toggle i {
    margin-top: 0.25rem;
  }
}
.--active .algolia-filters__dropdown-toggle i {
  transform: rotate(180deg);
  transform-origin: center;
}
.algolia-filters__dropdown-content {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  z-index: 10;
  display: none;
  max-height: 300px;
  overflow-y: auto;
  word-break: break-all;
  min-width: 150%;
  max-width: 30vw;
  width: 400px;
  border: 1px solid var(--bs-site-primary-light);
  /* Track */
  /* Handle */
}
@media (max-width: 991.98px) {
  .algolia-filters__dropdown-content {
    right: 0;
    width: 100%;
    min-width: 100%;
  }
}
.algolia-filters__dropdown-content::-webkit-scrollbar {
  width: 5px;
}
.algolia-filters__dropdown-content::-webkit-scrollbar-track {
  background-color: var(--bs-site-primary-light);
}
.algolia-filters__dropdown-content::-webkit-scrollbar-thumb {
  background: #003e5c;
  border-radius: 3px;
}
.algolia-filters__dropdown-content li {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.algolia-filters__dropdown-content li:not(:last-child) {
  border-bottom: 1px solid var(--bs-site-primary-light);
}
.algolia-filters__dropdown-content li::before {
  content: "";
  display: block;
  height: 13px;
  width: 13px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cg id='Rettangolo_4921' data-name='Rettangolo 4921' fill='%23fff' stroke='%23e2e2e2' stroke-width='1'%3E%3Crect width='13' height='13' rx='2' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='12' height='12' rx='1.5' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.algolia-filters__dropdown-content li[data-filter-id="0"] {
  pointer-events: none;
}
.algolia-filters__dropdown-content li[data-filter-id="0"]::before {
  display: none;
}
.algolia-filters__dropdown-content li.--active::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cg id='Raggruppa_8018' data-name='Raggruppa 8018' transform='translate(-564 -560.67)'%3E%3Cg id='Rettangolo_4921' data-name='Rettangolo 4921' transform='translate(564 560.67)' fill='%23fff' stroke='%23e2e2e2' stroke-width='1'%3E%3Crect width='13' height='13' rx='2' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='12' height='12' rx='1.5' fill='none'/%3E%3C/g%3E%3Crect id='Rettangolo_4929' data-name='Rettangolo 4929' width='7' height='7' rx='1' transform='translate(567 563.67)' fill='%2300aac3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.algolia-filters__dropdown.--active .algolia-filters__dropdown-content {
  display: flex;
}
.algolia-filters__dropdown-lists {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media (max-width: 991.98px) {
  .algolia-filters__main-filters {
    overflow-x: auto;
    margin: 0 -1.5rem;
    padding: 0 1.5rem;
  }
}

.algolia-loop {
  margin: 0 auto;
  position: relative;
  height: auto;
}
.algolia-loop.--loading {
  overflow: hidden;
  height: 100px;
  pointer-events: none;
}
.algolia-loop.--loading::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.algolia-loop.--loading::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%23003E5C'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)' stroke-width='2'%3E%3Ccircle stroke-opacity='.5' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 38px;
  background-position: center;
  background-repeat: no-repeat;
}
.algolia-loop__item {
  border: 1px solid #003e5c;
}
.algolia-loop__item.--medico {
  border-radius: 0 1.625rem 1.625rem 0 !important;
  padding: 0 !important;
}
.--allwhite .algolia-loop__item.--prestazione {
  background-color: var(--bs-white) !important;
}
.algolia-loop__item-thumb {
  width: 90px;
  aspect-ratio: 1/1;
}
@media (min-width: 992px) {
  .--medico .algolia-loop__item-thumb {
    width: 130px;
  }
}
.algolia-loop__item-title {
  color: #003e5c;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
  .algolia-loop__item-title {
    font-size: 0.875rem;
  }
}
.algolia-loop__item i {
  transition: color 0.2s ease-in-out;
  color: #003e5c;
}
.algolia-loop__item:hover .algolia-loop__item-title {
  color: var(--bs-site-primary-light);
}
.algolia-loop__item:hover i {
  color: var(--bs-site-primary-light);
}

.algolia-view-toggle__item {
  font-size: 0.8125rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.algolia-view-toggle__item i {
  font-size: 0.875rem;
}
.algolia-view-toggle__item:hover {
  color: var(--bs-site-primary);
}
.algolia-view-toggle__item:hover i {
  color: var(--bs-site-primary);
}
.algolia-view-toggle__item.active {
  background: #003e5c;
  color: #ffffff;
}
.algolia-view-toggle__item.active i {
  color: #ffffff;
}
.algolia-view-toggle__item.active {
  font-family: "rustica", sans-serif;
  font-weight: 500;
}

.global-search {
  position: relative;
}
.global-search .algolia-header {
  height: 300px;
}
@media (min-width: 992px) {
  .global-search .algolia-header {
    height: 340px;
  }
}
.global-search__wrapper {
  height: calc(100% - 300px);
  overflow: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (min-width: 992px) {
  .global-search__wrapper {
    height: calc(100% - 340px);
  }
}
.global-search__wrapper::-webkit-scrollbar {
  width: 5px;
}
.global-search__wrapper::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.global-search__wrapper::-webkit-scrollbar-thumb {
  background: #E2E1DE;
  border-radius: 3px;
}
.global-search__wrapper::-webkit-scrollbar-thumb:hover {
  background: #C6C3BD;
}
.global-search__wrapper .container {
  overflow: hidden;
}
.global-search__grid-results a.kormed-more-link {
  margin-left: 0 !important;
}
.global-search__filters {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.global-search__filters-list {
  overflow: auto;
}
.global-search__filter {
  cursor: pointer;
  transition: 0.2s linear all;
  padding-bottom: 0.5rem;
  position: relative;
}
.global-search__filter::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--bs-site-primary);
  opacity: 0;
  transition: 0.2s linear all;
}
.global-search__filter.active, .global-search__filter:hover {
  transition: 0.2s linear all;
}
.global-search__filter.active:after, .global-search__filter:hover:after {
  opacity: 1;
}

.openday-hero {
  background-color: #F8E7F1;
}
@media (min-width: 992px) {
  .openday-hero {
    border-bottom: 10px solid var(--bs-site-primary);
  }
}
.single-openday .openday-hero {
  background-color: var(--bgcolor);
}
@media (min-width: 992px) {
  .single-openday .openday-hero {
    border-bottom: none;
  }
}
.openday-hero__image {
  position: relative;
}
@media (max-width: 991.98px) {
  .openday-hero__image:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    bottom: 0;
    height: 10px;
    background-color: var(--bs-site-primary);
    width: 100vw;
    transform: translateX(-50%);
  }
}
.openday-hero__title {
  font-size: 2.5rem !important;
}
@media (min-width: 992px) {
  .openday-hero__title {
    font-size: 3.75rem !important;
  }
}
.openday-hero__cta {
  background-color: #003e5c;
  color: #ffffff;
}
.openday-hero__cta:hover {
  color: #ffffff;
  background-color: #001c29;
}
.single-openday .openday-hero__cta {
  background-color: #003e5c;
  color: #ffffff;
}
.single-openday .openday-hero__cta:hover {
  background-color: var(--main-color);
}
.openday-hero__boxes {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}
@media (min-width: 1200px) {
  .openday-hero__boxes {
    position: absolute;
    bottom: 0%;
    transform: translateY(50%);
  }
}
@media (max-width: 991.98px) {
  .openday-hero__boxes {
    overflow-x: auto;
    position: relative;
  }
  .openday-hero__boxes:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #ffffff;
  }
}
.openday-hero__boxes-item {
  position: relative;
  border-radius: 0 0 20px 20px;
  border: 2px solid #003e5c;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .openday-hero__boxes-item {
    max-width: 15.625rem;
  }
}
@media (max-width: 991.98px) {
  .openday-hero__boxes-item {
    flex: 1 0 90%;
  }
}
.openday-hero__boxes-item-icon img {
  height: 1.875rem;
  width: auto;
}

.swiper-openday .swiper-slide {
  align-self: stretch;
  height: auto;
}
.swiper-openday .swiper-navigation {
  width: 100%;
}
.swiper-openday .swiper-navigation-prev, .swiper-openday .swiper-navigation-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  border: 2px solid #003e5c;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  z-index: 10;
  cursor: pointer;
}
.swiper-openday .swiper-navigation-prev.swiper-button-disabled, .swiper-openday .swiper-navigation-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.swiper-openday .swiper-navigation-prev {
  left: -5rem;
}
.swiper-openday .swiper-navigation-next {
  right: -5rem;
}
.swiper-openday .swiper-pagination {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
}

.openday-teaser {
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
  --btn-color: #A36CAA;
}
.openday-teaser:hover {
  opacity: 1;
}
.openday-teaser__image img {
  aspect-ratio: 5/4;
}
.openday-teaser .cta, .openday-teaser .gf-layout-responsive-2-col .gform_button, .gf-layout-responsive-2-col .openday-teaser .gform_button, .openday-teaser .page-template-tpl-openday .gform-footer input[type=submit], .page-template-tpl-openday .gform-footer .openday-teaser input[type=submit],
.openday-teaser .page-template-tpl-single-openday .gform-footer input[type=submit],
.page-template-tpl-single-openday .gform-footer .openday-teaser input[type=submit], .openday-teaser .corporate .pressTab .nav-item .nav-link, .corporate .pressTab .nav-item .openday-teaser .nav-link, .openday-teaser .search-filter-reset, .openday-teaser .sanita .evelean input[type=submit], .sanita .evelean .openday-teaser input[type=submit] {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.openday-teaser.active {
  opacity: 1;
}
.openday-teaser.active .cta, .openday-teaser.active .gf-layout-responsive-2-col .gform_button, .gf-layout-responsive-2-col .openday-teaser.active .gform_button, .openday-teaser.active .page-template-tpl-openday .gform-footer input[type=submit], .page-template-tpl-openday .gform-footer .openday-teaser.active input[type=submit],
.openday-teaser.active .page-template-tpl-single-openday .gform-footer input[type=submit],
.page-template-tpl-single-openday .gform-footer .openday-teaser.active input[type=submit], .openday-teaser.active .corporate .pressTab .nav-item .nav-link, .corporate .pressTab .nav-item .openday-teaser.active .nav-link, .openday-teaser.active .search-filter-reset, .openday-teaser.active .sanita .evelean input[type=submit], .sanita .evelean .openday-teaser.active input[type=submit] {
  background-color: #ffffff;
  color: var(--btn-color);
}

.openday-form__icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.single-openday {
  background-color: var(--bg-color);
  /* select 2 */
}
@media (max-width: 991.98px) {
  .single-openday__container .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.single-openday__content {
  border-radius: 1.875rem;
  overflow: hidden;
}
.single-openday__how-to {
  border-radius: 0 1.875rem;
}
.single-openday__how-to__grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}
@media (min-width: 1200px) {
  .single-openday__how-to__grid {
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .single-openday__how-to__grid {
    overflow-x: auto;
  }
}
.single-openday__how-to-item {
  flex: 1 0 90%;
}
@media (min-width: 992px) {
  .single-openday__how-to-item {
    flex: 0 0 calc(25% - 1rem);
  }
}
.single-openday__how-to-icon img {
  width: 40px;
}
.single-openday__map-container {
  position: relative;
}
@media (min-width: 992px) {
  .single-openday__map-container {
    height: 70vh;
  }
}
.single-openday__map {
  height: 70vh;
}
@media (min-width: 992px) {
  .single-openday__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
  }
}
.single-openday__map-layers-back {
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}
.single-openday__map-layers-back i {
  font-size: 0.875rem;
}
.single-openday__filters {
  height: 100%;
}
.single-openday__filters select + .select2-container--bootstrap-5 {
  z-index: 0 !important;
}
.single-openday__filters.--map {
  overflow: hidden;
  height: 70vh;
  min-height: 70vh;
}
@media (min-width: 992px) {
  .single-openday__filters.--map {
    overflow: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
  }
}
.single-openday__filters-strutture__loadmore {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  padding: 1rem;
  background: linear-gradient(to bottom, transparent, rgba(var(--bs-site-primary-light-rgb), 1));
}
@media (min-width: 992px) {
  .single-openday__filters-strutture__loadmore {
    display: none;
  }
}
.single-openday__filters-strutture__loadmore button {
  background-color: transparent;
  border: none;
  color: #003e5c;
}
.single-openday__form-layer {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1000;
}
@media (max-width: 991.98px) {
  .single-openday__form-layer {
    width: 100%;
    position: relative;
    height: auto;
  }
}
.single-openday__struttura {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 70vh;
  overflow: auto;
  display: none;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .single-openday__struttura {
    width: 100%;
    position: relative;
    height: auto;
  }
}
.single-openday__struttura.active {
  display: block;
  pointer-events: auto;
}
.single-openday__struttura-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  background-color: white;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}
.single-openday__struttura-close i {
  font-size: 0.875rem;
}
.single-openday__struttura-image {
  flex-shrink: 0;
  width: 100px;
  aspect-ratio: 1/1;
}
.single-openday__struttura-visita.accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13) !important;
  border-radius: 0 !important;
}
.single-openday__struttura-visita.accordion-item:not(.collapsed) {
  margin-bottom: 0 !important;
}
.single-openday__struttura-visita .accordion-button {
  min-height: 60px;
}
.single-openday__struttura-visita .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.single-openday__medico-button {
  background-color: #A36CAA;
  color: #ffffff;
  justify-content: center;
}
.single-openday .select2-container--bootstrap-5 .select2-selection {
  border: 1px solid #003e5c;
}
.single-openday .select2-selection__placeholder, .single-openday .select2-selection__rendered {
  color: #003e5c !important;
}
.single-openday .cta.--leaflet.--mobile-full, .single-openday .gf-layout-responsive-2-col .--leaflet.--mobile-full.gform_button, .gf-layout-responsive-2-col .single-openday .--leaflet.--mobile-full.gform_button, .single-openday .page-template-tpl-openday .gform-footer input.--leaflet.--mobile-full[type=submit], .page-template-tpl-openday .gform-footer .single-openday input.--leaflet.--mobile-full[type=submit],
.single-openday .page-template-tpl-single-openday .gform-footer input.--leaflet.--mobile-full[type=submit],
.page-template-tpl-single-openday .gform-footer .single-openday input.--leaflet.--mobile-full[type=submit], .single-openday .corporate .pressTab .nav-item .--leaflet.--mobile-full.nav-link, .corporate .pressTab .nav-item .single-openday .--leaflet.--mobile-full.nav-link, .single-openday .--leaflet.--mobile-full.search-filter-reset, .single-openday .sanita .evelean input.--leaflet.--mobile-full[type=submit], .sanita .evelean .single-openday input.--leaflet.--mobile-full[type=submit] {
  width: 100%;
}
@media (min-width: 992px) {
  .single-openday .cta.--leaflet.--mobile-full, .single-openday .gf-layout-responsive-2-col .--leaflet.--mobile-full.gform_button, .gf-layout-responsive-2-col .single-openday .--leaflet.--mobile-full.gform_button, .single-openday .page-template-tpl-openday .gform-footer input.--leaflet.--mobile-full[type=submit], .page-template-tpl-openday .gform-footer .single-openday input.--leaflet.--mobile-full[type=submit],
  .single-openday .page-template-tpl-single-openday .gform-footer input.--leaflet.--mobile-full[type=submit],
  .page-template-tpl-single-openday .gform-footer .single-openday input.--leaflet.--mobile-full[type=submit], .single-openday .corporate .pressTab .nav-item .--leaflet.--mobile-full.nav-link, .corporate .pressTab .nav-item .single-openday .--leaflet.--mobile-full.nav-link, .single-openday .--leaflet.--mobile-full.search-filter-reset, .single-openday .sanita .evelean input.--leaflet.--mobile-full[type=submit], .sanita .evelean .single-openday input.--leaflet.--mobile-full[type=submit] {
    width: auto;
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
.single-openday .view-toggle__item.active {
  background-color: #003e5c;
  color: #ffffff;
}
.single-openday .view-toggle__item.active i {
  color: #ffffff;
}

.page-template-tpl-openday .gform_fields,
.page-template-tpl-single-openday .gform_fields {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .page-template-tpl-openday .gform_fields,
  .page-template-tpl-single-openday .gform_fields {
    flex-direction: column;
    display: flex;
  }
}
.page-template-tpl-openday .gform_fields .gfield--type-checkbox,
.page-template-tpl-single-openday .gform_fields .gfield--type-checkbox {
  grid-column: span 3;
}
.page-template-tpl-openday .gform_fields .gfield_label,
.page-template-tpl-single-openday .gform_fields .gfield_label {
  display: none;
}
.page-template-tpl-openday .gform_fields .gfield_checkbox,
.page-template-tpl-single-openday .gform_fields .gfield_checkbox {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.page-template-tpl-openday .gform_fields .gfield_checkbox .gchoice,
.page-template-tpl-single-openday .gform_fields .gfield_checkbox .gchoice {
  display: flex;
  gap: 0.75rem;
}
.page-template-tpl-openday .gform_fields .gfield_checkbox .gchoice input[type=checkbox],
.page-template-tpl-single-openday .gform_fields .gfield_checkbox .gchoice input[type=checkbox] {
  margin: 0;
  background-color: transparent;
}
.page-template-tpl-openday .gform_fields .gfield_checkbox .gchoice label,
.page-template-tpl-single-openday .gform_fields .gfield_checkbox .gchoice label {
  font-size: 0.875rem;
}
.page-template-tpl-openday .gform_fields .gfield input[type=text],
.page-template-tpl-openday .gform_fields .gfield input[type=email],
.page-template-tpl-openday .gform_fields .gfield input[type=tel],
.page-template-tpl-openday .gform_fields .gfield select,
.page-template-tpl-single-openday .gform_fields .gfield input[type=text],
.page-template-tpl-single-openday .gform_fields .gfield input[type=email],
.page-template-tpl-single-openday .gform_fields .gfield input[type=tel],
.page-template-tpl-single-openday .gform_fields .gfield select {
  background-color: #4C788D;
  border: none;
  border-radius: 100px;
  padding: 1rem 1.25rem;
  line-height: 1;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 991.98px) {
  .page-template-tpl-openday .gform_fields .gfield input[type=text],
  .page-template-tpl-openday .gform_fields .gfield input[type=email],
  .page-template-tpl-openday .gform_fields .gfield input[type=tel],
  .page-template-tpl-openday .gform_fields .gfield select,
  .page-template-tpl-single-openday .gform_fields .gfield input[type=text],
  .page-template-tpl-single-openday .gform_fields .gfield input[type=email],
  .page-template-tpl-single-openday .gform_fields .gfield input[type=tel],
  .page-template-tpl-single-openday .gform_fields .gfield select {
    font-size: 0.75rem;
    padding: 0.75rem 1.25rem;
  }
}
.page-template-tpl-openday .gform-footer,
.page-template-tpl-single-openday .gform-footer {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.page-template-tpl-openday .gform-footer input[type=submit],
.page-template-tpl-single-openday .gform-footer input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: white;
  color: #003e5c;
  border-radius: 1.875rem !important;
}
.page-template-tpl-openday .single-openday__form-container .gform_fields,
.page-template-tpl-single-openday .single-openday__form-container .gform_fields {
  grid-template-columns: repeat(2, 1fr);
}
.page-template-tpl-openday .single-openday__form-container .gfield--type-checkbox,
.page-template-tpl-single-openday .single-openday__form-container .gfield--type-checkbox {
  grid-column: span 2;
}
.page-template-tpl-openday .single-openday__form-container .gfield--type-checkbox .gchoice label,
.page-template-tpl-single-openday .single-openday__form-container .gfield--type-checkbox .gchoice label {
  font-size: 0.75rem;
}
.page-template-tpl-openday .single-openday__form-container .gfield input[type=text],
.page-template-tpl-openday .single-openday__form-container .gfield input[type=email],
.page-template-tpl-openday .single-openday__form-container .gfield input[type=tel],
.page-template-tpl-openday .single-openday__form-container .gfield select,
.page-template-tpl-single-openday .single-openday__form-container .gfield input[type=text],
.page-template-tpl-single-openday .single-openday__form-container .gfield input[type=email],
.page-template-tpl-single-openday .single-openday__form-container .gfield input[type=tel],
.page-template-tpl-single-openday .single-openday__form-container .gfield select {
  background-color: white;
  color: #003e5c;
  border: 1px solid #C6C3BD;
  font-size: 0.75rem;
  padding: 0.75rem 1.25rem;
}
.page-template-tpl-openday .single-openday__form-container .input-checkup input[type=text],
.page-template-tpl-openday .single-openday__form-container .input-checkup input[type=email],
.page-template-tpl-openday .single-openday__form-container .input-checkup input[type=tel],
.page-template-tpl-openday .single-openday__form-container .input-checkup select, .page-template-tpl-openday .single-openday__form-container .input-struttura input[type=text],
.page-template-tpl-openday .single-openday__form-container .input-struttura input[type=email],
.page-template-tpl-openday .single-openday__form-container .input-struttura input[type=tel],
.page-template-tpl-openday .single-openday__form-container .input-struttura select,
.page-template-tpl-single-openday .single-openday__form-container .input-checkup input[type=text],
.page-template-tpl-single-openday .single-openday__form-container .input-checkup input[type=email],
.page-template-tpl-single-openday .single-openday__form-container .input-checkup input[type=tel],
.page-template-tpl-single-openday .single-openday__form-container .input-checkup select,
.page-template-tpl-single-openday .single-openday__form-container .input-struttura input[type=text],
.page-template-tpl-single-openday .single-openday__form-container .input-struttura input[type=email],
.page-template-tpl-single-openday .single-openday__form-container .input-struttura input[type=tel],
.page-template-tpl-single-openday .single-openday__form-container .input-struttura select {
  background-color: #e2e9ec;
  font-weight: 700;
  cursor: not-allowed;
}
.page-template-tpl-openday .single-openday__form-container .gform-footer,
.page-template-tpl-single-openday .single-openday__form-container .gform-footer {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-start;
}
.page-template-tpl-openday .single-openday__form-container .gform-footer input[type=submit],
.page-template-tpl-single-openday .single-openday__form-container .gform-footer input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #003e5c;
  color: #ffffff;
}
.page-template-tpl-openday .gform_ajax_spinner,
.page-template-tpl-single-openday .gform_ajax_spinner {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-left: 10px;
}
.page-template-tpl-openday .gform_wrapper .gform_ajax_spinner,
.page-template-tpl-single-openday .gform_wrapper .gform_ajax_spinner {
  display: inline-block !important;
  visibility: visible !important;
}

.sanita .single-openday__filters-strutture__loadmore {
  height: 64px;
  background: rgb(var(--bs-site-primary-light-rgb));
}
.sanita .single-openday__filters-strutture__loadmore button {
  color: #F8E7F1;
}

.gf-layout-responsive-2-col .gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.gf-layout-responsive-2-col .gfield--width-half {
  flex-basis: calc(50% - 8px);
  flex-grow: 1;
}

.gf-layout-responsive-2-col .gfield--width-full {
  flex-basis: 100%;
}

.gf-layout-responsive-2-col .gfield:has(input[type=hidden]),
.gf-layout-responsive-2-col .gfield.gfield_visibility_hidden {
  display: none;
}

.gf-layout-responsive-2-col .gfield:not(.gf_label_visible) .gfield_label {
  margin-bottom: 8px;
}

.gf-layout-responsive-2-col .gf_label_visible.gfield.gfield--type-choice {
  display: flex;
  align-items: center;
  gap: 16px;
}

.gf-layout-responsive-2-col .gf_label_visible.gfield.gfield--type-choice legend {
  width: auto;
}

.gf-layout-responsive-2-col .gf_label_visible.gfield.gfield--type-choice .gfield_radio {
  display: flex;
  align-items: center;
  gap: 16px;
}

.gf-layout-responsive-2-col .gfield_label {
  font-size: 14px;
}

.gf-layout-responsive-2-col .ginput_container input:not([type=checkbox]):not([type=radio]):not([type=hidden]),
.gf-layout-responsive-2-col .ginput_container select,
.gf-layout-responsive-2-col .ginput_container textarea {
  height: 50px;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #212529;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #003e5c;
  border-radius: 26px;
}

.gf-layout-responsive-2-col .ginput_container textarea {
  height: auto;
}

.gf-layout-responsive-2-col .gform_button {
  padding-right: 36px !important;
  background-image: url(../images/kormed/chevron-right-white.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px;
}
.gf-layout-responsive-2-col .gform_button:hover {
  background-image: url(../images/kormed/chevron-right-primary.svg);
}

.gf-layout-responsive-2-col .gchoice {
  display: flex;
  gap: 4px;
}

.gf-layout-responsive-2-col .gchoice .gform-field-label {
  font-size: 14px;
}

.gf-layout-responsive-2-col .gchoice .gfield-choice-input {
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 12px 12px;
  accent-color: #1a4a82;
  background-color: transparent;
}

.gf-layout-responsive-2-col .gform-footer {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .gf-layout-responsive-2-col .gfield--width-half {
    flex-basis: 100%;
  }
}
input[disabled],
select[disabled],
textarea[disabled] {
  background-color: #aaa;
  opacity: 0.6;
  cursor: not-allowed;
}

.disabled {
  background-color: #aaa;
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none; /* Impedisce qualsiasi interazione con il mouse */
}

.hidden_label .gfield_label {
  display: none;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
/* @font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
//  src: url('../fonts/FontAwesome.otf') format('opentype'); // used when developing fonts
  font-weight: normal;
  font-style: normal;
  font-display: block
} */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

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

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

* {
  outline: none;
}

:root {
  --bs-gutter-x: 1.5rem;
}

html,
body {
  color: #003e5c;
  font-size: 17px;
  overflow-x: hidden;
}

input {
  color: #003e5c;
}

select {
  color: #003e5c;
}

table {
  color: #003e5c;
}
table td {
  color: #003e5c;
}

figure {
  margin: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #99B1BE;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #99B1BE;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #99B1BE;
}

:-moz-placeholder { /* Firefox 18- */
  color: #99B1BE;
}

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

svg .svg-stroked {
  stroke: var(--bs-site-primary);
}
svg .svg-filled {
  fill: var(--bs-site-primary);
}

.read-more__link {
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  margin-left: 0.5rem;
  color: #003e5c;
  position: relative;
}
body.sanita .read-more__link {
  font-family: "rustica", sans-serif;
}
body.corporate .read-more__link {
  font-family: "Montserrat", sans-serif;
}
.read-more__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  width: 100%;
  left: auto;
  right: 0;
  height: 1px;
  background: #003e5c;
  transition: 0.3s all ease;
}
.read-more__link.text-corporate::before {
  background-color: #003e5c;
}
.read-more__link:hover::before {
  width: 100%;
  width: 0%;
  transition: 0.3s all ease;
}

.cursor-pointer, .algolia-searchbox {
  cursor: pointer;
}

.obj-cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.obj-contain {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

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

.--no-rounded-top-start {
  border-top-left-radius: 0 !important;
}
.--no-rounded-top-start.rounded-circle, .sanita .map__container .gm-style .gm-style-iw-chr button.--no-rounded-top-start, .corporate .map__container .gm-style .gm-style-iw-chr button.--no-rounded-top-start, .--no-rounded-top-start.lp-regione__structure-map__card-close {
  border-radius: 0 50% 50% 50%;
}

img.--rounded-top-right {
  border-radius: 0 7.5rem 0 0;
}
img.--rounded-bottom-left {
  border-radius: 0 0 0 7.5rem;
}

.bg-sanita {
  background-color: #008093;
}

.bg-light-sanita {
  background-color: rgba(0, 128, 147, 0.05);
}

.semicircle-top {
  border-radius: 17.1875rem 17.1875rem 0 0;
}

/* CONTAINERS */
.container {
  /* .sanita & {
  	max-width: 1620px;
  } */
}
.container.--medium {
  max-width: 880px;
}
.container.--medium-lg {
  max-width: 1170px;
}

.numbers-section {
  position: relative;
}
.numbers-section__bg {
  background-image: url(../images/italy.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.numbers-section__bg_cover {
  background-image: url(../images/italy.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.numbers-section.--korian-bg {
  background-image: url(../images/korian-logo-half-right.svg), url(../images/korian-logo-half-left.svg);
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
}
.numbers-section__bg-container {
  /*@include media-breakpoint-up(lg) {
  	&:before {
  		content: "";
  		position: absolute;
  		top: 0;
  		z-index: 0;
  		display: block;
  		width: 100%;
  		bottom: 0;
  		background-image: url(../images/italy.svg);
  		background-repeat: no-repeat;
  		background-position: left center;
  		max-width: 1320px;
  		left: 50%;
  		transform: translateX(-50%);
  	}
  }*/
}
.numbers-section__bg-container > .container {
  position: relative;
  z-index: 1;
}

.europe-section {
  background-image: url(../images/ondina-rotate.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.europe-section__image {
  position: absolute;
  top: -10%;
  right: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .europe-section__image {
    margin-top: -5rem;
    position: relative;
    top: auto;
    left: auto;
    z-index: -1;
    width: 100%;
  }
}

.europe-section-cover {
  background-color: #E6F0FF;
}
.europe-section-cover__image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 40%;
}
@media (max-width: 991.98px) {
  .europe-section-cover__image {
    margin-top: -5rem;
    position: relative;
    left: auto;
    width: 100%;
    transform: translateY(0);
  }
}

.korian-accademy__icon {
  position: absolute;
  top: -6rem;
  right: 0;
}

#back-to-top {
  position: fixed;
  height: 2.75rem;
  width: 2.75rem;
  bottom: 6.25rem; /* ci sarà una chat sotto */
  right: 1.25rem;
  pointer-events: none;
  cursor: pointer;
  transition: 0.2s linear all;
  opacity: 0;
  z-index: 301; /*300 è valore subnav blu*/
}
@media (max-width: 991.98px) {
  #back-to-top {
    right: 1.5rem;
  }
}
#back-to-top.active {
  pointer-events: auto;
  opacity: 1;
}
#back-to-top i {
  transform: rotate(-90deg);
  font-size: 1.5rem;
}

.slick-dots {
  margin-top: 3.125rem;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  position: relative;
}
.slick-dots::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: #ced4da;
}
.slick-dots li {
  flex: 1 0 auto;
  padding: 0.625rem 0;
  transition: all 0.2s ease-in;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.slick-dots li button {
  text-indent: -9999px;
  display: block;
  width: 100%;
  border: none;
  height: 4px;
  background: none;
  transition: all 0.2s ease-in;
}
.slick-dots li.slick-active button {
  background-color: var(--bs-site-primary-dark);
  height: 4px;
  border-radius: 2px;
}

.breadcrumbs {
  font-size: 0.75rem;
}
.breadcrumbs span, .breadcrumbs a {
  color: #003e5c;
}
.corporate .breadcrumbs a {
  text-decoration: underline;
  font-weight: 500;
}
.corporate .breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs .current-item {
  font-weight: 700;
  color: var(--bs-site-primary);
}
.appartamenti .breadcrumbs .current-item {
  color: #003e5c;
}
.sanita .breadcrumbs .current-item {
  color: #003e5c;
}
.corporate .breadcrumbs .current-item {
  font-weight: 400;
}
.hero .breadcrumbs,
.hero .breadcrumbs span,
.hero .breadcrumbs a,
.hero .breadcrumbs .current-item {
  color: white;
}

.sanita .breadcrumbs {
  font-size: 0.7rem !important;
}

/* CORREZIONI COLORI */
.appartamenti .bg-site-primary .text-white {
  color: #003e5c !important;
}

.item-tariffa-readmore {
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  margin-left: 0.5rem;
  color: var(--bs-site-primary);
  position: relative;
}
body.sanita .item-tariffa-readmore {
  font-family: "rustica", sans-serif;
}
body.corporate .item-tariffa-readmore {
  font-family: "Montserrat", sans-serif;
}
.item-tariffa-readmore::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  width: 100%;
  left: auto;
  right: 0;
  height: 1px;
  background: var(--bs-site-primary);
  transition: 0.3s all ease;
}
.item-tariffa-readmore.text-corporate::before {
  background-color: #003e5c;
}
.item-tariffa-readmore:hover::before {
  width: 100%;
  width: 0%;
  transition: 0.3s all ease;
}

.carousel-autowidth .slick-track {
  display: flex;
  margin: 0;
}
.carousel-autowidth .slick-list {
  margin: 0 -0.25rem;
}
.carousel-autowidth .slick-slide {
  height: inherit;
  margin: 0 0.5rem;
}
.carousel-autowidth .slick-slide > div {
  height: 100%;
}
.carousel-autowidth .slick-slide > div > div {
  height: 100%;
}
.carousel-autowidth .slick-dots {
  margin-top: 0.5rem;
}

.with-bg-farfalla-op-0-5 {
  background: url("../images/farfalla-op-0-5.svg") no-repeat center;
}

.struttura-subsections-nav {
  position: relative;
  z-index: 300;
  overflow: auto;
}
.struttura-subsections-nav li {
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .struttura-subsections-nav li {
    font-size: 0.875rem;
  }
}
.rsa .struttura-subsections-nav li a, .sanita .struttura-subsections-nav li a {
  position: relative;
}
.rsa .struttura-subsections-nav li a::before, .sanita .struttura-subsections-nav li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 1px;
  background: #ffffff;
  transition: 0.3s all ease;
}
.rsa .struttura-subsections-nav li a.text-corporate::before, .sanita .struttura-subsections-nav li a.text-corporate::before {
  background-color: #003e5c;
}
.rsa .struttura-subsections-nav li a:hover::before, .sanita .struttura-subsections-nav li a:hover::before {
  width: 100%;
  transition: 0.3s all ease;
}
.struttura-subsections-nav li a.active {
  font-weight: bold;
}
.corporate .struttura-subsections-nav li a {
  position: relative;
}
.corporate .struttura-subsections-nav li a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFCA13;
  opacity: 0;
  transition: 0.2s linear all;
}
.corporate .struttura-subsections-nav li a:hover::before {
  opacity: 1;
}
.struttura-subsections-nav.sticky {
  position: fixed;
  width: 100%;
}
.corporate .struttura-subsections-nav__inner {
  background-color: #F8F8F8;
}

.inside-outer-shape {
  position: absolute;
}
.inside-outer-shape.--bottom-left {
  bottom: 0;
  left: 0;
  transform: translate(0%, 40%);
  z-index: -1;
}

.list-features {
  margin: 0;
  padding: 0;
}
.list-features li {
  display: flex;
  align-items: center;
  margin: 0.625rem 0;
}
.list-features li:first-child {
  margin-top: 0;
}
.list-features li:last-child {
  margin-bottom: 0;
}
.list-features__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--bs-site-primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.documents-wall {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 768px) {
  .documents-wall.--gapy-2 {
    gap: 1rem 3rem;
  }
}
@media (max-width: 767.98px) {
  .documents-wall {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .documents-wall {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.documents-wall.--mobile {
  grid-template-columns: 1fr;
  gap: 0;
}
.documents-wall__item {
  border-bottom: 2px solid var(--bs-site-primary);
  padding: 0.875rem 0;
  color: #003e5c;
  transition: 0.2s linear all;
}
.documents-wall__item i {
  color: var(--bs-site-primary);
}
.documents-wall__item:hover {
  color: var(--bs-site-primary);
  transition: 0.2s linear all;
}

.bg-shape {
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-shape.--persone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1289.234' height='574.213' viewBox='0 0 1289.234 574.213'%3E%3Cpath id='wave-8' d='M1288.931,124.322C1134.752,13.9,957.88-47.152,813.266,44.81s-87.486,207.606-411.8,180.441C207.02,208.964,282.192,371.194,224.644,472.813,161,585.2,8.145,551.5,0,574.213c-.922-.688,1288.931,0,1288.931,0S1289.614,123.609,1288.931,124.322Z' transform='translate(0 0)' fill='%23F2FBFC'/%3E%3C/svg%3E%0A");
  background-position: bottom center;
  background-size: contain;
}
.bg-shape.--csr {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1289.234' height='574.213' viewBox='0 0 1289.234 574.213'%3E%3Cpath id='wave-8' d='M1288.931,124.322C1134.752,13.9,957.88-47.152,813.266,44.81s-87.486,207.606-411.8,180.441C207.02,208.964,282.192,371.194,224.644,472.813,161,585.2,8.145,551.5,0,574.213c-.922-.688,1288.931,0,1288.931,0S1289.614,123.609,1288.931,124.322Z' transform='translate(0 0)' fill='%23F2FBFC'/%3E%3C/svg%3E%0A");
  background-position: bottom center;
  background-size: cover;
}
.bg-shape.--top-left {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1289.234' height='574.213' viewBox='0 0 1289.234 574.213'%3E%3Cpath id='wave-8' d='M.3,449.891C154.483,560.315,331.354,621.365,475.968,529.4s87.486-207.606,411.8-180.441c194.451,16.287,119.279-145.943,176.827-247.561C1128.239-10.99,1281.089,22.716,1289.234,0,1290.156.688.3,0,.3,0S-.379,450.6.3,449.891Z' transform='translate(0)' fill='%23F2F5F7'/%3E%3C/svg%3E%0A");
}
.sanita .bg-shape.--top-left, .bg-shape.--top-left.sanita {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1289.234' height='574.213' viewBox='0 0 1289.234 574.213'%3E%3Cpath id='wave-8' d='M.3,449.891C154.483,560.315,331.354,621.365,475.968,529.4s87.486-207.606,411.8-180.441c194.451,16.287,119.279-145.943,176.827-247.561C1128.239-10.99,1281.089,22.716,1289.234,0,1290.156.688.3,0,.3,0S-.379,450.6.3,449.891Z' transform='translate(0)' fill='%23F2FBFC'/%3E%3C/svg%3E%0A");
}
.appartamenti .bg-shape.--top-left, .bg-shape.--top-left.appartamenti {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1289.234' height='574.213' viewBox='0 0 1289.234 574.213'%3E%3Cpath id='wave-8' d='M.3,449.891C154.483,560.315,331.354,621.365,475.968,529.4s87.486-207.606,411.8-180.441c194.451,16.287,119.279-145.943,176.827-247.561C1128.239-10.99,1281.089,22.716,1289.234,0,1290.156.688.3,0,.3,0S-.379,450.6.3,449.891Z' transform='translate(0)' fill='%23FFFDF2'/%3E%3C/svg%3E%0A");
}
.cure .bg-shape.--top-left, .bg-shape.--top-left.cure {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1289.234' height='574.213' viewBox='0 0 1289.234 574.213'%3E%3Cpath id='wave-8' d='M.3,449.891C154.483,560.315,331.354,621.365,475.968,529.4s87.486-207.606,411.8-180.441c194.451,16.287,119.279-145.943,176.827-247.561C1128.239-10.99,1281.089,22.716,1289.234,0,1290.156.688.3,0,.3,0S-.379,450.6.3,449.891Z' transform='translate(0)' fill='%23F9FCF3'/%3E%3C/svg%3E%0A");
}
.rsa .bg-shape.--top-left, .bg-shape.--top-left.rsa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1289.234' height='574.213' viewBox='0 0 1289.234 574.213'%3E%3Cpath id='wave-8' d='M.3,449.891C154.483,560.315,331.354,621.365,475.968,529.4s87.486-207.606,411.8-180.441c194.451,16.287,119.279-145.943,176.827-247.561C1128.239-10.99,1281.089,22.716,1289.234,0,1290.156.688.3,0,.3,0S-.379,450.6.3,449.891Z' transform='translate(0)' fill='%23FDF8F4'/%3E%3C/svg%3E%0A");
}
.bg-shape.--bottom-left {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1280' height='601.533' viewBox='0 0 1280 601.533'%3E%3Cpath id='wave-8' d='M1279.7,471.3c-153.075,115.677-328.68,179.632-472.258,83.295S720.582,337.108,398.6,365.565c-193.058,17.062-118.424-152.887-175.56-259.34C159.842-11.513,8.086,23.8,0,0-.915.721,1279.7,0,1279.7,0S1280.376,472.044,1279.7,471.3Z' transform='translate(1280 601.533) rotate(180)' fill='%23f2f5f7'/%3E%3C/svg%3E%0A");
}
.sanita .bg-shape.--bottom-left, .bg-shape.--bottom-left.sanita {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1280' height='601.533' viewBox='0 0 1280 601.533'%3E%3Cpath id='wave-8' d='M1279.7,471.3c-153.075,115.677-328.68,179.632-472.258,83.295S720.582,337.108,398.6,365.565c-193.058,17.062-118.424-152.887-175.56-259.34C159.842-11.513,8.086,23.8,0,0-.915.721,1279.7,0,1279.7,0S1280.376,472.044,1279.7,471.3Z' transform='translate(1280 601.533) rotate(180)' fill='%23f2fbfc'/%3E%3C/svg%3E%0A");
}
.appartamenti .bg-shape.--bottom-left, .bg-shape.--bottom-left.appartamenti {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1280' height='601.533' viewBox='0 0 1280 601.533'%3E%3Cpath id='wave-8' d='M1279.7,471.3c-153.075,115.677-328.68,179.632-472.258,83.295S720.582,337.108,398.6,365.565c-193.058,17.062-118.424-152.887-175.56-259.34C159.842-11.513,8.086,23.8,0,0-.915.721,1279.7,0,1279.7,0S1280.376,472.044,1279.7,471.3Z' transform='translate(1280 601.533) rotate(180)' fill='%23fffdf2'/%3E%3C/svg%3E%0A");
}
.cure .bg-shape.--bottom-left, .bg-shape.--bottom-left.cure {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1280' height='601.533' viewBox='0 0 1280 601.533'%3E%3Cpath id='wave-8' d='M1279.7,471.3c-153.075,115.677-328.68,179.632-472.258,83.295S720.582,337.108,398.6,365.565c-193.058,17.062-118.424-152.887-175.56-259.34C159.842-11.513,8.086,23.8,0,0-.915.721,1279.7,0,1279.7,0S1280.376,472.044,1279.7,471.3Z' transform='translate(1280 601.533) rotate(180)' fill='%23f9fcf3'/%3E%3C/svg%3E%0A");
}
.rsa .bg-shape.--bottom-left, .bg-shape.--bottom-left.rsa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1280' height='601.534' viewBox='0 0 1280 601.534'%3E%3Cpath id='wave-8' d='M1279.7,471.3c-153.075,115.677-328.68,179.632-472.258,83.295S720.582,337.108,398.6,365.565c-193.058,17.062-118.424-152.887-175.56-259.34C159.842-11.513,8.086,23.8,0,0-.915.721,1279.7,0,1279.7,0S1280.376,472.044,1279.7,471.3Z' transform='translate(1280 601.534) rotate(180)' fill='%23fcf7f3'/%3E%3C/svg%3E%0A");
}
.bg-shape.--bottom-right {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1289.234' height='574.213' viewBox='0 0 1289.234 574.213'%3E%3Cpath id='wave-8' d='M1288.931,124.322C1134.752,13.9,957.88-47.152,813.266,44.81s-87.486,207.606-411.8,180.441C207.02,208.964,282.192,371.194,224.644,472.813,161,585.2,8.145,551.5,0,574.213c-.922-.688,1288.931,0,1288.931,0S1289.614,123.609,1288.931,124.322Z' transform='translate(0 0)' fill='%23F2F5F7'/%3E%3C/svg%3E%0A");
}
.sanita .bg-shape.--bottom-right, .bg-shape.--bottom-right.sanita {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1289.234' height='574.213' viewBox='0 0 1289.234 574.213'%3E%3Cpath id='wave-8' d='M1288.931,124.322C1134.752,13.9,957.88-47.152,813.266,44.81s-87.486,207.606-411.8,180.441C207.02,208.964,282.192,371.194,224.644,472.813,161,585.2,8.145,551.5,0,574.213c-.922-.688,1288.931,0,1288.931,0S1289.614,123.609,1288.931,124.322Z' transform='translate(0 0)' fill='%23F2FBFC'/%3E%3C/svg%3E%0A");
}
.appartamenti .bg-shape.--bottom-right, .bg-shape.--bottom-right.appartamenti {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1289.234' height='574.213' viewBox='0 0 1289.234 574.213'%3E%3Cpath id='wave-8' d='M1288.931,124.322C1134.752,13.9,957.88-47.152,813.266,44.81s-87.486,207.606-411.8,180.441C207.02,208.964,282.192,371.194,224.644,472.813,161,585.2,8.145,551.5,0,574.213c-.922-.688,1288.931,0,1288.931,0S1289.614,123.609,1288.931,124.322Z' transform='translate(0 0)' fill='%23FFFDF2'/%3E%3C/svg%3E%0A");
}
.cure .bg-shape.--bottom-right, .bg-shape.--bottom-right.cure {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1289.234' height='574.213' viewBox='0 0 1289.234 574.213'%3E%3Cpath id='wave-8' d='M1288.931,124.322C1134.752,13.9,957.88-47.152,813.266,44.81s-87.486,207.606-411.8,180.441C207.02,208.964,282.192,371.194,224.644,472.813,161,585.2,8.145,551.5,0,574.213c-.922-.688,1288.931,0,1288.931,0S1289.614,123.609,1288.931,124.322Z' transform='translate(0 0)' fill='%23F9FCF3'/%3E%3C/svg%3E%0A");
}
.rsa .bg-shape.--bottom-right, .bg-shape.--bottom-right.rsa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1289.234' height='574.213' viewBox='0 0 1289.234 574.213'%3E%3Cpath id='wave-8' d='M1288.931,124.322C1134.752,13.9,957.88-47.152,813.266,44.81s-87.486,207.606-411.8,180.441C207.02,208.964,282.192,371.194,224.644,472.813,161,585.2,8.145,551.5,0,574.213c-.922-.688,1288.931,0,1288.931,0S1289.614,123.609,1288.931,124.322Z' transform='translate(0 0)' fill='%23FDF8F4'/%3E%3C/svg%3E%0A");
}
.bg-shape.--top-right {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1282.674' height='611.465' viewBox='0 0 1282.674 611.465'%3E%3Cpath id='wave-8' d='M1282.372,479.078c-153.4,117.587-329.367,182.6-473.244,84.67S722.087,342.674,399.428,371.6C205.967,388.945,280.756,216.189,223.5,107.979,160.176-11.7,8.1,24.19,0,0-.917.733,1282.372,0,1282.372,0S1283.051,479.838,1282.372,479.078Z' transform='translate(0)' fill='%23F2F5F7'/%3E%3C/svg%3E%0A");
}
.sanita .bg-shape.--top-right, .bg-shape.--top-right.sanita {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1282.674' height='611.465' viewBox='0 0 1282.674 611.465'%3E%3Cpath id='wave-8' d='M1282.372,479.078c-153.4,117.587-329.367,182.6-473.244,84.67S722.087,342.674,399.428,371.6C205.967,388.945,280.756,216.189,223.5,107.979,160.176-11.7,8.1,24.19,0,0-.917.733,1282.372,0,1282.372,0S1283.051,479.838,1282.372,479.078Z' transform='translate(0)' fill='%23F2FBFC'/%3E%3C/svg%3E%0A");
}
.appartamenti .bg-shape.--top-right, .bg-shape.--top-right.appartamenti {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1282.674' height='611.465' viewBox='0 0 1282.674 611.465'%3E%3Cpath id='wave-8' d='M1282.372,479.078c-153.4,117.587-329.367,182.6-473.244,84.67S722.087,342.674,399.428,371.6C205.967,388.945,280.756,216.189,223.5,107.979,160.176-11.7,8.1,24.19,0,0-.917.733,1282.372,0,1282.372,0S1283.051,479.838,1282.372,479.078Z' transform='translate(0)' fill='%23FFFDF2'/%3E%3C/svg%3E%0A");
}
.cure .bg-shape.--top-right, .bg-shape.--top-right.cure {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1282.674' height='611.465' viewBox='0 0 1282.674 611.465'%3E%3Cpath id='wave-8' d='M1282.372,479.078c-153.4,117.587-329.367,182.6-473.244,84.67S722.087,342.674,399.428,371.6C205.967,388.945,280.756,216.189,223.5,107.979,160.176-11.7,8.1,24.19,0,0-.917.733,1282.372,0,1282.372,0S1283.051,479.838,1282.372,479.078Z' transform='translate(0)' fill='%23F9FCF3'/%3E%3C/svg%3E%0A");
}
.rsa .bg-shape.--top-right, .bg-shape.--top-right.rsa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1282.674' height='611.465' viewBox='0 0 1282.674 611.465'%3E%3Cpath id='wave-8' d='M1282.372,479.078c-153.4,117.587-329.367,182.6-473.244,84.67S722.087,342.674,399.428,371.6C205.967,388.945,280.756,216.189,223.5,107.979,160.176-11.7,8.1,24.19,0,0-.917.733,1282.372,0,1282.372,0S1283.051,479.838,1282.372,479.078Z' transform='translate(0)' fill='%23FDF8F4'/%3E%3C/svg%3E%0A");
}

.offcanvas-bottom {
  max-height: 85vh;
}

.fslightbox-slide-btn-container {
  padding: 0 !important;
}
.fslightbox-slide-btn-container-previous {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid var(--bs-site-primary);
  color: var(--bs-site-primary);
  background-color: #ffffff;
  padding: 0;
  left: 1rem !important;
}
.fslightbox-slide-btn-container-previous::before {
  font-family: "icomoon" !important;
  content: "\e922";
}
.fslightbox-slide-btn-container-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid var(--bs-site-primary);
  color: var(--bs-site-primary);
  background-color: #ffffff;
  padding: 0;
  right: 1rem !important;
}
.fslightbox-slide-btn-container-next::before {
  font-family: "icomoon" !important;
  content: "\e91f";
}
.fslightbox-slide-btn-container svg,
.fslightbox-slide-btn-container .fslightbox-slide-btn {
  display: none;
}

.fslightbox-source {
  height: auto; /* override per iframe vimeo che spacca mobile se no*/
}

.fslightbox-source-wrappers-container iframe.fslightbox-source.fslightbox-opacity-1 {
  width: 80vw !important;
  height: 70vh !important; /* override per iframe vimeo che spacca mobile se no*/
}

.swiper-slide iframe {
  height: 0;
}

.services-wall {
  overflow: hidden;
}
@media (min-width: 992px) {
  .services-wall-grid .swiper-wrapper {
    gap: 1rem;
    display: grid;
  }
  .services-wall-grid .swiper-wrapper .item-card {
    height: 100%;
  }
  .services-wall-grid.--count-x2 .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .services-wall-grid.--count-x3:not(.--equal) .swiper-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .services-wall-grid.--count-x3:not(.--equal) .swiper-wrapper .swiper-slide:nth-child(1) {
    grid-column: span 2;
  }
  .services-wall-grid.--count-x3 .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .services-wall-grid.--count-x4 .swiper-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .services-wall-grid.--count-x5 .swiper-wrapper {
    grid-template-areas: "area-1 area-1 area-2 area-3" "area-4 area-4 area-5 area-5";
  }
  .services-wall-grid.--count-x5 .swiper-wrapper .swiper-slide:nth-child(1) {
    grid-area: area-1;
  }
  .services-wall-grid.--count-x5 .swiper-wrapper .swiper-slide:nth-child(2) {
    grid-area: area-2;
  }
  .services-wall-grid.--count-x5 .swiper-wrapper .swiper-slide:nth-child(3) {
    grid-area: area-3;
  }
  .services-wall-grid.--count-x5 .swiper-wrapper .swiper-slide:nth-child(4) {
    grid-area: area-4;
  }
  .services-wall-grid.--count-x5 .swiper-wrapper .swiper-slide:nth-child(5) {
    grid-area: area-5;
  }
  .services-wall-grid.--count-x6 .swiper-wrapper {
    grid-template-areas: "area-1 area-1 area-2 area-3" "area-4 area-5 area-6 area-6";
  }
  .services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(1) {
    grid-area: area-1;
  }
  .services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(2) {
    grid-area: area-2;
  }
  .services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(3) {
    grid-area: area-3;
  }
  .services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(4) {
    grid-area: area-4;
  }
  .services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(5) {
    grid-area: area-5;
  }
  .services-wall-grid.--count-x6 .swiper-wrapper .swiper-slide:nth-child(6) {
    grid-area: area-6;
  }
}
.corporate .services-wall-grid.--count-x3.--equal {
  display: grid;
  gap: 1rem;
}
@media (min-width: 992px) {
  .corporate .services-wall-grid.--count-x3.--equal {
    grid-template-columns: repeat(3, 1fr);
  }
}
.services-wall-grid .item-card__thumb {
  height: 240px;
}
@media (max-width: 991.98px) {
  .services-wall-grid .item-card__thumb {
    height: 200px;
  }
}
.services-wall-grid .item-card__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.services-wall-grid .item-card.item-card-banner .item-card__thumb {
  height: auto;
}
.services-wall .dots-shape {
  z-index: 0 !important;
}

.dots-shape {
  position: absolute;
}
.dots-shape > * {
  fill: var(--bs-site-primary);
}
.dots-shape.--filled-white * {
  fill: #ffffff;
}
.dots-shape.--filled-corporate * {
  fill: #003e5c;
}
.dots-shape.--top-right {
  top: 0;
  right: 0;
  transform: translate(40%, -40%);
  z-index: -1;
}
.dots-shape.--top-right.--x2 {
  transform: translate(40%, -40%) scale(1.25);
}
.dots-shape.--top-left {
  top: 0;
  left: 0;
  transform: translate(-40%, -40%);
  z-index: -1;
}
.dots-shape.--top-left.--x2 {
  transform: translate(-40%, -40%) scale(1.25);
}
.dots-shape.--bottom-left {
  bottom: 0;
  left: 0;
  transform: translate(-40%, 40%);
  z-index: -1;
}
.dots-shape.--bottom-left.--x2 {
  transform: translate(-40%, 40%) scale(1.25);
}
.dots-shape.--bottom-right {
  bottom: 0;
  right: 0;
  transform: translate(40%, 40%);
  z-index: -1;
}
.dots-shape.--bottom-right.--x2 {
  transform: translate(40%, 40%) scale(1.25);
}
.dogcamp-section .dots-shape, .newsletter-section .dots-shape {
  z-index: 0;
}

.rounded-big--bottom-left {
  border-radius: 0 0 0 3.75rem;
}
@media (min-width: 992px) {
  .rounded-big--bottom-left {
    border-radius: 0 0 0 7.5rem;
  }
}

@media (min-width: 992px) {
  .mw-75 {
    display: block;
    max-width: 75%;
    margin: 0 auto;
  }
}

.error-404 .container {
  background-image: url(../images/korian-logo-bg.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 80%;
}
@media (max-width: 767.98px) {
  .error-404 .container {
    background-position: center;
    background-size: 50%;
  }
}
.corporate .error-404 .container, .sanita .error-404 .container {
  background-image: none;
}

.numeri_soluzioni {
  position: absolute;
  bottom: -50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 600;
}

@media (min-width: 768px) {
  .filter-search-conventions {
    width: 50%;
    margin: 0 auto;
  }
}

.contacts-tab-navi {
  position: relative;
  z-index: 90;
}
.contacts-tab-navi::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  height: 1rem;
  display: block;
}

.numverde-160 {
  width: 160px;
  height: auto;
}

.banner-full {
  height: 40vh;
}
@media (max-width: 991.98px) {
  .banner-full {
    height: 140px;
  }
}

body.single-korian_specialty .site main.site-main section.pt-4 .container .desc-1.mt-3.mb-4 h2, body.single-korian_specialty .site main.site-main section.pt-4 .container .searchandfilter h4.mt-3.mb-4 h2, .searchandfilter body.single-korian_specialty .site main.site-main section.pt-4 .container h4.mt-3.mb-4 h2, body.single-korian_specialty .site main.site-main section.pt-4 .container .searchandfilter .mt-3.mb-4.h4 h2, .searchandfilter body.single-korian_specialty .site main.site-main section.pt-4 .container .mt-3.mb-4.h4 h2, body.single-korian_specialty .site main.site-main section.pt-4 .container .desc-1.mt-3.mb-4 .h2, body.single-korian_specialty .site main.site-main section.pt-4 .container .searchandfilter h4.mt-3.mb-4 .h2, .searchandfilter body.single-korian_specialty .site main.site-main section.pt-4 .container h4.mt-3.mb-4 .h2, body.single-korian_specialty .site main.site-main section.pt-4 .container .searchandfilter .mt-3.mb-4.h4 .h2, .searchandfilter body.single-korian_specialty .site main.site-main section.pt-4 .container .mt-3.mb-4.h4 .h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

#news-legacy {
  padding: 100px 0;
}
#news-legacy img {
  margin: 40px 0;
}
@media (max-width: 991.98px) {
  #news-legacy img {
    display: block;
    float: none;
    width: 100%;
  }
}
.sanita #news-legacy img {
  border-radius: 0 0 26px 26px;
}

#strutture-convenzioni figure.item-card__thumb a, #swiper-convenzioni figure.item-card__thumb a {
  display: block;
  height: 100%;
  width: 100%;
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
}

#swiper-convenzioni figure {
  background: #fff;
}

.categories-filters {
  /* Track */
  /* Handle */
  /* Handle on hover */
  padding: 0 var(--bs-gutter-x, 0.75rem);
}
.categories-filters::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.categories-filters::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.categories-filters::-webkit-scrollbar-thumb {
  background: #E2E1DE;
  border-radius: 3px;
}
.categories-filters::-webkit-scrollbar-thumb:hover {
  background: #C6C3BD;
}

.swiper-categories-filters .swiper-wrapper .swiper-slide {
  width: auto !important;
}

.fig_altrimondi {
  width: 2.1875rem;
  height: auto;
}

.bg-appartamenti .text-white {
  color: #003e5c !important;
}

.ff-layout-carousel.ff-stream {
  min-height: auto;
}

#contactstructure .numeroverde {
  width: 160px;
}

.cta-convenzioni-mondo {
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
}
@media (min-width: 1200px) {
  .cta-convenzioni-mondo {
    /*min-width: 540px;*/
    width: 100%;
    height: 100%;
  }
}

img.lazy {
  opacity: 1;
  transition: opacity 0.3s;
}

img[data-src].lazy {
  opacity: 0;
}

.topemployer-img {
  max-width: 150px;
}
.topemployer-img img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .topemployer-img {
    max-width: 90px;
  }
}

#academyTab img {
  max-width: 50px;
}
.video-carousel .swiper-slide iframe {
  height: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .col-count-lg-2 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

.banner-icon-homepage__image {
  max-width: 100px;
}

.bollino-img {
  max-width: 80px;
}

.kplus-accordion {
  border-radius: 0 1.875rem;
}
@media (min-width: 992px) {
  .kplus-accordion {
    border-radius: 0 3.75rem;
  }
}
.kplus-accordion__figure img {
  border-radius: 0 1.875rem;
}
@media (min-width: 992px) {
  .kplus-accordion__figure img {
    border-radius: 0 3.75rem;
  }
}

.sticky-prenota {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 1000;
  background-color: #008093;
  color: #ffffff;
  padding: 20px 20px 15px;
  border-radius: 20px 20px 0 0;
  z-index: 400;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.6);
  width: calc(100% - 40px);
}
@media (min-width: 768px) {
  .sticky-prenota {
    width: 380px;
  }
}
.sticky-prenota span {
  color: #ffffff;
  line-height: 22px;
  font-weight: 700;
}

.carosello-news {
  z-index: 10;
}
.carosello-news__shape {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-40%, -40%);
}
@media (max-width: 991.98px) {
  .carosello-news__shape {
    width: 100px;
  }
}

.news-benefit-head {
  overflow: hidden;
}
.news-benefit-head__shape {
  position: absolute;
}
@media (max-width: 991.98px) {
  .news-benefit-head__shape {
    width: 100px;
  }
}
.news-benefit-head__shape.--top-right {
  top: 0;
  right: 0;
  transform: translate(40%, -40%);
}
.news-benefit-head__shape.--bottom-left {
  bottom: 0;
  left: 0;
  transform: translate(-40%, 40%);
}

.news-benefit-intro__shape {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-40%, 0%);
}
@media (max-width: 991.98px) {
  .news-benefit-intro__shape {
    width: 100px;
  }
}
.news-benefit-intro__share {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(80%);
  z-index: 20;
}
@media (max-width: 991.98px) {
  .news-benefit-intro__share {
    transform: translateY(-50%);
    left: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .news-benefit-intro__caption {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 992px) {
  .news-benefit-intro__container {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 1320px;
  }
}
@media (max-width: 991.98px) {
  .news-benefit-intro__container-inner {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.banner_colorato.--rounded {
  border-radius: 2rem;
}

.societa-benefit-articles {
  overflow: hidden;
  position: relative;
}
.societa-benefit-articles__shape {
  position: absolute;
}
@media (max-width: 991.98px) {
  .societa-benefit-articles__shape {
    width: 100px;
  }
}
.societa-benefit-articles__shape.--top-right {
  top: 4rem;
  right: 0;
  transform: translate(40%, 0);
}
.societa-benefit-articles__shape.--bottom-left {
  top: 60%;
  left: 0;
  transform: translate(-40%, -50%);
}

@media (min-width: 992px) {
  .only-mobile-carousel .grid_2 {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .only-mobile-carousel .grid_3 {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .only-mobile-carousel .grid_4 {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .only-mobile-carousel .grid_5 {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 992px) {
  .only-mobile-carousel .--hidden {
    display: none;
  }
}

@media (min-width: 992px) {
  .shared-sidebar.--sticky {
    position: sticky;
    top: calc(var(--headerHeight) + 2rem);
  }
}

.patologie-author__thumb {
  height: 66px;
  width: 66px;
}
.patologie-author__thumb.--korian {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pathology-content li > a {
  text-decoration: underline;
}
.pathology-content-typo p, .pathology-content-typo ul, .pathology-content-typo ol {
  margin-bottom: 2rem;
}
.pathology-content-typo ul li {
  margin-bottom: 1rem;
}
.pathology-content-typo ul li::marker {
  font-size: 1.25em;
  color: #FFCA13;
}
.pathology-content-typo p strong {
  color: var(--bs-site-primary);
}
.pathology-content__index-accordion {
  position: sticky;
  z-index: 1000;
  top: calc(50px + 1rem);
}
@media (min-width: 992px) {
  .pathology-content__index-accordion {
    top: calc(90px + 1rem);
  }
}
.pathology-content__index-accordion .accordion-item {
  border-radius: 1.625rem !important;
}
.pathology-content__index-accordion .accordion-button {
  border-radius: 0 !important;
}

.badge-list .--hidden {
  display: none;
}

.showMoreItem.--hidden {
  display: none !important;
}

.prenotazioni-box-item__title span {
  color: var(--bs-site-primary-light);
}
@media (min-width: 992px) {
  .prenotazioni-box-item__figure {
    position: absolute;
    bottom: 0.5rem;
    right: -1rem;
    width: 110%;
  }
  .sanita .prenotazioni-box-item__figure {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
  }
}
.prenotazioni-box-item__icon img {
  height: 55px;
  width: auto;
}
@media (min-width: 992px) {
  .prenotazioni-box-item__icon img {
    height: 65px;
  }
}

/* Stili base per le regioni */
#mappa-italia .region-default {
  fill: #92becc;
  transition: all 0.3s ease;
}
#mappa-italia .region-default path {
  fill: #92becc;
  transition: all 0.3s ease;
}
#mappa-italia .region-active {
  fill: #439ab5;
  transition: all 0.3s ease;
}
#mappa-italia .region-active path {
  fill: #439ab5;
  transition: all 0.3s ease;
}
#mappa-italia .region-active:hover {
  fill: #163047;
}
#mappa-italia .region-link {
  pointer-events: all;
  text-decoration: none;
}
#mappa-italia .region-highlighted {
  fill: #163047;
}
#mappa-italia .region-highlighted path {
  fill: #163047;
}

.regioni-selector select {
  width: 100%;
  border: 1px solid #003e5c;
}

.staff-table > :not(caption) > * > * {
  padding: 0.5rem;
}

.kormed-hero {
  --bannerFirstBreak: #0095aaff;
  --turquoiseDark: #008093;
  --top: 1rem;
  --cicleHeight: 500px;
  --size: 40px;
  position: relative;
  --containerWidth: 960px;
  /* &__description{
      background: linear-gradient(90deg, #46BED7 -0.34%, #008093 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
  } */
}
@media (min-width: 1200px) {
  .kormed-hero {
    --containerWidth: 1140px;
  }
}
@media (min-width: 1400px) {
  .kormed-hero {
    --containerWidth: 1320px;
  }
}
@media (max-width: 1399.98px) {
  .kormed-hero {
    --size: 35px;
  }
}
@media (max-width: 1199.98px) {
  .kormed-hero {
    --cicleHeight: 400px;
    --size: 30px;
    --top: 2rem;
  }
}
@media (max-width: 991.98px) {
  .kormed-hero {
    --top: .75rem;
    --cicleHeight: 340px;
    --size: 25px;
  }
  .kormed-hero > .container {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .kormed-hero {
    --cicleHeight: 96%;
  }
}
.kormed-hero:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  height: var(--size);
  background-color: var(--bannerFirstBreak);
  width: calc(50% + var(--size) + var(--cicleHeight) / 2);
  right: 0;
  top: calc(var(--cicleHeight) - var(--size) + var(--top));
}
@media (max-width: 1199.98px) {
  .kormed-hero:before {
    width: calc(50% + var(--size) + var(--cicleHeight) / 2 + var(--bs-gutter-x));
  }
}
@media (max-width: 991.98px) {
  .kormed-hero:before {
    display: none;
  }
}
.kormed-hero.--homepage {
  overflow: hidden;
}
.kormed-hero.--homepage:before {
  width: calc(var(--containerWidth) / 2 - var(--cicleHeight) / 2 + var(--cicleHeight) / 2 + var(--size) * 0.75);
  right: calc((100vw - var(--containerWidth)) / 2 + var(--cicleHeight) / 2);
}
@media (max-width: 1199.98px) {
  .kormed-hero.--homepage:before {
    right: calc((95vw - var(--containerWidth)) / 2 + var(--cicleHeight) / 2 + var(--bs-gutter-x));
  }
}
.kormed-hero.--homepage:after {
  content: "";
  display: block;
  border: solid 0px;
  padding: var(--size);
  border-radius: 100%;
  height: var(--cicleHeight);
  width: var(--cicleHeight);
  position: absolute;
  top: calc(var(--top) + var(--cicleHeight) - var(--size));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  right: calc((100vw - var(--containerWidth)) / 2);
  background: conic-gradient(var(--bannerFirstBreak) 0deg, var(--turquoiseDark) 90deg, rgba(0, 0, 0, 0) 90deg, rgba(0, 0, 0, 0) 360deg);
  z-index: 0;
}
@media (max-width: 991.98px) {
  .kormed-hero.--homepage:after {
    display: none;
  }
}
.kormed-hero__img {
  position: relative;
  display: block;
}
@media (max-width: 767.98px) {
  .kormed-hero__img {
    overflow: hidden;
    aspect-ratio: 1/1;
  }
}
.kormed-hero__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media (min-width: 992px) {
  .kormed-hero__img img {
    max-height: 585px;
  }
}
@media (max-width: 767.98px) {
  .kormed-hero__img img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 3rem);
    height: 100%;
  }
}
.kormed-hero__img:after {
  content: "";
  display: block;
  border: solid 0px;
  padding: var(--size);
  border-radius: 100%;
  height: var(--cicleHeight);
  width: var(--cicleHeight);
  aspect-ratio: 1/1;
  position: absolute;
  transform: rotate(180deg);
  -webkit-mask: conic-gradient(#fff 0deg, #fff 270deg, #000 270deg, #000 360deg) content-box, conic-gradient(#fff 0deg, #fff 270deg, #000 270deg, #000 360deg);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  top: var(--top);
  right: calc(var(--size) / 2 * -2);
  background: conic-gradient(var(--bannerFirstBreak) 0deg, var(--turquoiseDark) 270deg, rgba(0, 0, 0, 0) 270deg, rgba(0, 0, 0, 0) 360deg);
}
@media (max-width: 991.98px) {
  .kormed-hero__img:after {
    top: 50%;
    right: 49.5%;
    transform: translate(50%, -50%) rotate(180deg);
  }
}
@media (max-width: 767.98px) {
  .kormed-hero__img:after {
    height: calc(var(--cicleHeight) - var(--bs-gutter-x) * 2);
    width: calc(var(--cicleHeight) - var(--bs-gutter-x) * 2);
  }
}
.kormed-hero__img:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  height: var(--size);
  background-color: var(--bannerFirstBreak);
  width: 50%;
  right: 0;
  top: calc(50% - var(--size) * 2 + var(--cicleHeight) / 2);
}
@media (min-width: 768px) {
  .kormed-hero__img:before {
    top: calc(50% - var(--size) + var(--cicleHeight) / 2);
  }
}
@media (min-width: 992px) {
  .kormed-hero__img:before {
    display: none;
  }
}
.kormed-hero__content {
  z-index: 10;
}
@media (min-width: 1200px) {
  .kormed-hero__content {
    padding-bottom: calc(600px - var(--top) - var(--cicleHeight) + var(--size));
  }
}
.kormed-hero__services:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  width: var(--size);
  background-color: var(--turquoiseDark);
  height: calc(100% - var(--cicleHeight) / 2);
  right: calc((100vw - var(--containerWidth)) / 2);
  top: calc(var(--top) + var(--cicleHeight) - var(--size) + var(--cicleHeight) / 2);
}
.kormed-hero__services-item figure {
  width: 80px;
  height: 80px;
}
@media (max-width: 991.98px) {
  .kormed-hero__services-item figure {
    width: 50px;
    height: 50px;
  }
}
.kormed-hero__services-item i {
  transition: 0.2s linear all;
}
.kormed-hero__services-item:hover i {
  transform: translateX(4px);
}

.kormed-newsevent-card {
  border-radius: 35px 35px 0 0;
  overflow: hidden;
}
.kormed-newsevent-card__thumb {
  border-bottom: 12px solid var(--bs-site-primary);
}
.kormed-newsevent-card__thumb img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.--eventi .kormed-newsevent-card__thumb {
  border-color: var(--bs-site-primary-dark);
}
.kormed-newsevent-card__content {
  padding: 1.5rem;
  position: relative;
}
.kormed-newsevent-card__content:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  width: 0px;
  background-color: #FFCA13;
  height: 5px;
  left: 2rem;
  bottom: calc(2rem - 5px);
  transition: 0.2s linear all;
}
@media (min-width: 992px) {
  .kormed-newsevent-card.second, .kormed-newsevent-card.third {
    border-radius: 35px 0 0 35px;
  }
  .kormed-newsevent-card.second .kormed-newsevent-card__thumb, .kormed-newsevent-card.third .kormed-newsevent-card__thumb {
    aspect-ratio: 1/1;
    border-bottom: none;
    border-right: 12px solid var(--bs-site-primary);
  }
  .kormed-newsevent-card.second .kormed-newsevent-card__thumb img, .kormed-newsevent-card.third .kormed-newsevent-card__thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .kormed-newsevent-card__desc {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* numero di righe */
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 3;
    box-orient: vertical;
    -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
            mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
  }
}
.kormed-newsevent-card:hover .kormed-newsevent-card__content:before {
  width: 20px;
}

.badge {
  display: inline-flex;
  border-radius: 4px;
  border: 1px solid var(--bs-site-primary-light);
  color: var(--bs-site-primary-light);
  padding: 0.5rem 0.5rem;
  font-weight: 700;
  line-height: inherit;
}
.badge.--active, .badge:hover {
  color: var(--bs-site-primary-dark);
}

.kormed-page-header {
  --bannerFirstBreak: #0095aaff;
  --turquoiseDark: #008093;
  --top: 1rem;
  --cicleHeight: 500px;
  --size: 40px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .kormed-page-header {
    --cicleHeight: 360px;
  }
}
@media (max-width: 991.98px) {
  .kormed-page-header {
    --top: .75rem;
    --cicleHeight: 96%;
    --size: 25px;
  }
}
.kormed-page-header a {
  color: var(--bs-site-primary-dark);
}
.kormed-page-header__img {
  position: relative;
  aspect-ratio: 1/1;
  height: var(--cicleHeight);
  padding: calc(var(--size) + 15px);
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .kormed-page-header__img {
    padding: calc(var(--size) + 22px);
  }
}
.kormed-page-header__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .kormed-page-header__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1/1;
    width: calc(var(--cicleHeight) - var(--size) * 2 - 1rem);
    height: calc(var(--cicleHeight) - var(--size) * 2 - 1rem);
    display: block;
    max-width: 100vw;
  }
}
.kormed-page-header__img:before {
  content: "";
  display: block;
  border: solid 0px;
  padding: var(--size);
  border-radius: 100%;
  height: var(--cicleHeight);
  aspect-ratio: 1/1;
  position: absolute;
  -webkit-mask: conic-gradient(#fff 0deg, #fff 270deg, #000 270deg, #000 360deg) content-box, conic-gradient(#fff 0deg, #fff 270deg, #000 270deg, #000 360deg);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(180deg);
  background: conic-gradient(var(--bannerFirstBreak) 0deg, var(--turquoiseDark) 270deg, rgba(0, 0, 0, 0) 270deg, rgba(0, 0, 0, 0) 360deg);
}
.kormed-page-header__img:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  height: var(--size);
  background-color: var(--bannerFirstBreak);
  width: 100vw;
  left: 50%;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .kormed-page-header__img:after {
    bottom: auto;
    top: calc(50% - var(--size) + var(--cicleHeight) / 2);
    left: 49%;
  }
}

.kormed-share-button {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #FFCA13;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s linear all;
}
.kormed-share-button:hover {
  background-color: #FFCA13;
}

.load-more-text {
  transition: 0.2s linear all;
  text-decoration: underline;
  font-weight: 500;
}
.load-more-text:hover {
  color: var(--bs-site-primary-light);
}

.showMoreBtn {
  transition: 0.2s linear all;
}
.showMoreBtn span {
  text-decoration: underline;
  font-weight: 500;
}
.showMoreBtn:hover {
  color: var(--bs-site-primary-light);
}

.kormed-more-link {
  color: var(--bs-site-primary-dark);
  transition: 0.2s linear all;
  font-family: "rustica", sans-serif;
  font-weight: 400;
}
.kormed-more-link > span {
  text-decoration: underline;
}
.kormed-more-link > i {
  transition: 0.2s linear all;
}
.kormed-more-link:hover i {
  transform: translateX(4px);
}

.kormed-card-struttura {
  overflow: hidden;
  border-radius: 26px 26px 0 0;
}
.kormed-card-struttura a {
  color: #003e5c;
  transition: 0.2s linear all;
}
.kormed-card-struttura__link span {
  transition: 0.2s linear all;
}
.kormed-card-struttura:hover a {
  color: var(--bs-site-primary);
}
.kormed-card-struttura:hover .kormed-card-struttura__link span {
  color: var(--bs-site-primary);
}

/* Rounded Specifici */
.kormed-rounded-bottom {
  border-radius: 0 0 26px 26px;
}

.kormed-rounded-right {
  border-radius: 0 26px 26px 0;
}

.kormed-rounded-left {
  border-radius: 26px 0 0 26px;
}

.enciclopedia-card .rounded-circle, .enciclopedia-card .sanita .map__container .gm-style .gm-style-iw-chr button, .sanita .map__container .gm-style .gm-style-iw-chr .enciclopedia-card button, .enciclopedia-card .corporate .map__container .gm-style .gm-style-iw-chr button, .corporate .map__container .gm-style .gm-style-iw-chr .enciclopedia-card button, .enciclopedia-card .lp-regione__structure-map__card-close {
  transition: 0.2s linear all;
}
.enciclopedia-card i {
  transition: 0.2s linear all;
}
.enciclopedia-card:hover .rounded-circle, .enciclopedia-card:hover .sanita .map__container .gm-style .gm-style-iw-chr button, .sanita .map__container .gm-style .gm-style-iw-chr .enciclopedia-card:hover button, .enciclopedia-card:hover .corporate .map__container .gm-style .gm-style-iw-chr button, .corporate .map__container .gm-style .gm-style-iw-chr .enciclopedia-card:hover button, .enciclopedia-card:hover .lp-regione__structure-map__card-close {
  background-color: #003e5c !important;
}
.enciclopedia-card:hover .rounded-circle i, .enciclopedia-card:hover .sanita .map__container .gm-style .gm-style-iw-chr button i, .sanita .map__container .gm-style .gm-style-iw-chr .enciclopedia-card:hover button i, .enciclopedia-card:hover .corporate .map__container .gm-style .gm-style-iw-chr button i, .corporate .map__container .gm-style .gm-style-iw-chr .enciclopedia-card:hover button i, .enciclopedia-card:hover .lp-regione__structure-map__card-close i {
  color: #FFCA13 !important;
}

.kormed-shape-section {
  --bannerFirstBreak: #0095aaff;
  --turquoiseDark: #008093;
  --cicleHeight: 500px;
  --size: 40px;
  position: relative;
  overflow: hidden;
  --containerWidth: 960px;
}
@media (min-width: 992px) {
  .kormed-shape-section {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .kormed-shape-section {
    --containerWidth: 1140px;
  }
}
@media (min-width: 1400px) {
  .kormed-shape-section {
    --containerWidth: 1320px;
  }
}
@media (max-width: 1399.98px) {
  .kormed-shape-section {
    --cicleHeight: 400px;
    --size: 35px;
  }
}
@media (max-width: 1199.98px) {
  .kormed-shape-section {
    --cicleHeight: 360px;
    --size: 30px;
  }
}
@media (max-width: 991.98px) {
  .kormed-shape-section {
    --cicleHeight: 100%;
    --size: 25px;
  }
}
.kormed-shape-section a {
  color: var(--bs-site-primary-dark);
}
.kormed-shape-section__img {
  position: relative;
  aspect-ratio: 1/1;
  padding: calc(var(--size) + 15px);
  height: 100%;
  width: var(--cicleHeight);
}
@media (max-width: 1399.98px) {
  .kormed-shape-section__img {
    height: auto;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .kormed-shape-section__img {
    padding: calc(var(--size) + 22px);
  }
}
.kormed-shape-section__img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1;
}
@media (min-width: 1400px) {
  .kormed-shape-section__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1/1;
    width: calc(var(--cicleHeight) - var(--size) * 2 - 1rem);
    height: calc(var(--cicleHeight) - var(--size) * 2 - 1rem);
    display: block;
    max-width: 100vw;
  }
}
.kormed-shape-section__img:before {
  content: "";
  display: block;
  border: solid 0px;
  padding: var(--size);
  border-radius: 100%;
  height: var(--cicleHeight);
  width: var(--cicleHeight);
  aspect-ratio: 1/1;
  position: absolute;
  -webkit-mask: conic-gradient(#fff 0deg, #fff 270deg, #000 270deg, #000 360deg) content-box, conic-gradient(#fff 0deg, #fff 270deg, #000 270deg, #000 360deg);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-90deg);
  background: conic-gradient(var(--turquoiseDark) 0deg, var(--bannerFirstBreak) 270deg, rgba(0, 0, 0, 0) 270deg, rgba(0, 0, 0, 0) 360deg);
  z-index: 10;
}
@media (max-width: 1399.98px) {
  .kormed-shape-section__img:before {
    height: 100%;
  }
}
.--reverse .kormed-shape-section__img:before {
  background: conic-gradient(var(--bannerFirstBreak) 0deg, var(--turquoiseDark) 270deg, rgba(0, 0, 0, 0) 270deg, rgba(0, 0, 0, 0) 360deg);
  transform: translate(50%, -50%) rotate(180deg);
}
.kormed-shape-section__img:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  right: calc(0% - var(--bs-gutter-x));
  bottom: 0;
  height: var(--size);
  background-color: #ffffff;
  width: calc(50% + var(--bs-gutter-x));
}
.--reverse .kormed-shape-section__img:after {
  right: auto;
  left: calc(0% - var(--bs-gutter-x));
}
.kormed-shape-section > .container {
  position: relative;
}
.kormed-shape-section > .container:before {
  right: calc(0% + var(--bs-gutter-x));
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  height: var(--size);
  background-color: var(--bannerFirstBreak);
  width: calc(100% - var(--cicleHeight) / 2 - var(--bs-gutter-x) * 2);
}
@media (max-width: 991.98px) {
  .kormed-shape-section > .container:before {
    left: 0;
    width: 50%;
    transform: translateX(0%);
    /* left: var(--bs-gutter-x);
    transform: translateX(0%) rotate(-90deg);
    display: block;
    border: solid 0px;
    padding: var(--size);
    border-radius: 100%;
    width: calc(100vw - (var(--bs-gutter-x) * 2));
    height: calc(100vw - (var(--bs-gutter-x) * 2));
    aspect-ratio: 1/1;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    background: conic-gradient(var(--turquoiseDark) 0deg, var(--bannerFirstBreak) 90deg, rgba(0, 0, 0, 0) 90deg, rgba(0, 0, 0, 0) 360deg);
    top: calc( var(--cicleHeight) - var(--size)); */
  }
  .--reverse .kormed-shape-section > .container:before {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 376px) {
  .kormed-shape-section > .container:before {
    transform: translateY(-0.5px) translateX(0) !important;
  }
}
@media screen and (max-width: 767px) {
  .kormed-shape-section > .container:before {
    transform: translateY(-0.4px) translateX(0) !important;
  }
}
.kormed-shape-section.--reverse > .container:before {
  right: auto;
  left: calc(0% + var(--bs-gutter-x));
}
@media (max-width: 991.98px) {
  .kormed-shape-section.--reverse > .container:before {
    left: auto;
    right: 0;
    width: 50%;
    transform: translateX(0%);
  }
}
.kormed-shape-section__content {
  position: relative;
  z-index: 8;
}
.kormed-shape-section__content:before {
  content: "";
  display: block;
  position: absolute;
  width: var(--size);
  background-color: var(--turquoiseDark);
  height: calc(100% - var(--cicleHeight) / 2 + var(--size));
  left: calc((100vw - var(--containerWidth)) / 2 + var(--bs-gutter-x, 0.75rem));
  top: calc(0% + var(--cicleHeight) / 2 - var(--size));
}
@media (max-width: 991.98px) {
  .kormed-shape-section__content:before {
    display: none;
  }
}
.--reverse .kormed-shape-section__content:before {
  left: auto;
  right: calc((100vw - var(--containerWidth)) / 2 + var(--bs-gutter-x, 0.75rem));
}
.kormed-shape-section__content:after {
  content: "";
  display: block;
  border: solid 0px;
  padding: var(--size);
  border-radius: 100%;
  height: var(--cicleHeight);
  width: var(--cicleHeight);
  position: absolute;
  top: calc(0% - var(--size));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  left: calc((100vw - var(--containerWidth)) / 2 + var(--bs-gutter-x, 0.75rem));
  background: conic-gradient(var(--turquoiseDark) 0deg, var(--bannerFirstBreak) 90deg, rgba(0, 0, 0, 0) 90deg, rgba(0, 0, 0, 0) 360deg);
  transform: rotate(-90deg);
}
.--reverse .kormed-shape-section__content:after {
  background: conic-gradient(var(--bannerFirstBreak) 0deg, var(--turquoiseDark) 90deg, rgba(0, 0, 0, 0) 90deg, rgba(0, 0, 0, 0) 360deg);
  left: auto;
  right: calc((100vw - var(--containerWidth)) / 2 + var(--bs-gutter-x, 0.75rem));
  transform: rotate(0deg);
}
@media (max-width: 991.98px) {
  .kormed-shape-section__content:after {
    display: none;
  }
}

.card-carousel {
  position: relative;
}
.card-carousel .swiper-preloader {
  display: block;
}
.card-carousel.loaded::before {
  display: none;
}
.card-carousel.loaded .swiper-wrapper {
  visibility: visible;
}
.card-carousel.loaded .swiper-preloader {
  display: none;
}
.card-carousel .swiper-navigation .swiper-navigation-prev,
.card-carousel .swiper-navigation .swiper-navigation-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  background-color: #FFCA13;
  border-radius: 100%;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .card-carousel .swiper-navigation .swiper-navigation-prev,
  .card-carousel .swiper-navigation .swiper-navigation-next {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.card-carousel .swiper-navigation .swiper-navigation-prev i,
.card-carousel .swiper-navigation .swiper-navigation-next i {
  transition: 0.2s linear all;
}
.card-carousel .swiper-navigation .swiper-navigation-prev:hover,
.card-carousel .swiper-navigation .swiper-navigation-next:hover {
  background-color: #003e5c;
  color: #FFCA13;
}
.card-carousel .swiper-navigation .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.card-carousel .swiper-navigation .swiper-navigation-prev {
  left: -25px;
}
.card-carousel .swiper-navigation .swiper-navigation-prev:hover i {
  transform: translateX(-4px);
}
@media (max-width: 991.98px) {
  .card-carousel .swiper-navigation .swiper-navigation-prev {
    left: -20px;
  }
}
.card-carousel .swiper-navigation .swiper-navigation-next {
  right: -25px;
}
.card-carousel .swiper-navigation .swiper-navigation-next:hover i {
  transform: translateX(4px);
}
@media (max-width: 991.98px) {
  .card-carousel .swiper-navigation .swiper-navigation-next {
    right: -20px;
  }
}
.card-carousel .swiper-slide {
  transition: opacity 0.3s ease;
}
@media (max-width: 991.98px) {
  .card-carousel .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.5;
  }
}
.card-carousel::after {
  --containerWidth: 960px;
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: calc((100vw - var(--containerWidth)) / 2 + var(--bs-gutter-x) * 2);
  height: 100%;
  background: linear-gradient(90deg, rgba(234, 247, 249, 0) 0%, #EAF7F9 100%);
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .card-carousel::after {
    --containerWidth: 1140px;
  }
}
@media (min-width: 1400px) {
  .card-carousel::after {
    --containerWidth: 1320px;
  }
}
@media (max-width: 991.98px) {
  .card-carousel::after {
    display: none;
  }
}
.card-carousel__item-button {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #FFCA13;
  transition: 0.2s linear all;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-carousel__item:hover .card-carousel__item-button {
  background-color: #003e5c;
  color: #FFCA13;
}

.korian-section {
  position: relative;
}
@media (max-width: 991.98px) {
  .korian-section figure {
    max-width: 999999999px;
    margin: 0 -1.5rem;
  }
}
@media (min-width: 992px) {
  .korian-section figure img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 992px) {
  .sanita .w-lg-75 {
    width: 75% !important;
  }
}

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