@charset "UTF-8";
@font-face {
  font-family: "Bauer Bodoni Std";
  src: url("/gb/css/font/bauerbodonistd-blackitalic.woff2") format("woff2"), url("/gb/css/font/bauerbodonistd-blackitalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Bauer Bodoni Std";
  src: url("/gb/css/font/bauerbodonistd-roman.woff2") format("woff2"), url("/gb/css/font/bauerbodonistd-roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Bauer Bodoni Std";
  src: url("/gb/css/font/bauerbodonistd-black.woff2") format("woff2"), url("/gb/css/font/bauerbodonistd-black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Bauer Bodoni Std";
  src: url("/gb/css/font/bauerbodonistd-bold.woff2") format("woff2"), url("/gb/css/font/bauerbodonistd-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Bauer Bodoni Std";
  src: url("/gb/css/font/bauerbodonistd-italic.woff2") format("woff2"), url("/gb/css/font/bauerbodonistd-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Bauer Bodoni Std";
  src: url("/gb/css/font/bauerbodonistd-bolditalic.woff2") format("woff2"), url("/gb/css/font/bauerbodonistd-bolditalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Bodoni Std";
  src: url("/gb/css/font/bodonistd-italic.woff2") format("woff2"), url("/gb/css/font/bodonistd-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Bodoni Std";
  src: url("/gb/css/font/bodonistd-bold.woff2") format("woff2"), url("/gb/css/font/bodonistd-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Bodoni Std";
  src: url("/gb/css/font/bodonistd-book.woff2") format("woff2"), url("/gb/css/font/bodonistd-book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Bodoni Std";
  src: url("/gb/css/font/bodonistd-bookitalic.woff2") format("woff2"), url("/gb/css/font/bodonistd-bookitalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Bodoni Std";
  src: url("/gb/css/font/bodonistd-bolditalic.woff2") format("woff2"), url("/gb/css/font/bodonistd-bolditalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Bodoni Std";
  src: url("/gb/css/font/bodonistd.woff2") format("woff2"), url("/gb/css/font/bodonistd.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Bodoni poster Std";
  src: url("/gb/css/font/bodonistd-poster.woff2") format("woff2"), url("/gb/css/font/bodonistd-poster.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bodoni poster Std";
  src: url("/gb/css/font/bodonistd-posteritalic.woff2") format("woff2"), url("/gb/css/font/bodonistd-posteritalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
a[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_disabled {
  opacity: 0.8;
  pointer-events: none;
}

[data-componente=aliasServiceComponet],
.aliasServiceComponet {
  background: #f8f8f8;
  color: #333333;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: solid 60px #fff;
  margin-bottom: 60px;
}
[data-componente=aliasServiceComponet] span,
.aliasServiceComponet span {
  display: block;
  font-size: 10px;
  padding-bottom: 20px;
}
[data-componente=aliasServiceComponet] ul,
.aliasServiceComponet ul {
  padding: 0;
  margin: 0;
}
[data-componente=aliasServiceComponet] ul li,
.aliasServiceComponet ul li {
  display: inline-block;
  vertical-align: middle;
}
[data-componente=aliasServiceComponet] ul li p,
.aliasServiceComponet ul li p {
  margin-bottom: 0;
  font-size: 14px;
}
[data-componente=aliasServiceComponet] ul li p strong,
.aliasServiceComponet ul li p strong {
  color: #e32426;
}
[data-componente=aliasServiceComponet] ul li:nth-child(2),
.aliasServiceComponet ul li:nth-child(2) {
  margin-left: 20px;
  background: #fff;
  padding: 3px 10px;
  border-radius: 2px;
  position: relative;
}
[data-componente=aliasServiceComponet] ul li:nth-child(2)::before,
.aliasServiceComponet ul li:nth-child(2)::before {
  content: "ID:";
  font-size: 8px;
  position: absolute;
  top: -10px;
  left: 0;
}
[data-componente=aliasServiceComponet] ul li:nth-child(2) p, [data-componente=aliasServiceComponet] ul li:nth-child(2) h1, [data-componente=aliasServiceComponet] ul li:nth-child(2) h2,
.aliasServiceComponet ul li:nth-child(2) p,
.aliasServiceComponet ul li:nth-child(2) h1,
.aliasServiceComponet ul li:nth-child(2) h2 {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  margin: 0 !important;
}

.pswp .pswp__bg {
  background: #fff;
}
.pswp .pswp__ui .pswp__button--close {
  height: 28px;
  width: 28px;
  display: block;
  border-radius: 50%;
  color: #333;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  padding: 0;
  margin-top: 0;
  top: 0;
  transform: rotate(45deg);
}
.pswp .pswp__ui .pswp__top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  z-index: 90;
  padding: 10px;
}
.pswp .pswp__ui .pswp__button {
  display: block;
  float: right;
  padding: 0;
  height: 24px;
  width: 24px;
  top: 50%;
  background: transparent;
}
.pswp .pswp__ui .pswp__button svg {
  pointer-events: none;
  fill: #444;
}
.pswp .pswp__ui .pswp__button.pswp__button--fs {
  margin-right: 20px;
  height: 17px;
  width: 17px;
  position: relative;
  margin-top: 3px;
  top: 1px;
  display: none !important;
}
.pswp .pswp__ui .pswp__button.pswp__button--fs span {
  display: block;
  width: 30%;
  height: 30%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.pswp .pswp__ui .pswp__button.pswp__button--fs span:nth-child(1) {
  border-left: solid 2px #333333;
  border-top: solid 2px #333333;
}
.pswp .pswp__ui .pswp__button.pswp__button--fs span:nth-child(2) {
  border-right: solid 2px #333333;
  border-top: solid 2px #333333;
  left: auto;
  right: 0;
}
.pswp .pswp__ui .pswp__button.pswp__button--fs span:nth-child(3) {
  border-right: solid 2px #333333;
  border-bottom: solid 2px #333333;
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
}
.pswp .pswp__ui .pswp__button.pswp__button--fs span:nth-child(4) {
  border-left: solid 2px #333333;
  border-bottom: solid 2px #333333;
  top: auto;
  bottom: 0;
}
.pswp .pswp__ui .pswp__button.pswp__button--arrow--right, .pswp .pswp__ui .pswp__button.pswp__button--arrow--left {
  position: absolute;
  top: 50%;
  z-index: 90;
  left: 10px;
  transform: translateY(-50%);
  height: 28px;
  width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #333;
  font-size: 24px;
  line-height: 24px;
  font-weight: 100;
  padding: 0;
  margin-top: 0;
  transform: translateY(-50%);
  border: solid 1px #333;
}
.pswp .pswp__ui .pswp__button.pswp__button--arrow--right svg, .pswp .pswp__ui .pswp__button.pswp__button--arrow--left svg {
  width: 40%;
  height: 40%;
  fill: #333;
  transform: rotate(90deg);
  transform-origin: center center;
}
html.mobile .pswp .pswp__ui .pswp__button.pswp__button--arrow--right, html.mobile .pswp .pswp__ui .pswp__button.pswp__button--arrow--left {
  display: none;
}
.pswp .pswp__ui .pswp__button.pswp__button--arrow--right {
  right: 10px;
  left: auto;
}
.pswp .pswp__ui .pswp__button.pswp__button--arrow--right svg {
  transform: rotate(-90deg);
  transform-origin: center center;
}
.pswp .pswp__ui .pswp__counter, .pswp .pswp__ui .pswp__caption {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 700;
  color: #444;
  text-align: center;
  font-family: "Roboto", sans-serif;
  height: 44px;
  padding: 10px 0;
}
.pswp .pswp__ui .pswp__caption {
  bottom: auto;
  top: 0;
  z-index: 5;
  padding: 10px 43px;
}
@media (max-width: 767px) {
  .pswp .pswp__ui .pswp__caption {
    font-size: 12px;
  }
}
.pswp .pswp__ui .pswp__caption.pswp__caption--fake {
  display: none;
}
.pswp .pswp__button--share {
  display: none !important;
}
.pswp .pswp__wrapper {
  line-height: 0;
  width: 100%;
  height: auto;
  max-width: 90vmin;
  z-index: 1045;
  position: absolute;
  top: 50%;
  lefT: 50%;
  transform: translate(-50%, -50%);
}
.pswp .pswp__video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}
.pswp .pswp__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pswp video {
  width: 100% !important;
  height: auto !important;
}

:root {
  --bg:#fcfbfa;
  --white:#fff;
  --black:#0D0D0D;
  --gold:#e1a618;
  --laurelGreen: #7b8f74;
  --source-sans:"Source Sans Pro", sans-serif;
  --madi:"Ms Madi", cursive;
  --header-height:85px;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: unset;
  }
}
.error {
  --error:#f00;
}

body {
  background-color: var(--bg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-image: url(../img/bg.jpg);
  font-family: var(--source-sans);
}

.gb-cta {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.15em;
  border: solid 1px var(--black);
  padding: 4px 40px;
  border-radius: 50px;
  color: var(--black) !important;
  text-decoration: none !important;
  overflow: hidden;
  position: relative;
  transition: border-color 300ms, color 300ms;
}
.gb-cta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background: var(--laurelGreen);
  background: linear-gradient(to right, var(--laurelGreen) 60%, transparent 100%);
  transform: scaleX(0);
  transform-origin: right center;
  z-index: -1;
  transition: transform 300ms;
}
.gb-cta:hover {
  color: var(--white) !important;
  border-color: var(--laurelGreen);
  transition: border-color 300ms, color 100ms;
}
.gb-cta:hover::before {
  transform-origin: left center;
  transform: scaleX(1);
}

.gb-h2 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .gb-h2 {
    font-size: 18px;
  }
}

.gb-h6 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .gb-h6 {
    font-size: 14px;
  }
}

.gb-p {
  font-size: 16px;
  letter-spacing: 0.2em;
}
.gb-p a {
  color: var(--black) !important;
  text-decoration: none !important;
}

.gb-text {
  text-align: center;
}
.gb-text svg {
  display: block;
  margin: 0 auto 20px;
  width: 40px;
  height: auto;
  fill: var(--laurelGreen);
}

header {
  background: var(--laurelGreen);
  padding-top: 20px;
  padding-bottom: 20px;
  height: var(--header-height);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  header {
    display: none;
  }
}
header ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header ul li a {
  color: var(--white) !important;
  text-decoration: none;
  display: block;
  padding: 10px 8px;
  border-bottom: solid 1px transparent;
  letter-spacing: 0.22em;
  font-size: 16px;
}
header ul li a.gb-act {
  border-bottom-color: var(--white);
}

[data-scroll-speed] {
  transform: translateY(var(--parax));
}

section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  section {
    min-height: 100vh;
    scroll-snap-align: start;
  }
}

.gb-section-hero {
  padding-top: 0px;
  padding-bottom: 0px;
}
.gb-section-hero .gb-hero-wrapper {
  height: calc(100vh - var(--header-height));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
  position: relative;
  min-height: 500px;
}
@media screen and (max-width: 767px) {
  .gb-section-hero .gb-hero-wrapper {
    height: var(--main-height, 100vh);
    min-height: unset;
  }
}
.gb-section-hero .gb-hero-wrapper .gb-logo {
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 1600px) {
  .gb-section-hero .gb-hero-wrapper .gb-logo {
    width: 156px;
    height: auto;
  }
}
.gb-section-hero .gb-hero-wrapper .gb-lettering {
  margin-top: 40px;
  height: 71px;
  width: auto;
}
@media screen and (min-width: 1600px) {
  .gb-section-hero .gb-hero-wrapper .gb-lettering {
    margin-top: 80px;
    width: 1100px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-hero .gb-hero-wrapper .gb-lettering {
    width: 90%;
    height: auto;
  }
}
.gb-section-hero .gb-hero-wrapper picture {
  width: 100%;
}
.gb-section-hero .gb-hero-wrapper .gb-scrolldown {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.gb-section-hero .gb-hero-wrapper .gb-scrolldown span svg {
  display: block;
  width: 12px;
  height: auto;
  fill: var(--gold);
}

.gb-save-date {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .gb-save-date {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.gb-save-date .gb-savedate-data {
  font-family: var(--madi);
  text-transform: uppercase;
  font-size: 90px;
}
@media screen and (max-width: 767px) {
  .gb-save-date .gb-savedate-data {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .gb-save-date .gb-savedate-data {
    font-size: 13vw;
  }
}
.gb-save-date .gb-savedate-data small {
  font-weight: 600;
  letter-spacing: 0.5em;
  display: block;
  font-size: 34px;
  font-family: var(--source-sans);
}
@media screen and (max-width: 767px) {
  .gb-save-date .gb-savedate-data small {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .gb-save-date .gb-savedate-data small {
    font-size: 5vw;
  }
}
.gb-save-date .gb-info-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .gb-save-date .gb-info-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .gb-save-date .gb-info-wrapper {
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
  }
}
.gb-save-date .gb-cerimonia {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .gb-save-date .gb-cerimonia {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.gb-save-date .gb-cerimonia picture {
  display: block;
  margin: 0;
  max-width: 600px;
  width: 500px;
}
@media screen and (max-width: 991px) {
  .gb-save-date .gb-cerimonia picture {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .gb-save-date .gb-cerimonia picture {
    width: 100%;
  }
}
.gb-save-date .gb-cerimonia picture img {
  border: solid 4px var(--laurelGreen);
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .gb-save-date .gb-cerimonia picture img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.gb-save-date .gb-cerimonia article {
  background: var(--laurelGreen);
  display: block;
  margin: 0;
  border-radius: 30px;
  max-width: 600px;
  width: 500px;
  padding: 40px;
  position: relative;
  margin-left: -10%;
  margin-top: 20%;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .gb-save-date .gb-cerimonia article {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .gb-save-date .gb-cerimonia article {
    width: 100%;
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 30px;
  }
}
.gb-save-date .gb-cerimonia article svg {
  width: 70px;
  height: auto;
  fill: var(--white);
  margin: 0 auto;
  display: block;
}
.gb-save-date .gb-cerimonia article h3 {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.2em;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .gb-save-date .gb-cerimonia article h3 {
    font-size: 18px;
  }
}
.gb-save-date .gb-cerimonia article p {
  letter-spacing: 0.2em;
  font-size: 16px;
  line-height: 1.2;
  color: var(--white);
  margin: 0;
}
.gb-save-date .gb-cerimonia article p a {
  text-decoration: none !important;
  color: var(--white) !important;
}
@media screen and (min-width: 768px) {
  .gb-save-date .gb-cerimonia .flex-row-reverse article {
    margin-left: 0;
  }
  .gb-save-date .gb-cerimonia .flex-row-reverse picture {
    margin-left: -10%;
  }
}

.gb-section-location {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gb-section-location {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.gb-section-location .gb-h2 + .gb-h6 {
  margin-top: 60px;
}
.gb-section-location .swiper {
  overflow: visible;
  max-width: 1000px;
  margin: 54px auto 0;
}
.gb-section-location .swiper .swiper-next {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background: var(--white);
  position: absolute;
  top: calc(50% - 20px);
  right: 40px;
  z-index: 20;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gb-section-location .swiper .swiper-next i {
  padding-top: 0.05em;
  font-size: 30px;
}
.gb-section-location .swiper .swiper-prev {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background: var(--white);
  position: absolute;
  top: calc(50% - 20px);
  left: 40px;
  z-index: 20;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gb-section-location .swiper .swiper-prev i {
  padding-top: 0.05em;
  font-size: 30px;
}
@media (min-width: 992px) {
  .gb-section-location .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 600ms;
  }
  .gb-section-location .swiper-slide .a {
    display: block;
    flex: 0 0 auto;
    transition: transform 600ms;
    width: calc(100% * 2);
    will-change: transform;
    transform: scale(0.5);
  }
}
@media (max-width: 991px) {
  .gb-section-location .swiper-slide {
    padding: 0 40px;
  }
}
@media (max-width: 576px) {
  .gb-section-location .swiper-slide {
    padding: 0 10px;
  }
}
.gb-section-location .swiper-slide img {
  border-radius: 35px;
  width: 100%;
}
@media (min-width: 992px) {
  .gb-section-location .swiper-slide.swiper-slide-active {
    opacity: 1;
    z-index: 3;
    transition: transform 800ms, left 800ms;
  }
  .gb-section-location .swiper-slide.swiper-slide-active .a {
    display: block;
    flex: 0 0 auto;
    transform: scale(1);
  }
}
.gb-section-location .swiper-slide.swiper-slide-active time {
  transform: translate(-50%, -50%) rotate3d(1, 0, 0, 0deg);
}
@media (min-width: 992px) {
  .gb-section-location .swiper-slide.swiper-slide-prev {
    opacity: 0.6;
    z-index: 1;
  }
  .gb-section-location .swiper-slide.swiper-slide-prev .a {
    transform: scale(0.5);
  }
  .gb-section-location .swiper-slide.swiper-slide-next {
    opacity: 0.6;
    z-index: 1;
  }
  .gb-section-location .swiper-slide.swiper-slide-next .a {
    transform: scale(0.5);
  }
}
.gb-section-location .gb-arrivare-villa {
  padding-top: 60px;
  padding-bottom: 120px;
}
.gb-section-location .gb-arrivare-villa .gb-map {
  width: 100%;
  height: 560px;
  border: solid 4px var(--laurelGreen);
  border-radius: 30px;
  max-width: 1000px;
  margin: 60px auto 0;
  overflow: hidden;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .gb-section-location .gb-arrivare-villa .gb-map {
    height: 100vw;
  }
}
.gb-section-location .gb-arrivare-villa .gb-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.gb-section-location .gb-dove-pernottare .gb-h2 {
  margin-bottom: 25px;
}
.gb-section-location .gb-dove-pernottare .gb-text:not(:last-child) {
  margin-bottom: 120px;
}
.gb-section-location .gb-dove-pernottare .gb-text svg:not(:first-child) {
  margin-top: 30px;
}
.gb-section-location .gb-dove-pernottare .gb-text svg.gb-treno {
  height: 35px;
  width: auto;
}
.gb-section-location .gb-dove-pernottare .gb-text svg.gb-aereo {
  height: 47px;
  width: auto;
}
.gb-section-location .gb-dintorni {
  margin-top: 120px;
}

.gb-section-viaggio {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;
  background: var(--laurelGreen);
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .gb-section-viaggio {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.gb-section-viaggio a {
  color: var(--white) !important;
  text-decoration: none !important;
}
.gb-section-viaggio svg {
  display: block;
  width: 100px;
  height: auto;
  margin: 0 auto;
  fill: var(--white);
}
.gb-section-viaggio .gb-meditext {
  margin-top: 40px;
  text-align: center;
  font-family: var(--madi);
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 60px;
}

textarea,
input[type=text],
input[type=number],
input[type=email],
input[type=tel] {
  width: 100%;
  background: var(--white);
  border: solid 2px var(--error, var(--laurelGreen));
  color: var(--error, var(--black));
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 16px;
}
textarea::placeholder,
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder {
  color: #acacac;
  opacity: 1;
  letter-spacing: 0.1em;
}

textarea {
  width: 100%;
  resize: none;
  height: 200px;
}

.gb-section-form {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .gb-section-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.gb-section-form .gb-form-wrapper {
  max-width: 500px;
  margin: 80px auto 0;
}
.gb-section-form .gb-form-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.gb-section-form .gb-form-wrapper ul li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}
.gb-section-form .gb-form-wrapper ul li label {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
.gb-section-form .gb-form-wrapper ul li label span {
  font-weight: 400;
  color: #7e7e7e;
  padding-left: 8px;
}
.gb-section-form .gb-form-wrapper ul li .gb-form-group {
  width: calc(50% - 5px);
}
@media screen and (max-width: 767px) {
  .gb-section-form .gb-form-wrapper ul li .gb-form-group {
    width: 100%;
  }
}
.gb-section-form .gb-form-wrapper ul li .gb-form-group-checkbox {
  width: 100%;
}
.gb-section-form .gb-form-wrapper ul li .gb-form-group-checkbox label {
  cursor: pointer;
}
.gb-section-form .gb-form-wrapper ul li .gb-form-group-checkbox label::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: var(--white);
  border: solid 1px var(--error, var(--laurelGreen));
  position: relative;
  top: 0.22em;
  margin-right: 10px;
}
.gb-section-form .gb-form-wrapper ul li .gb-form-group-checkbox input[type=checkbox]:checked + label::before {
  content: "";
  font-family: bootstrap-icons;
  background: var(--laurelGreen);
  color: var(--white);
  line-height: 18px;
}

.gb-section-contatti {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 60px;
  background: var(--laurelGreen);
  color: var(--white);
}
.gb-section-contatti .gb-h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .gb-section-contatti {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.gb-section-thankyou {
  margin-top: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.gb-section-thankyou .gb-thanyout {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  position: relative;
  min-height: 500px;
}
.gb-section-thankyou .gb-thanyout .gb-scrolldown {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.gb-section-thankyou .gb-thanyout .gb-scrolldown span svg {
  display: block;
  width: 12px;
  height: auto;
  fill: var(--gold);
  transform: rotate(180deg);
}
.gb-section-thankyou .gb-thanyout article {
  width: 90%;
  max-width: 800px;
  position: relative;
  background: var(--laurelGreen);
  color: var(--white);
}
.gb-section-thankyou .gb-thanyout article::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.9306930693%;
}
@media screen and (max-width: 767px) {
  .gb-section-thankyou .gb-thanyout article {
    height: 70vh;
  }
}
.gb-section-thankyou .gb-thanyout article .gb-TU-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  transform: translate(-50%, -50%);
  border: solid 5px rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gb-section-thankyou .gb-thanyout article .gb-TU-wrapper svg {
  fill: var(--white);
}
.gb-section-thankyou .gb-thanyout article .gb-TU-wrapper .gb-h2 {
  margin-bottom: 10px;
}
.gb-section-thankyou .gb-thanyout article .gb-TU-wrapper .gb-p {
  letter-spacing: 0.15em;
}

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