: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-giessegi-red:#B5132C;
  --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-white-20:rgba(255,255,255,0.2);
  --gb-white-70:rgba(255,255,255,0.7);
  --gb-nickel:#737373;
  --gb-wapp:#25D366;
  --gb-platinum:#e2e2e2;
  --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:120px;
}
:root #gb1 {
  --border:var(--gb-white);
  --title-mask:var(--gb-timberwolf) ;
}
@media screen and (max-width: 1199px) {
  :root {
    --header-height:70px;
  }
}
@media screen and (max-width: 991px) {
  :root {
    --header-height:70px;
  }
}

@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-Bold.woff2") format("woff2"), url("font/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-BlackItalic.woff2") format("woff2"), url("font/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-Black.woff2") format("woff2"), url("font/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-Medium.woff2") format("woff2"), url("font/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-Thin.woff2") format("woff2"), url("font/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-Italic.woff2") format("woff2"), url("font/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-BoldItalic.woff2") format("woff2"), url("font/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-LightItalic.woff2") format("woff2"), url("font/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-Light.woff2") format("woff2"), url("font/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-Regular.woff2") format("woff2"), url("font/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-MediumItalic.woff2") format("woff2"), url("font/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-ThinItalic.woff2") format("woff2"), url("font/Roboto-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@keyframes loadSpinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
a {
  color: currentColor;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
html.mobile a[href^="tel:"] {
  pointer-events: auto;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}
*::selection {
  background: rgba(0, 0, 0, 0.2);
}
*::-moz-selection {
  background: 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;
}

button {
  cursor: pointer !important;
}

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

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

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

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

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

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

hr {
  background: var(--gb-white-smoke);
  opacity: 1;
}

b, strong {
  font-weight: 600;
}

html {
  font-size: 16px;
}

body {
  font-family: var(--roboto);
  color: var(--gb-black);
}
body h2, body h3, body h4 {
  font-family: "Cormorant Garamond", serif;
}

a {
  color: currentColor !important;
}

.gb-big-title {
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 18px;
}

.gb-text-wrapper p small {
  font-size: 12px;
}

.gb-cta {
  padding: 10px 20px;
}
.gb-cta.gb-indietro {
  color: #B5132C;
  background-color: #F5F5F5;
  line-height: 19px;
}
.gb-cta.gb-avanti, .gb-cta.gb-red {
  color: #FFF !important;
  background-color: #B5132C;
  text-decoration: none;
  line-height: 19px;
}

header {
  background: var(--gb-white);
  color: currentColor;
  z-index: 10;
  position: -webkit-sticky;
  width: 100%;
  transition: background 300ms, color 300ms;
  padding-block: 16px;
}
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: 110px;
  width: auto;
}
@media screen and (max-width: 1199px) {
  header .gb-brand img {
    height: 60px;
  }
}
@media screen and (max-width: 991px) {
  header .gb-brand img {
    height: 50px;
  }
}
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-giessegi-red);
}
header .gb-search {
  padding: 0;
  margin-left: 10px;
}
header .gb-search.gb-act {
  color: var(--gb-giessegi-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-giessegi-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 {
  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 {
    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) {
  .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;
}
.gb-main-foot .gb-siteinfo-wrapper p a:not(:last-of-type) {
  margin-right: 12px;
}
@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;
}

.gb-input-other {
  padding-block: 10px;
  display: contents;
}
.gb-input-other :first-child {
  order: 99;
}
.gb-input-other :last-child {
  order: 100;
}
.gb-input-other input {
  box-shadow: none !important;
}

.gb-form-check {
  display: flex;
  padding-block: 10px;
}
.gb-form-check input[type=radio],
.gb-form-check input[type=checkbox] {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.1em;
  vertical-align: top;
  -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-black));
  border-radius: 4px;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
  cursor: pointer;
  margin-right: 8px;
}
.gb-form-check input[type=radio]:checked,
.gb-form-check input[type=checkbox]:checked {
  --checked-color:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%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-check input[type=radio]:disabled,
.gb-form-check input[type=checkbox]:disabled {
  opacity: 0.4;
}
.gb-form-check input[type=radio]:disabled + label,
.gb-form-check input[type=checkbox]:disabled + label {
  opacity: 0.4;
}
.gb-form-check label {
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}
.gb-form-check label:first-letter {
  text-transform: uppercase;
}

.gb-form-radio {
  display: flex;
}
.gb-form-radio input[type=radio] {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.1em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--checked-color, var(--gb-white)) no-repeat center center/120% auto;
  border: solid 1px var(--error, var(--gb-black));
  border-radius: 50%;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
  cursor: pointer;
  margin-right: 8px;
}
.gb-form-radio input[type=radio]:checked {
  --checked-color:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-record-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 13A5 5 0 1 0 8 3a5 5 0 0 0 0 10'/%3E%3C/svg%3E");
}
.gb-form-radio label {
  cursor: pointer;
  font-size: 14px;
}

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

