:root {
  --gb-white:#fff;
  --gb-white-smoke:#eee;
  --gb-white-smoke-light:#F5F5F5;
  --gb-red:var(--bs-red);
  --gb-green:#00CA44;
  --gb-yellow:#ffd52d;
  --gb-black:#000;
  --component-pad:40px;
  --component-pad-top:var(--component-pad);
  --component-pad-foot:40px;
  --spinner-w:33px;
  --gb-orange:#E85D29;
  --gb-light-grey:#FDF4F0;
  --gb-border:#ccc;
  --gb-brown:#4d4b43;
  --roboto: "Roboto", 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";
  --garamond: "Garamond", serif;
  --header-height:105px;
}
@media screen and (max-width: 992px) {
  :root {
    --header-height:75px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --header-height:55px;
  }
}

@font-face {
  font-family: "Garamond";
  src: url("/gb/css/font/EBGaramond-VariableFont_wght.woff2") format("woff2-variations"), url("/gb/css/font/EBGaramond-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Garamond";
  src: url("/gb/css/font/EBGaramond-Italic-VariableFont_wght.woff2") format("woff2-variations"), url("/gb/css/font/EBGaramond-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/Roboto-VariableFont_wdth-wght.woff2") format("woff2-variations"), url("/gb/css/font/Roboto-VariableFont_wdth-wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Roboto-Italic-VariableFont_wdth-wght.woff2") format("woff2-variations"), url("/gb/css/font/Roboto-Italic-VariableFont_wdth-wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
a {
  color: currentColor;
}
a:hover, a:active, a:visited {
  color: currentColor;
}

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

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

:focus-visible {
  outline-offset: 4px;
  outline: auto var(--focus-color, -webkit-focus-ring-color) 4px;
}

[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 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: 40px;
  }
}

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-orange) 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%;
  --wght: 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 {
  color: var(--gb-orange);
}

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

main {
  min-height: calc(100vh - var(--header-height) - var(--footer-height, 0px));
}

section {
  background: var(--gb-white);
  padding-block: 70px;
}
@media screen and (max-width: 767px) {
  section {
    padding-block: 40px;
  }
}
@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;
  }
}

.gb-cta {
  border-radius: 100px;
  background: var(--cta-background, var(--gb-orange));
  color: var(--cta-color, var(--gb-white));
  padding: 15px 30px;
  line-height: 1.1;
  font-weight: 500;
  text-decoration: none !important;
  border: solid 2px var(--cta-border, var(--cta-background, var(--gb-orange)));
  display: inline-block;
  font-size: 16px;
  text-align: center;
}
.gb-cta.cta-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.gb-cta:visited, .gb-cta:hover {
  background: var(--cta-background, var(--gb-orange));
  color: var(--cta-color, var(--gb-white));
}
.gb-cta.cta-outline {
  --cta-background:transparent !important;
  --cta-border:var(--gb-orange);
  --cta-color:var(--gb-black);
}
.gb-cta.cta-white {
  --cta-background:var(--gb-white);
  --cta-color:var(--gb-orange);
  --cta-border:var(--gb-white);
}
.gb-cta.cta-white.cta-outline {
  --cta-border:var(--gb-white);
  --cta-color:var(--gb-white);
}

.gb-text-wrapper h1, .gb-text-wrapper .gb-h1, .gb-text-wrapper h2, .gb-text-wrapper .gb-h2 {
  font-family: var(--garamond);
  font-weight: 400;
  font-size: 48px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gb-text-wrapper h1, .gb-text-wrapper .gb-h1, .gb-text-wrapper h2, .gb-text-wrapper .gb-h2 {
    font-size: 38px;
  }
}

.gb-text-wrapper h2, .gb-text-wrapper .gb-h2 {
  font-size: 36px;
  font-weight: 700;
}

.text-600 {
  font-weight: 600 !important;
}

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

.text-400 {
  font-weight: 400 !important;
}

.text-serif {
  font-family: var(--garamond) !important;
}

.gb-text-wrapper p, .gb-text-wrapper ul, .gb-text-wrapper ol, .gb-text-wrapper .gb-p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 0;
  font-family: var(--roboto);
}
@media screen and (max-width: 767px) {
  .gb-text-wrapper p, .gb-text-wrapper ul, .gb-text-wrapper ol, .gb-text-wrapper .gb-p {
    font-size: 16px;
  }
}
.gb-text-wrapper p:not(:last-child), .gb-text-wrapper ul:not(:last-child), .gb-text-wrapper ol:not(:last-child), .gb-text-wrapper .gb-p:not(:last-child) {
  margin-bottom: 20px;
}

.gb-text-wrapper ul li::marker {
  color: var(--gb-orange);
}

