@charset "UTF-8";
: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-gray-black:#222;
  --gb-timberwolf:#D7D5D2;
  --gb-dark-timberwolf:#D9D9D9;
  --gb-lube-red:#E32426;
  --gb-volley-red:#CC2418;
  --gb-antrax:#404041;
  --gb-gruppo-grey:var(--gb-antrax);
  --gb-taupe-grey:#929090;
  --gb-gray:#808080;
  --gb-battle-grey:#999;
  --gb-text-battle-grey:#575757;
  --gb-white-20:rgba(255,255,255,0.2);
  --gb-white-70:rgba(255,255,255,0.7);
  --gb-nickel:#737373;
  --gb-wapp:#01b142;
  --gb-platinum:#e2e2e2;
  --creo:#07487c;
  --gruppo:#404041;
  --lube:#e32426;
  --multi:#666666;
  --border: var(--gb-timberwolf);
  --component-pad:40px;
  --component-pad-top:var(--component-pad);
  --component-pad-foot:40px;
  --spinner-w:33px;
  --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";
  --header-height:100px;
}
:root #gb1 {
  --border:var(--gb-white);
  --title-mask:var(--gb-timberwolf) ;
}
@media screen and (max-width: 992px) {
  :root {
    --header-height:70px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --header-height:50px;
  }
}

@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Roboto-Bold.woff2") format("woff2"), url("/gb/css/font/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Roboto-BlackItalic.woff2") format("woff2"), url("/gb/css/font/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Roboto-Black.woff2") format("woff2"), url("/gb/css/font/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Roboto-Medium.woff2") format("woff2"), url("/gb/css/font/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Roboto-Thin.woff2") format("woff2"), url("/gb/css/font/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Roboto-Italic.woff2") format("woff2"), url("/gb/css/font/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Roboto-BoldItalic.woff2") format("woff2"), url("/gb/css/font/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Roboto-LightItalic.woff2") format("woff2"), url("/gb/css/font/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Roboto-Light.woff2") format("woff2"), url("/gb/css/font/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Roboto-Regular.woff2") format("woff2"), url("/gb/css/font/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Roboto-MediumItalic.woff2") format("woff2"), url("/gb/css/font/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/gb/css/font/Roboto-ThinItalic.woff2") format("woff2"), url("/gb/css/font/Roboto-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
a {
  color: currentColor !important;
}

* {
  -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;
  outline: none !important;
  border-radius: 0;
  background: none;
  border: none;
}

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

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:nth-child(2),
.aliasServiceComponet .container ul.aliasServiceID li:nth-child(2) {
  margin-left: 20px;
  background: #fff;
  padding: 3px 10px;
  border-radius: 2px;
  position: relative;
}
[data-componente=aliasServiceComponet] .container ul.aliasServiceID li:nth-child(2)::before,
.aliasServiceComponet .container ul.aliasServiceID li:nth-child(2)::before {
  content: "ID:";
  font-size: 8px;
  position: absolute;
  top: -10px;
  left: 0;
}
[data-componente=aliasServiceComponet] .container ul.aliasServiceID li:nth-child(2) p, [data-componente=aliasServiceComponet] .container ul.aliasServiceID li:nth-child(2) h1, [data-componente=aliasServiceComponet] .container ul.aliasServiceID li:nth-child(2) h2,
.aliasServiceComponet .container ul.aliasServiceID li:nth-child(2) p,
.aliasServiceComponet .container ul.aliasServiceID li:nth-child(2) h1,
.aliasServiceComponet .container ul.aliasServiceID li:nth-child(2) h2 {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  margin: 0 !important;
}
[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: 992px) {
  .container-fluid {
    padding-inline: 20px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-inline: 40px;
  }
}

picture {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  border: solid 1px var(--border);
}

.pswp .pswp__bg {
  background: #fff;
  opacity: 1 !important;
}
.pswp .pswp__ui .pswp__top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  padding: 20px 38px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .pswp .pswp__ui .pswp__top-bar {
    padding: 16px;
  }
}
.pswp .pswp__ui .pswp__button {
  display: block;
  float: right;
  padding: 0;
  height: 30px;
  width: 30px;
  top: 50%;
  background: transparent;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--gb-white-smoke);
  border-radius: 6px;
  color: var(--gb-antrax);
}
.pswp .pswp__ui .pswp__button .bi {
  pointer-events: none;
}
.pswp .pswp__ui .pswp__button svg {
  pointer-events: none;
  fill: #444;
}
.pswp .pswp__ui .pswp__button.pswp__button--zoom {
  display: none !important;
}
.pswp .pswp__ui .pswp__button.pswp__button--fs {
  margin-right: 10px;
}
.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: 38px;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--gb-lube-red);
  color: var(--gb-white);
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .pswp .pswp__ui .pswp__button.pswp__button--arrow--right, .pswp .pswp__ui .pswp__button.pswp__button--arrow--left {
    top: auto;
    bottom: 10px;
    left: 16px;
  }
}
.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;
}
.pswp .pswp__ui .pswp__button.pswp__button--arrow--right {
  right: 38px;
  left: auto;
}
@media screen and (max-width: 767px) {
  .pswp .pswp__ui .pswp__button.pswp__button--arrow--right {
    right: 16px;
  }
}
.pswp .pswp__ui .pswp__button.pswp__button--arrow--right svg {
  transform: rotate(-90deg);
  transform-origin: center center;
}
.pswp .pswp__ui .pswp__counter {
  position: fixed;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  color: var(--gb-black);
  text-align: center;
  font-size: 12px;
  padding: 7px 15px;
  border-radius: 6px;
  line-height: 1.2;
  background: #fff;
}
.pswp .pswp__ui .pswp__caption {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  bottom: auto;
  top: 0;
  z-index: 5;
  padding: 20px 38px;
  pointer-events: none;
  position: relative;
  display: flex;
}
.pswp .pswp__ui .pswp__caption span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .pswp .pswp__ui .pswp__caption {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .pswp .pswp__ui .pswp__caption {
    font-size: 12px;
  }
}
.pswp .pswp__ui .pswp__caption .pswp__caption__center {
  padding: 8px 15px;
  border-radius: 6px;
  background: #fff;
  pointer-events: auto;
  line-height: 1.2;
  max-width: 73vw;
}
@media screen and (max-width: 576px) {
  .pswp .pswp__ui .pswp__caption .pswp__caption__center {
    margin-left: 16px;
    top: 16px;
  }
}
.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;
}

