/*
* Variales
*/
/*
* Fonts Inclusion
*/
@font-face {
  font-family: "Avant Regular";
  src: url("../fonts/Avantt-Regular.woff2") format("woff2"), url("../fonts/Avantt-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avant Regular Italic";
  src: url("../fonts/Avantt-RegularItalic.woff2") format("woff2"), url("../fonts/Avantt-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avant Semibold";
  src: url("../fonts/Avantt-SemiBold.woff2") format("woff2"), url("../fonts/Avantt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avant Semibold Italic";
  src: url("../fonts/Avantt-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Avantt-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/*
* Reset and
* General stuff
*/
* {
  box-sizing: border-box;
}
*::after, *::before {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

html {
  font-size: 15px;
  font-size: 1.14286vw;
  scroll-behavior: smooth;
}

body {
  font-family: "Avant Regular", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  line-height: 0.85;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

ul,
ol {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  line-height: 1;
}

input,
button,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
  background: none;
}

button {
  cursor: pointer;
  outline: none;
  border: none;
  box-shadow: none;
}

/**
* Elementi Generali
* Struttura e Classi Utili 
**/
header.header {
  position: absolute;
  width: 100%;
  z-index: 9950;
}
header.header .logo .logo-img {
  max-width: 210px;
}
header.header .logo svg path {
  transition: 0.3s ease-in-out;
}
header.header .page-scrollr-menu {
  width: 100%;
  position: absolute;
  padding: 0 1rem;
}
header.header .page-scrollr-menu:before {
  content: "";
  width: 1px;
  height: calc(100% + 2rem);
  border-left: 1px solid #000000;
  position: absolute;
  left: 0;
  top: -2rem;
}
header.header .page-scrollr-menu .area-link {
  margin: 2rem 0 0 0;
}
header.header .page-scrollr-menu .area-link a {
  color: rgba(0, 0, 0, 0.2);
}
header.header .page-scrollr-menu .area-link a span:last-child {
  width: 1rem;
}
header.header .page-scrollr-menu .area-link a:hover {
  color: #000000;
}
header.header .button span.button-text {
  line-height: 1 !important;
  transition: opacity 0.3s ease-in-out;
}
header.header .button:hover span.button-text {
  opacity: 0.5;
}
.invert-menu header.header .logo svg path {
  color: #FFFFFF;
}
.invert-menu header.header .button span.button-text {
  color: #FFFFFF;
}
.invert-menu header.header .button:hover span.button-text {
  color: #FFFFFF !important;
  opacity: 0.5;
}
header.header .logo,
header.header .button {
  position: fixed;
  z-index: 9950;
  top: 1rem;
}
@media (max-width: 768px) {
  header.header {
    position: absolute;
    width: 100%;
  }
  header.header .logo,
  header.header .button {
    top: 3rem;
  }
  header.header .logo .logo-img {
    max-width: 150px;
  }
  header.header .page-scrollr-menu:before {
    content: "";
    height: calc(100% + 3rem);
    top: -3rem;
  }
  header.header .page-scrollr-menu .area-link {
    margin: 6rem 0 0 0;
  }
}

footer.footer .footer-info {
  border-top: 1px solid #000000;
  padding: 1rem 0;
}
footer.footer .footer-info .footer-cta {
  max-width: 50%;
  margin-top: 3.75rem;
  margin-bottom: 1.875rem;
}
footer.footer .footer-info .footer-symbol {
  margin-bottom: 0.75rem;
}
footer.footer .footer-info .footer-symbol img {
  width: 0.5rem;
  height: 0.5rem;
}
footer.footer .footer-info .footer-contacts .area-text p {
  margin-bottom: 0;
}
footer.footer .footer-bottom {
  margin-top: 10rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  footer.footer .footer-info {
    padding: 3rem 0;
  }
  footer.footer .footer-info .footer-logo {
    display: none;
  }
  footer.footer .footer-info .footer-cta {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
    margin-bottom: 3rem;
  }
  footer.footer .footer-info .hero-cf-togglr {
    margin-bottom: 18rem;
  }
  footer.footer .footer-info .footer-symbol {
    display: none !important;
  }
  footer.footer .footer-info .footer-contacts {
    margin-bottom: 3rem;
  }
  footer.footer .footer-info .footer-contacts .area-title.title-h6 {
    margin-bottom: 3rem;
  }
  footer.footer .footer-info .footer-contacts .area-link .text-right {
    text-align: left;
  }
  footer.footer .footer-bottom {
    margin-top: 12rem;
    padding-bottom: 18rem;
  }
  footer.footer .footer-bottom .links-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
  }
  footer.footer .footer-bottom .links-list a {
    margin: 0;
  }
}

#hero-menu {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background-color: #000000;
  z-index: 9970;
  min-height: 75vh;
  max-height: 75vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#hero-menu::-webkit-scrollbar {
  display: none;
}
#hero-menu header.hero-menu-header .symbol svg path {
  fill: rgba(255, 255, 255, 0.5);
}
#hero-menu header.hero-menu-header .area-link .link.simple-link:hover {
  opacity: 1;
  color: #FFFFFF;
}
#hero-menu main.hero-menu-items .menu ul li {
  margin: 0.75rem 0;
}
#hero-menu main.hero-menu-items .menu ul li a {
  display: block;
  color: #FFFFFF;
  font-size: 46px;
  line-height: 1;
  font-family: "Avant Semibold", Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
#hero-menu main.hero-menu-items .menu ul li a:hover {
  color: #5FE79A;
}
#hero-menu main.hero-menu-items .menu ul li.has-submenu ul.submenu {
  max-height: 0;
  transition: 0.6s ease-in-out;
  overflow: hidden;
}
#hero-menu main.hero-menu-items .menu ul li.has-submenu ul.submenu > li > a {
  font-size: 12px;
}
#hero-menu main.hero-menu-items .menu ul li.has-submenu:hover ul.submenu {
  max-height: 7rem;
}
#hero-menu main.hero-menu-items .menu ul > li.item-active:not(.menu-item-object-custom) > a {
  color: #5FE79A;
}
body.heroMenuIsOpened #hero-menu {
  bottom: 0;
}
@media (max-width: 768px) {
  #hero-menu {
    min-height: 100vh;
    min-height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
  }
  #hero-menu header.hero-menu-header .symbol svg {
    width: 14px;
    height: 14px;
  }
  #hero-menu header.hero-menu-header .text-right {
    text-align: left;
  }
  #hero-menu main.hero-menu-items {
    margin-bottom: 24rem;
  }
  #hero-menu main.hero-menu-items .menu ul li {
    margin: 0.75rem 0;
  }
  #hero-menu main.hero-menu-items .menu ul li a {
    font-size: 36px;
    text-align: left;
  }
  #hero-menu main.hero-menu-items .menu ul li a:hover {
    color: #5FE79A;
  }
  #hero-menu main.hero-menu-items .menu ul li.has-submenu ul.submenu {
    display: none;
  }
}