header {
  background: var(--gb-orange);
  color: var(--gb-white);
  position: relative;
}
@media screen and (max-width: 991px) {
  header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
  }
}
header .gb-header-wrapper {
  height: var(--header-height);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 100%;
  grid-column-gap: 0px;
  padding-block: 14px;
}
@media screen and (max-width: 991px) {
  header .gb-header-wrapper {
    display: flex;
  }
}
header .gb-header-wrapper .gb-logo {
  height: 100%;
  display: inline-block;
}
header .gb-header-wrapper .gb-logo svg {
  display: block;
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1199px) {
  header .gb-header-wrapper .gb-logo svg {
    height: 80%;
  }
}
@media screen and (max-width: 991px) {
  header .gb-header-wrapper .gb-logo svg {
    height: 100%;
  }
}
header .gb-hamb {
  order: 2;
  margin-left: 10px;
}
header .gb-hamb span {
  width: 25px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
header .gb-hamb span gb-line {
  border-radius: 4px;
  width: 100%;
  height: 2px;
  background: var(--gb-white);
}
header .gb-hamb[aria-expanded=true] span {
  position: relative;
}
header .gb-hamb[aria-expanded=true] span gb-line {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
header .gb-hamb[aria-expanded=true] span gb-line:nth-child(2) {
  display: none;
}
header .gb-hamb[aria-expanded=true] span gb-line:nth-child(1) {
  transform: rotate(45deg);
}
header .gb-hamb[aria-expanded=true] span gb-line:nth-child(3) {
  transform: rotate(-45deg);
}
header .gb-hamb[aria-expanded=true] + nav {
  --show: flex;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  font-weight: 450;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  header nav {
    gap: 40px;
  }
}
@media screen and (max-width: 991px) {
  header nav {
    display: var(--show, none);
    position: fixed;
    top: var(--header-height);
    left: 0;
    width: 100%;
    height: calc(100vh - var(--header-height));
    background: var(--gb-light-grey);
    z-index: 100;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    color: var(--gb-black);
    padding: 20px;
    overflow: auto;
    gap: 15px;
    font-size: 18px;
    font-weight: 700;
  }
}
header nav a {
  text-decoration: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 12px;
}
header nav a[aria-expanded=true], header nav a[aria-current=page], header nav a:hover {
  text-decoration: underline;
}
header nav a[aria-expanded=true] + .gb-subcontainer {
  --show: block;
}
@media screen and (max-width: 991px) {
  header nav a {
    text-underline-offset: 5px;
  }
  header nav a span::after {
    display: none !important;
  }
}
header nav gb-sub {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  header nav gb-sub {
    display: block;
    height: auto;
  }
}
header nav gb-sub .gb-opn-sub span::after {
  display: inline-block;
  font-family: "bootstrap-icons";
  content: "\f229";
  font-size: 0.8em;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin-left: 5px;
}
header nav gb-sub .gb-subcontainer {
  background: var(--gb-light-grey);
  color: var(--gb-black);
  position: absolute;
  top: 100%;
  left: 0;
  padding: 25px;
  width: 100%;
  display: var(--show, none);
  z-index: 10;
}
@media screen and (max-width: 991px) {
  header nav gb-sub .gb-subcontainer {
    position: static;
    padding: 10px 0;
    text-transform: none;
  }
}
header nav gb-sub .gb-subcontainer a {
  text-underline-offset: 4px;
}
header nav gb-sub .gb-subcontainer ul {
  padding: 0;
  list-style: none;
  margin: 0;
  font-weight: 600;
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
}
@media screen and (max-width: 991px) {
  header nav gb-sub .gb-subcontainer ul {
    display: block;
  }
}
header nav gb-sub .gb-subcontainer ul li {
  padding-inline: 15px;
}
@media screen and (max-width: 991px) {
  header nav gb-sub .gb-subcontainer ul li:not(:first-child) {
    padding-top: 20px;
  }
}
header nav gb-sub .gb-subcontainer ul.gb-other-page {
  font-weight: 400;
  text-transform: none;
  display: block;
  font-size: max(0.85em, 12px);
  letter-spacing: 0.02em;
  padding-top: 10px;
}
header nav gb-sub .gb-subcontainer ul.gb-other-page li {
  padding: 0;
}
header nav gb-sub .gb-subcontainer ul.gb-other-page li:not(:first-child) {
  padding-top: 10px;
}
header .gb-othermenu-list {
  align-self: center;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  header .gb-othermenu-list {
    margin-left: auto;
    gap: 10px;
  }
}
header .gb-othermenu-list .gb-open-ricerca {
  font-size: 30px;
}
header .gb-othermenu-list .gb-open-ricerca[aria-expanded=true] + .gb-cerca-wrapper {
  --show:block;
}
header .gb-othermenu-list .gb-cerca-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--gb-light-grey);
  color: var(--gb-black);
  padding-block: 30px;
  display: var(--show, none);
  z-index: 10;
}
header .gb-othermenu-list .gb-social {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  header .gb-othermenu-list .gb-social {
    gap: 14px;
  }
}