header {
  background: var(--gb-white);
  color: currentColor;
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  transition: background 300ms, color 300ms;
}
body#gb1 header {
  position: absolute;
}
body#gb1:not(.gb-op):not(.gb-or):not(.gb-ol) header {
  background: transparent;
  color: var(--gb-white);
  transition-delay: 300ms;
}
@media screen and (min-width: 768px) {
  body#gb1:not(.gb-op):not(.gb-or):not(.gb-ol) header {
    pointer-events: none;
  }
  body#gb1:not(.gb-op):not(.gb-or):not(.gb-ol) header a,
  body#gb1:not(.gb-op):not(.gb-or):not(.gb-ol) header .gb-store,
  body#gb1:not(.gb-op):not(.gb-or):not(.gb-ol) header .gb-hamb,
  body#gb1:not(.gb-op):not(.gb-or):not(.gb-ol) header .gb-agevolazioni,
  body#gb1:not(.gb-op):not(.gb-or):not(.gb-ol) header .gb-lang-wrapper,
  body#gb1:not(.gb-op):not(.gb-or):not(.gb-ol) header .gb-search,
  body#gb1:not(.gb-op):not(.gb-or):not(.gb-ol) header .gb-brand {
    pointer-events: auto;
  }
}
header .gb-header-wrapper {
  height: var(--header-height);
}
header .gb-close-page-appr-pop,
header .gb-close-page-appr {
  display: none !important;
  font-size: 28px;
  margin-right: -0.2em;
}
@media screen and (max-width: 991px) {
  header .gb-is-apr-page .gb-hamb,
  header .gb-is-apr-page .gb-store,
  header .gb-is-apr-page .gb-lang-wrapper,
  header .gb-is-apr-page .gb-search,
  header .gb-is-apr-page .gb-agevolazioni,
  header .gb-is-apr-page .gb-link-header,
  header .gb-is-apr-page nav {
    display: none !important;
  }
  header .gb-is-apr-page .gb-close-page-appr {
    display: block !important;
  }
  header .gb-is-apr-pop .gb-store,
  header .gb-is-apr-pop .gb-hamb,
  header .gb-is-apr-pop .gb-lang-wrapper,
  header .gb-is-apr-pop .gb-search,
  header .gb-is-apr-pop .gb-agevolazioni,
  header .gb-is-apr-pop .gb-link-header,
  header .gb-is-apr-pop nav {
    display: none !important;
  }
  header .gb-is-apr-pop .gb-close-page-appr-pop {
    display: block !important;
  }
}
header .gb-brand img {
  height: 70px;
  width: auto;
}
@media screen and (max-width: 1350px) {
  header .gb-brand img {
    height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  header .gb-brand img {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  header .gb-brand img {
    height: 35px;
  }
}
header nav {
  margin-left: 40px;
}
@media screen and (max-width: 1350px) {
  header nav {
    margin-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  header nav {
    display: none;
  }
}
header nav a {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  margin-right: 30px;
  letter-spacing: 0.08em;
  border-top: solid 1px transparent;
  border-bottom: solid 1px transparent;
}
@media screen and (max-width: 1350px) {
  header nav a {
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 1199px) {
  header nav a {
    margin-right: 20px;
    font-size: 13px;
  }
}
header nav a.gb-act {
  border-bottom-color: var(--gb-lube-red);
}
header .gb-search {
  padding: 0;
  margin-left: 10px;
}
header .gb-search.gb-act {
  color: var(--gb-lube-red);
}
@media screen and (min-width: 768px) {
  header .gb-search {
    margin-left: 20px;
  }
}
header .gb-search span {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 991px) {
  header .gb-search.gb-right-xs-auto {
    margin-left: auto;
  }
}
header .gb-lang-wrapper {
  margin-left: 10px;
}
header .gb-lang-wrapper .gb-lang-selector {
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 10px;
}
header .gb-agevolazioni {
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
}
header .gb-agevolazioni svg {
  height: 19px;
  width: auto;
  display: block;
  position: relative;
  top: -0.06em;
}
header .gb-store {
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
}
header .gb-store i {
  font-size: 20px;
}
header .gb-cta {
  font-size: 14px;
}
header .gb-hamb {
  padding: 0;
  margin: 0;
  margin-left: 20px;
}
@media screen and (max-width: 1199px) {
  header .gb-hamb {
    margin-left: 13px;
  }
}
header .gb-hamb span {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  header .gb-hamb span {
    width: 24px;
    height: 24px;
  }
}
header .gb-hamb span em {
  width: 100%;
  height: 2px;
  background: currentColor;
  position: relative;
  border-radius: 2px;
  transition: transform 300ms;
}
header .gb-hamb span em::before, header .gb-hamb span em::after {
  content: "";
  width: 100%;
  height: 100%;
  background: currentColor;
  position: absolute;
  left: 0;
  top: -8px;
  border-radius: 2px;
  transition: top 300ms 300ms, transform 300ms;
}
@media screen and (max-width: 991px) {
  header .gb-hamb span em::before, header .gb-hamb span em::after {
    top: -8px;
  }
}
header .gb-hamb span em::after {
  top: 8px;
}
@media screen and (max-width: 991px) {
  header .gb-hamb span em::after {
    top: 8px;
  }
}
body.gb-op header .gb-hamb span em {
  transition: transform 300ms 300ms;
  transform: rotate(135deg);
}
body.gb-op header .gb-hamb span em::before, body.gb-op header .gb-hamb span em::after {
  top: 0;
  transition: top 300ms, transform 300ms 300ms;
}
body.gb-op header .gb-hamb span em::before {
  transform: rotate(-90deg);
}

.gb-head-menu {
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  height: calc(100% - var(--header-height));
  margin: 0;
  padding: 0;
  z-index: 12;
}
@media screen and (min-width: 992px) {
  .gb-head-menu {
    grid-template-columns: 50% 30% 20%;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "lev1 lev2 social";
    display: grid;
    overflow: hidden;
    width: 0;
    transition: width 0ms var(--w-delay);
    --scale-val: scaleX(0);
    --trans-orgin: right center;
    --opamenu:0;
    --w-delay:1200ms;
    --opa-speed:300ms;
    --opa-delay1:0ms;
    --opa-delay2:300ms;
    --opa-delay3:600ms;
    --trans-delay1:300ms;
    --trans-delay2:600ms;
    --trans-delay3:900ms;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .gb-head-menu {
    grid-template-columns: 40% 35% 25%;
  }
}
@media screen and (min-width: 992px) {
  body.gb-op .gb-head-menu {
    --w-delay:0;
    width: 100%;
    --scale-val: scaleX(1);
    --trans-orgin: left center;
    --opamenu:1;
    --opa-speed:600ms;
    --opa-delay1:300ms;
    --opa-delay2:600ms;
    --opa-delay3:900ms;
    --trans-delay1:1ms;
    --trans-delay2:300ms;
    --trans-delay3:600ms;
  }
  .gb-head-menu .gb-first-level {
    background: #D9D9D9;
    padding: 94px 20px 60px 150px;
    display: flex;
    flex-direction: column;
    transform-origin: var(--trans-orgin);
    transform: var(--scale-val);
    transition: transform 300ms var(--trans-delay1);
  }
}
@media screen and (min-width: 992px) and (max-height: 782px) {
  .gb-head-menu .gb-first-level {
    padding-block: 40px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1600px) {
  .gb-head-menu .gb-first-level {
    padding: 60px 20px 60px 60px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .gb-head-menu .gb-first-level {
    padding: 40px 20px 40px 40px;
  }
}
@media screen and (min-width: 992px) {
  .gb-head-menu .gb-first-level > * {
    transition: opacity var(--opa-speed) var(--opa-delay1);
    opacity: var(--opamenu);
  }
  .gb-head-menu .gb-first-level ul.gb-nav {
    padding: 0;
    margin: 0;
    list-style: none;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .gb-head-menu .gb-first-level ul.gb-nav li:not(:last-child) {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 992px) {
  .gb-head-menu .gb-first-level ul.gb-nav li a {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-decoration: none !important;
    transition: font-size 200ms;
    display: inline-block;
  }
  .gb-head-menu .gb-first-level ul.gb-nav li a.gb-act {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .gb-head-menu .gb-first-level ul.gb-nav li a {
    font-size: 22px;
    line-height: 42px;
  }
  .gb-head-menu .gb-first-level ul.gb-nav li a.gb-act {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .gb-head-menu .gb-first-level .gb-lang {
    margin: auto 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 992px) and (max-width: 767px) {
  .gb-head-menu .gb-first-level .gb-lang {
    justify-content: flex-start;
    margin-top: 30px;
    column-gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  .gb-head-menu .gb-first-level .gb-lang li {
    margin: 0;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .gb-head-menu .gb-first-level .gb-lang li {
    margin-left: 28px;
  }
}
@media screen and (min-width: 992px) {
  .gb-head-menu .gb-first-level .gb-lang li a {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
  }
  .gb-head-menu .gb-first-level .gb-lang li a:not(.gb-act) {
    opacity: 0.3;
  }
  .gb-head-menu .gb-second-level {
    background: #E2E2E2;
    padding: 100px 20px 60px 50px;
    overflow: auto;
    transform-origin: var(--trans-orgin);
    transform: var(--scale-val);
    transition: transform 300ms var(--trans-delay2);
  }
}
@media screen and (min-width: 992px) and (max-height: 782px) {
  .gb-head-menu .gb-second-level {
    padding-block: 40px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1600px) {
  .gb-head-menu .gb-second-level {
    padding: 64px 20px 60px 40px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .gb-head-menu .gb-second-level {
    padding: 40px 20px 40px 40px;
  }
}
@media screen and (min-width: 992px) {
  .gb-head-menu .gb-second-level > *:not(.gb-not-showing) {
    transition: opacity var(--opa-speed) var(--opa-delay2);
    opacity: var(--opamenu);
  }
  .gb-head-menu .gb-second-level .gb-goback {
    display: none;
  }
  .gb-head-menu .gb-second-level ul.gb-nav {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .gb-head-menu .gb-second-level ul.gb-nav li {
    transition: opacity 300ms, height 0ms, padding 0ms;
  }
  .gb-head-menu .gb-second-level ul.gb-nav.gb-not-showing li {
    overflow: hidden;
    opacity: 0;
    padding: 0;
    height: 0;
    transition: opacity 300ms, height 0ms, padding 0ms;
  }
  .gb-head-menu .gb-second-level ul.gb-nav li {
    padding-bottom: 3px;
  }
  .gb-head-menu .gb-second-level ul.gb-nav li a {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .gb-head-menu .gb-second-level ul.gb-nav li a {
    font-size: 19px;
  }
}
@media screen and (min-width: 992px) and (hover: hover) {
  .gb-head-menu .gb-second-level ul.gb-nav li a:hover {
    font-weight: 600;
  }
}
@media screen and (min-width: 992px) {
  .gb-head-menu .gb-second-level ul.gb-nav li a.gb-general-page {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 7px;
    display: inline-block;
    text-transform: uppercase;
  }
  .gb-head-menu .gb-second-level ul.gb-nav li a.gb-general-page[href="#"] {
    cursor: default !important;
  }
  .gb-head-menu .gb-social-menu {
    background: #F5F5F5;
    padding: 94px 150px 60px 20px;
    display: flex;
    flex-direction: column;
    transform-origin: var(--trans-orgin);
    transform: var(--scale-val);
    transition: transform 300ms var(--trans-delay3);
  }
  .gb-head-menu .gb-social-menu > * {
    transition: opacity var(--opa-speed) var(--opa-delay3);
    opacity: var(--opamenu);
  }
}
@media screen and (min-width: 992px) and (max-height: 782px) {
  .gb-head-menu .gb-social-menu {
    padding-block: 40px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1600px) {
  .gb-head-menu .gb-social-menu {
    padding: 60px 60px 60px 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .gb-head-menu .gb-social-menu {
    padding: 40px 40px 40px 20px;
  }
}
@media screen and (min-width: 992px) {
  .gb-head-menu .gb-social-menu .gb-social {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
  }
  .gb-head-menu .gb-social-menu .gb-social li {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding-bottom: 26px;
  }
  .gb-head-menu .gb-social-menu .gb-social li a {
    text-decoration: none;
  }
  .gb-head-menu .gb-social-menu gb-agency-link {
    margin-top: auto;
    text-align: right;
    white-space: nowrap;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .gb-head-menu {
    overflow: hidden;
    width: 0;
    transition: width 0ms 600ms;
  }
  body.gb-op .gb-head-menu {
    width: 100%;
    transition-delay: 0ms;
  }
  .gb-head-menu .gb-second-level,
  .gb-head-menu .gb-first-level {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 25px 20px;
    z-index: 1;
    background: #D9D9D9;
    overflow: auto;
    transform: translateX(-100%);
    transition: transform 300ms;
  }
  .gb-head-menu .gb-second-level {
    z-index: 2;
    background: #E2E2E2;
    transform: translateX(100%);
    padding-top: 25px;
  }
  .gb-head-menu .gb-second-level .gb-nav {
    height: 0;
    overflow: hidden;
    transition: height 0ms 300ms;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .gb-head-menu .gb-second-level .gb-nav.gb-show {
    height: auto;
    transition: height 0ms;
  }
  .gb-head-menu .gb-second-level .gb-nav .gb-goback {
    margin-bottom: 30px;
    font-size: 13px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
  }
  .gb-head-menu .gb-second-level .gb-nav .gb-goback::before {
    font-family: bootstrap-icons;
    content: "\f12f";
    flex: 0 0 auto;
    margin-right: 10px;
  }
  .gb-head-menu .gb-second-level .gb-nav li {
    padding-left: 25px;
  }
  .gb-head-menu .gb-second-level .gb-nav li:not(.gb-general-title) {
    padding-bottom: 6px;
    padding-left: 35px;
  }
  .gb-head-menu .gb-second-level .gb-nav li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.2;
    display: block;
    padding-block: 4px;
  }
  .gb-head-menu .gb-second-level .gb-nav li a.gb-general-page {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 0;
  }
  .gb-head-menu .gb-second-level .gb-nav li a.gb-general-page[href="#"] {
    cursor: default !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 992px) {
  .gb-head-menu .gb-second-level .gb-nav li a.gb-general-page {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .gb-head-menu .gb-second-level.gb-showme-mobi {
    transform: translateX(0);
  }
  .gb-head-menu .gb-social-menu {
    display: none !important;
  }
  .gb-head-menu .gb-first-level {
    color: var(--gb-gray-black);
    display: flex;
    flex-direction: column;
    padding-bottom: 18px;
  }
  .gb-head-menu .gb-first-level .gb-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .gb-head-menu .gb-first-level .gb-nav li {
    padding-bottom: 20px;
  }
  .gb-head-menu .gb-first-level .gb-nav a {
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .gb-head-menu .gb-first-level .gb-nav a.mt-4 {
    margin-top: 1.2rem !important;
  }
  .gb-head-menu .gb-first-level .gb-nav a.gb-highlights {
    color: var(--gb-lube-red) !important;
  }
  .gb-head-menu .gb-first-level .gb-nav a:not(.no-subpage)::after {
    font-family: bootstrap-icons;
    content: "\f138";
    flex: 0 0 auto;
    margin-left: 10px;
  }
  .gb-head-menu .gb-first-level .gb-lang {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 0;
    list-style: none;
    margin: auto 0 0;
  }
  .gb-head-menu .gb-first-level .gb-lang li {
    margin: 0;
  }
  .gb-head-menu .gb-first-level .gb-lang li a {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 14px;
    display: block;
    text-decoration: none;
  }
  .gb-head-menu .gb-first-level .gb-lang li a:not(.gb-act) {
    opacity: 0.3;
  }
  body.gb-op .gb-head-menu .gb-first-level {
    transform: translateX(0);
  }
}

#gb-payoff-lube {
  background: var(--gb-antrax);
  color: var(--gb-white);
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #gb-payoff-lube {
    font-size: 16px;
  }
}

.gb-main-foot {
  padding-top: 30px;
  padding-bottom: 30px;
  background: var(--gb-gray-black);
  color: var(--gb-white);
}
@media screen and (max-width: 767px) {
  body:not(#gb8):not(#gb10) .gb-main-foot {
    padding-bottom: 90px;
  }
}
.gb-main-foot .gb-brand-footer svg {
  height: 60px;
  width: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .gb-main-foot .gb-brand-footer svg {
    height: 40px;
  }
}
@media screen and (max-width: 576px) {
  .gb-main-foot .gb-brand-footer svg {
    height: 35px;
  }
}
.gb-main-foot .gb-lang {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .gb-main-foot .gb-lang {
    justify-content: flex-start;
    margin-top: 30px;
    column-gap: 20px;
  }
}
.gb-main-foot .gb-lang li {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .gb-main-foot .gb-lang li {
    margin-left: 28px;
  }
}
.gb-main-foot .gb-lang li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.gb-main-foot .gb-lang li a:not(.gb-act) {
  opacity: 0.5;
}
.gb-main-foot .gb-social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-area: social;
}
.gb-main-foot .gb-social li {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .gb-main-foot .gb-social li {
    margin-left: 28px;
  }
}
.gb-main-foot .gb-social li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .gb-main-foot .gb-social li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .gb-main-foot .gb-social {
    width: 100%;
    justify-content: space-between;
    border-top: solid 2px color-mix(in srgb, var(--gb-white) 20%, transparent);
    border-bottom: solid 2px color-mix(in srgb, var(--gb-white) 20%, transparent);
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .gb-main-foot .gb-social dt {
    margin: 0;
  }
}
.gb-main-foot .gb-siteinfo-wrapper {
  margin-top: 40px;
}
.gb-main-foot .gb-siteinfo-wrapper p {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .gb-main-foot .gb-siteinfo-wrapper {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-areas: "social social" "info menufoot" "agency menufoot";
  }
}
@media screen and (max-width: 767px) {
  .gb-main-foot .gb-siteinfo-wrapper {
    margin-top: 30px;
    grid-column-gap: 15px;
  }
}
.gb-main-foot .gb-siteinfo-wrapper .gb-siteinfo {
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .gb-main-foot .gb-siteinfo-wrapper .gb-siteinfo small {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .gb-main-foot .gb-siteinfo-wrapper .gb-siteinfo {
    font-size: 12px;
  }
}
.gb-main-foot .gb-foot-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-top: 40px;
  font-size: 14px;
  grid-area: menufoot;
}
@media screen and (max-width: 991px) {
  .gb-main-foot .gb-foot-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 0;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .gb-main-foot .gb-foot-menu {
    font-size: 12px;
  }
}
.gb-main-foot .gb-foot-menu a {
  text-decoration: none !important;
}
.gb-main-foot .gb-foot-menu li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .gb-main-foot .gb-foot-menu li {
    margin-right: 40px;
  }
  .gb-main-foot .gb-foot-menu li:not(:last-child) {
    margin-bottom: 0;
  }
}
gb-agency-link {
  font-size: 14px;
  grid-area: agency;
  align-self: end;
}
@media screen and (min-width: 992px) {
  gb-agency-link {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  gb-agency-link {
    font-size: 12px;
  }
}
gb-agency-link a {
  text-decoration: none !important;
}

:root {
  --headerHeight:110px;
  --brandSize:76px;
  --white:#fff;
  --border:#ccc;
  --silver:#eee;
  --lube:#E32426;
  --dark-silver:#999;
  --bodoni:var(--roboto);
}
@media (max-width: 1680px) {
  :root {
    --headerHeight:80px;
    --brandSize:56px;
  }
}
@media (max-width: 767px) {
  :root {
    --headerHeight:52px ;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}
body {
  font-family: var(--roboto);
  color: var(--gb-black);
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
}
@media (min-width: 2000px) {
  body {
    font-size: 16px;
  }
}
html.ios body {
  overflow-x: hidden;
}
body.op_npp, body.gb_CL_opH {
  overflow: hidden;
}
body main, body footer, body header, body nav {
  transition: filter 300ms;
}
body.gb_CL_of, body.gb_CL_op, body.gb_CL_os {
  overflow: hidden;
}
body.gb_CL_of main, body.gb_CL_of footer, body.gb_CL_of header, body.gb_CL_of nav, body.gb_CL_of #gb_Cl_floatinButtonCta, body.gb_CL_op main, body.gb_CL_op footer, body.gb_CL_op header, body.gb_CL_op nav, body.gb_CL_op #gb_Cl_floatinButtonCta, body.gb_CL_os main, body.gb_CL_os footer, body.gb_CL_os header, body.gb_CL_os nav, body.gb_CL_os #gb_Cl_floatinButtonCta {
  filter: blur(3px);
  transition: filter 600ms 300ms;
}
@media screen and (max-width: 767px) {
  body.gb-promo-template {
    --headerHeight: calc(52px/2) ;
  }
}

.gb-cta {
  text-align: center;
  border: solid 1px var(--gruppo);
  padding: 8px 20px;
  font-size: 12px;
  background: var(--gruppo);
  color: var(--white) !important;
  display: inline-block;
}

#gb-blog-wrapper {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #gb-blog-wrapper {
    padding-top: 20px;
  }
}
@media screen and (min-width: 990px) {
  #gb-blog-wrapper {
    display: grid !important;
    grid-template-columns: auto 280px;
    grid-template-rows: auto 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    grid-template-areas: "main side1 " "main side2 ";
  }
}
#gb-blog-wrapper .gb-mainside {
  flex: 1 1 auto;
  width: 100%;
  margin-right: 50px;
  max-width: 900px;
  grid-area: main;
}
#gb-blog-wrapper aside {
  width: 280px;
  flex: 0 0 auto;
}
#gb-blog-wrapper aside.gb-side-1 {
  grid-area: side1;
  align-items: start;
}
#gb-blog-wrapper aside.gb-side-2 {
  align-items: start;
  grid-area: side2;
}
@media screen and (max-width: 991px) {
  #gb-blog-wrapper aside.gb-side-2 {
    padding-top: 40px;
    margin-top: 40px;
    border-top: solid 1px var(--border);
  }
}
@media screen and (max-width: 991px) {
  #gb-blog-wrapper aside {
    width: 100%;
  }
}
#gb-blog-wrapper .pagination {
  margin-top: 40px;
  column-gap: 10px;
  justify-content: center;
  width: 100%;
  flex: 0 0 auto;
}
#gb-blog-wrapper .pagination .page-link {
  border-radius: 0;
  padding: 8px 12px;
  border: solid 1px var(--silver);
  font-size: 12px;
  color: var(--default) !important;
  background: var(--silver);
  box-shadow: none !important;
}
#gb-blog-wrapper .pagination .page-link .bi::before {
  vertical-align: middle;
}
#gb-blog-wrapper .pagination .page-item.disabled .page-link {
  background: var(--white);
  color: var(--dark-silver) !important;
}
#gb-blog-wrapper .pagination .page-item.active .page-link {
  background: var(--gb-gray-black);
  color: var(--white) !important;
}
@media screen and (max-width: 767px) {
  #gb-blog-wrapper .pagination .page-item.previous a.page-link, #gb-blog-wrapper .pagination .page-item.next a.page-link {
    font-size: 0;
  }
  #gb-blog-wrapper .pagination .page-item.previous a.page-link .bi, #gb-blog-wrapper .pagination .page-item.next a.page-link .bi {
    font-size: 12px;
  }
}
#gb-blog-wrapper .pagination .gb-other-page {
  display: flex;
  align-items: flex-end;
  padding: 8px 2px;
  color: #999;
}
#gb-blog-wrapper .pagination .gb-other-page:after {
  content: "...";
  letter-spacing: 0.06em;
}
#gb-blog-wrapper .gb-title-blog {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--default) !important;
}
#gb-blog-wrapper .gb-title-blog em {
  font-weight: 300;
}
#gb-blog-wrapper .gb-titoloside {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
#gb-blog-wrapper .gb-form-search {
  margin-top: 20px;
  margin-bottom: 20px;
}
#gb-blog-wrapper .gb-form-search .gb-search-set {
  display: flex;
}
#gb-blog-wrapper .gb-form-search .gb-search-set input[type=search] {
  border: solid 1px var(--border);
  -webkit-appearance: textfield;
  height: 40px;
  width: 100%;
  flex: 1 1 auto;
  padding: 2px 10px;
  font-size: 14px;
}
#gb-blog-wrapper .gb-form-search .gb-search-set input[type=search]::placeholder {
  opacity: 1;
  font-size: 12px;
  color: var(--dark-silver);
}
#gb-blog-wrapper .gb-form-search .gb-search-set button {
  padding: 0;
  margin: 0;
  background: var(--silver);
  border: solid 1px var(--border);
  border-left: 0;
}
#gb-blog-wrapper .gb-form-search .gb-search-set button span {
  width: 50px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