#hero-contact-form {
  max-width: 50vw;
  width: 28.571vw;
  background-color: #FFFFFF;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 9990;
  padding: 1rem;
}
#hero-contact-form header.hero-contact-form-header .symbol svg {
  width: 1rem;
  height: 1rem;
}
#hero-contact-form .hero-contact-form-container .area-title {
  margin: 1.875rem 0;
  padding: 0 1.25rem;
}
#hero-contact-form .hero-contact-form-container .area-title > h4 {
  font-size: 1.5rem;
}
body.heroCfIsOpened #hero-contact-form {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 768px) {
  #hero-contact-form {
    max-width: 100vw;
    width: calc(100vw - 6rem);
  }
  #hero-contact-form header.hero-contact-form-header .symbol svg {
    width: 14px;
    height: 14px;
  }
  #hero-contact-form .hero-contact-form-container .area-title {
    margin: 3rem 0;
    padding: 0 3rem;
  }
  #hero-contact-form .hero-contact-form-container .area-title > h4 {
    font-size: 24px;
  }
}

body.has-overlay {
  position: relative;
}
body.has-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.65s ease-in-out;
  z-index: 9960;
}
body.has-overlay.heroMenuIsOpened::after, body.has-overlay.heroCfIsOpened::after {
  opacity: 1;
  pointer-events: all;
}

.symbol svg {
  width: 0.5rem;
  height: 0.5rem;
}
.symbol svg path {
  fill: #000000;
}

.section-table-container .table-row {
  padding: 0.5rem 0;
  position: relative;
}
.section-table-container .table-row::before {
  content: "";
  width: 0;
  height: 1px;
  border-top: 1px solid #000000;
  position: absolute;
  top: -1px;
  left: 0;
  transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section-table-container .table-row .cell-title {
  font-size: 16px;
  flex-basis: 33%;
  font-family: "Avant Semibold", Arial, Helvetica, sans-serif;
}
.section-table-container .table-row .cell-text {
  font-size: 16px;
  flex-basis: 66%;
}
.section-table-container .table-row:last-child::after {
  content: "";
  width: 0;
  height: 1px;
  border-top: 1px solid #000000;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section-table-container.is-visible .table-row::after, .section-table-container.is-visible .table-row::before {
  width: 100%;
}
@media (max-width: 768px) {
  .section-table-container .table-row {
    padding: 1.5rem 0;
  }
  .section-table-container .table-row .cell-title {
    flex-basis: 100%;
  }
  .section-table-container .table-row .cell-text {
    flex-basis: 100%;
  }
}

@media (max-width: 768px) {
  .section-table .section-table-header .symbol {
    width: 10px;
    height: 10px;
  }
  .section-table .section-table-header .symbol svg {
    width: 10px;
    height: 10px;
  }
}

.taglines-ticker {
  max-width: 12.5vw;
  width: 100%;
  padding: 0 0.75rem;
  position: absolute;
}
.taglines-ticker .ticker-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: height 0.3s ease-in-out;
}
.taglines-ticker .ticker-wrapper .ticker-track {
  position: relative;
  transition: transform 0.5s ease-in-out;
}
.taglines-ticker .ticker-wrapper .ticker-track .ticker-text {
  padding: 0.75rem 0;
  width: 100%;
}
@media (max-width: 768px) {
  .taglines-ticker {
    max-width: 100%;
    width: 100%;
    padding: 0 0.75rem 3rem 0.75rem;
    position: relative;
  }
  .taglines-ticker .ticker-wrapper .ticker-track .ticker-text {
    padding: 0.75rem 0;
    width: 100%;
  }
  .taglines-ticker .ticker-wrapper .ticker-track .ticker-text p {
    font-size: 14px;
  }
}