footer {
  background: var(--gb-brown);
  color: var(--gb-white);
  padding-block: 40px 30px;
}
footer .gb-footer-main {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1199px) {
  footer .gb-footer-main {
    gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  footer .gb-footer-main {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  footer .gb-footer-main {
    gap: 20px;
  }
}
footer .gb-footer-main .gb-brand-footer {
  margin-right: 60px;
}
@media screen and (max-width: 1199px) {
  footer .gb-footer-main .gb-brand-footer {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  footer .gb-footer-main .gb-brand-footer {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  footer .gb-footer-main .gb-brand-footer {
    margin-bottom: 20px;
  }
}
footer .gb-footer-main .gb-brand-footer svg {
  width: 230px;
  height: auto;
  display: block;
}
@media screen and (max-width: 1199px) {
  footer .gb-footer-main .gb-brand-footer svg {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  footer .gb-footer-main .gb-brand-footer svg {
    width: 140px;
  }
}
footer .gb-footer-main h2 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
  margin-bottom: 4px;
}
footer .gb-footer-main h2:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  footer .gb-footer-main h2:not(:first-of-type) {
    margin-top: 20px;
  }
}
footer .gb-footer-main .gb-orario-indirizzo {
  padding-top: 66px;
}
@media screen and (max-width: 991px) {
  footer .gb-footer-main .gb-orario-indirizzo {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .gb-footer-main .gb-orario-indirizzo {
    padding-top: 0;
  }
}
footer .gb-footer-main .gb-orario-indirizzo p,
footer .gb-footer-main .gb-orario-indirizzo address,
footer .gb-footer-main .gb-orario-indirizzo time {
  font-weight: 650;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  footer .gb-footer-main .gb-orario-indirizzo p,
  footer .gb-footer-main .gb-orario-indirizzo address,
  footer .gb-footer-main .gb-orario-indirizzo time {
    font-size: 14px;
  }
}
footer .gb-footer-main .gb-orario-indirizzo p a,
footer .gb-footer-main .gb-orario-indirizzo address a,
footer .gb-footer-main .gb-orario-indirizzo time a {
  text-decoration: none;
}
footer nav {
  padding-top: 66px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 12px;
}
@media screen and (max-width: 991px) {
  footer nav {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer nav {
    display: none;
  }
}
footer nav a {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
  text-decoration: none;
}
footer nav a.d-md-none {
  display: block !important;
}
footer nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
footer nav ul li a {
  font-size: 24px;
}
footer .gb-agency-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 12px;
  gap: 15px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  footer .gb-agency-wrapper {
    flex-direction: column;
    gap: 5px;
    margin-top: 30px;
  }
}
footer .gb-agency-wrapper a {
  text-decoration: none;
}
footer .gb-agency-wrapper .gb-copy {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  footer .gb-agency-wrapper .gb-copy {
    flex-direction: column;
  }
}
footer .gb-agency-wrapper .gb-copy p {
  margin: 0;
}
footer .gb-agency-wrapper .gb-copy ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: start;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  footer .gb-agency-wrapper .gb-copy ul {
    order: -1;
  }
}

.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-file,
.gb-form-password,
.gb-form-input {
  position: relative;
}
.gb-form-file input[type=search],
.gb-form-file input[type=text],
.gb-form-file input[type=email],
.gb-form-file input[type=tel],
.gb-form-file input[type=password],
.gb-form-password input[type=search],
.gb-form-password input[type=text],
.gb-form-password input[type=email],
.gb-form-password input[type=tel],
.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=tel],
.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-file input[type=search]::placeholder,
.gb-form-file input[type=text]::placeholder,
.gb-form-file input[type=email]::placeholder,
.gb-form-file input[type=tel]::placeholder,
.gb-form-file input[type=password]::placeholder,
.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=tel]::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=tel]::placeholder,
.gb-form-input input[type=password]::placeholder {
  opacity: 1;
  color: var(--gb-error, var(--gb-grey-text));
}
.gb-form-file input[type=file],
.gb-form-password input[type=file],
.gb-form-input input[type=file] {
  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-form-file input[type=file]:focus-visible + label,
.gb-form-password input[type=file]:focus-visible + label,
.gb-form-input input[type=file]:focus-visible + label {
  outline-offset: 4px;
  outline: auto var(--focus-color, -webkit-focus-ring-color) 4px;
}
.gb-form-file + .errorMessage,
.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-file + .errorMessage::before,
.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-file textarea,
.gb-form-password textarea,
.gb-form-input textarea {
  padding: 16px 20px;
  width: 100%;
  border-radius: 4px;
  border: solid 2px var(--error, var(--gb-border));
  min-height: 100px;
}
.gb-form-file select,
.gb-form-password select,
.gb-form-input select {
  border-radius: 100px;
  background: var(--gb-orange);
  color: var(--gb-white);
  padding: 15px 48px 15px 30px;
  line-height: 1.1;
  font-weight: 500;
  text-decoration: none !important;
  border: solid 2px 2px var(--error, var(--gb-orange)) !important;
  display: inline-block;
  font-size: 16px;
  box-shadow: none !important;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFFFFF' 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-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 18px;
}
.gb-form-file select:invalid,
.gb-form-password select:invalid,
.gb-form-input select:invalid {
  font-style: italic;
}
.gb-form-file.floating-label,
.gb-form-password.floating-label,
.gb-form-input.floating-label {
  position: relative;
}
.gb-form-file.floating-label label,
.gb-form-password.floating-label label,
.gb-form-input.floating-label label {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  padding: 10px 0;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left center;
  transform: translateY(-50%) scale(1);
  pointer-events: none;
  color: var(--error, var(--gb-dark-silver));
  font-style: normal;
  --wght: 400;
  line-height: normal;
  transition: transform 100ms;
  text-transform: none;
}
.gb-form-file.floating-label label.gb-top-10,
.gb-form-password.floating-label label.gb-top-10,
.gb-form-input.floating-label label.gb-top-10 {
  top: 25px;
}
.gb-form-file.floating-label label.gb-no-ph,
.gb-form-password.floating-label label.gb-no-ph,
.gb-form-input.floating-label label.gb-no-ph {
  transform: translateY(-89%) translateX(0.1em) scale(0.7);
}
.gb-form-file.floating-label textarea,
.gb-form-file.floating-label input[type=search],
.gb-form-file.floating-label input[type=text],
.gb-form-file.floating-label input[type=tel],
.gb-form-file.floating-label input[type=email],
.gb-form-file.floating-label input[type=password],
.gb-form-password.floating-label textarea,
.gb-form-password.floating-label input[type=search],
.gb-form-password.floating-label input[type=text],
.gb-form-password.floating-label input[type=tel],
.gb-form-password.floating-label input[type=email],
.gb-form-password.floating-label input[type=password],
.gb-form-input.floating-label textarea,
.gb-form-input.floating-label input[type=search],
.gb-form-input.floating-label input[type=text],
.gb-form-input.floating-label input[type=tel],
.gb-form-input.floating-label input[type=email],
.gb-form-input.floating-label input[type=password] {
  border-top: none;
  border-inline: none;
  border-width: 1px;
  border-radius: 0;
  padding: 16px 20px 8px;
  padding-inline: 0;
}

.gb-form-file span {
  font-size: 14px;
  margin-top: 5px;
  display: block;
}
.gb-form-file span:empty {
  display: none;
}
.gb-form-file span::before {
  content: "File: ";
  font-weight: 600;
}
.gb-form-file label {
  cursor: pointer;
  border-radius: 100px;
  background: transparent;
  color: var(--gb-black);
  padding: 15px 30px;
  line-height: 1.1;
  font-weight: 400;
  text-decoration: none !important;
  border: solid 1px var(--gb-black);
  display: inline-block;
  font-size: 14px;
  text-align: center;
}

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

.gb-form-checkbox label {
  font-weight: 400;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
}
.gb-form-checkbox input[type=checkbox] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--checked-color, var(--gb-white)) no-repeat center center/135% auto;
  border: solid 1px var(--error, var(--gb-border));
  border-radius: 4px;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
  cursor: pointer;
  margin-right: 6px;
  position: relative;
  top: 0.25em;
}
.gb-form-checkbox input[type=checkbox]:checked {
  --gb-border: var(--gb-orange);
  --checked-color: var(--gb-orange) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z'/%3E%3C/svg%3E") ;
}

