@charset "UTF-8";
:root {
  --gb-white:#fff;
  --gb-black:#000;
  --gb-white-smoke:#eee;
  --gb-white-smoke-light:#F5F5F5;
  --gb-red:#f00;
  --gb-green:#00CA44;
  --gb-yellow:#ffd52d;
  --gb-electric-lava: #FD4C0F;
  --gb-casal: #2B5C67;
  --gb-dark-casal: var(--gb-casal);
  --gb-misty-blue-gray: #DBE2E4;
  --gb-medium-gray: #707070;
  --gb-classic-matte-grey: #6E6E6E;
  --gb-saltpan: #EFF5F2;
  --gb-seafoam-mist: #D0DBDD;
  --gap: 15px;
  --component-pad:40px;
  --component-pad-top:var(--component-pad);
  --component-pad-foot:40px;
  --spinner-w:33px;
  --jost: "Jost", 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";
  --header-height:93px;
  --sans-serif: "Roboto",sans-serif;
}
@media screen and (max-width: 991px) {
  :root {
    --header-height:70px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --header-height:50px;
  }
}

@font-face {
  font-family: "Jost";
  src: url("/gb/css/font/Jost-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("/gb/css/font/Jost-Italic-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Jost-Italic-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Jost-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-style: normal;
  font-display: swap;
}
a {
  color: currentColor !important;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
html.mobile a[href^="tel:"] {
  pointer-events: auto;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}
* img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.gb-hidden-visually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 0px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0px !important;
}

button {
  cursor: pointer !important;
  color: currentColor;
}

textarea, input, button {
  box-shadow: none;
  border-radius: 0;
  background: none;
  border: none;
}

:focus, :visited, :active {
  box-shadow: none;
}

legend {
  float: none !important;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.gb-disabled,
.gb_disabled {
  opacity: 0.8;
  pointer-events: none;
}

[data-componente=aliasServiceComponet],
.aliasServiceComponet {
  background: #f8f8f8;
  color: currentColor;
  padding-top: 20px;
  padding-bottom: 20px;
}
[data-componente=aliasServiceComponet] .container gb-alert-text,
.aliasServiceComponet .container gb-alert-text {
  display: block;
  font-size: 10px;
  padding-bottom: 20px;
}
[data-componente=aliasServiceComponet] .container ul.aliasServiceID,
.aliasServiceComponet .container ul.aliasServiceID {
  padding: 0;
  margin: 0;
}
[data-componente=aliasServiceComponet] .container ul.aliasServiceID li,
.aliasServiceComponet .container ul.aliasServiceID li {
  display: inline-block;
  vertical-align: middle;
}
[data-componente=aliasServiceComponet] .container ul.aliasServiceID li p,
.aliasServiceComponet .container ul.aliasServiceID li p {
  margin-bottom: 0;
  font-size: 14px;
}
[data-componente=aliasServiceComponet] .container ul.aliasServiceID li p strong,
.aliasServiceComponet .container ul.aliasServiceID li p strong {
  color: #e32426;
}
[data-componente=aliasServiceComponet] .container ul.aliasServiceID li p span,
.aliasServiceComponet .container ul.aliasServiceID li p span {
  background: #81be41;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 0.3em;
}
[data-componente=aliasServiceComponet] .container ul.aliasServiceID li p span svg,
.aliasServiceComponet .container ul.aliasServiceID li p span svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
[data-componente=aliasServiceComponet] .container gb-url-componente,
.aliasServiceComponet .container gb-url-componente {
  display: block;
  font-size: 12px;
  margin-top: 20px;
}

gb-aliasServiceComponetAnteprimaText {
  display: block;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 14px;
}

@media (min-width: 1600px) {
  .container-lg,
  .container-md,
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1900px) {
  .container-lg,
  .container-md,
  .container {
    max-width: 1600px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding-inline: 20px;
  }
}
.container-fluid {
  padding-inline: 20px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-inline: 20px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-inline: 30px;
  }
}

picture {
  display: block;
}

.gb-breadcrumb-wrapper {
  padding-block: 10px;
}
.gb-breadcrumb-wrapper .gb-breadcrumb {
  padding: 0;
  list-style: none;
  line-height: 1.2;
  color: currentColor;
  margin: 0;
}
.gb-breadcrumb-wrapper .gb-breadcrumb li {
  font-size: 0.75rem;
  font-style: normal;
  line-height: 0.8;
  display: inline;
  padding-bottom: 0;
}
.gb-breadcrumb-wrapper .gb-breadcrumb li a {
  display: inline;
  font-weight: 300;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gb-breadcrumb-wrapper .gb-breadcrumb li a:hover {
  text-decoration: underline;
}
.gb-breadcrumb-wrapper .gb-breadcrumb li:last-child {
  font-weight: 600;
}
.gb-breadcrumb-wrapper .gb-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin: 0 3px;
  display: inline;
}

.gb-skip-content {
  position: fixed;
  top: 15px;
  left: 20px;
  border-radius: 10px;
  background: var(--gb-black);
  text-decoration: none;
  --wght: 600;
  padding: 8px 20px;
  font-size: 14px;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
  cursor: pointer;
  border: solid 3px color-mix(in srgb, var(--gb-black) 80%, var(--gb-black));
  color: var(--gb-white) !important;
}
.gb-skip-content:not(:focus-visible) {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 0px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0px !important;
}
.gb-skip-content span {
  display: block;
  font-size: 0.8em;
  background: var(--gb-white);
  color: var(--gb-black);
  border-radius: 5px;
  padding: 4px 8px;
}
.gb-skip-content span gb-enter {
  display: inline-flex;
  padding: 8px 4px;
  border-radius: 4px;
  background: var(--gb-black);
  color: var(--gb-white);
  margin-left: 6px;
}
.gb-skip-content span gb-enter svg {
  display: block;
  width: 10px;
  height: auto;
}

.pswp .pswp__button--zoom {
  display: none !important;
}
.pswp .pswp__bg {
  background: #fff;
}
.pswp .pswp__top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  z-index: 90;
  padding: 10px;
}
.pswp .pswp__button {
  display: block;
  float: right;
  padding: 0;
  top: 50%;
  background: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}