#gb-blog-wrapper .gb-catlist-side ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#gb-blog-wrapper .gb-catlist-side ul li {
  padding-top: 8px;
  font-size: 12px;
  font-style: italic;
}
#gb-blog-wrapper .gb-catlist-side ul a {
  text-transform: uppercase;
  text-decoration: none;
}
#gb-blog-wrapper .gb-catlist-side ul a.gb-act, #gb-blog-wrapper .gb-catlist-side ul a:hover {
  text-decoration: underline;
}
#gb-blog-wrapper .gb-ultart-side {
  padding-top: 20px;
}
#gb-blog-wrapper .gb-ultart-side ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#gb-blog-wrapper .gb-ultart-side ul li {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}
#gb-blog-wrapper .gb-ultart-side ul li:not(:first-child) {
  padding-top: 20px;
}
#gb-blog-wrapper .gb-ultart-side ul a {
  line-height: 1.2;
  display: flex;
  align-items: flex-start;
  text-decoration: none !important;
}
#gb-blog-wrapper .gb-ultart-side ul a:hover {
  color: var(--lube);
}
#gb-blog-wrapper .gb-ultart-side ul a:hover time {
  color: var(--default) !important;
}
#gb-blog-wrapper .gb-ultart-side ul time {
  display: block;
  font-size: 10px;
  opacity: 0.8;
  font-weight: 400;
  pointer-events: none !important;
  padding-top: 3px;
}
#gb-blog-wrapper .gb-ultart-side ul img {
  width: 95px;
  margin-right: 10px;
}
#gb-blog-wrapper .gb-tag-side {
  padding-top: 20px;
}
#gb-blog-wrapper .gb-tag-side .gb-titoloside {
  padding-bottom: 8px;
}
#gb-blog-wrapper .gb-tag-side ul {
  width: calc(100% + 4px);
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
#gb-blog-wrapper .gb-tag-side ul li {
  padding: 2px;
}
#gb-blog-wrapper .gb-tag-side ul li a {
  display: block;
  padding: 4px 20px;
  border: solid 1px var(--silver);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 500;
}
#gb-blog-wrapper .gb-tag-side ul li a.gb-act {
  background: var(--silver);
  border-color: var(--border);
}
#gb-blog-wrapper .gb-article-wrapper .gb-featured-image {
  margin-bottom: 20px;
}
#gb-blog-wrapper .gb-article-wrapper .gb-featured-image img {
  width: 100%;
}
#gb-blog-wrapper .gb-article-wrapper article.gb-article .gb-featured-image {
  margin-bottom: 0;
}