label + em[data-pop] {
  margin-left: 8px;
  cursor: pointer;
  font-size: 20px;
  color: #D7D5D2;
  position: relative;
  top: -0.2em;
}

fieldset {
  margin-bottom: 20px;
}
fieldset.d-grid {
  display: grid;
  grid-template-columns: repeat(var(--colnum-desk, 5), 1fr);
  grid-template-rows: repeat(var(--rownum-desk, 5), auto);
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-auto-flow: column;
}
@media screen and (max-width: 1199px) {
  fieldset.d-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(9, auto);
    grid-column-gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  fieldset.d-grid {
    grid-template-columns: repeat(2, calc(33.3333333333% - 10px));
    grid-template-rows: repeat(12, auto);
  }
}
@media screen and (max-width: 767px) {
  fieldset.d-grid {
    display: flex !important;
    flex-direction: column;
  }
}

.gb-form-input {
  position: relative;
}
.gb-form-input label {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
}
.gb-form-input input[type=search],
.gb-form-input input[type=text],
.gb-form-input input[type=email],
.gb-form-input input[type=password] {
  font-size: 14px;
  padding: 12px;
  width: 100%;
  border: solid 1px var(--error, var(--gb-timberwolf));
  box-shadow: none !important;
  outline: none !important;
}
.gb-form-input input[type=search]:not(:placeholder-shown), .gb-form-input input[type=search]:not([disbled]):focus,
.gb-form-input input[type=text]:not(:placeholder-shown),
.gb-form-input input[type=text]:not([disbled]):focus,
.gb-form-input input[type=email]:not(:placeholder-shown),
.gb-form-input input[type=email]:not([disbled]):focus,
.gb-form-input input[type=password]:not(:placeholder-shown),
.gb-form-input input[type=password]:not([disbled]):focus {
  border-color: var(--error, var(--gb-black));
}
.gb-form-input input[type=search]:not(:placeholder-shown) ~ label, .gb-form-input input[type=search]:not([disbled]):focus ~ label,
.gb-form-input input[type=text]:not(:placeholder-shown) ~ label,
.gb-form-input input[type=text]:not([disbled]):focus ~ label,
.gb-form-input input[type=email]:not(:placeholder-shown) ~ label,
.gb-form-input input[type=email]:not([disbled]):focus ~ label,
.gb-form-input input[type=password]:not(:placeholder-shown) ~ label,
.gb-form-input input[type=password]:not([disbled]):focus ~ label {
  transform: scale(0.85) translateY(-2em);
  color: var(--error, var(--gb-black));
}
.gb-form-input select {
  font-size: 14px;
  padding: 12px;
  width: 100%;
  border: solid 1px var(--error, var(--gb-timberwolf));
  cursor: pointer;
  -webkit-appearance: none;
  background-color: var(--gb-white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23737373' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.gb-form-input select.gb-valid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' 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");
  border-color: var(--error, var(--gb-black));
}
.gb-form-input select.gb-valid + .select2-container .select2-selection--single {
  border-color: var(--error, var(--gb-black));
}
.gb-form-input select.gb-valid ~ label {
  transform: scale(0.85) translateY(-2em);
  color: var(--error, var(--gb-black));
}
.gb-form-input select[disabled] + span + label {
  background-color: #eee;
}
.gb-form-input textarea {
  font-size: 14px;
  padding: 12px;
  width: 100%;
  border: solid 1px var(--error, var(--gb-timberwolf));
  box-shadow: none !important;
  outline: none !important;
}
.gb-form-input textarea:not(:placeholder-shown), .gb-form-input textarea:not([disbled]):focus {
  border-color: var(--error, var(--gb-black));
}
.gb-form-input + .errorMessage {
  font-size: 12px;
  color: var(--gb-red);
  display: flex;
  align-items: flex-start;
  margin-top: 3px;
}
.gb-form-input + .errorMessage::before {
  flex: 0 0 auto;
  font-family: bootstrap-icons;
  content: "\f332";
  margin-right: 6px;
}

.gb-form-search .gb-form-input {
  display: flex;
}
.gb-form-search input[type=search] {
  -webkit-appearance: none;
}
.gb-form-search input[type=search] {
  width: 100%;
  flex: 1 1 auto;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0 !important;
}
.gb-form-search input[type=search]:not(:placeholder-shown) ~ button, .gb-form-search input[type=search]:not([disbled]):focus ~ button {
  color: var(--error, var(--gb-black));
  border-color: var(--error, var(--gb-black));
}
.gb-form-search button {
  flex: 0 0 auto;
  border: solid 2px var(--error, var(--gb-timberwolf));
  border-radius: 0 12px 12px 0;
  border-left: 0 !important;
  font-size: 18px;
  padding: 10px 20px;
}

.gb-form-upload {
  position: relative;
}
.gb-form-upload input[type=file] {
  display: none !important;
}
.gb-form-upload label {
  display: block;
  cursor: pointer;
  height: 54px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  padding: 12px;
  width: 100%;
  border: solid 1px var(--error, var(--gb-timberwolf));
  box-shadow: none !important;
  outline: none !important;
  border-radius: 0;
  background-color: var(--gb-white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23737373' class='bi bi-cloud-arrow-up-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2m2.354 5.146a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0V6.707L6.354 7.854a.5.5 0 1 1-.708-.708l2-2a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.gb-form-upload label span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 3px;
}
.gb-form-upload label.gb-valid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' class='bi bi-cloud-arrow-up-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2m2.354 5.146a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0V6.707L6.354 7.854a.5.5 0 1 1-.708-.708l2-2a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
  border-color: var(--error, var(--gb-black));
}
.gb-form-upload label.gb-valid gb-form-label {
  display: none;
}
.gb-form-upload gb-form-label {
  transform-origin: center left;
  color: rgba(0, 0, 0, 0.38);
  font-size: 16px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  background: var(--gb-white);
  color: var(--gb-nickel);
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  top: 15px;
  left: 13px;
  max-width: calc(100% - 26px);
  overflow: hidden;
  padding: 0 8px;
  text-overflow: ellipsis;
  transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1), color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  width: auto;
  z-index: 1;
}

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