.gb-form-search {
  display: flex;
}
.gb-form-search input[type=search] {
  padding: 16px 20px;
  width: 100%;
  border-radius: 8px;
  border: solid 1px var(--error, var(--gb-border));
  color: var(--gb-error, var(--gb-black));
  line-height: 1;
  background: var(--gb-white);
  flex: 1 1 auto;
}
.gb-form-search input[type=search]::placeholder {
  opacity: 1;
  color: var(--gb-error, var(--gb-black));
}
.gb-form-search input[type=search] + button {
  flex: 0 0 auto;
  margin-left: 20px;
}

.gb-risultati-ricerca {
  padding-bottom: 80px;
}
.gb-risultati-ricerca .gb-results-wrapper {
  display: flex;
  --num:3;
  --gap:15px;
  flex-wrap: wrap;
  gap: var(--gap);
}
@media screen and (max-width: 991px) {
  .gb-risultati-ricerca .gb-results-wrapper {
    --num:2;
  }
}
@media screen and (max-width: 767px) {
  .gb-risultati-ricerca .gb-results-wrapper {
    --num:1;
  }
}
.gb-risultati-ricerca .gb-results-wrapper .gb-results-item {
  width: calc((100% - (var(--num, 3) - 1) * var(--gap, 40px)) / var(--num, 3));
  background: var(--gb-light-grey);
  border-radius: 30px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}