.tagline div[data-split] {
  text-align: center;
  font-family: "Avant Semibold", Arial, Helvetica, sans-serif;
  font-size: 7.8125rem;
  line-height: 0.85;
  text-transform: uppercase;
}
.tagline div[data-split] .last-line {
  display: flex;
  justify-content: flex-end;
}
.tagline div[data-split] span:last-child {
  text-align: right;
}
@media (max-width: 768px) {
  .tagline div[data-split] {
    text-align: left;
    font-size: 72px;
  }
  .tagline div[data-split] .last-line {
    display: flex;
    justify-content: flex-start;
  }
  .tagline div[data-split] span:last-child {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .hero-tagline .area-title.title-h5, .hero-tagline .area-title.title-h2 {
    text-align: left;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .hero-tagline .area-title.title-h2 > span, .hero-tagline .area-title.title-h2 > div, .hero-tagline .area-title.title-h2 > h1 {
    font-size: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .hero-tagline .area-title.title-h2 > span, .hero-tagline .area-title.title-h2 > div, .hero-tagline .area-title.title-h2 > h2 {
    font-size: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .hero-tagline .area-title.title-h2 > span, .hero-tagline .area-title.title-h2 > div, .hero-tagline .area-title.title-h2 > h3 {
    font-size: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .hero-tagline .area-title.title-h2 > span, .hero-tagline .area-title.title-h2 > div, .hero-tagline .area-title.title-h2 > h4 {
    font-size: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .hero-tagline .area-title.title-h2 > span, .hero-tagline .area-title.title-h2 > div, .hero-tagline .area-title.title-h2 > h5 {
    font-size: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .hero-tagline .area-title.title-h2 > span, .hero-tagline .area-title.title-h2 > div, .hero-tagline .area-title.title-h2 > h6 {
    font-size: 64px;
  }
}

.title-alignment-mix {
  z-index: 2;
}
.title-alignment-mix div[data-split] {
  line-height: 1;
}
.title-alignment-mix div[data-split] .overflow-hidden, .title-alignment-mix div[data-split] > span {
  white-space: nowrap;
}
.title-alignment-mix div[data-split] > span:first-child,
.title-alignment-mix div[data-split] .overflow-hidden:first-child {
  line-height: 1;
  white-space: nowrap;
}
.title-alignment-mix.title-alignment-left div[data-split] {
  margin-left: -10rem;
}
.title-alignment-mix.title-alignment-left div[data-split] > span:first-child,
.title-alignment-mix.title-alignment-left div[data-split] .overflow-hidden:first-child {
  padding-left: 11rem;
}
.title-alignment-mix.title-alignment-right div[data-split] {
  padding-right: 2.5rem;
  padding-right: 1rem;
}
.title-alignment-mix.title-alignment-right div[data-split] > span:first-child,
.title-alignment-mix.title-alignment-right div[data-split] .overflow-hidden:first-child {
  margin-right: -12rem;
}
@media (max-width: 768px) {
  .title-alignment-mix div[data-split] .overflow-hidden, .title-alignment-mix div[data-split] > span {
    white-space: normal !important;
  }
  .title-alignment-mix div[data-split] > span:first-child,
  .title-alignment-mix div[data-split] .overflow-hidden:first-child {
    white-space: normal !important;
  }
  .title-alignment-mix.title-alignment-left div[data-split] {
    margin-left: 0;
  }
  .title-alignment-mix.title-alignment-left div[data-split] > span:first-child,
  .title-alignment-mix.title-alignment-left div[data-split] .overflow-hidden:first-child {
    padding-left: 0;
  }
  .title-alignment-mix.title-alignment-right div[data-split] {
    padding-right: 0;
    padding-right: 0;
  }
  .title-alignment-mix.title-alignment-right div[data-split] > span:first-child,
  .title-alignment-mix.title-alignment-right div[data-split] .overflow-hidden:first-child {
    margin-right: 0;
  }
}

.masked-text {
  padding: 17.5rem 0;
  background-size: 100%;
  color: #FFFFFF;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  position: relative;
}
.masked-text::before {
  content: "";
  position: absolute;
  top: var(--y);
  left: var(--x);
  width: 400px;
  height: 400px;
  background: radial-gradient(circle at center, #5FE79A 0%, transparent 80%);
  pointer-events: none;
  mix-blend-mode: darken;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .masked-text::before {
    display: none;
  }
}

.marquee-wrapper .marquee__els-container {
  position: relative;
  white-space: nowrap;
  display: flex;
  will-change: transform;
  overflow: hidden;
  gap: 5rem;
}
.marquee-wrapper .marquee__els-container .marquee__el {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 5rem;
  font-size: 7.8125rem;
  font-family: "Avant Semibold", Arial, Helvetica, sans-serif;
  color: #000000;
}
.marquee-wrapper .marquee__els-container .marquee__el svg {
  animation: asterisk-rotation 6s linear infinite;
  width: 6.25rem;
  height: 6.25rem;
  transform-box: fill-box;
  transform-origin: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .marquee-wrapper .marquee__els-container .marquee__el {
    margin-right: 5rem;
    font-size: 72px;
  }
  .marquee-wrapper .marquee__els-container .marquee__el svg {
    margin-left: 5rem;
    width: 50px;
    height: 50px;
  }
}
@keyframes asterisk-rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.area-form {
  position: relative;
}
.area-form .form {
  transition: 0.3s ease-in-out;
}
.area-form .form-submitted {
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}
.area-form.form-is-sending .form-submitted {
  opacity: 1;
}
.area-form.form-is-sending .form {
  opacity: 0;
  pointer-events: none;
}

.form-contacts {
  transition: 0.3s ease-in-out;
}
.form-contacts .area-text p.form-title {
  font-size: 1rem;
}
.form-contacts .form-row {
  display: flex;
  gap: 1rem;
}
.form-contacts .form-row input {
  flex: 1;
}
.form-contacts .toggle-group {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  position: relative;
}
.form-contacts .toggle-group input[type=radio] {
  display: none;
}
.form-contacts .toggle-group input[type=radio]:hover + label.toggle-btn, .form-contacts .toggle-group input[type=radio]:checked + label.toggle-btn {
  color: #FFFFFF;
  border: 1px solid transparent;
}
.form-contacts .toggle-group input[type=radio]:hover + label.toggle-btn::after, .form-contacts .toggle-group input[type=radio]:checked + label.toggle-btn::after {
  bottom: 0;
}
.form-contacts .toggle-group .toggle-btn {
  padding: 14px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
  font-family: "Avant Semibold", Arial, Helvetica, sans-serif;
  line-height: 0.85;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  background-color: transparent;
  color: #000000;
  overflow: hidden;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.form-contacts .toggle-group .toggle-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
}
.form-contacts input[type=text],
.form-contacts input[type=email],
.form-contacts input[type=tel],
.form-contacts input[type=date],
.form-contacts input[type=time],
.form-contacts textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0 !important;
  font-family: "Avant Regular", Arial, Helvetica, sans-serif;
  border: none;
  border-bottom: 1px solid #000000;
  padding: 0.5rem 0;
  font-size: clamp(12px, 0.75rem, 14px);
  width: 100%;
  background: transparent;
  outline: none;
  margin-bottom: 1rem;
  text-align: left !important;
}
.form-contacts input[type=text]:active, .form-contacts input[type=text]:focus, .form-contacts input[type=text]:focus-visible, .form-contacts input[type=text]:focus-within,
.form-contacts input[type=email]:active,
.form-contacts input[type=email]:focus,
.form-contacts input[type=email]:focus-visible,
.form-contacts input[type=email]:focus-within,
.form-contacts input[type=tel]:active,
.form-contacts input[type=tel]:focus,
.form-contacts input[type=tel]:focus-visible,
.form-contacts input[type=tel]:focus-within,
.form-contacts input[type=date]:active,
.form-contacts input[type=date]:focus,
.form-contacts input[type=date]:focus-visible,
.form-contacts input[type=date]:focus-within,
.form-contacts input[type=time]:active,
.form-contacts input[type=time]:focus,
.form-contacts input[type=time]:focus-visible,
.form-contacts input[type=time]:focus-within,
.form-contacts textarea:active,
.form-contacts textarea:focus,
.form-contacts textarea:focus-visible,
.form-contacts textarea:focus-within {
  color: #000000;
}
.form-contacts input[type=date] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-contacts input::-webkit-date-and-time-value {
  text-align: left !important;
  color: #000000;
}
.form-contacts textarea {
  resize: vertical;
  min-height: 80px;
}
.form-contacts .form-footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  min-width: 0;
}
.form-contacts .form-footer .circle-checkbox-container {
  display: flex;
}
.form-contacts .form-footer .circle-checkbox-container .circle-checkbox {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}
.form-contacts .form-footer .circle-checkbox-container .circle-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.form-contacts .form-footer .circle-checkbox-container .circle-checkbox input[type=checkbox]:checked + .custom-check {
  background-color: #000;
}
.form-contacts .form-footer .circle-checkbox-container .custom-check {
  width: 1rem;
  height: 1rem;
  border: 0.25rem solid #d9d9d9;
  background-color: #d9d9d9;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.2s ease;
}
.form-contacts .form-footer .circle-checkbox-container .gdpr-text {
  font-family: "Avant Regular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  flex: 1 1 auto;
  margin: 0;
  color: #000000;
  min-width: 0;
}
.form-contacts .form-footer .circle-checkbox-container .gdpr-text a {
  color: #000000;
  text-decoration: underline;
}
.form-contacts .form-footer .circle-checkbox-container .gdpr-text a:hover {
  text-decoration: none;
}
.form-contacts .form-footer .submit-button-container button[type=submit].button {
  padding: 14px 20px;
  border: 1px solid #d9d9d9;
  font-family: "Avant Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  white-space: nowrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  transition: 0.3s ease-in-out;
}
.form-contacts .form-footer .submit-button-container button[type=submit].button:hover {
  background-color: #d9d9d9;
  color: #000000;
}
@media (max-width: 768px) {
  .form-contacts .area-text p.form-title {
    font-size: 16px;
  }
  .form-contacts .form-row {
    flex-direction: column;
    gap: 0;
  }
  .form-contacts .toggle-group {
    display: flex;
    gap: 3rem;
    margin-bottom: 3rem;
  }
  .form-contacts .toggle-group .toggle-btn {
    padding: 14px 20px;
    border-radius: 100rem;
    font-size: 12px;
  }
  .form-contacts input[type=text],
  .form-contacts input[type=tel],
  .form-contacts input[type=date],
  .form-contacts input[type=time],
  .form-contacts textarea {
    padding: 1.5rem 0;
    font-size: 12px;
    margin-bottom: 1.5rem;
  }
  .form-contacts .form-footer {
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
  .form-contacts .form-footer .circle-checkbox-container {
    display: flex;
  }
  .form-contacts .form-footer .circle-checkbox-container .circle-checkbox {
    width: 18px;
    height: 18px;
  }
  .form-contacts .form-footer .circle-checkbox-container .custom-check {
    width: 18px;
    height: 18px;
    border: 6px solid #d9d9d9;
  }
  .form-contacts .form-footer .circle-checkbox-container .gdpr-text {
    padding-left: 3rem;
    font-size: 12px;
  }
  .form-contacts .form-footer .submit-button-container {
    align-self: flex-start;
  }
  .form-contacts .form-footer .submit-button-container button[type=submit].button {
    font-size: 12px;
    margin-top: 3rem;
  }
}

.image-trail {
  position: absolute;
  inset: 0;
  width: 240px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  opacity: 0;
}

#cookies-banner {
  width: 20vw;
  max-width: 400px;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  background-color: #5FE79A;
  transform: translateX(calc(-100% - 6rem));
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 9990;
}
#cookies-banner .area-text.area-text-small p {
  font-size: 14px;
}
#cookies-banner.show {
  transform: translateX(0);
}
@media (max-width: 768px) {
  #cookies-banner {
    width: auto;
    max-width: 100%;
    left: 3rem;
    right: 3rem;
    bottom: 15rem;
    bottom: 10vh;
    bottom: 10dvh;
  }
}

/**
* Text and Buttons
**/
.area-title {
  font-family: "Avant Semibold", Arial, Helvetica, sans-serif;
}
.area-title.title-hero > h1 {
  font-size: clamp(64px, 9vw, 150px);
  line-height: 0.85;
}
.area-title.title-hero > h2 {
  font-size: clamp(64px, 9vw, 150px);
  line-height: 0.85;
}
.area-title.title-hero > h3 {
  font-size: clamp(64px, 9vw, 150px);
  line-height: 0.85;
}
.area-title.title-hero > h4 {
  font-size: clamp(64px, 9vw, 150px);
  line-height: 0.85;
}
.area-title.title-hero > h5 {
  font-size: clamp(64px, 9vw, 150px);
  line-height: 0.85;
}
.area-title.title-hero > h6 {
  font-size: clamp(64px, 9vw, 150px);
  line-height: 0.85;
}
.area-title.title-hero div,
.area-title.title-hero span {
  font-size: clamp(64px, 9vw, 150px);
  line-height: 0.85;
}
.area-title.title-h1 > h1 {
  font-size: 6.625rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h1 > h1 {
    font-size: 64px;
  }
}
.area-title.title-h1 > h2 {
  font-size: 6.625rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h1 > h2 {
    font-size: 64px;
  }
}
.area-title.title-h1 > h3 {
  font-size: 6.625rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h1 > h3 {
    font-size: 64px;
  }
}
.area-title.title-h1 > h4 {
  font-size: 6.625rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h1 > h4 {
    font-size: 64px;
  }
}
.area-title.title-h1 > h5 {
  font-size: 6.625rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h1 > h5 {
    font-size: 64px;
  }
}
.area-title.title-h1 > h6 {
  font-size: 6.625rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h1 > h6 {
    font-size: 64px;
  }
}
.area-title.title-h2 > span, .area-title.title-h2 > div, .area-title.title-h2 > h1 {
  font-size: 5rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h2 > span, .area-title.title-h2 > div, .area-title.title-h2 > h1 {
    font-size: clamp(50px, 2.875rem, 55px);
    white-space: normal !important;
  }
}
.area-title.title-h2 > span, .area-title.title-h2 > div, .area-title.title-h2 > h2 {
  font-size: 5rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h2 > span, .area-title.title-h2 > div, .area-title.title-h2 > h2 {
    font-size: clamp(50px, 2.875rem, 55px);
    white-space: normal !important;
  }
}
.area-title.title-h2 > span, .area-title.title-h2 > div, .area-title.title-h2 > h3 {
  font-size: 5rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h2 > span, .area-title.title-h2 > div, .area-title.title-h2 > h3 {
    font-size: clamp(50px, 2.875rem, 55px);
    white-space: normal !important;
  }
}
.area-title.title-h2 > span, .area-title.title-h2 > div, .area-title.title-h2 > h4 {
  font-size: 5rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h2 > span, .area-title.title-h2 > div, .area-title.title-h2 > h4 {
    font-size: clamp(50px, 2.875rem, 55px);
    white-space: normal !important;
  }
}
.area-title.title-h2 > span, .area-title.title-h2 > div, .area-title.title-h2 > h5 {
  font-size: 5rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h2 > span, .area-title.title-h2 > div, .area-title.title-h2 > h5 {
    font-size: clamp(50px, 2.875rem, 55px);
    white-space: normal !important;
  }
}
.area-title.title-h2 > span, .area-title.title-h2 > div, .area-title.title-h2 > h6 {
  font-size: 5rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h2 > span, .area-title.title-h2 > div, .area-title.title-h2 > h6 {
    font-size: clamp(50px, 2.875rem, 55px);
    white-space: normal !important;
  }
}
.area-title.title-h3 > span, .area-title.title-h3 > div, .area-title.title-h3 > h1 {
  font-size: 2.875rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h3 > span, .area-title.title-h3 > div, .area-title.title-h3 > h1 {
    font-size: 48px;
  }
}
.area-title.title-h3 > span, .area-title.title-h3 > div, .area-title.title-h3 > h2 {
  font-size: 2.875rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h3 > span, .area-title.title-h3 > div, .area-title.title-h3 > h2 {
    font-size: 48px;
  }
}
.area-title.title-h3 > span, .area-title.title-h3 > div, .area-title.title-h3 > h3 {
  font-size: 2.875rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h3 > span, .area-title.title-h3 > div, .area-title.title-h3 > h3 {
    font-size: 48px;
  }
}
.area-title.title-h3 > span, .area-title.title-h3 > div, .area-title.title-h3 > h4 {
  font-size: 2.875rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h3 > span, .area-title.title-h3 > div, .area-title.title-h3 > h4 {
    font-size: 48px;
  }
}
.area-title.title-h3 > span, .area-title.title-h3 > div, .area-title.title-h3 > h5 {
  font-size: 2.875rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h3 > span, .area-title.title-h3 > div, .area-title.title-h3 > h5 {
    font-size: 48px;
  }
}
.area-title.title-h3 > span, .area-title.title-h3 > div, .area-title.title-h3 > h6 {
  font-size: 2.875rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h3 > span, .area-title.title-h3 > div, .area-title.title-h3 > h6 {
    font-size: 48px;
  }
}
.area-title.title-h4 > h1 {
  font-size: 2.875rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h4 > h1 {
    font-size: 36px;
  }
}
.area-title.title-h4 > h2 {
  font-size: 2.875rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h4 > h2 {
    font-size: 36px;
  }
}
.area-title.title-h4 > h3 {
  font-size: 2.875rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h4 > h3 {
    font-size: 36px;
  }
}
.area-title.title-h4 > h4 {
  font-size: 2.875rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h4 > h4 {
    font-size: 36px;
  }
}
.area-title.title-h4 > h5 {
  font-size: 2.875rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h4 > h5 {
    font-size: 36px;
  }
}
.area-title.title-h4 > h6 {
  font-size: 2.875rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h4 > h6 {
    font-size: 36px;
  }
}
.area-title.title-h5 > h1 {
  font-size: 1.25rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h5 > h1 {
    font-size: 16px;
  }
}
.area-title.title-h5 > h2 {
  font-size: 1.25rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h5 > h2 {
    font-size: 16px;
  }
}
.area-title.title-h5 > h3 {
  font-size: 1.25rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h5 > h3 {
    font-size: 16px;
  }
}
.area-title.title-h5 > h4 {
  font-size: 1.25rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h5 > h4 {
    font-size: 16px;
  }
}
.area-title.title-h5 > h5 {
  font-size: 1.25rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h5 > h5 {
    font-size: 16px;
  }
}
.area-title.title-h5 > h6 {
  font-size: 1.25rem;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .area-title.title-h5 > h6 {
    font-size: 16px;
  }
}
.area-title.title-h6 > h1 {
  font-size: 12px;
  line-height: 0.85;
}
.area-title.title-h6 > h2 {
  font-size: 12px;
  line-height: 0.85;
}
.area-title.title-h6 > h3 {
  font-size: 12px;
  line-height: 0.85;
}
.area-title.title-h6 > h4 {
  font-size: 12px;
  line-height: 0.85;
}
.area-title.title-h6 > h5 {
  font-size: 12px;
  line-height: 0.85;
}
.area-title.title-h6 > h6 {
  font-size: 12px;
  line-height: 0.85;
}

.area-text p {
  font-family: "Avant Regular", Arial, Helvetica, sans-serif;
  line-height: 1.2;
  font-size: clamp(20px, 1.25rem, 22px);
}
.area-text p sup {
  text-transform: uppercase;
  margin-right: 3vw;
  transform: translateY(2.5px);
  font-size: 12px;
  line-height: 1;
  font-family: "Avant Semibold", Arial, Helvetica, sans-serif;
  font-weight: 600;
  display: inline-flex;
}
.area-text p[data-split] > div:first-child sup {
  margin-right: 3vw;
}
.area-text.text-hero p {
  font-size: 2.875rem;
}
.area-text.text-hero p::first-letter {
  margin-left: 10rem;
}
.area-text.text-hero p > div:first-child::first-letter {
  margin-left: 10rem;
}
.area-text.text-big p {
  font-size: 2.0625rem;
}
.area-text.text-big p::first-letter {
  margin-left: 10rem;
}
.area-text.text-big p[data-split] > div:first-child::first-letter {
  margin-left: 10rem;
}
.area-text.text-small a,
.area-text.text-small p {
  font-family: "Avant Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2;
}
.area-text.text-standard a {
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
.area-text.text-standard a:hover {
  opacity: 0.5;
}
.area-text.text-standard ul {
  list-style: circle;
  padding: 1rem 2rem;
}
.area-text.text-standard ul li {
  font-size: clamp(20px, 1.25rem, 22px);
}
@media (max-width: 768px) {
  .area-text p {
    font-size: 24px;
  }
  .area-text p sup {
    margin-bottom: 3rem;
    margin-right: 0;
    transform: translateY(0);
    font-size: 14px;
    display: block;
  }
  .area-text p[data-split] > div:first-child sup {
    margin-right: 0;
  }
  .area-text.text-hero p {
    font-size: 32px;
  }
  .area-text.text-big p {
    font-size: 24px;
  }
  .area-text.text-big p::first-letter {
    margin-left: 10rem;
  }
  .area-text.text-big p[data-split] > div:first-child::first-letter {
    margin-left: 10rem;
  }
  .area-text.text-standard p {
    font-size: 18px;
  }
  .area-text.text-standard ul {
    padding: 3rem 9rem;
  }
  .area-text.text-standard ul li {
    font-size: 18px;
  }
}

.area-link.link-small {
  font-family: "Avant Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.area-link.link-small a {
  display: block;
  line-height: 1.2;
  transition: 0.3s ease-in-out;
}
.area-link.link-small a:hover {
  opacity: 0.5;
}

.area-buttons {
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .area-buttons {
    gap: 3rem;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  border-radius: 10rem;
  padding: 14px 20px;
  overflow: hidden;
  position: relative;
}
.button::after {
  content: "";
  width: 100%;
  height: calc(100% + 4px);
  background-color: #000000;
  position: absolute;
  bottom: -2px;
  transform: translateY(100%);
  left: 0;
  right: 0;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
  will-change: transform, opacity;
}
.button span.button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.button span.button-container span.button-text {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Avant Semibold", Arial, Helvetica, sans-serif;
  line-height: 0.85;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-transform: uppercase;
}
.button span.button-container span.button-icon svg {
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.5rem;
  transform: rotate(-135deg);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button.button-simple {
  padding: 0;
  overflow: visible;
  border-radius: 0;
  transition: opacity 0.3s ease-in-out;
}
.button.button-simple::after {
  display: none;
}
.button.button-simple span.button-container span.button-icon svg {
  transform: rotate(0);
}
.button.button-simple.button-simple-white span.button-container span.button-text {
  color: #FFFFFF;
}
.button.button-simple.button-simple-white span.button-container span.button-icon svg path {
  fill: #FFFFFF;
}
.button.button-outline {
  border: 1px solid #000000;
}
.button.button-black-fill {
  background-color: #000000;
  color: #FFFFFF;
}
.button.button-black-fill:after {
  background-color: #FFFFFF;
}
.button.button-black-fill span.button-container span.button-icon svg path {
  fill: #FFFFFF;
}
.button.button-white-fill {
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #000000;
}
.button.button-white-fill:after {
  background-color: #000000;
}
.button.button-togglr {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  z-index: 9980;
  cursor: pointer;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: background 0.05s ease-in-out;
}
.button.button-togglr span.closed {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
body.heroMenuIsOpened .button.button-togglr#hero-menu-togglr {
  border-color: rgba(255, 255, 255, 0.2);
}
body.heroMenuIsOpened .button.button-togglr#hero-menu-togglr span.opened {
  opacity: 0;
}
body.heroMenuIsOpened .button.button-togglr#hero-menu-togglr span.closed {
  opacity: 1;
  transform: translate(-50%, 0);
  transition-delay: 0.2s;
}
.button:hover::after {
  transform: translateY(0);
}
.button:hover span.button-container span.button-text {
  color: #FFFFFF;
  transition-delay: 0.2s;
}
.button:hover span.button-container span.button-icon svg path {
  transition-delay: 0.2s;
  fill: #FFFFFF;
}
.button:hover.button-black-fill {
  border-color: #FFFFFF;
}
.button:hover.button-black-fill span.button-container span.button-text {
  color: #000000;
}
.button:hover.button-black-fill span.button-container span.button-icon svg path {
  fill: #000000;
}
.button:hover.button-simple {
  opacity: 0.5;
}
.button:hover.button-simple span.button-container span.button-text {
  color: #000000;
}
.button:hover.button-simple span.button-container span.button-icon svg path {
  fill: #000000;
}
.button:hover#hero-menu-togglr {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .button span.button-container span.button-icon svg {
    width: 12px;
    height: 12px;
    margin-left: 12px;
  }
  .button.button-togglr {
    bottom: 3rem;
  }
}

.link.simple-link {
  transition: 0.3s ease-in-out;
}
.link.simple-link:hover {
  opacity: 0.5;
}

.links-list a {
  margin: 0 0.75rem;
}
.links-list a:first-child {
  margin-left: 0;
}
.links-list a:last-child {
  margin-right: 0;
}

/*
* Useful Classes
* Text, Color, Backgrounds, etc.
*/
.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.overflow-hidden {
  overflow: hidden;
  display: block;
}

.position-relative {
  position: relative;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-beige {
  background-color: #FCEFE5;
}

.bg-black {
  background-color: #000000;
}

.bg-green {
  background-color: #5FE79A;
}

.bg-gradient-beige-to-white {
  background: linear-gradient(to bottom, #FCEFE5 0%, #FAF5EF 50%, #FFFFFF 100%);
}

.bg-gradient-white-to-beige {
  background: linear-gradient(to top, #FCEFE5 0%, #FAF5EF 50%, #FFFFFF 100%);
}

.text-black {
  color: #000000;
}
.text-black > * {
  color: #000000;
}

.text-grey {
  color: rgba(255, 255, 255, 0.5);
}
.text-grey > * {
  color: rgba(255, 255, 255, 0.5);
}

.text-white {
  color: #FFFFFF;
}
.text-white > * {
  color: #FFFFFF;
}

.border-top-black {
  border-top: 1px solid #000000;
}

.section-fh {
  min-height: 100vh;
}

.section-dm {
  padding: 0 0 10rem 0;
}
@media (max-width: 768px) {
  .section-dm {
    padding: 0 0 20rem 0;
  }
}

.section-h {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .section-h {
    padding: 20rem 0;
  }
}

.section-sh {
  padding: 20rem 0;
}
@media (max-width: 768px) {
  .section-sh.section-prenota-ora {
    padding: 30rem 0;
  }
}

.section-image-text .image-container {
  will-change: transform;
}
.section-image-text .text-container {
  height: 100%;
  will-change: transform;
  position: relative;
  z-index: 9;
}
.section-image-text .text-container.text-container-right .area-title {
  max-width: 66.6663%;
}
.section-image-text .text-container.text-container-right .area-text-container {
  margin-left: 33.3333333333%;
}
.section-image-text .text-container.text-container-left .area-title {
  max-width: 66.6663%;
  align-self: flex-end;
}
.section-image-text .text-container.text-container-left .area-text-container {
  margin-right: 33.3333333333%;
}
.section-image-text.section-image-text-w-table .section-area-title {
  margin-bottom: 10rem;
}
.section-image-text.section-image-text-w-table .section-table {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .section-image-text .text-container {
    height: auto;
  }
  .section-image-text .text-container .image-container-mobile {
    width: 50%;
    max-width: 100%;
  }
  .section-image-text .text-container .image-container-mobile.image-full-width {
    width: 100%;
  }
  .section-image-text .text-container.text-container-right .area-title {
    max-width: 100%;
    padding: 0 3.75rem;
  }
  .section-image-text .text-container.text-container-right .area-text-container {
    margin-left: 0;
    padding: 0 3rem;
    padding: 0 3.75rem;
  }
  .section-image-text .text-container.text-container-left .area-title {
    max-width: 100%;
    align-self: flex-start;
    padding: 0 3.75rem;
  }
  .section-image-text .text-container.text-container-left .area-title.text-right {
    text-align: left;
  }
  .section-image-text .text-container.text-container-left .area-text-container {
    margin-right: 0;
    padding: 0 3rem;
    padding: 0 3.75rem;
  }
}

.section-image-grid .image-container {
  will-change: transform;
}
.section-image-grid .image-container.image-container-left {
  margin-right: 10rem;
  margin-bottom: -10rem;
}
.section-image-grid .image-container.image-container-center {
  width: 33%;
  max-width: 200px;
  margin: -10rem 0 0 -5rem;
}
.section-image-grid .image-container.image-container-center.parallax-image-up {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
}
.section-image-grid .image-container.image-container-right {
  margin-left: 5rem;
}
.section-image-grid .text-container {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .section-image-grid {
    padding: 30rem 0;
  }
  .section-image-grid .image-container.image-container-left {
    margin-right: 0;
    margin-bottom: 0;
  }
  .section-image-grid .image-container.image-container-center {
    width: 50%;
    max-width: 120px;
    margin: 0;
  }
  .section-image-grid .image-container.image-container-center img {
    margin: -15rem 0 30rem 0;
  }
  .section-image-grid .image-container.image-container-center.parallax-image-up {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .section-image-grid .image-container.image-container-right {
    margin-left: 0;
  }
  .section-image-grid .text-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/*
** Pages Custom Styles
*/
main.main.main-home-page #prenota {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
main.main.main-page-service #hero-service {
  min-height: calc(100vh - 5rem);
}
main.main.main-page-service .mask-section .masked-text {
  padding: 0;
}
main.main.main-page-about #hero-about {
  min-height: calc(100vh - 10rem);
}
main.main.main-page-about #section-image-text-02 .area-title,
main.main.main-page-about #dottoressa-savinelli .area-title {
  margin-top: -5rem;
}
main.main.main-page-about #section-cta-buttons-03 {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  main.main.main-home-page #hero-payoff {
    min-height: calc(100vh - 3rem);
  }
  main.main.main-home-page #hero-bio {
    padding-top: 40rem;
    padding-bottom: 40rem;
    margin-top: -20rem;
  }
  main.main.main-home-page #hero-tagline .text-center {
    text-align: left;
  }
  main.main.main-home-page #hero-tagline .text-center .masked-text {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  main.main.main-page-about #hero-about {
    min-height: calc(80vh - 3rem);
  }
  main.main.main-page-about #hero-about .hero-tagline {
    padding-bottom: 20rem;
  }
  main.main.main-page-about #hero-about .scroll-down-button {
    color: #FFFFFF;
  }
  main.main.main-page-about #hero-about .scroll-down-button svg path {
    fill: #FFFFFF;
  }
  main.main.main-page-about #hero-bio {
    padding-top: 40rem;
    padding-bottom: 40rem;
    margin-top: -10rem;
  }
  main.main.main-page-about #section-image-text-02 .area-title,
  main.main.main-page-about #dottoressa-savinelli .area-title {
    margin-top: -5rem;
  }
  main.main.main-page-service #hero-service {
    min-height: calc(80vh - 3rem);
  }
  main.main.main-page-service #hero-service .hero-tagline {
    padding-bottom: 20rem;
  }
  main.main.main-page-service #hero-image {
    margin-top: 10rem;
  }
  main.main.main-page-service #hero-bio {
    padding: 3rem 0 20rem 0;
  }
}/*# sourceMappingURL=main.css.map */