.gb-form-privacy {
  font-size: 14px;
  font-style: italic;
}

gb-form-disclaimer {
  display: block;
  text-align: center;
  width: 100%;
  background: var(--gb-white-smoke);
  border-radius: 12px;
  padding: 20px;
  font-weight: 600;
  font-size: 14px;
}

.gb-form-title {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 14px;
  display: block;
  text-transform: uppercase;
  color: var(--gb-giessegi-red);
}

legend {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.1;
  color: var(--gb-nickel);
}
legend span {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gb-giessegi-red);
}
legend span:not(:only-child) {
  margin-top: 14px;
}

form {
  position: relative;
}
form.gb-ajax-loading::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-antrax) 50%, transparent);
  border-right: 3px solid color-mix(in srgb, var(--gb-antrax) 50%, transparent);
  border-bottom: 3px solid color-mix(in srgb, var(--gb-antrax) 50%, transparent);
  border-left: 3px solid var(--gb-antrax);
  position: absolute;
  top: 80px;
  left: calc(50% - var(--spinner-w) / 2);
  -webkit-animation: loadSpinner 1.1s infinite linear;
  animation: loadSpinner 1.1s infinite linear;
}
form.gb-ajax-loading::before {
  z-index: 2;
}
form.gb-ajax-loading::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  content: "";
  z-index: 1;
}