.pswp .pswp__button svg {
  pointer-events: none;
  fill: #444;
}
.pswp .pswp__button.pswp__button--arrow--prev, .pswp .pswp__button.pswp__button--arrow--next {
  color: var(--gb-blue);
  font-size: 32px;
}
.pswp .pswp__button.pswp__button--arrow--prev svg, .pswp .pswp__button.pswp__button--arrow--next svg {
  width: 40%;
  height: 40%;
  fill: #333;
  transform: rotate(90deg);
  transform-origin: center center;
}
html.mobile .pswp .pswp__button.pswp__button--arrow--prev, html.mobile .pswp .pswp__button.pswp__button--arrow--next {
  display: none;
}
.pswp .pswp__button.pswp__button--close {
  height: 28px;
  width: 28px;
  display: block;
  border-radius: 50%;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  padding: 0;
  margin-top: 0;
  top: 0;
  -webkit-text-stroke-width: 1px !important;
}
.pswp .pswp__button.pswp__button--arrow--right {
  right: 10px;
  left: auto;
}
.pswp .pswp__button.pswp__button--arrow--right svg {
  transform: rotate(-90deg);
  transform-origin: center center;
}
.pswp .pswp__counter, .pswp .pswp__caption {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 700;
  color: #444;
  text-align: center;
  font-family: var(--font-sans-serif);
  height: 44px;
  padding: 10px 0;
}
.pswp .pswp__caption {
  bottom: auto;
  top: 0;
  z-index: 5;
  padding: 10px 43px;
}
@media (max-width: 767px) {
  .pswp .pswp__caption {
    font-size: 12px;
  }
}
.pswp .pswp__caption.pswp__caption--fake {
  display: none;
}
.pswp .pswp__button--share {
  display: none !important;
}
.pswp .pswp__wrapper {
  line-height: 0;
  width: 100%;
  height: auto;
  max-width: 90vmin;
  z-index: 1045;
  position: absolute;
  top: 50%;
  lefT: 50%;
  transform: translate(-50%, -50%);
}
.pswp .pswp__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}
.pswp .pswp__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pswp video {
  width: 100% !important;
  height: auto !important;
}

gb-bold {
  font-weight: 600;
  display: inline;
}

gb-uppercase {
  text-transform: uppercase;
  display: inline;
}

gb-lowercase {
  text-transform: lowercase;
  display: inline;
}

gb-italic {
  font-style: italic;
}