article.gb-article {
  display: flex;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  article.gb-article {
    flex-direction: column;
  }
}
article.gb-article .gb-featured-image {
  min-width: 260px;
  width: 20%;
  position: relative;
  aspect-ratio: 270/206;
  margin-right: 20px;
  flex: 0 0 auto;
}
@media screen and (max-width: 576px) {
  article.gb-article .gb-featured-image {
    width: 100%;
    position: relative;
    aspect-ratio: 16/9;
    margin-bottom: 20px;
    min-width: unset;
  }
}
article.gb-article .gb-featured-image a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
article.gb-article .gb-featured-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
article.gb-article .gb-info-text {
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
article.gb-article .gb-info-text .gb-category {
  text-transform: uppercase;
  font-style: italic;
  font-size: 10px;
  letter-spacing: 0.01em;
}
article.gb-article .gb-info-text .gb-category a {
  transition: color 100ms, text-decoration 100ms;
}
article.gb-article .gb-info-text .gb-category a:hover {
  text-decoration: underline;
  color: var(--lube);
}
article.gb-article .gb-info-text .gb-title {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  font-family: var(--bodoni);
  line-height: 1.2;
  margin: 0;
}
article.gb-article .gb-info-text .gb-preview-text {
  font-size: 12px;
}
article.gb-article .gb-info-text .gb-foot {
  margin-top: auto;
  font-size: 10px;
  text-transform: uppercase;
  color: var(--dark-silver);
  letter-spacing: 0.03em;
  font-weight: 300;
  text-align: right;
  padding-top: 20px;
}
article.gb-article .gb-info-text .gb-foot a {
  color: var(--dark-silver);
}
article.gb-article .gb-info-text .gb-foot a:hover {
  text-decoration: underline;
}

.gb-breadcrumb {
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  .gb-breadcrumb {
    display: none !important;
  }
}
.gb-breadcrumb ul.gb_bcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 10px;
}
.gb-breadcrumb ul.gb_bcrumb li {
  font-weight: 700;
}
.gb-breadcrumb ul.gb_bcrumb li:not(:last-child)::after {
  content: "\f231";
  padding: 0 2px;
  font-weight: 400;
  font-family: bootstrap-icons;
  vertical-align: middle;
  font-size: 9px;
}
.gb-breadcrumb ul.gb_bcrumb li a {
  font-weight: 400;
}
.gb-breadcrumb ul.gb_bcrumb li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .gb-main-home article:nth-of-type(1).page-0 {
    margin-bottom: 40px;
    flex-direction: column;
  }
  .gb-main-home article:nth-of-type(1).page-0 .gb-featured-image {
    width: 100%;
    max-width: unset;
    position: relative;
    aspect-ratio: 822/462;
    margin-bottom: 20px;
  }
  .gb-main-home article:nth-of-type(1).page-0 .gb-title {
    font-size: 26px;
  }
  .gb-main-home article:nth-of-type(1).page-0 .gb-preview-text {
    font-size: 14px;
  }
  .gb-main-home article:nth-of-type(1).page-0 .gb-foot {
    text-align: left;
  }
}