.gb-form-container .w-50 {
  width: calc(50% - 15px) !important;
}
@media screen and (max-width: 767px) {
  .gb-form-container .w-50 {
    width: 100% !important;
  }
}

.select2-container .select2-selection--single {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23737373' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: right 10px center;
  font-size: 14px;
  padding: 12px;
  width: 100%;
  border: solid 1px var(--error, var(--gb-timberwolf));
  height: auto;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--gb-black) !important;
  line-height: unset;
}

.select2-selection__arrow {
  display: none !important;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
}
.modal.show {
  display: flex !important;
}
.modal .modal-content {
  background: #fff;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
  width: 100%;
  max-width: 750px;
  max-height: 100%;
  height: auto;
  border-radius: 0;
  border: none !important;
  margin: 0 auto;
}
.modal .modal-content .modal-footer button.btn-danger {
  padding: 6px 14px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.04em;
  background: #e32426;
  min-width: 114px;
  border-radius: 5px;
  font-size: 14px;
}
.modal .modal-content .modal-footer,
.modal .modal-content .modal-header {
  border-color: rgba(0, 0, 0, 0.1);
}
.modal .modal-content .modal-header h4 {
  font-size: 16px;
  font-weight: 800;
}
.modal .modal-content .modal-body {
  color: #404041;
}
.modal .modal-content .modal-body .subLabel {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}
.modal .modal-dialog {
  max-width: unset !important;
}

.modal.fade .modal-dialog {
  transform: none !important;
}

.modal-backdrop {
  display: none !important;
}

.gb-popoupinfo-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  z-index: 200;
  padding: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.gb-popoupinfo-wrapper .gb-pop {
  width: 100%;
  height: auto;
  max-width: 460px;
  background: var(--gb-white);
  margin: auto;
}
.gb-popoupinfo-wrapper .gb-pop .gb-head-pop {
  padding: 20px 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
}
@media screen and (max-width: 767px) {
  .gb-popoupinfo-wrapper .gb-pop .gb-head-pop {
    padding: 20px 20px;
  }
}
.gb-popoupinfo-wrapper .gb-pop .gb-head-pop button {
  padding: 0;
}
.gb-popoupinfo-wrapper .gb-pop .gb-small-poptitle {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 8px;
  display: block;
  text-transform: uppercase;
  color: var(--gb-giessegi-red);
}
.gb-popoupinfo-wrapper .gb-pop .gb-pop-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
.gb-popoupinfo-wrapper .gb-pop .gb-main-pop {
  display: block;
  padding: 0 40px 40px;
}
@media screen and (max-width: 767px) {
  .gb-popoupinfo-wrapper .gb-pop .gb-main-pop {
    padding: 0 20px 20px;
  }
}
.gb-popoupinfo-wrapper .gb-pop .gb-main-pop picture {
  display: block;
  margin: 0;
  width: 100%;
  aspect-ratio: 390/350;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .gb-popoupinfo-wrapper .gb-pop .gb-main-pop picture {
    margin-bottom: 10px;
  }
}
.gb-popoupinfo-wrapper .gb-pop .gb-main-pop picture img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.gb-popoupinfo-wrapper .gb-pop .gb-main-pop .gb-text-pop {
  font-size: 14px;
  line-height: 1.2;
}

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

.gb-section-navigation {
  padding-top: 60px;
}
@media screen and (max-width: 991px) {
  .gb-section-navigation {
    padding-top: 40px;
  }
}
.gb-section-step {
  padding-bottom: 60px;
}
.gb-section-step .progress {
  width: 300px;
  height: 20px;
  border-radius: 60px;
  background: var(--gb-timberwolf);
  position: relative;
  color: var(--gb-nickel);
}
@media screen and (max-width: 767px) {
  .gb-section-step .progress {
    margin-bottom: 30px;
  }
}
.gb-section-step .progress gb-step-counter {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  font-weight: 500;
  width: 300px;
  text-align: right;
  padding-inline: 14px;
}
.gb-section-step .progress .progress-bar {
  border-radius: 60px;
  background: var(--gb-nickel);
  overflow: hidden;
  color: var(--gb-white);
  z-index: 1;
  position: relative;
}