gb-highlight {
  background: color-mix(in srgb, #f3ea06 80%, transparent);
}

gb-big {
  font-size: 1.2em;
}

.gb-break-flex {
  flex-basis: 100%;
  height: 0;
}

p:last-child, ul:last-child, ol:last-child {
  margin: 0;
}

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

b, strong {
  font-weight: 600;
}

html {
  overscroll-behavior: none;
}

body {
  opacity: 1;
  color: var(--gb-black);
  font-family: var(--sans-serif);
  background: var(--gb-white);
}

section {
  background: var(--gb-white);
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  section.d-lg-none-cms > *:not(.greencms_button_tools) {
    opacity: 0.5;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  section.d-md-none-cms > *:not(.greencms_button_tools) {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  section.d-xs-none-cms > *:not(.greencms_button_tools), section.d-sm-none-cms > *:not(.greencms_button_tools) {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  section.d-xs-none {
    display: none !important;
  }
  section.d-xs-block {
    display: block !important;
  }
}

header {
  width: 100%;
  border-bottom: 5px solid var(--gb-electric-lava);
  position: sticky;
  top: 0;
  background: white;
  z-index: 1100;
  height: 100%;
}
header .header-inner {
  height: var(--header-height);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1299px) {
  header .header-inner {
    display: flex;
    justify-content: space-between;
  }
}
header .header-inner svg {
  width: 190px;
  height: auto;
}
header .header-inner svg path.cls-1 {
  fill: var(--gb-casal);
}
header .header-inner svg path.cls-2 {
  fill: var(--gb-electric-lava);
}
@media screen and (max-width: 991px) {
  header .header-inner svg {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner svg {
    width: auto;
    height: calc(var(--header-height) - 30px);
  }
}
header .header-inner .header-title {
  color: var(--gb-casal);
  font-family: var(--sans-serif);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
@media screen and (max-width: 1299px) {
  header .header-inner .header-title {
    cursor: pointer;
    pointer-events: auto; /* Attiva il click */
    align-items: center;
    gap: 8px;
  }
}
header .header-inner .header-title .menu-icon {
  display: none; /* Nasconde l'icona menu su desktop */
  font-size: 16px;
}
@media screen and (max-width: 1299px) {
  header .header-inner .header-title .menu-icon {
    display: inline-block;
  }
}
header .header-inner .header-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
@media screen and (max-width: 1299px) {
  header .header-inner .header-button {
    display: none;
  }
}
header .header-inner .header-button img {
  width: 42px;
  height: 42px;
  margin: 10px;
}
header .header-inner .header-button button {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
header .header-inner .header-button i {
  font-size: 42px;
  padding-inline: 10px;
  color: var(--gb-casal);
}
@media screen and (max-width: 991px) {
  header .header-inner .header-button i {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner .header-button i {
    font-size: 25px;
  }
}
header .header-inner .header-button .nomi {
  display: flex;
  flex-direction: column;
}
header .header-inner .header-button .nomi span {
  color: var(--gb-casal);
  font-family: var(--sans-serif);
}
header .header-inner .header-button .nomi .nome_account {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
header .header-inner .header-button .nomi .accedi_come {
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}

footer {
  background: var(--gb-casal);
  /* Mobile: 1 colonna */
}
footer .first-footer {
  color: var(--gb-white);
  display: grid;
  grid-template-columns: auto repeat(4, 1fr); /* ← layout desktop: 5 colonne */
  align-items: start;
  font-family: var(--sans-serif);
  gap: 40px;
  padding-block: 34px;
}
@media screen and (max-width: 1299px) {
  footer .first-footer {
    grid-template-columns: repeat(3, 1fr) auto;
  }
}
@media screen and (max-width: 767px) {
  footer .first-footer {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
footer .first-footer .footer-info {
  text-align: left;
  margin-top: 0;
}
@media screen and (max-width: 1299px) {
  footer .first-footer .footer-info.logo-footer {
    grid-column: 1/-1;
  }
}
footer .first-footer .footer-info svg {
  width: 239px;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  footer .first-footer .footer-info svg {
    width: 200px;
  }
}
footer .first-footer .footer-info .footer-field {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-top: 17px;
  margin-bottom: 34px;
}
@media screen and (max-width: 991px) {
  footer .first-footer .footer-info .footer-field {
    margin-top: 10px;
    margin-bottom: 26px;
  }
}
footer .first-footer .footer-links {
  text-align: right;
  align-content: end;
  justify-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  footer .first-footer .footer-links {
    text-align: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .first-footer .footer-links {
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 576px) {
  footer .first-footer .footer-links {
    justify-content: start;
  }
}
footer .first-footer .footer-links .footer-link {
  display: block;
  margin-bottom: 34px;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 991px) {
  footer .first-footer .footer-links .footer-link {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 767px) {
  footer .first-footer .footer-links .footer-link {
    margin-bottom: 0px;
  }
}
footer .second-footer {
  min-height: 72px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--gb-white);
  font-family: var(--sans-serif);
  font-size: 14px;
  text-align: center;
  padding: 15px 20px;
  border-top: 5px solid var(--gb-white);
}
@media (max-width: 576px) {
  footer .first-footer {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 16px;
    margin-left: 10px;
  }
}

.error,
.gb-error {
  --error:var(--gb-red);
}
.error + *,
.gb-error + * {
  --error:var(--gb-red);
}

.gb-error-message {
  font-size: 16px;
  color: var(--gb-red);
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  background: color-mix(in srgb, var(--gb-red) 10%, transparent);
  padding: 6px 8px;
  border-radius: 8px;
}
.gb-error-message::before {
  flex: 0 0 auto;
  font-family: bootstrap-icons;
  content: "\f332";
  margin-right: 6px;
}

.gb-confirm-message {
  font-size: 14px;
  color: var(--gb-green);
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  background: color-mix(in srgb, var(--gb-green) 10%, transparent);
  padding: 6px 8px;
  border-radius: 8px;
}

label {
  font-size: 0.875rem;
  font-style: normal;
  --wght: 600;
  line-height: normal;
  letter-spacing: 0.49px;
  text-transform: uppercase;
  color: var(--error, var(--gb-black));
}

.gb-form-password,
.gb-form-input {
  position: relative;
}
.gb-form-password input[type=search],
.gb-form-password input[type=text],
.gb-form-password input[type=email],
.gb-form-password input[type=password],
.gb-form-input input[type=search],
.gb-form-input input[type=text],
.gb-form-input input[type=email],
.gb-form-input input[type=password] {
  padding: 16px 20px;
  width: 100%;
  border-radius: 4px;
  border: solid 2px var(--error, var(--gb-border));
  color: var(--gb-error, var(--gb-black));
  line-height: 1;
}
.gb-form-password input[type=search]::placeholder,
.gb-form-password input[type=text]::placeholder,
.gb-form-password input[type=email]::placeholder,
.gb-form-password input[type=password]::placeholder,
.gb-form-input input[type=search]::placeholder,
.gb-form-input input[type=text]::placeholder,
.gb-form-input input[type=email]::placeholder,
.gb-form-input input[type=password]::placeholder {
  opacity: 1;
  color: var(--gb-error, var(--gb-grey-text));
}
.gb-form-password + .errorMessage,
.gb-form-input + .errorMessage {
  font-size: 12px;
  color: var(--gb-red);
  display: flex;
  align-items: flex-start;
  margin-top: 3px;
}
.gb-form-password + .errorMessage::before,
.gb-form-input + .errorMessage::before {
  flex: 0 0 auto;
  font-family: bootstrap-icons;
  content: "\f332";
  margin-right: 6px;
}

.gb-form-password input[type] {
  padding-right: 60px;
}
.gb-form-password input[type] + button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.2em;
  padding: 8px;
}
.gb-form-password input[type] + button gb-icon {
  display: block;
  line-height: 1;
}

h1 {
  color: var(--gb-casal);
  text-align: center;
  font-family: var(--jost);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0px;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 18px;
  }
}

h2 {
  color: #FFF;
  font-family: var(--sans-serif);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 111.111% */
  letter-spacing: 0.05px;
}

.data-card {
  padding: 30px 0px;
  display: flex;
  --num:2;
  --gap:20px;
  flex-wrap: wrap;
  gap: var(--gap);
  border-radius: 20px;
}
@media screen and (min-width: 1299px) {
  .data-card {
    display: none;
  }
}
@media screen and (max-width: 676px) {
  .data-card {
    --num: 1;
  }
}

/* Singola Card */
.card {
  width: calc((100% - (var(--num, 2) - 1) * var(--gap, 40px)) / var(--num, 2));
  background: var(--gb-white-smoke-light);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px;
  /* Area Pulsanti */
}
.card .card-label {
  color: var(--gb-black);
  font-family: var(--sans-serif);
  font-size: 14px;
  font-weight: 700;
}
.card .card-field {
  color: var(--gb-black);
  font-family: var(--sans-serif);
  font-size: 14px;
  font-weight: 400;
}
.card .card-actions {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(43, 92, 103, 0.5019607843);
}
.card i {
  padding: 6px 12px;
  font-size: 22px;
  color: var(--gb-casal);
}
.card button {
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gb-casal);
  text-align: center;
  font-family: var(--sans-serif);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  height: 40px;
  text-decoration: none;
  border: 2px solid var(--gb-casal);
  width: 100%;
}
.card .bottone-dettaglio {
  color: var(--gb-casal);
  text-decoration: none;
  width: 100%;
}

.section-form-login-reg {
  min-height: calc(100vh - var(--header-height) - var(--footer-height, 0));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow-scrolling: unset;
}

.site-tabcont {
  max-width: 700px;
  padding: 20px 35px;
  border-radius: 20px;
  background: var(--gb-misty-blue-gray);
  margin-inline: auto;
  margin-block: 75px;
}
@media screen and (max-width: 991px) {
  .site-tabcont {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 767px) {
  .site-tabcont {
    padding-inline: 15px;
    margin-block: 100px;
  }
}
@media screen and (max-width: 576px) {
  .site-tabcont {
    padding-inline: 10px;
    margin-block: 75px;
    display: block;
    overflow-scrolling: unset;
  }
}

.site-form label {
  position: relative;
  color: var(--gb-black);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-left: 5px;
  margin-top: 25px;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .site-form label {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .site-form label {
    margin-top: 35px;
  }
}
@media screen and (max-width: 576px) {
  .site-form label {
    margin-top: 35px;
  }
}
.site-form input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  border: solid 2px var(--error, var(--gb-saltpan));
  border-radius: 100px;
  background: var(--gb-white);
  padding-left: 25px;
  padding-right: 25px;
}
.site-form .row:last-child {
  margin-bottom: 50px;
}
.site-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: solid 2px #e6e6e6;
  background: var(--gb-white);
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 20px;
  min-height: 150px;
}
.site-form select {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  border: solid 2px #e6e6e6;
  border-radius: 100px;
  background: var(--gb-white);
  padding-left: 30px;
  padding-right: 30px;
}
.site-form select {
  line-height: 1.15;
  -webkit-appearance: none;
  background-color: var(--gb-white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232b5c67' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.site-form .radio label, .site-form .checkbox label {
  font-size: 10px;
  color: var(--tcolor, #333);
  padding: 20px;
  height: 22px;
  width: 22px;
  margin-top: 38px;
}
.site-form .input-with-icon {
  position: relative;
}
.site-form .showPass {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-right: 25px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #285B65;
  font-size: 24px;
  width: auto;
  height: auto;
}
.site-form #Eventi_partecipanti-selectized {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  border: solid 2px var(--error, var(--gb-saltpan));
  border-radius: 100px;
  background: var(--gb-white);
  padding-left: 25px;
  padding-right: 25px;
}
.site-form input[type=checkbox] {
  border-radius: 2px;
  height: 20px;
  width: 20px;
}
.site-form input[readonly] {
  color: #6c757d;
  background: #fff;
  opacity: 1; /* evita che alcuni browser schiariscano troppo il testo */
}
.site-form .checkbox-row {
  margin-top: 10px;
  display: flex;
  align-items: center; /* allineamento verticale */
  gap: 6px; /* spazio tra checkbox e label */
}
.site-form .site-label-checkbox {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  text-transform: none;
  align-items: center;
  margin-block: 12px;
}
.site-form i {
  color: var(--gb-casal);
}
.site-form .accetta-termini {
  width: 100%;
  text-align: left;
  font-family: var(--sans-serif);
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.site-form .recupera-small {
  margin-top: 19px;
  color: var(--gb-black);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--sans-serif);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.site-ctacont {
  width: 100%;
  text-align: center;
}
.site-ctacont button, .site-ctacont input {
  width: 150px;
  height: 50px;
  font-size: 12px;
  font-family: var(--sans-serif);
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  background: var(--gb-casal);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gb-white);
  text-align: center;
}

.site-backtopsite {
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  margin-top: 14px;
}
.site-backtopsite a {
  color: #000;
}

.errorMessage {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  text-align: center;
  color: var(--gb-red);
}
.errorMessage::before {
  flex: 0 0 auto;
  font-family: bootstrap-icons;
  content: "\f332";
  margin-right: 6px;
  color: var(--gb-red);
}

.selectize-control.multi .selectize-input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 8px;
  border: 1px solid var(--gb-misty-blue-gray, #ccc);
  border-radius: 19px;
  min-height: 40px;
}
.selectize-control.multi .selectize-input > div[data-value] {
  order: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  background: var(--gb-white);
  border-radius: 100px;
  padding: 2px 6px;
  margin: 4px 4px 0 0;
  font-size: 0.85rem;
  white-space: nowrap;
}
.selectize-control.multi .selectize-input > div[data-value] .name {
  font-weight: 600;
}
.selectize-control.multi .selectize-input > div[data-value] .email {
  opacity: 0.7;
  font-size: 0.8em;
}
.selectize-control.multi .selectize-input > div[data-value] .remove {
  margin-left: 4px;
  text-decoration: none;
  color: inherit;
  opacity: 0.6;
}
.selectize-control.multi .selectize-input > div[data-value] .remove:hover {
  opacity: 1;
}
.selectize-control.multi .selectize-input input {
  order: -1;
  width: 100% !important;
  opacity: 1 !important;
  position: relative !important;
  left: 0 !important;
  border: none;
  outline: none;
  background: transparent;
  padding: 4px 2px;
  box-sizing: border-box;
}

.selectize-dropdown {
  z-index: 20;
  border: 1px solid var(--gb-casal);
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
.selectize-dropdown .selectize-dropdown-content > div[data-selectable] {
  padding: 6px 10px;
  cursor: pointer;
}
.selectize-dropdown .selectize-dropdown-content > div[data-selectable]:first-child {
  border-radius: 20px 20px 0 0;
}
.selectize-dropdown .selectize-dropdown-content > div[data-selectable]:last-child {
  border-radius: 0 0 20px 20px;
}
.selectize-dropdown .selectize-dropdown-content > div[data-selectable]:hover {
  background: var(--gb-white);
}
.selectize-dropdown .selectize-dropdown-content > div[data-selectable] .caption {
  display: block;
  font-size: 0.8em;
  opacity: 0.7;
}

.note-form {
  padding-inline: auto;
  background: var(--gb-white-smoke-light);
  border-radius: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.note-form .note-header {
  justify-content: space-between;
  padding: 14px 18px;
  background: var(--gb-white-smoke-light);
  text-align: left;
  color: var(--gb-black);
  font-family: var(--sans-serif);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.note-form .note-body {
  background: var(--gb-white-smoke-light);
  padding: 36px 18px;
  overflow-y: auto;
}

aside {
  background: var(--gb-misty-blue-gray);
  display: flex;
  flex-direction: column;
  width: 300px;
  left: 0;
  height: 100%;
  font-size: 15px;
}
@media screen and (max-width: 1298px) {
  aside {
    top: var(--header-height);
    position: fixed;
    left: 0;
    width: 100%;
    max-width: 400px;
    height: calc(100vh - var(--header-height));
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    z-index: 1050;
  }
  aside.open {
    transform: translateX(0);
  }
  aside.closed {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px) {
  aside {
    max-width: unset;
  }
}
@media screen and (min-width: 1299px) and (min-height: 555px) {
  aside nav {
    position: sticky;
    top: var(--header-height);
  }
}
aside nav ul {
  float: none;
  display: block;
  width: 100% !important;
  overflow: hidden;
  margin: 0 !important;
  padding: 40px 15px;
  list-style: none;
}
aside nav ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 15px;
  color: inherit;
  text-decoration: none;
}
aside nav ul li a > .bi {
  color: var(--gb-casal);
  flex: 0 0 auto;
  display: block;
  font-size: 18px;
}
aside nav ul li a > .bi::before {
  display: block;
}
aside nav ul li a span {
  display: block;
}
aside nav ul li a.active {
  background: #fff;
  border-radius: 100px;
}
aside .nav .open > a, aside .nav .open > a:hover, aside .nav .open > a:focus {
  background: rgba(255, 255, 255, 0.2) !important;
}
aside .aside-footer {
  padding: 30px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-top: auto;
  position: sticky;
  bottom: 0;
}
@media screen and (max-width: 1298px) {
  aside .aside-footer {
    text-align: center;
    justify-content: center;
  }
}
aside .aside-footer ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
aside .aside-footer ul li {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-transform: unset;
  padding-block: 5px;
}

.search-form-container {
  padding-inline: 10px;
}
@media screen and (max-width: 1299px) {
  .search-form-container {
    padding-inline: 0;
  }
}

.search-field {
  display: flex;
  align-items: center;
  border: 1px solid var(--gb-casal);
  border-radius: 100px;
  background: var(--gb-white);
  padding-inline: 15px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .search-field {
    width: 100%;
  }
}
.search-field button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  margin-right: 5px;
}
.search-field button i {
  color: var(--gb-casal);
  font-size: 20px;
  line-height: 1;
}
.search-field .search-icon {
  display: flex;
  align-items: center;
  flex: 1;
}
.search-field .search-icon input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  padding-block: 8px;
  font-size: 1rem;
}
.search-field .search-icon input::placeholder {
  color: var(--gb-casal);
  opacity: 0.6;
}

.meeting-grid {
  padding: 30px 0px;
  display: flex;
  --num:3;
  --gap:20px;
  flex-wrap: wrap;
  gap: var(--gap);
  /*
    @media screen and (max-width: 1299px){
      grid-template-columns: repeat(3, 1fr);
    }

    @media screen and (max-width: 991px){
      grid-template-columns: 1fr 1fr;
    }

    @media screen and (max-width: 767px){
      grid-template-columns: 1fr;
    }
  */
}
@media screen and (max-width: 991px) {
  .meeting-grid {
    --num: 2;
  }
}
@media screen and (max-width: 676px) {
  .meeting-grid {
    --num: 1;
  }
}
.meeting-grid .meeting-card {
  width: calc((100% - (var(--num, 3) - 1) * var(--gap, 40px)) / var(--num, 3));
  border-radius: 20px;
  background: var(--gb-saltpan);
  border: 1px solid var(--gb-medium-gray);
  padding-block: 20px;
  align-items: center;
  justify-content: center;
}
.meeting-grid .meeting-card .card-title {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.meeting-grid .meeting-card .card-label {
  color: #000;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.meeting-grid .meeting-card .card-field {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.meeting-grid .meeting-card .meeting-card-head {
  padding: 0px 15px;
  width: 100%;
}
.meeting-grid .meeting-card .meeting-card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 5px;
}
.meeting-grid .meeting-card .meeting-card-body .card-info-1 {
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: center;
}
.meeting-grid .meeting-card .meeting-card-body .card-info-2 {
  display: flex;
  align-items: center;
  width: 50%;
  border-left: 2px solid var(--gb-seafoam-mist);
  justify-content: center;
}
.meeting-grid .meeting-card .meeting-card-body .data-info {
  display: flex;
  flex-direction: column;
}
.meeting-grid .meeting-card .meeting-card-body i {
  font-size: 20px;
  padding: 10px;
  color: var(--gb-casal);
}
.meeting-grid .meeting-card .card-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.meeting-grid .meeting-card .card-button {
  width: 125px;
  height: 35px;
  font-size: 14px;
  font-family: var(--sans-serif);
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  background: var(--gb-casal);
  border-radius: 100px;
  color: var(--gb-white);
}

.modal-overlay {
  display: none;
  position: fixed;
  top: calc(var(--header-height) + 5px);
  left: 0;
  width: 100%;
  height: calc(100vh - var(--header-height));
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  overflow: auto;
  justify-content: center;
  align-items: center;
}
.modal-overlay.active {
  display: flex;
}
.modal-overlay .modal-card {
  background: var(--gb-misty-blue-gray);
  padding: 0;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - var(--header-height));
  overflow: hidden;
  width: 65%;
}
@media screen and (max-width: 1299px) {
  .modal-overlay .modal-card {
    width: 100%;
    border-radius: 0px;
    height: 100%;
  }
}
.modal-overlay .modal-card__header {
  display: flex;
  align-items: center;
  padding: 15px 15px;
  border-bottom: 3px solid var(--gb-casal);
  flex-shrink: 0;
}
.modal-overlay .modal-card__header h2 {
  color: var(--gb-casal);
  font-family: var(--sans-serif);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-right: auto;
}
.modal-overlay .modal-card__header .modal-card__close {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--gb-casal);
  text-align: right;
  font-family: var(--sans-serif);
  font-weight: 500;
  letter-spacing: 3.75px;
  text-transform: uppercase;
}
.modal-overlay .modal-card__body {
  padding: 1.5rem;
  flex: 1;
  overflow-y: auto;
}
.modal-overlay .modal-card__body .details-title {
  color: #000;
  font-family: var(--sans-serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.modal-overlay .modal-card__body .details-text {
  color: #000;
  font-family: var(--sans-serif);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.modal-overlay .modal-card__body .partecipanti {
  display: flex;
  --num:2;
  --gap:20px;
  flex-wrap: wrap;
  gap: var(--gap);
  width: calc((100% - (var(--num, 3) - 1) * var(--gap, 40px)) / var(--num, 3));
}
.modal-overlay .modal-card__body .partecipanti .titolo {
  color: #000;
  font-family: var(--sans-serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.modal-overlay .modal-card__body .partecipanti .campi {
  color: #000;
  font-family: var(--sans-serif);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
}
.modal-overlay .modal-card textarea {
  width: 100%;
  height: 300px;
  resize: none;
  border: 1px solid var(--gb-misty-blue-gray);
  border-radius: 8px;
  padding: 15px;
  font-family: inherit;
  font-size: 0.95rem;
  background: var(--gb-white);
  color: var(--gb-medium-gray);
  cursor: default;
}
.modal-overlay .modal-card textarea:focus {
  outline: none;
}

.alert {
  margin-bottom: 15px;
  padding: 15px 20px;
  display: flex;
  background-color: var(--gb-saltpan);
  border: 1px solid var(--gb-medium-gray);
  border-radius: 20px;
  font-family: var(--sans-serif);
  font-size: 16px;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  color: var(--gb-black);
  opacity: 1;
  transition: opacity 0.5s ease;
}
.alert.fade-out {
  opacity: 0;
}
.alert-warning {
  background-color: rgba(253, 76, 15, 0.3019607843);
  border: 1px solid var(--gb-electric-lava);
}
.alert-info {
  background-color: var(--gb-saltpan);
  border: 1px solid var(--gb-medium-gray);
}

.profile-data {
  padding-block: 30px;
}

.profile-image {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  justify-content: left;
}
.profile-image .avatar {
  position: relative;
  background-color: var(--gb-casal);
  color: var(--gb-white);
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .profile-image .avatar {
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
}
.profile-image .avatar > img,
.profile-image .avatar .initials {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}
.profile-image .avatar .initials {
  font-size: 18px;
  font-weight: bold;
  font-family: var(--sans-serif);
}
.profile-image .avatar .change-picture {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  z-index: 999;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  color: var(--gb-white);
  font-size: 14px;
  font-weight: normal;
  font-family: var(--sans-serif);
}
.profile-image .avatar .change-picture input {
  width: 100%;
  height: 100%;
}
.profile-image .avatar .change-picture .bi {
  font-size: 28px;
}

.profile-data-block {
  padding-block: 20px;
}

.profilo-attribute {
  color: var(--gb-classic-matte-grey);
  font-family: var(--sans-serif);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.profilo-field {
  padding-block: 5px;
  color: var(--gb-black);
  font-family: var(--sans-serif);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1px;
}

.profile-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--sans-serif);
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-size: 14px;
}
.profile-button .update-button,
.profile-button .delete-button {
  border-radius: 100px;
  margin-block: 10px;
  padding: 8px 20px;
  width: 100%;
}
.profile-button .update-button {
  color: var(--gb-casal);
  border: 2px solid var(--gb-casal);
}
.profile-button .delete-button {
  color: #B83030;
  border: 2px solid #B83030;
}
@media screen and (max-width: 767px) {
  .profile-button {
    flex-direction: column;
    align-items: stretch;
  }
}

#avatar-preview-wrapper {
  display: flex;
  justify-content: center;
}
#avatar-preview-wrapper .avatar-preview-change {
  position: relative;
  width: 400px;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  #avatar-preview-wrapper .avatar-preview-change {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
}
#avatar-preview-wrapper .avatar-preview-change > img,
#avatar-preview-wrapper .avatar-preview-change .avatar-preview-default {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#avatar-preview-wrapper .avatar-preview-change .initials {
  font-size: 18px;
  font-weight: bold;
  font-family: var(--sans-serif);
}
#avatar-preview-wrapper .avatar-preview-change .avatar-preview-default {
  font-size: 32px;
  font-weight: bold;
  font-family: var(--sans-serif);
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--gb-casal);
  color: var(--gb-white);
}

#oldbrowser {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: auto;
  display: none !important;
}
html.no-supports #oldbrowser, html.desktop.safari3 #oldbrowser, html.desktop.safari4 #oldbrowser, html.desktop.safari5 #oldbrowser, html.desktop.safari6 #oldbrowser, html.desktop.safari7 #oldbrowser, html.android.safari4 #oldbrowser, html.ie6 #oldbrowser, html.ie7 #oldbrowser, html.ie8 #oldbrowser, html.ie9 #oldbrowser, html.ie10 #oldbrowser, html.ie11 #oldbrowser, html.opera #oldbrowser {
  display: block !important;
}
@supports not (aspect-ratio: 16/9) {
  #oldbrowser {
    display: block !important;
  }
}
@supports not (display: flex) {
  #oldbrowser {
    display: block !important;
  }
}
@supports not (padding-inline: 20px) {
  #oldbrowser {
    display: block !important;
  }
}
@supports not (object-fit: cover) {
  #oldbrowser {
    display: block !important;
  }
}
@supports not (border-radius: 50%) {
  #oldbrowser {
    display: block !important;
  }
}

.old_browser a {
  color: #666;
}

.qzq {
  width: 100%;
  padding: 40px 0;
  margin: 0 auto;
  max-width: 800px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
.qzq h2 {
  padding: 0 25px;
  padding-top: 40px;
}
.qzq p {
  padding: 20px 16px 0 16px;
}

a.bro {
  display: inline-block;
  margin: 30px 10px 0 10px;
  font-weight: bold;
  width: 112px;
  font-size: 14px;
  color: #666;
}
a.bro img {
  display: block;
  margin: 0 auto;
}

.gb_sitemap {
  padding-top: 40px;
}
.gb_sitemap .sitemap > ul {
  padding: 0;
  list-style: none;
}
.gb_sitemap .sitemap > ul > li {
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 4px;
}
.gb_sitemap .sitemap > ul > li .bi {
  color: var(--gb-black);
}
.gb_sitemap .sitemap > ul > li a {
  text-decoration: none !important;
}
.gb_sitemap .sitemap > ul > li > ul {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 20px;
}
.gb_sitemap .sitemap > ul > li > ul > li {
  text-transform: none !important;
  font-weight: 400;
  font-size: 15px;
}
.gb_sitemap .sitemap > ul > li > ul > li > ul {
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: var(--gb-black);
}
.gb_sitemap .sitemap > ul > li > ul > li > ul > li {
  text-transform: none !important;
  font-weight: 400;
  font-size: 14px;
}
.gb_sitemap .sitemap > ul > li > ul > li > ul > li ul {
  list-style: none;
  padding: 0;
}

ul.stmp {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.stmp li ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.stmp li ul li a {
  font-weight: 600;
}
ul.stmp li ul li ul li a {
  font-weight: 400;
}
ul.stmp a {
  text-decoration: none;
}

#p404 {
  padding-top: 60px;
  padding-bottom: 60px;
}
#p404 .gb-main-404 {
  min-height: calc(100vh - var(--header-height) - var(--footer-height, 0px));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#p404 .gb-main-404 .gb-code {
  text-align: center;
  font-weight: 800;
  font-size: clamp(90px, 25vw, 300px);
  filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.2));
  -webkit-text-stroke: 0.01em #fff;
  line-height: 1;
}
#p404 .gb-main-404 .gb-text-code {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #p404 .gb-main-404 .gb-text-code {
    font-size: 26px;
  }
}