.gb-main-categoria .items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}
.gb-categoria-title {
  width: 100% !important;
  flex: 0 0 auto;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 24px;
  margin-bottom: 8px;
}
.gb-categoria-title span {
  font-weight: 300;
}

@media screen and (min-width: 992px) {
  .gb-main-categoria article:nth-of-type(-n+2).page-0 {
    margin-bottom: 40px;
    flex-direction: column;
    width: calc(50% - 15px);
  }
  .gb-main-categoria article:nth-of-type(-n+2).page-0 .gb-featured-image {
    width: 100%;
    max-width: unset;
    position: relative;
    aspect-ratio: 394/294;
    margin-bottom: 20px;
  }
  .gb-main-categoria article:nth-of-type(-n+2).page-0 .gb-foot {
    text-align: left;
  }
}

.gb-article-wrapper .gb-head-article .gb-head-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .gb-article-wrapper .gb-head-article .gb-head-info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.gb-article-wrapper .gb-head-article .gb-head-info time {
  font-size: 10px;
  text-transform: uppercase;
  color: var(--dark-silver);
  letter-spacing: 0.03em;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .gb-article-wrapper .gb-head-article .gb-head-info time::before {
    content: "―";
    display: block;
    line-height: 1;
  }
}
.gb-article-wrapper .gb-main-article ul a, .gb-article-wrapper .gb-main-article ol a, .gb-article-wrapper .gb-main-article p a {
  text-decoration: underline;
}
.gb-article-wrapper .gb-main-article ul, .gb-article-wrapper .gb-main-article ol {
  margin: 0;
}
.gb-article-wrapper .gb-main-article ul li, .gb-article-wrapper .gb-main-article ol li {
  margin-bottom: 1rem;
}
.gb-article-wrapper .gb-main-article ul li::marker, .gb-article-wrapper .gb-main-article ol li::marker {
  font-weight: 600;
}
.gb-article-wrapper .gb-main-article ol {
  list-style-position: inside;
  padding: 0;
}
@media screen and (max-width: 576px) {
  .gb-article-wrapper .gb-main-article ul {
    padding-left: 20px;
  }
}
.gb-article-wrapper .gb-main-article h2 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.gb-article-wrapper .gb-main-article h2:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  .gb-article-wrapper .gb-main-article h2:not(:first-child) {
    margin-top: 30px;
  }
}
.gb-article-wrapper .gb-main-article h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.gb-article-wrapper .gb-main-article h3:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  .gb-article-wrapper .gb-main-article h3:not(:first-child) {
    margin-top: 30px;
  }
}
.gb-article-wrapper .gb-main-article h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.gb-article-wrapper .gb-main-article h4:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  .gb-article-wrapper .gb-main-article h4:not(:first-child) {
    margin-top: 30px;
  }
}
.gb-article-wrapper .gb-main-article h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.gb-article-wrapper .gb-main-article h5:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  .gb-article-wrapper .gb-main-article h5:not(:first-child) {
    margin-top: 30px;
  }
}
.gb-article-wrapper .gb-main-article h6 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.gb-article-wrapper .gb-main-article h6:not(:first-child) {
  margin-top: 20px;
}
.gb-article-wrapper .gb-main-article figure {
  width: 100%;
}
.gb-article-wrapper .gb-main-article figure.gb-i-border img {
  border: solid 1px var(--border);
}
.gb-article-wrapper .gb-main-article figure.gb-i-border.gb-i-background {
  border: solid 1px var(--border);
}
.gb-article-wrapper .gb-main-article figure.gb-i-border.gb-i-background img {
  border: none;
}
.gb-article-wrapper .gb-main-article figure.gb-i-border.gb-i-background:not(.gb-i-stretched) {
  border: none;
  padding: 0;
}
.gb-article-wrapper .gb-main-article figure.gb-i-border.gb-i-background:not(.gb-i-stretched) img {
  border: solid 1px var(--border);
  padding: 15px;
  background: var(--silver);
}
.gb-article-wrapper .gb-main-article figure.gb-i-stretched img {
  width: 100% !important;
}
.gb-article-wrapper .gb-main-article figure.gb-i-background:not(.gb-i-stretched) img {
  border: solid 1px var(--border);
  padding: 15px;
  background: var(--silver);
}
.gb-article-wrapper .gb-main-article figure.gb-i-background.gb-i-stretched {
  padding: 15px;
  background: var(--silver);
}
.gb-article-wrapper .gb-main-article figure.gb-i-contain img {
  object-fit: contain;
  object-position: center;
}
.gb-article-wrapper .gb-main-article figure img {
  max-width: 100%;
}
.gb-article-wrapper .gb-main-article figure + figcaption {
  margin-top: -10px;
}
.gb-article-wrapper .gb-main-article figcaption {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 1rem;
}
.gb-article-wrapper .gb-main-article .gb-doubleimage {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
@media screen and (max-width: 767px) {
  .gb-article-wrapper .gb-main-article .gb-doubleimage {
    flex-direction: column;
  }
}
.gb-article-wrapper .gb-main-article .gb-doubleimage .gb-image-cont {
  width: calc(50% - 5px);
}
@media screen and (max-width: 767px) {
  .gb-article-wrapper .gb-main-article .gb-doubleimage .gb-image-cont {
    width: 100%;
  }
}
.gb-article-wrapper .gb-main-article .gb-doubleimage .gb-image-cont figure {
  position: relative;
  aspect-ratio: 564/381;
}
@media screen and (max-width: 767px) {
  .gb-article-wrapper .gb-main-article .gb-doubleimage .gb-image-cont figure {
    margin-bottom: 6px;
  }
}
.gb-article-wrapper .gb-main-article .gb-doubleimage .gb-image-cont figure:not(:only-child) {
  margin: 0;
}
.gb-article-wrapper .gb-main-article .gb-doubleimage .gb-image-cont figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gb-article-wrapper .gb-main-article .gb-doubleimage .gb-image-cont figcaption {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .gb-article-wrapper .gb-main-article .gb-doubleimage .gb-image-cont figcaption {
    margin-bottom: 6px;
  }
}
.gb-article-wrapper .gb-main-article .gb-embed {
  margin-top: 40px;
  display: block;
}
.gb-article-wrapper .gb-category {
  text-transform: uppercase;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.01em;
}
.gb-article-wrapper .gb-category a {
  transition: color 100ms, text-decoration 100ms;
}
.gb-article-wrapper .gb-category a:hover {
  text-decoration: underline;
  color: var(--lube);
}
.gb-article-wrapper .gb-title {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 36px;
  font-weight: 600;
  font-family: var(--bodoni);
  line-height: 1.2;
  margin: 0;
  text-decoration: none !important;
}
.gb-article-wrapper .gb-gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .gb-article-wrapper .gb-gallery-wrapper {
    column-gap: 5px;
    row-gap: 5px;
    margin-top: 40px;
  }
}
.gb-article-wrapper .gb-gallery-wrapper figure {
  width: calc(50% - 10px);
  aspect-ratio: 398/218;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gb-article-wrapper .gb-gallery-wrapper figure {
    aspect-ratio: 10/10;
  }
}
.gb-article-wrapper .gb-gallery-wrapper figure[data-more]::after {
  pointer-events: none;
  content: "+" attr(data-more);
  background: rgba(0, 0, 0, 0.3);
  padding: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--white);
  font-family: var(--bodoni);
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .gb-article-wrapper .gb-gallery-wrapper figure[data-more]::after {
    font-size: 24px;
    padding: 5px;
  }
}
.gb-article-wrapper .gb-gallery-wrapper figure a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gb-article-wrapper .gb-gallery-wrapper figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gb-article-wrapper .gb-site-cta {
  margin-top: 40px;
}
.gb-article-wrapper .gb-related-article {
  margin-top: 60px;
  padding-top: 60px;
  border-top: solid 1px var(--border);
}

.gb-category a,
.gb-title a {
  text-decoration: none !important;
}

.gb-title-blog {
  text-decoration: none !important;
}

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

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