.gb-section-title {
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  .gb-section-title:not(.gb-section-title.gb-iframe-title) {
    padding-top: 0;
  }
}
.gb-section-title .gb-sup {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #737373;
}
.gb-section-title h2 {
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
}
.gb-section-title p {
  text-align: center;
}

.gb-navigation-wrapper {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 60px;
  flex-direction: column;
}
@media screen and (max-width: 1199px) {
  .gb-navigation-wrapper {
    gap: 40px;
  }
}
.gb-navigation-wrapper li {
  width: 100%;
  height: auto;
  cursor: pointer;
  color: #737373;
}
.gb-navigation-wrapper li a {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  padding: 0px 5px 25px 5px;
  border-bottom: 2px solid currentColor;
}
@media screen and (min-width: 992px) {
  .gb-navigation-wrapper li a {
    max-width: 400px;
  }
}
.gb-navigation-wrapper li .step-counter {
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.gb-navigation-wrapper li .step-details h3 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.gb-navigation-wrapper li.gb-act {
  color: #B5132C;
}
.gb-navigation-wrapper li.gb-done .step-counter {
  font-size: 2.5rem;
}
@media screen and (max-width: 991px) {
  .gb-navigation-wrapper li {
    width: 100%;
    max-width: 100%;
  }
  .gb-navigation-wrapper li:not(.gb-act) {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .gb-navigation-wrapper li {
    min-width: unset;
  }
}

.gb-section-step {
  padding-top: 85px;
}
@media screen and (max-width: 1199px) {
  .gb-section-step {
    padding-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-step {
    padding-top: 36px;
  }
}
.gb-section-step .gb-step-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 90px;
  column-gap: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .gb-section-step .gb-step-wrapper {
    row-gap: 60px;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-step .gb-step-wrapper {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.gb-section-step .gb-form-text {
  padding-bottom: 24px;
}
.gb-section-step .gb-form-text h4 {
  color: var(--gb-giessegi-red);
  font-style: normal;
  line-height: normal;
  font-size: 30px;
  font-weight: 700;
}
.gb-section-step .gb-form-container fieldset {
  width: 100%;
}
.gb-form-cta-wrapper {
  grid-column: 1/-1;
  display: flex;
  align-items: flex-end;
}
.gb-form-cta-wrapper .gb-avanti {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .gb-form-cta-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .gb-form-cta-wrapper .gb-mw {
    max-width: 100%;
  }
}

.gb-section-step .gb-form-input .gb-square {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 11px 18px 11px 18px;
  border: solid 1px var(--error, var(--gb-timberwolf));
  background-color: #737373;
  color: #FFF;
}
.gb-section-step .gb-form-input .gb-square.error {
  border-color: var(--error) !important;
}
.gb-section-step .gb-elementi-selezionati {
  display: grid;
  gap: 4px;
}
.gb-section-step .gb-elementi-selezionati .gb-elemento-selezionato {
  background-color: #F5F5F5;
  padding: 10px 13px 10px 20px;
}
.gb-section-step .gb-elementi-selezionati .gb-elemento-selezionato:first-child {
  margin-top: 15px;
}
.gb-section-step .gb-elementi-selezionati .gb-elemento-selezionato > span {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.gb-section-step .gb-elementi-selezionati .gb-elemento-selezionato:last-child {
  margin-bottom: 15px;
}

.gb-qualita-iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
}
.gb-qualita-iframe iframe {
  border-radius: 12px;
  max-width: 1600px;
  width: 100%;
  height: auto;
  margin: 10vh auto;
}
@media screen and (max-width: 1600px) {
  .gb-qualita-iframe iframe {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .gb-qualita-iframe iframe {
    max-width: 1000px;
  }
}

.gb-section-iframe .gb-form-cta-wrapper {
  padding-block: 100px;
}

.gb-cta-restart {
  padding-block: 100px 200px;
}

.gb-allegato {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 18px 16px;
  position: relative;
  margin-top: 16px;
}

.gb-mappa {
  width: 100%;
  height: 400px;
  margin-top: 50px;
}
.gb-mappa:empty {
  display: none;
}

@media screen and (min-width: 992px) {
  .gb-form-container {
    padding-inline: 15px;
  }
}

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