:root {
  --gb-white:#fff;
  --gb-white-smoke:#eee;
  --gb-white-smoke-light:#F5F5F5;
  --gb-red:#f00;
  --gb-green:#00CA44;
  --gb-yellow:#ffd52d;
  --gb-black:#000;
  --gb-light-grey:#D9D9D9;
  --gb-border:#D6D6D6;
  --component-pad:40px;
  --component-pad-top:var(--component-pad);
  --component-pad-foot:40px;
  --tm-red:#D2220F;
  --spinner-w:33px;
  --open-sans: "Open Sans", sans-serif;
  --header-height:100px;
}
@media screen and (max-width: 992px) {
  :root {
    --header-height:70px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --header-height:60px;
  }
}

@font-face {
  font-family: "Bauer Bodoni Std";
  src: url("/gb/css/font/bauerbodonistd-blackitalic.woff2") format("woff2"), url("/gb/css/font/bauerbodonistd-blackitalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Bauer Bodoni Std";
  src: url("/gb/css/font/bauerbodonistd-roman.woff2") format("woff2"), url("/gb/css/font/bauerbodonistd-roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Bauer Bodoni Std";
  src: url("/gb/css/font/bauerbodonistd-black.woff2") format("woff2"), url("/gb/css/font/bauerbodonistd-black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Bauer Bodoni Std";
  src: url("/gb/css/font/bauerbodonistd-bold.woff2") format("woff2"), url("/gb/css/font/bauerbodonistd-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Bauer Bodoni Std";
  src: url("/gb/css/font/bauerbodonistd-italic.woff2") format("woff2"), url("/gb/css/font/bauerbodonistd-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Bauer Bodoni Std";
  src: url("/gb/css/font/bauerbodonistd-bolditalic.woff2") format("woff2"), url("/gb/css/font/bauerbodonistd-bolditalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Bodoni Std";
  src: url("/gb/css/font/bodonistd-italic.woff2") format("woff2"), url("/gb/css/font/bodonistd-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Bodoni Std";
  src: url("/gb/css/font/bodonistd-bold.woff2") format("woff2"), url("/gb/css/font/bodonistd-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Bodoni Std";
  src: url("/gb/css/font/bodonistd-book.woff2") format("woff2"), url("/gb/css/font/bodonistd-book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Bodoni Std";
  src: url("/gb/css/font/bodonistd-bookitalic.woff2") format("woff2"), url("/gb/css/font/bodonistd-bookitalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Bodoni Std";
  src: url("/gb/css/font/bodonistd-bolditalic.woff2") format("woff2"), url("/gb/css/font/bodonistd-bolditalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Bodoni Std";
  src: url("/gb/css/font/bodonistd.woff2") format("woff2"), url("/gb/css/font/bodonistd.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Bodoni poster Std";
  src: url("/gb/css/font/bodonistd-poster.woff2") format("woff2"), url("/gb/css/font/bodonistd-poster.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bodoni poster Std";
  src: url("/gb/css/font/bodonistd-posteritalic.woff2") format("woff2"), url("/gb/css/font/bodonistd-posteritalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
a {
  color: currentColor;
}
a:hover, a:focus, 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;
}

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

@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: 30px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-inline: 50px;
  }
}

.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: 14px;
  font-style: normal;
  line-height: 0.8;
  display: inline;
  padding-bottom: 0;
}
.gb-breadcrumb-wrapper .gb-breadcrumb li a {
  display: inline;
  font-weight: 400;
  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: 700;
}
.gb-breadcrumb-wrapper .gb-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin: 0 3px;
  display: inline;
}

.pswp .pswp__bg {
  background: #fff;
}
.pswp .pswp__ui .pswp__button--close {
  height: 28px;
  width: 28px;
  display: block;
  border-radius: 50%;
  color: #333;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  padding: 0;
  margin-top: 0;
  top: 0;
  transform: rotate(45deg);
}
.pswp .pswp__ui .pswp__top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  z-index: 90;
  padding: 10px;
}
.pswp .pswp__ui .pswp__button {
  display: block;
  float: right;
  padding: 0;
  height: 24px;
  width: 24px;
  top: 50%;
  background: transparent;
}
.pswp .pswp__ui .pswp__button svg {
  pointer-events: none;
  fill: #444;
}
.pswp .pswp__ui .pswp__button.pswp__button--fs {
  margin-right: 20px;
  height: 17px;
  width: 17px;
  position: relative;
  margin-top: 3px;
  top: 1px;
  display: none !important;
}
.pswp .pswp__ui .pswp__button.pswp__button--fs span {
  display: block;
  width: 30%;
  height: 30%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.pswp .pswp__ui .pswp__button.pswp__button--fs span:nth-child(1) {
  border-left: solid 2px var(--bs-black);
  border-top: solid 2px var(--bs-black);
}
.pswp .pswp__ui .pswp__button.pswp__button--fs span:nth-child(2) {
  border-right: solid 2px var(--bs-black);
  border-top: solid 2px var(--bs-black);
  left: auto;
  right: 0;
}
.pswp .pswp__ui .pswp__button.pswp__button--fs span:nth-child(3) {
  border-right: solid 2px var(--bs-black);
  border-bottom: solid 2px var(--bs-black);
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
}
.pswp .pswp__ui .pswp__button.pswp__button--fs span:nth-child(4) {
  border-left: solid 2px var(--bs-black);
  border-bottom: solid 2px var(--bs-black);
  top: auto;
  bottom: 0;
}
.pswp .pswp__ui .pswp__button.pswp__button--arrow--right, .pswp .pswp__ui .pswp__button.pswp__button--arrow--left {
  position: absolute;
  top: 50%;
  z-index: 90;
  left: 10px;
  transform: translateY(-50%);
  height: 28px;
  width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #333;
  font-size: 24px;
  line-height: 24px;
  font-weight: 100;
  padding: 0;
  margin-top: 0;
  transform: translateY(-50%);
  border: solid 1px #333;
}
.pswp .pswp__ui .pswp__button.pswp__button--arrow--right svg, .pswp .pswp__ui .pswp__button.pswp__button--arrow--left svg {
  width: 40%;
  height: 40%;
  fill: #333;
  transform: rotate(90deg);
  transform-origin: center center;
}
html.mobile .pswp .pswp__ui .pswp__button.pswp__button--arrow--right, html.mobile .pswp .pswp__ui .pswp__button.pswp__button--arrow--left {
  display: none;
}
.pswp .pswp__ui .pswp__button.pswp__button--arrow--right {
  right: 10px;
  left: auto;
}
.pswp .pswp__ui .pswp__button.pswp__button--arrow--right svg {
  transform: rotate(-90deg);
  transform-origin: center center;
}
.pswp .pswp__ui .pswp__counter, .pswp .pswp__ui .pswp__caption {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 700;
  color: #444;
  text-align: center;
  font-family: var(--open-sans);
  height: 44px;
  padding: 10px 0;
}
.pswp .pswp__ui .pswp__caption {
  bottom: auto;
  top: 0;
  z-index: 5;
  padding: 10px 43px;
}
@media (max-width: 767px) {
  .pswp .pswp__ui .pswp__caption {
    font-size: 12px;
  }
}
.pswp .pswp__ui .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-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: 700;
}

svg .tcnm-red {
  fill: #e52126;
}
svg .tcnm-white {
  fill: var(--bs-white);
}

body {
  font-family: var(--open-sans);
}

.sl-overlay {
  opacity: 0.95;
}

.gb-cta {
  border-radius: 100px;
  background: var(--cta-background, var(--bs-black));
  color: var(--cta-color, var(--bs-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(--bs-black)));
  font-family: var(--afacad);
  display: inline-block;
  font-size: 16px;
  text-align: center;
}
.gb-cta:visited, .gb-cta:hover {
  background: var(--cta-background, var(--bs-black));
  color: var(--cta-color, var(--bs-white));
}
.gb-cta.cta-outline {
  --cta-background:transparent;
}
.gb-cta.cta-outline:visited, .gb-cta.cta-outline:hover {
  --cta-background:transparent;
}
.gb-cta.cta-white {
  --cta-background:var(--bs-white);
  --cta-color:var(--bs-black);
  --cta-border:var(--bs-white);
}
.gb-cta.cta-white.cta-outline {
  --cta-color:var(--bs-white);
}
.gb-cta.cta-sm-small {
  font-size: 14px;
  padding: 8px 20px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  header {
    background: var(--bs-white);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25) !important;
    position: sticky;
    top: 0;
  }
}
header .gb-main-header {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1250px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  header .gb-main-header {
    background: var(--bs-white);
    border-radius: 0 0 50px 50px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    padding: 15px 62px;
  }
}
@media screen and (max-width: 991px) {
  header .gb-main-header {
    height: var(--header-height);
  }
}
header .gb-main-header .brand-logo svg {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 767px) {
  header .gb-main-header .brand-logo svg {
    height: calc(var(--header-height) - 30px);
  }
}
header .gb-main-header .gb-hamb-menu {
  padding: 5px;
}
header .gb-main-header .gb-hamb-menu span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 20px;
  height: 20px;
  position: relative;
}
header .gb-main-header .gb-hamb-menu span gb-hamb-row {
  width: 100%;
  height: 2px;
  background: var(--bs-black);
}
header .gb-main-header .gb-hamb-menu[aria-expanded=true] span gb-hamb-row {
  position: absolute;
  left: 50%;
  top: 50%;
}
header .gb-main-header .gb-hamb-menu[aria-expanded=true] span gb-hamb-row:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
header .gb-main-header .gb-hamb-menu[aria-expanded=true] span gb-hamb-row:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
header .gb-main-header .gb-hamb-menu[aria-expanded=true] span gb-hamb-row:last-child {
  display: none;
}
header .gb-main-header .gb-hamb-menu[aria-expanded=true] + nav {
  --show:block;
}
header .gb-main-header nav {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  header .gb-main-header nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    background: var(--bs-white);
    box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.2);
    border-top: solid 1px var(--bs-gray-200);
    padding: 40px;
    display: var(--show, none);
  }
}
header .gb-main-header nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  header .gb-main-header nav ul {
    flex-direction: column;
    align-items: flex-start;
    font-size: 25px;
    font-weight: 400;
  }
}
header .gb-main-header nav ul a {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  header .gb-main-header nav ul a[aria-current=page], header .gb-main-header nav ul a:hover {
    text-decoration: underline;
    text-decoration-color: var(--tm-red);
    text-decoration-thickness: 7px;
    text-underline-offset: 10px;
  }
}
@media screen and (max-width: 991px) {
  header .gb-main-header nav ul a[aria-current=page], header .gb-main-header nav ul a:hover {
    color: var(--tm-red);
    font-weight: 700;
  }
}

footer {
  background: var(--bs-black);
  color: var(--bs-white);
  padding-block: 40px 30px;
}
footer .gb-brand-footer svg {
  height: 100px;
  width: auto;
}
@media screen and (max-width: 767px) {
  footer .gb-brand-footer svg {
    height: 80px;
  }
}
footer .gb-footer-wrapper {
  display: grid;
  grid-template-columns: repeat(2, auto) 1fr;
  grid-column-gap: 200px;
  padding-top: 60px;
}
@media screen and (max-width: 1199px) {
  footer .gb-footer-wrapper {
    grid-column-gap: 60px;
  }
}
@media screen and (max-width: 991px) {
  footer .gb-footer-wrapper {
    grid-column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .gb-footer-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
footer .gb-footer-wrapper h2 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
footer .gb-footer-wrapper h2:not(:first-of-type) {
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  footer .gb-footer-wrapper h2:not(:first-of-type) {
    margin-top: 40px;
  }
}
footer .gb-footer-wrapper a {
  text-decoration: none;
}
footer .gb-footer-wrapper ul,
footer .gb-footer-wrapper p {
  font-weight: 350;
}
footer .gb-footer-wrapper ul {
  padding: 0;
  list-style: none;
  margin: 0;
  font-size: 14px;
}
footer .gb-footer-wrapper ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .gb-footer-wrapper ul a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  footer .gb-footer-wrapper .gb-nav {
    justify-self: end;
    text-align: right;
  }
}
footer .gb-comm-wrapper {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  footer .gb-comm-wrapper {
    display: block;
  }
}
footer .gb-comm-wrapper p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  footer .gb-comm-wrapper gb-comm {
    display: block;
    margin-top: 30px;
  }
}
footer .gb-comm-wrapper gb-comm a {
  font-weight: 600;
}
footer .gb-tornasu-text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .gb-tornasu-text a {
  background: var(--bsd-black);
  margin-top: 30px;
}
@media screen and (pointer: fine) {
  footer .gb-tornasu-text a {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  footer .gb-tornasu-text a:not(:focus-visible) {
    width: 0px !important;
    height: 0px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

.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:not(.forcheckbox) {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: var(--error, var(--gb-black));
  margin-bottom: 8px;
  display: block;
}

label.forcheckbox {
  font-size: 14px;
  cursor: pointer;
}

.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: 14px 20px;
  width: 100%;
  border-radius: 10px;
  border: solid 2px var(--error, var(--gb-border));
  color: var(--gb-error, var(--bs-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 {
  font-style: italic;
  opacity: 1;
  color: var(--gb-error, var(--bs-black));
}
.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 textarea,
.gb-form-input textarea {
  padding: 14px 20px;
  width: 100%;
  border-radius: 10px;
  border: solid 2px var(--error, var(--gb-border));
  color: var(--gb-error, var(--bs-black));
  line-height: 1;
  height: 177px;
}
.gb-form-password textarea::placeholder,
.gb-form-input textarea::placeholder {
  font-style: italic;
  opacity: 1;
  color: var(--gb-error, var(--bs-black));
}

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

main {
  min-height: calc(100vh - var(--footer-height));
}

.gb-section-hero-slide {
  background-color: var(--bs-white);
}
@media screen and (max-width: 991px) {
  .gb-section-hero-slide {
    background-color: var(--tm-red);
  }
}
.gb-section-hero-slide .swiper-slide {
  position: relative;
}
@media screen and (min-width: 992px) {
  .gb-section-hero-slide .swiper-slide {
    aspect-ratio: 1920/800;
    max-height: calc(100vh - 40px);
    display: flex;
    justify-content: center;
    align-items: end;
  }
}
.gb-section-hero-slide .swiper-slide .gb-sfondo {
  width: 100%;
  z-index: 1;
  background-color: var(--bs-white);
  background-image: image-set(var(--bg-webp-1x) type("image/webp") 1x, var(--bg-webp-1-75x) type("image/webp") 1.75x, var(--bg-webp-2x) type("image/webp") 2x, var(--bg-1x) type("image/jpeg") 1x, var(--bg-1-75x) type("image/jpeg") 1.75x, var(--bg-2x) type("image/jpeg") 2x);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .gb-section-hero-slide .swiper-slide .gb-sfondo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-hero-slide .swiper-slide .gb-sfondo {
    aspect-ratio: 1920/800;
  }
}
.gb-section-hero-slide .swiper-slide .container {
  position: relative;
  z-index: 2;
}
.gb-section-hero-slide .swiper-slide h1, .gb-section-hero-slide .swiper-slide h2 {
  margin: 0 auto;
  color: var(--tm-red);
  padding: 38px 20px;
  border-radius: 50px 50px 0 0;
  max-width: 1250px;
  background: color-mix(in srgb, var(--bs-white) 80%, transparent);
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  text-wrap-style: pretty;
}
@media screen and (max-width: 767px) {
  .gb-section-hero-slide .swiper-slide h1, .gb-section-hero-slide .swiper-slide h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-hero-slide .swiper-slide h1, .gb-section-hero-slide .swiper-slide h2 {
    padding: 28px 0;
    font-size: 30px;
    background: transparent;
    color: var(--bs-white);
  }
}
@media screen and (max-width: 767px) {
  .gb-section-hero-slide .swiper-slide h1, .gb-section-hero-slide .swiper-slide h2 {
    padding: 20px 0;
    font-size: 25px;
  }
}
.gb-section-hero-slide .swiper-pagination {
  position: static;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .gb-section-hero-slide .swiper-pagination {
    background-color: var(--bs-white);
  }
}
.gb-section-hero-slide .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0;
  flex: 0 0 auto;
  background: var(--gb-light-grey);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .gb-section-hero-slide .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.gb-section-hero-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--tm-red);
}

.gb-section-hero {
  background-color: var(--bs-white);
  background-image: image-set(var(--bg-webp-1x) type("image/webp") 1x, var(--bg-webp-1-75x) type("image/webp") 1.75x, var(--bg-webp-2x) type("image/webp") 2x, var(--bg-1x) type("image/jpeg") 1x, var(--bg-1-75x) type("image/jpeg") 1.75x, var(--bg-2x) type("image/jpeg") 2x);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1920/800;
  max-height: 800px;
  width: 100%;
}

.gb-section-infohome {
  padding-block: 150px;
}
@media screen and (max-width: 991px) {
  .gb-section-infohome {
    padding-block: 90px;
  }
}
@media screen and (max-width: 576px) {
  .gb-section-infohome {
    padding-block: 40px;
  }
}
.gb-section-infohome .gb-img-text {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 110px;
  max-width: 1400px;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .gb-section-infohome .gb-img-text {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-infohome .gb-img-text {
    flex-direction: column;
    gap: 20px;
  }
}
.gb-section-infohome .gb-img-text picture {
  width: 300px;
  aspect-ratio: 1;
  position: relative;
  flex: 0 0 auto;
}
@media screen and (max-width: 991px) {
  .gb-section-infohome .gb-img-text picture {
    width: 200px;
  }
}
.gb-section-infohome .gb-img-text picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
}
.gb-section-infohome .gb-img-text .gb-text-wrapper {
  flex: 1 1 auto;
  width: 100%;
  padding-top: 20px;
}
@media screen and (max-width: 991px) {
  .gb-section-infohome .gb-img-text .gb-text-wrapper {
    padding-top: 0;
  }
}
.gb-section-infohome .gb-img-text .gb-text-wrapper h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  color: var(--tm-red);
}
@media screen and (max-width: 991px) {
  .gb-section-infohome .gb-img-text .gb-text-wrapper h2 {
    font-size: 40px;
  }
}

.gb-section-breadcrumb {
  padding-block: 28px;
}

.gb-section-testo {
  padding-bottom: 80px;
}
.gb-text-wrapper {
  max-width: 1250px;
  margin-inline: auto;
}
.gb-text-wrapper hr {
  border: 0;
  height: 3px;
  background: var(--tm-red);
  width: 100%;
  opacity: 1;
  margin-block: 80px;
}
@media screen and (max-width: 767px) {
  .gb-text-wrapper hr {
    margin-block: 40px;
  }
}
.gb-text-wrapper h1,
.gb-text-wrapper h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  color: var(--tm-red);
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .gb-text-wrapper h1,
  .gb-text-wrapper h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .gb-text-wrapper h1,
  .gb-text-wrapper h2 {
    font-size: 30px;
  }
}
.gb-text-wrapper h3, .gb-text-wrapper .gb-h3 {
  color: var(--bs-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.gb-text-wrapper h4, .gb-text-wrapper .gb-h4 {
  font-size: 18px;
  color: var(--bs-black);
  font-style: normal;
  font-weight: 500;
  text-transform: unset;
  margin: 0 0 10px 0;
  font-style: italic;
}
.gb-text-wrapper .text-red {
  color: var(--tm-red);
}
.gb-text-wrapper .text-red gb-big {
  font-size: 1.4em;
}

.gb-section-testo .gb-gallery-wrapper {
  margin-top: 60px;
}
.gb-gallery-wrapper {
  max-width: 1250px;
  margin-inline: auto;
  display: flex;
  --num:4;
  --gap:16px;
  flex-wrap: wrap;
  gap: var(--gap);
}
@media screen and (max-width: 991px) {
  .gb-gallery-wrapper {
    --num:3 ;
  }
}
@media screen and (max-width: 767px) {
  .gb-gallery-wrapper {
    --gap:10px ;
  }
}
.gb-gallery-wrapper .gal-item {
  width: calc((100% - (var(--num, 3) - 1) * var(--gap, 40px)) / var(--num, 3));
}
.gb-gallery-wrapper .gal-item a {
  width: 100%;
  display: block;
}
.gb-gallery-wrapper .gal-item picture {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  flex: 0 0 auto;
}
.gb-gallery-wrapper .gal-item picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.gb-gallery-wrapper .gal-item picture img[src$="Bidoni-inox.jpg"], .gb-gallery-wrapper .gal-item picture img[src$="Nastro-trasportatore.jpg"], .gb-gallery-wrapper .gal-item picture img[src$="lube2016.jpg"] {
  border: solid 1px #ccc;
}

.gb-section-dovesiamo {
  padding-bottom: 80px;
}
.gb-section-dovesiamo .gb-iframe-container {
  width: 100%;
  aspect-ratio: 1250/598;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
}
@media screen and (max-width: 991px) {
  .gb-section-dovesiamo .gb-iframe-container {
    aspect-ratio: 4/3;
  }
}
.gb-section-dovesiamo .gb-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gb-section-dovesiamo .gb-iframe-container::before {
  content: "";
  display: block;
  width: var(--spinner-w);
  height: var(--spinner-w);
  border-radius: 50%;
  border-top: 3px solid color-mix(in srgb, var(--bs-black) 50%, transparent);
  border-right: 3px solid color-mix(in srgb, var(--bs-black) 50%, transparent);
  border-bottom: 3px solid color-mix(in srgb, var(--bs-black) 50%, transparent);
  border-left: 3px solid var(--tm-red);
  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-dovesiamo .gb-contact-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .gb-section-dovesiamo .gb-contact-wrapper {
    flex-direction: column;
  }
}
.gb-section-dovesiamo .gb-contact-wrapper h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 750;
  color: var(--tm-red);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gb-section-dovesiamo .gb-contact-wrapper h2 {
    font-size: 18px;
  }
}
.gb-section-dovesiamo .gb-contact-wrapper p {
  font-size: 20px;
  font-weight: 360;
}
@media screen and (max-width: 767px) {
  .gb-section-dovesiamo .gb-contact-wrapper p {
    font-size: 16px;
  }
}
.gb-section-dovesiamo .gb-form-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

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