.site-visual {
  display: grid;
  grid-template-columns: 300px 1fr;
  min-height: calc(100vh - var(--header-height));
}
@media screen and (max-width: 1299px) {
  .site-visual {
    grid-template-columns: 1fr; /* Su mobile la colonna dell'aside non serve */
  }
}
.site-visual .gb-main {
  grid-column: 2; /* Forza il main sulla seconda colonna su desktop */
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1299px) {
  .site-visual .gb-main {
    grid-column: 1; /* Su mobile occupa tutta la larghezza */
  }
}
.site-visual .gb-main .gb-wrapper {
  padding-inline: 40px;
  padding-block: 45px;
}
.site-visual .dashboard-action {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .site-visual .dashboard-action {
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
  }
}
.site-visual .dashboard-action .dashboard-title {
  color: var(--gb-casal);
  font-family: var(--jost);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-right: auto;
  text-align: left;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .site-visual .dashboard-action .dashboard-title {
    margin-right: 0;
  }
}
.site-visual .dashboard-action .dashboard-title small {
  color: var(--gb-casal);
  font-family: var(--jost);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.site-visual .dashboard-action .dashboard-button {
  background: var(--gb-casal);
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  color: var(--gb-white);
  text-align: center;
  font-family: var(--sans-serif);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  height: 40px;
  text-decoration: none;
  padding: 8px 20px;
}
.site-visual .dashboard-action .dashboard-button a {
  width: 100%;
  display: flex;
}
.site-visual .dashboard-action .dashboard-button input {
  padding: 8px 16px;
}
.site-visual .back-button {
  display: flex;
  gap: 10px; /* spazio tra icona e testo */
  margin-top: -25px;
  margin-bottom: 25px;
}
.site-visual .back-button i {
  color: var(--gb-casal);
  font-size: 16px;
}
.site-visual .back-button .back-title {
  color: var(--gb-casal);
  font-family: var(--sans-serif);
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.site-visual .data {
  padding-block: 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1299px) {
  .site-visual .data {
    display: none;
  }
}

.no-data {
  width: 100%;
  padding: 45px;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  font-family: var(--sans-serif);
  font-size: 26px;
}
.no-data .no-data-1 {
  font-weight: 400;
}
.no-data .no-data-2 {
  font-weight: 700;
  margin-bottom: 40px;
}

.site-ctacont {
  width: 100%;
  text-align: center;
}
.site-ctacont button,
.site-ctacont input {
  width: 180px;
  height: 50px;
  font-size: 14px;
  font-family: var(--sans-serif);
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  background: var(--gb-casal);
  border-radius: 100px;
  color: var(--gb-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.site-ctacont button:hover, .site-ctacont button:focus, .site-ctacont button:active,
.site-ctacont input:hover,
.site-ctacont input:focus,
.site-ctacont input:active {
  background: var(--gb-casal);
  color: var(--gb-white);
}

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