.gb-risultati-ricerca .gb-results-wrapper .gb-results-item h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
.gb-risultati-ricerca .gb-results-wrapper .gb-results-item p {
  margin-bottom: 30px;
  font-size: 14px;
}
.gb-risultati-ricerca .gb-results-wrapper .gb-results-item a {
  margin-top: auto;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  color: var(--gb-orange);
}

.gb-section-hero-swiper {
  background: var(--gb-black);
  color: var(--gb-white);
  position: relative;
}
.gb-section-hero-swiper .swiper .swiper-slide {
  aspect-ratio: 1920/700;
  background-color: var(--gb-black);
  background-image: var(--gb-bg-jpg);
  background-image: image-set(var(--gb-bg-webp, var(--gb-bg-jpg)) type("image/webp"), var(--gb-bg-jpg) type("image/jpeg"));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .gb-section-hero-swiper .swiper .swiper-slide {
    aspect-ratio: 390/545;
    max-height: 100dvh;
  }
}
.gb-section-hero-swiper .gb-text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: color-mix(in srgb, var(--gb-black) 35%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.gb-section-hero-swiper .gb-text-wrapper h2 {
  font-family: var(--roboto);
  text-transform: uppercase;
  font-weight: 200;
  font-size: 96px;
  line-height: 0.9;
}
@media screen and (max-width: 991px) {
  .gb-section-hero-swiper .gb-text-wrapper h2 {
    font-size: clamp(40px, 10vw, 80px);
  }
}
.gb-section-hero-swiper .gb-text-wrapper h2 small {
  display: block;
  font-weight: 700;
  font-size: 0.375em;
  text-transform: lowercase;
  font-family: var(--garamond);
  letter-spacing: 0.05em;
}

.gb-section-servizi-home .gb-servizi-list {
  display: flex;
  --num:3;
  --gap:50px;
  flex-wrap: wrap;
  gap: var(--gap);
}
@media screen and (max-width: 1199px) {
  .gb-section-servizi-home .gb-servizi-list {
    --gap:30px;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-servizi-home .gb-servizi-list {
    --num:2;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-servizi-home .gb-servizi-list {
    --num:1;
  }
}
.gb-section-servizi-home .gb-servizi-list article {
  width: calc((100% - (var(--num, 3) - 1) * var(--gap, 40px)) / var(--num, 3));
}
.gb-section-servizi-home .gb-servizi-list article picture {
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.gb-section-servizi-home .gb-servizi-list article picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gb-section-newshome .gb-text-wrapper {
  padding-bottom: 40px;
}
.gb-section-newshome .gb-text-wrapper h2 {
  letter-spacing: 0.05em;
}
.gb-section-newshome .gb-news-list {
  display: flex;
  --num:3;
  --gap:15px;
  flex-wrap: wrap;
  gap: var(--gap);
}
@media screen and (max-width: 991px) {
  .gb-section-newshome .gb-news-list {
    --num:2;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-newshome .gb-news-list {
    --num:1;
  }
}
.gb-section-newshome .gb-news-list .gb-news-item {
  width: calc((100% - (var(--num, 3) - 1) * var(--gap, 40px)) / var(--num, 3));
  background: var(--gb-light-grey);
  border-radius: 30px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}
.gb-section-newshome .gb-news-list .gb-news-item .gb-head {
  font-size: 14px;
  padding-bottom: 5px;
}
.gb-section-newshome .gb-news-list .gb-news-item .gb-head time {
  letter-spacing: 0.05em;
}
.gb-section-newshome .gb-news-list .gb-news-item .gb-head strong {
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.gb-section-newshome .gb-news-list .gb-news-item h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.gb-section-newshome .gb-news-list .gb-news-item a {
  margin-top: auto;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  color: var(--gb-orange);
}

.gb-section-hero-swiper {
  aspect-ratio: 1920/700;
  background-color: var(--gb-black);
  background-image: var(--gb-bg-jpg);
  background-image: image-set(var(--gb-bg-webp, var(--gb-bg-jpg)) type("image/webp"), var(--gb-bg-jpg) type("image/jpeg"));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .gb-section-hero-swiper {
    aspect-ratio: 390/545;
    max-height: 100dvh;
  }
}

.gb-section-partner-list .gb-loghi-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  .gb-section-partner-list .gb-loghi-wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-partner-list .gb-loghi-wrapper {
    padding-top: 30px;
    flex-direction: column;
    gap: 30px;
  }
}
.gb-section-partner-list .gb-loghi-wrapper:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .gb-section-partner-list .gb-loghi-wrapper:not(:last-child) {
    margin-bottom: 30px;
  }
}
.gb-section-partner-list .gb-loghi-wrapper picture {
  width: 290px;
  aspect-ratio: 296/124;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .gb-section-partner-list .gb-loghi-wrapper picture {
    width: 240px;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-partner-list .gb-loghi-wrapper picture {
    width: 200px;
  }
}
.gb-section-partner-list .gb-loghi-wrapper picture:only-child {
  margin-inline: auto;
}
.gb-section-partner-list .gb-loghi-wrapper picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gb-section-breadcrumb {
  padding-block: 30px;
}
.gb-section-breadcrumb .gb-breadcrumb-wrapper {
  padding-block: 0;
}
.gb-section-breadcrumb .gb-breadcrumb {
  text-transform: uppercase;
}
.gb-section-breadcrumb .gb-breadcrumb li:last-child {
  font-weight: 700;
}
.gb-section-breadcrumb .gb-breadcrumb li:not(:last-child)::after {
  content: ">" !important;
}

.gb-section-listaservizi .gb-servizi-list {
  display: flex;
  --num:4;
  --gap:33px;
  flex-wrap: wrap;
  gap: var(--gap);
}
@media screen and (max-width: 1199px) {
  .gb-section-listaservizi .gb-servizi-list {
    --num:3;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-listaservizi .gb-servizi-list {
    --num:2;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-listaservizi .gb-servizi-list {
    --gap:10px;
  }
}
.gb-section-listaservizi .gb-servizi-list .gb-servizio-link {
  width: calc((100% - (var(--num, 3) - 1) * var(--gap, 40px)) / var(--num, 3));
  background: var(--gb-light-grey);
  border-radius: 30px;
  aspect-ratio: 1;
  padding: 60px 20px 20px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .gb-section-listaservizi .gb-servizi-list .gb-servizio-link {
    padding-top: 20px;
  }
}
.gb-section-listaservizi .gb-servizi-list .gb-servizio-link[aria-current=page] {
  opacity: 0.5;
}
.gb-section-listaservizi .gb-servizi-list .gb-servizio-link gb-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: auto;
  aspect-ratio: 1;
  margin: 0 auto;
  color: var(--gb-orange);
  font-size: 100px;
  flex: 0 0 auto;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .gb-section-listaservizi .gb-servizi-list .gb-servizio-link gb-icon {
    width: 50%;
    font-size: 60px;
    margin-bottom: 12px;
  }
}
.gb-section-listaservizi .gb-servizi-list .gb-servizio-link span {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .gb-section-listaservizi .gb-servizi-list .gb-servizio-link span {
    font-size: 12px;
  }
}
.gb-section-listaservizi .gb-text-wrapper {
  padding-bottom: 40px;
}

.gb-section-newslist .gb-filter-container {
  margin-bottom: 30px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
}
.gb-section-newslist .gb-news-list {
  display: flex;
  --num:3;
  --gap:15px;
  flex-wrap: wrap;
  gap: var(--gap);
}
@media screen and (max-width: 991px) {
  .gb-section-newslist .gb-news-list {
    --num:2;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-newslist .gb-news-list {
    --num:1;
  }
}
.gb-section-newslist .gb-news-list .gb-news-item {
  width: calc((100% - (var(--num, 3) - 1) * var(--gap, 40px)) / var(--num, 3));
  background: var(--gb-light-grey);
  border-radius: 30px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}
.gb-section-newslist .gb-news-list .gb-news-item .gb-head {
  font-size: 14px;
  padding-bottom: 5px;
}
.gb-section-newslist .gb-news-list .gb-news-item .gb-head time {
  letter-spacing: 0.05em;
}
.gb-section-newslist .gb-news-list .gb-news-item .gb-head strong {
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.gb-section-newslist .gb-news-list .gb-news-item h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.gb-section-newslist .gb-news-list .gb-news-item a {
  margin-top: auto;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  color: var(--gb-orange);
}
.gb-section-newslist .gb-news-list-pagination {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gb-section-newslist .gb-news-list-pagination .gb-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style-type: none;
  padding: 0;
}
.gb-section-newslist .gb-news-list-pagination li {
  font-size: 16px;
}
.gb-section-newslist .gb-news-list-pagination li a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: var(--gb-light-grey);
  border-radius: 4px;
  border: solid 2px var(--gb-light-grey);
}
.gb-section-newslist .gb-news-list-pagination li.selected {
  color: var(--gb-white);
}
.gb-section-newslist .gb-news-list-pagination li.selected a {
  background: var(--gb-orange);
  border-color: var(--gb-orange);
}
.gb-section-newslist .gb-news-list-pagination li:not(.page):not(.selected) a {
  background: transparent;
}
.gb-section-newslist .gb-news-list-pagination li.hidden {
  display: none;
}

.gb-section-dettaglio-news {
  padding-top: 0 !important;
}
.gb-section-dettaglio-news .gb-title-news time {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.gb-section-dettaglio-news .gb-title-news strong {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.gb-section-dettaglio-news .gb-text-wrapper img {
  max-width: 100%;
  height: auto;
}
.gb-section-dettaglio-news .gb-text-wrapper table {
  margin: 43px auto !important;
  width: 100% !important;
}
.gb-section-dettaglio-news .gb-text-wrapper table tr td {
  padding: 2% 1%;
  border: solid 1px #ccc;
  text-align: center;
  font-size: 12px;
}
.gb-section-dettaglio-news .gb-text-wrapper table tr td:nth-child(1) {
  min-width: 20%;
}
.gb-section-dettaglio-news .gb-text-wrapper *[style*="text-align: justify;"]:not([class*=text-]),
.gb-section-dettaglio-news .gb-text-wrapper *[style*="text-align:justify"]:not([class*=text-]) {
  text-align: left !important;
}
.gb-section-dettaglio-news .gb-text-wrapper *[style*="#ff9900"] {
  color: currentColor !important;
}
.gb-section-dettaglio-news .gb-correlati-section {
  padding-top: 50px;
}

.gb-section-contatti .gb-contatti-wrapper {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 991px) {
  .gb-section-contatti .gb-contatti-wrapper {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-contatti .gb-contatti-wrapper {
    display: block;
  }
}
.gb-section-contatti .gb-contatti-wrapper .gb-aside {
  flex: 0 0 auto;
}
.gb-section-contatti .gb-contatti-wrapper .gb-aside h2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.gb-section-contatti .gb-contatti-wrapper .gb-aside h2:not(.gb-p) {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.gb-section-contatti .gb-contatti-wrapper .gb-aside h2:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .gb-section-contatti .gb-contatti-wrapper .gb-aside h2:not(:first-of-type) {
    margin-top: 20px;
  }
}
.gb-section-contatti .gb-contatti-wrapper .gb-map {
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  min-height: 570px;
  background: var(--gb-light-grey);
  position: relative;
}
@media screen and (max-width: 767px) {
  .gb-section-contatti .gb-contatti-wrapper .gb-map {
    aspect-ratio: 1;
    min-height: unset;
    margin-top: 40px;
  }
}
.gb-section-contatti .gb-contatti-wrapper .gb-map::before {
  content: "";
  display: block;
  width: var(--spinner-w);
  height: var(--spinner-w);
  border-radius: 50%;
  border-top: 3px solid color-mix(in srgb, var(--gb-black) 50%, transparent);
  border-right: 3px solid color-mix(in srgb, var(--gb-black) 50%, transparent);
  border-bottom: 3px solid color-mix(in srgb, var(--gb-black) 50%, transparent);
  border-left: 3px solid var(--gb-black);
  position: absolute;
  top: calc(50% - var(--spinner-w) / 2);
  left: calc(50% - var(--spinner-w) / 2);
  -webkit-animation: loadSpinner 1.1s infinite linear;
  animation: loadSpinner 1.1s infinite linear;
}
@keyframes loadSpinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gb-section-contatti .gb-contatti-wrapper .gb-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 5;
}

.gb-section-form-contatto .gb-form-wrapper {
  display: block;
  margin-top: 40px;
}
.gb-section-form-contatto .gb-form-wrapper gb-formgroup {
  display: block;
  margin-bottom: 20px;
}

.gb-section-team .gb-cta-filter-wrapper {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .gb-section-team .gb-cta-filter-wrapper {
    flex-direction: column;
    gap: 10px;
  }
}
.gb-section-team .gb-team-wrapper {
  margin-top: 50px;
  display: flex;
  --num:4;
  --gap:15px;
  flex-wrap: wrap;
  gap: var(--gap);
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .gb-section-team .gb-team-wrapper {
    --num:3;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-team .gb-team-wrapper {
    --num:2;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-team .gb-team-wrapper {
    --num:2;
    --gap:10px;
  }
}
@media screen and (max-width: 576px) {
  .gb-section-team .gb-team-wrapper {
    --num:1;
    --gap:20px;
  }
}
.gb-section-team .gb-team-wrapper h2 {
  font-family: var(--garamond);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  color: var(--gb-orange);
  border-top: solid 1px var(--gb-orange);
  padding-top: 8px;
  width: calc((100% - (var(--num, 3) - 1) * var(--gap, 40px)) / var(--num, 3));
}
@media screen and (max-width: 1199px) {
  .gb-section-team .gb-team-wrapper h2 {
    width: 100%;
  }
}
.gb-section-team .gb-team-wrapper .gb-team-card {
  width: calc((100% - (var(--num, 3) - 1) * var(--gap, 40px)) / var(--num, 3));
  border-radius: 30px;
  background: var(--gb-light-grey);
}
.gb-section-team .gb-team-wrapper .gb-team-card:last-child {
  position: relative;
}
.gb-section-team .gb-team-wrapper .gb-team-card:last-child::after {
  content: "";
  width: 100vw;
  height: 100%;
  background: linear-gradient(to right, transparent 0%, var(--gb-light-grey) 20%);
  position: absolute;
  left: calc(100% + var(--gap, 40px));
  top: 0;
}
.gb-section-team .gb-team-wrapper .gb-team-card .gb-member-more {
  padding: 20px;
}
.gb-section-team .gb-team-wrapper .gb-team-card .gb-member-more svg {
  width: 100%;
  height: auto;
  fill: var(--gb-orange);
  max-width: 175px;
  display: block;
  margin-inline: auto;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .gb-section-team .gb-team-wrapper .gb-team-card .gb-member-more svg {
    width: 60%;
  }
}
.gb-section-team .gb-team-wrapper .gb-team-card .gb-member-more .gb-info-member:after {
  content: "";
  width: 100%;
  max-width: 27px;
  height: 1px;
  background: var(--gb-orange);
  display: block;
  margin: 18px auto 0;
}
.gb-section-team .gb-team-wrapper .gb-team-card .gb-member-more ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gb-section-team .gb-team-wrapper .gb-team-card .gb-member-more ul {
    font-size: 15px;
  }
}
.gb-section-team .gb-team-wrapper .gb-team-card .gb-member-more ul strong {
  display: block;
}
.gb-section-team .gb-team-wrapper .gb-team-card .gb-member-more ul li:not(:last-child):after {
  content: "";
  width: 100%;
  max-width: 27px;
  height: 1px;
  background: var(--gb-orange);
  display: block;
  margin: 10px auto;
}
.gb-section-team .gb-team-wrapper .gb-team-card > .gb-member-more {
  aspect-ratio: 300/450;
}
.gb-section-team .gb-team-wrapper .gb-team-card picture {
  width: 100%;
  aspect-ratio: 300/385;
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}
.gb-section-team .gb-team-wrapper .gb-team-card picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.gb-section-team .gb-team-wrapper .gb-team-card picture .gb-member-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, var(--gb-white) 90%, transparent);
  opacity: 0;
  transition: opacity 300ms;
}
.gb-section-team .gb-team-wrapper .gb-team-card picture:hover .gb-member-more {
  opacity: 1;
}
.gb-section-team .gb-team-wrapper .gb-team-card .gb-info-member {
  padding: 10px 20px 16px;
  text-align: center;
}
.gb-section-team .gb-team-wrapper .gb-team-card .gb-info-member h3 {
  font-size: 26px;
  font-family: var(--garamond);
  color: var(--gb-orange);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gb-section-team .gb-team-wrapper .gb-team-card .gb-info-member h3 {
    font-size: 20px;
  }
}
.gb-section-team .gb-team-wrapper .gb-team-card .gb-info-member p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gb-section-team .gb-team-wrapper .gb-team-card .gb-info-member p {
    font-size: 12px;
  }
}
.gb-section-team .gb-lavora-con-noi {
  margin-top: 80px;
}
.gb-section-team .gb-lavora-con-noi .gb-lcn-wrapper {
  border-radius: 30px;
  background: var(--gb-light-grey);
  padding: 40px;
}

.gb-section-lavoraconnoi .gb-posizioni-aperte {
  margin-top: 40px;
}
.gb-section-lavoraconnoi .gb-posizioni-aperte .gb-posizione-aperta {
  border-block: solid 1px var(--gb-border);
}
.gb-section-lavoraconnoi .gb-posizioni-aperte .gb-posizione-aperta h3 {
  margin: 0;
}
.gb-section-lavoraconnoi .gb-posizioni-aperte .gb-posizione-aperta button {
  display: block;
  padding: 15px 0;
  font-family: var(--garamond);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  width: 100%;
}
.gb-section-lavoraconnoi .gb-posizioni-aperte .gb-posizione-aperta button span {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.gb-section-lavoraconnoi .gb-posizioni-aperte .gb-posizione-aperta .gb-text-candidatura {
  padding-bottom: 20px;
}
.gb-section-lavoraconnoi .gb-posizioni-aperte .gb-posizione-aperta .gb-text-candidatura p, .gb-section-lavoraconnoi .gb-posizioni-aperte .gb-posizione-aperta .gb-text-candidatura ol, .gb-section-lavoraconnoi .gb-posizioni-aperte .gb-posizione-aperta .gb-text-candidatura ul {
  font-size: 16px;
}
.gb-section-lavoraconnoi .gb-candiatura-spontanea-title {
  margin-top: 60px;
}
.gb-section-lavoraconnoi .gb-candididatura-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 991px) {
  .gb-section-lavoraconnoi .gb-candididatura-form {
    display: flex;
    flex-direction: column;
  }
}

.gb-span-2 {
  grid-column: span 2;
}

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

html {
  font-size: 16px;
}

body {
  font-size: 16px;
  opacity: 1;
  font-family: var(--roboto);
}

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