*:not(i), *:not(i)::before, *:not(i)::after {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section, summary {
  display: block;
}

::-moz-selection {
  background: rgb(25.5, 25.5, 255);
  color: black;
}

::selection {
  background: rgb(25.5, 25.5, 255);
  color: black;
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none;
}

/* =============================================================================
   Forms
   via https://gist.github.com/alucidbeing/3695908
   ========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] {
  cursor: default;
}

/*
 * Consistent box sizing and appearance
 */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

@font-face {
  font-family: "Geist";
  font-weight: 400;
  src: url("../fonts/geist-webfonts/Geist-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Geist";
  font-weight: 700;
  src: url("../fonts/geist-webfonts/Geist-Bold.woff2") format("woff2");
}
.font-sans-xl {
  font-family: "Geist", sans-serif;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.33em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@media (min-width: 576px) {
  .font-sans-xl {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .font-sans-xl {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .font-sans-xl {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .font-sans-xl {
    font-size: 36px;
  }
}

.font-sans-m {
  font-family: "Geist", sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1.33em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@media (min-width: 576px) {
  .font-sans-m {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .font-sans-m {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .font-sans-m {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .font-sans-m {
    font-size: 17px;
  }
}

.font-sans-s {
  font-family: "Geist", sans-serif;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.33em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@media (min-width: 576px) {
  .font-sans-s {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .font-sans-s {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .font-sans-s {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .font-sans-s {
    font-size: 12px;
  }
}

.font-strong {
  font-weight: 700;
}

h1 {
  font-family: "Geist", sans-serif;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.33em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@media (min-width: 576px) {
  h1 {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-family: "Geist", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.33em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@media (min-width: 576px) {
  h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 24px;
  }
}
h2 {
  margin-bottom: 1em;
}

h3 {
  font-family: "Geist", sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1.33em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@media (min-width: 576px) {
  h3 {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 17px;
  }
}
h3 {
  margin-bottom: 1em;
}

h4 {
  font-family: "Geist", sans-serif;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.33em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@media (min-width: 576px) {
  h4 {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  h4 {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 12px;
  }
}
h4 {
  margin-bottom: 1em;
  text-transform: uppercase;
}

h5 {
  font-family: "Geist", sans-serif;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.33em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@media (min-width: 576px) {
  h5 {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  h5 {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  h5 {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  h5 {
    font-size: 12px;
  }
}

h6 {
  font-family: "Geist", sans-serif;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.33em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@media (min-width: 576px) {
  h6 {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  h6 {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  h6 {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  h6 {
    font-size: 12px;
  }
}

.block-sans-m,
.block-sans-m p {
  font-family: "Geist", sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1.33em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@media (min-width: 576px) {
  .block-sans-m,
  .block-sans-m p {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .block-sans-m,
  .block-sans-m p {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .block-sans-m,
  .block-sans-m p {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .block-sans-m,
  .block-sans-m p {
    font-size: 17px;
  }
}

/* USAGE 
@include keyframes(slide-down) {
  0% { opacity: 1; }
  90% { opacity: 0; }
}

.element {
  width: 100px;
  height: 100px;
  background: black;
  @include animation('slide-down 5s 3');
}
*/
/**
 * via https://www.w3schools.com/howto/howto_css_switch.asp
 * 
 * <label>
 *   <div class="switch small">
 *     <input type="checkbox" onchange="handleSwitchChange(this);">
 *     <span class="slider round"></span>
 *   </div>
 *   <span class="text">Do something</span>
 * </label>
 * 
 * function handleSwitchChange (el) {
 *   // use el.checked ...
 * }
 *
 */
label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
label .text {
  margin-left: 10px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: orange;
}
.switch input:checked + .slider::before {
  transform: translateX(21px);
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.2s;
}
.switch .slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.2s;
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round::before {
  border-radius: 50%;
}
.switch.small {
  width: 34px;
  height: 20px;
}
.switch.small input:checked + .slider::before {
  transform: translateX(14px);
}
.switch.small .slider::before {
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
}
.switch.small .slider.round {
  border-radius: 20px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: white;
}

.hamburger-box {
  width: 23px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 23px;
  height: 2px;
  background-color: black;
  border-radius: 1px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 14px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3.2857142857px, -5px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-90deg);
}

.color-white {
  color: white;
}

.color-mint {
  color: #b1fbc6;
}

.color-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

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

.no-u {
  text-decoration: none;
}

.u-hover {
  text-decoration: none;
}
.u-hover:hover {
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: none;
}

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

.bg-green {
  background-color: #ddffd8;
}

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

.font-semibold {
  font-weight: 600;
}

.space-1 {
  height: 20px;
}

.space-2 {
  height: 40px;
}

.space-3 {
  height: 60px;
}

.space-4 {
  height: 80px;
}

.space-6 {
  height: 120px;
}

.space-8 {
  height: 160px;
}

.rounded {
  border-radius: 5px;
}

.font-w-600 {
  font-weight: 600;
}

.bg-lightgrey {
  background-color: #f1f3f2;
}

* {
  text-rendering: geometricPrecision;
}

body {
  overflow-x: hidden;
  width: 100%;
  background-color: black;
}
body.media-open {
  overflow: hidden;
}
body {
  font-family: "Geist", sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1.33em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@media (min-width: 576px) {
  body {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 17px;
  }
}

main {
  padding-top: 45px;
  background-color: white;
}

hr {
  border-top: 1px solid #ddd;
  margin: 15px 0;
}

a {
  text-decoration: underline;
  text-underline-offset: 25%;
  color: inherit;
}

ul,
ol {
  margin: 0.7rem 0;
  padding-left: 1rem;
}

/* Style the list items */
li {
  margin-bottom: 0.7rem;
  padding-left: 0.5rem;
}

/* Specific to Unordered Lists (Bullet points) */
ul {
  list-style-type: disc; /* Options: disc, circle, square, none */
}

/* Specific to Ordered Lists (Numbers) */
ol {
  list-style-type: decimal; /* Options: decimal-leading-zero, lower-alpha, upper-roman */
}

/* Subtle styling for nested lists */
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0.7rem 0 0.7rem 1.5rem;
}

@media (min-width: 992px) {
  div.cols {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}

@media (min-width: 576px) {
  div.more-cols {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (min-width: 992px) {
  div.more-cols {
    -moz-columns: 4;
         columns: 4;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}

.cursor-pallone {
  cursor: url("../images/pallone.svg") 0 0, auto;
}

[data-url] {
  cursor: pointer;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 0 50px;
  font-family: "Geist", sans-serif;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.33em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@media (min-width: 576px) {
  .button {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .button {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .button {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .button {
    font-size: 12px;
  }
}
.button {
  text-decoration: none;
  border-radius: 20px;
  transition: background-color 400ms, color 400ms;
}
.button:hover, .button.active {
  color: grey;
}
.button.small {
  height: 37px;
  width: auto;
  padding: 0 10px;
  text-transform: none;
}

@keyframes blink {
  0% {
    opacity: 0.5;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.3;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.5;
  }
}
.gallery-section2-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
}
@media (min-width: 576px) {
  .gallery-section2-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .gallery-section2-wrapper {
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 992px) {
  .gallery-section2-wrapper {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1200px) {
  .gallery-section2-wrapper {
    grid-template-columns: repeat(7, 1fr);
  }
}
.gallery-section2-wrapper .gallery-section2-item {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 5px;
}
.gallery-section2-wrapper .gallery-section2-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gallery-section2-wrapper .gallery-section2-item.tag {
  display: flex;
  font-family: "Geist", sans-serif;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.33em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@media (min-width: 576px) {
  .gallery-section2-wrapper .gallery-section2-item.tag {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .gallery-section2-wrapper .gallery-section2-item.tag {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .gallery-section2-wrapper .gallery-section2-item.tag {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .gallery-section2-wrapper .gallery-section2-item.tag {
    font-size: 12px;
  }
}
.gallery-section2-wrapper .gallery-section2-item.tag {
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #f1f3f2;
  padding: 10px;
}
.gallery-section2-wrapper .gallery-section2-item.audio {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #66be59;
}

.gallery-section1-thumbnail {
  margin-bottom: 20px;
  border-radius: 5px;
}

.gallery-section1-tag {
  display: flex;
  font-family: "Geist", sans-serif;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.33em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@media (min-width: 576px) {
  .gallery-section1-tag {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .gallery-section1-tag {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .gallery-section1-tag {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .gallery-section1-tag {
    font-size: 12px;
  }
}
.gallery-section1-tag {
  font-weight: 600;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #f1f3f2;
  border-radius: 5px;
}

:root {
  --player-size: 64px;
  --player-color-bg: rgba(255, 255, 255, 0.3); /* Background circle color */
  --player-color-progress: #fff; /* Colors from 0 to 360 */
  --player-color-icon: #fff;
}

.custom-audio-player {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px;
  /* Visually hide the native audio but keep it accessible */
}
.custom-audio-player audio {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.custom-audio-player {
  /* Touch-friendly button wrapper */
}
.custom-audio-player .js-play-pause-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  outline-offset: 4px; /* Accessible focus state */
  -webkit-tap-highlight-color: transparent; /* Clean mobile tap */
}
.custom-audio-player {
  /* SVG Configuration */
}
.custom-audio-player .progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg); /* Starts progress at 12 o'clock */
  width: 100%;
  height: 100%;
}
.custom-audio-player .progress-ring__background {
  fill: transparent;
  stroke: var(--player-color-bg);
  stroke-width: 4;
}
.custom-audio-player .progress-ring__circle {
  fill: transparent;
  stroke: var(--player-color-progress);
  stroke-width: 4;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.1s linear; /* Smooth visual updating */
}
.custom-audio-player {
  /* CSS Play/Pause Universal Icon */
}
.custom-audio-player .player-icon {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  transition: all 0.2s ease;
}
.custom-audio-player {
  /* Default state: Play Triangle */
}
.custom-audio-player .js-play-pause-btn[aria-pressed=false] .player-icon {
  box-sizing: border-box;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent var(--player-color-icon);
  transform: translateX(2px); /* Optically centers the triangle */
}
.custom-audio-player {
  /* Active state: Pause Parallel Bars */
}
.custom-audio-player .js-play-pause-btn[aria-pressed=true] .player-icon {
  border-style: double;
  border-width: 0px 0px 0px 14px;
  border-color: var(--player-color-icon);
  transform: translateX(0);
}

#custom-lightbox-2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  box-sizing: border-box;
  background-color: rgba(40, 160, 60, 0.9);
  backdrop-filter: blur(10px);
}
#custom-lightbox-2[aria-hidden=true] {
  display: none;
}
#custom-lightbox-2[aria-hidden=false] {
  display: block;
}
#custom-lightbox-2 .lightbox-close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  padding: 20px;
  color: #fff;
  cursor: pointer;
  z-index: 15;
}
#custom-lightbox-2 .lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  padding: 20px;
}
#custom-lightbox-2 .lightbox-nav.lightbox-prev {
  left: 0;
}
#custom-lightbox-2 .lightbox-nav.lightbox-next {
  right: 0;
}
@media (max-width: 767.98px) {
  #custom-lightbox-2 .lightbox-nav {
    top: auto;
    bottom: 15px;
    transform: none;
    padding: 15px;
  }
  #custom-lightbox-2 .lightbox-nav.lightbox-prev {
    left: 15px;
  }
  #custom-lightbox-2 .lightbox-nav.lightbox-next {
    right: 15px;
  }
}
#custom-lightbox-2 .lightbox-content {
  width: 100%;
  height: 100%;
  padding: 80px 80px 0 80px;
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  #custom-lightbox-2 .lightbox-content {
    padding: 60px 0 60px 0;
  }
}
#custom-lightbox-2 .lightbox-content figure {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  #custom-lightbox-2 .lightbox-content figure {
    flex-direction: column-reverse;
  }
}
#custom-lightbox-2 .lightbox-content img {
  max-width: 100%;
  max-height: calc(100% - 80px);
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 1;
  min-height: 0;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  #custom-lightbox-2 .lightbox-content img {
    max-height: 100%;
    border-radius: 0;
  }
}
#custom-lightbox-2 .lightbox-content figcaption {
  width: 100%;
  min-height: 80px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0;
  flex-shrink: 0;
}
#custom-lightbox-2 .lightbox-content figcaption a {
  color: #b1fbc6;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  #custom-lightbox-2 .lightbox-content figcaption {
    position: absolute;
    top: 13px;
    left: 0;
    min-height: 60px;
    height: 60px;
    justify-content: flex-start;
    text-align: left;
    padding: 0 65px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

#custom-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  touch-action: none;
  background-color: rgba(0, 0, 0, 0.9);
  background-color: rgba(40, 160, 60, 0.9);
  backdrop-filter: blur(10px);
}
#custom-lightbox[aria-hidden=false] {
  display: flex;
}
#custom-lightbox .lightbox-content {
  max-width: 85%;
  max-height: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#custom-lightbox .lightbox-content figure img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 5px;
}
#custom-lightbox .lightbox-content figure figcaption {
  margin-top: 10px;
  color: white;
  text-align: center;
  font-family: "Geist", sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1.33em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@media (min-width: 576px) {
  #custom-lightbox .lightbox-content figure figcaption {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  #custom-lightbox .lightbox-content figure figcaption {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  #custom-lightbox .lightbox-content figure figcaption {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  #custom-lightbox .lightbox-content figure figcaption {
    font-size: 17px;
  }
}
#custom-lightbox .lightbox-close,
#custom-lightbox .lightbox-nav {
  position: absolute;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
  transition: opacity 0.2s;
  padding: 10px;
  z-index: 10000;
}
#custom-lightbox .lightbox-close:hover,
#custom-lightbox .lightbox-nav:hover {
  opacity: 0.7;
}
#custom-lightbox .lightbox-close {
  z-index: 10001;
  top: 20px;
  right: 20px;
  font-size: 3rem;
  line-height: 1;
}
#custom-lightbox .lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 100%;
}
#custom-lightbox .lightbox-prev {
  left: 10px;
}
#custom-lightbox .lightbox-next {
  right: 10px;
}
@media (max-width: 991.98px) {
  #custom-lightbox .lightbox-nav {
    display: none;
  }
}

.gallery-thumb {
  height: 0;
  border-radius: 5px;
  overflow: hidden;
  padding-top: 57.1428571429%;
  margin-bottom: 20px;
  background-color: #3ac71c;
  position: relative;
  transition: background-color 400ms;
}
.gallery-thumb:hover {
  background-color: #1f5513;
}
.gallery-thumb:hover .slots {
  opacity: 0.5;
}
.gallery-thumb .slots {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0;
  font-size: 0;
  transition: opacity 400ms;
}
.gallery-thumb .slots .slot {
  width: 14.2857142857%;
  height: 25%;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.gallery-thumb .texts {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: white;
  font-family: "Geist", sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1.33em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@media (min-width: 576px) {
  .gallery-thumb .texts {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .gallery-thumb .texts {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .gallery-thumb .texts {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .gallery-thumb .texts {
    font-size: 17px;
  }
}

span.logo span.mmm-cont {
  display: inline-flex;
  align-items: flex-end;
  max-height: 0.2em;
  overflow: visible;
  padding: 0 0.06em;
}
span.logo span.mmm-cont span.mmm {
  height: 0.7em;
  width: 1.65em;
  height: 0.85em;
  width: 2.05em;
  transition: all 400ms;
  border: 0.14em solid black;
  border-bottom: none;
}

.campetto-thumb {
  margin-bottom: 25px;
}
.campetto-thumb .image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 5/3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.campetto-thumb .image .overlay-goal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 15px 0px 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.campetto-thumb .image .overlay-goal .sizes-max {
  width: 100%;
  height: 0;
  position: relative;
}
.campetto-thumb .image .overlay-goal .sizes-max .max-absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.campetto-thumb .image .overlay-goal .sizes-max .max-absolute .sizes-this {
  border: 2px solid white;
  border-bottom: none;
}
.campetto-thumb .image .overlay-field {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.campetto-thumb .image .overlay-field .sizes-max {
  width: 100%;
  height: 0;
  position: relative;
}
.campetto-thumb .image .overlay-field .sizes-max .max-absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.campetto-thumb .image .overlay-field .sizes-max .max-absolute .sizes-this {
  border-radius: 2.5px;
  background-color: #66be59;
  opacity: 0.3;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hide-fourth-sm-md:nth-of-type(4) {
    display: none !important;
  }
}

section.grey {
  background-color: #f1f3f2;
  padding: 26px 0 40px 0;
}

nav#menu-header {
  z-index: 6;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: background-color 400ms, padding 400ms;
  padding: 0;
  background-color: grey;
}
nav#menu-header.top {
  background-color: white;
}
nav#menu-header .wrapper {
  height: 45px;
}
nav#menu-header .left {
  font-family: "Geist", sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1.33em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@media (min-width: 576px) {
  nav#menu-header .left {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  nav#menu-header .left {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  nav#menu-header .left {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  nav#menu-header .left {
    font-size: 17px;
  }
}
nav#menu-header .left img {
  margin-right: 6px;
}
nav#menu-header .items a.item {
  text-decoration: none;
  margin-left: 15px;
  font-family: "Geist", sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1.33em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@media (min-width: 576px) {
  nav#menu-header .items a.item {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  nav#menu-header .items a.item {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  nav#menu-header .items a.item {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  nav#menu-header .items a.item {
    font-size: 17px;
  }
}
nav#menu-header .items a.item {
  transition: all 200ms;
}
nav#menu-header .items a.item.active, nav#menu-header .items a.item:hover {
  color: inherit;
  color: #4aac3b;
}
nav#menu-header a#header-low-a {
  margin-right: 3px;
}
nav#menu-header a#header-low-a:hover {
  color: grey;
  text-decoration: none;
}

#hamburger-container {
  z-index: 15;
  position: fixed;
  top: 10px;
  right: 15px;
}

#overlay {
  z-index: 9;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  background-color: black;
  transition: opacity 400ms;
}
body.menu-xs-open #overlay {
  pointer-events: auto;
  opacity: 0.15;
}

#menu-xs {
  z-index: 10;
  position: fixed;
  top: 0;
  right: -100%;
  width: calc(100% - 45px);
  height: 100%;
  overflow-y: scroll;
  background-color: #4aac3b;
  padding: 45px 0;
  transition: right 400ms;
}
body.menu-xs-open #menu-xs {
  right: 0;
}

#menu-xs {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: stretch;
}
#menu-xs a.item {
  color: white;
  text-decoration: none;
  text-align: center;
  display: block;
  font-family: "Geist", sans-serif;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.33em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@media (min-width: 576px) {
  #menu-xs a.item {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  #menu-xs a.item {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  #menu-xs a.item {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  #menu-xs a.item {
    font-size: 36px;
  }
}
#menu-xs a.item {
  margin-bottom: 0.4em;
}
#menu-xs a.item.small {
  font-family: "Geist", sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1.33em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@media (min-width: 576px) {
  #menu-xs a.item.small {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  #menu-xs a.item.small {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  #menu-xs a.item.small {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  #menu-xs a.item.small {
    font-size: 17px;
  }
}

.hp-opening {
  height: 70vh;
  background-color: black;
  position: relative;
}
.hp-opening .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.8;
}
.hp-opening .texts {
  z-index: 2;
  position: absolute;
  top: 70%;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#map-wrapper {
  position: relative;
  height: 25vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: height 800ms;
}
#map-wrapper #map {
  height: 80vh;
  min-height: 80vh;
  width: 100%;
}
#map-wrapper #map-overlay {
  z-index: 1;
  background-color: rgba(204, 204, 204, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 800ms;
}
#map-wrapper #close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  pointer-events: none;
  opacity: 0;
}
#map-wrapper.open {
  height: 80vh;
}
#map-wrapper.open #map-overlay {
  pointer-events: none;
  opacity: 0;
}
#map-wrapper.open #close-btn {
  pointer-events: auto;
  opacity: 1;
}

section.marquee {
  position: relative;
}
section.marquee .overlay-text {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Geist", sans-serif;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.33em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@media (min-width: 576px) {
  section.marquee .overlay-text {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  section.marquee .overlay-text {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  section.marquee .overlay-text {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  section.marquee .overlay-text {
    font-size: 36px;
  }
}
section.marquee .overlay-text {
  pointer-events: none;
  transition: opacity 400ms;
}

/* Container hides the horizontal overflow */
.marquee-container {
  overflow: hidden;
  width: 100%;
  background-color: #000; /* Optional background color */
  /* Pause the animation when a user hovers over the marquee */
}
.marquee-container:hover .marquee-track {
  animation-play-state: paused;
}
.marquee-container {
  /* The track contains both identical groups side-by-side */
}
.marquee-container .marquee-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scrollMarquee var(--marquee-duration, 25s) linear infinite;
  /* Each group takes up exactly its natural flex width */
}
.marquee-container .marquee-track .marquee-group {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px; /* Spacing between images */
  /* Individual item wrapper */
}
.marquee-container .marquee-track .marquee-group .marquee-item {
  position: relative;
  flex-shrink: 0;
  height: 70vh; /* Force identical heights */
  overflow: hidden;
  cursor: pointer;
  background-color: #000; /* Optional background color */
  /* Image handling */
}
.marquee-container .marquee-track .marquee-group .marquee-item img {
  height: 100%;
  width: auto; /* Allow variable widths based on aspect ratio */
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  transition: opacity 400ms;
}
.marquee-container .marquee-track .marquee-group .marquee-item:hover img {
  opacity: 1;
}
.marquee-container .marquee-track .marquee-group .marquee-item {
  /* Small text overlayed on the bottom */
}
.marquee-container .marquee-track .marquee-group .marquee-item .marquee-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 5px 15px 20px;
  color: #b1fbc6;
  font-family: "Geist", sans-serif;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.33em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@media (min-width: 576px) {
  .marquee-container .marquee-track .marquee-group .marquee-item .marquee-overlay {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .marquee-container .marquee-track .marquee-group .marquee-item .marquee-overlay {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .marquee-container .marquee-track .marquee-group .marquee-item .marquee-overlay {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .marquee-container .marquee-track .marquee-group .marquee-item .marquee-overlay {
    font-size: 12px;
  }
}
.marquee-container .marquee-track .marquee-group .marquee-item .marquee-overlay {
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}

/* Infinite Scroll Animation */
@keyframes scrollMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    /* Translating exactly -50% shifts the track by exactly one full group */
    transform: translateX(-50%);
  }
}
/* Container hides the horizontal overflow */
.marquee-container-simple {
  overflow: hidden;
  width: 100%;
  background-color: #000; /* Optional background color */
  /* The track contains both identical groups side-by-side */
}
.marquee-container-simple .marquee-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scrollMarquee var(--marquee-duration, 25s) linear infinite;
  /* Each group takes up exactly its natural flex width */
}
.marquee-container-simple .marquee-track .marquee-group {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px; /* Spacing between images */
  /* Individual item wrapper */
}
.marquee-container-simple .marquee-track .marquee-group .marquee-item {
  position: relative;
  flex-shrink: 0;
  height: 200px; /* Force identical heights */
  overflow: hidden;
  /* Image handling */
}
.marquee-container-simple .marquee-track .marquee-group .marquee-item img {
  height: 100%;
  width: auto; /* Allow variable widths based on aspect ratio */
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Infinite Scroll Animation */
@keyframes scrollMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    /* Translating exactly -50% shifts the track by exactly one full group */
    transform: translateX(-50%);
  }
}
.campetto-opening-img {
  height: calc(100vh - 90px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.campetto-bottom-info {
  background-color: white;
}
.campetto-bottom-info .content {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

table.campetto-details {
  border-collapse: collapse;
  width: 100%;
  position: relative;
  table-layout: fixed;
}
table.campetto-details th,
table.campetto-details td {
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
  text-align: left;
  vertical-align: baseline;
}
table.campetto-details td.label {
  width: 120px;
  padding-right: 12px;
  font-family: "Geist", sans-serif;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.33em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@media (min-width: 576px) {
  table.campetto-details td.label {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  table.campetto-details td.label {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  table.campetto-details td.label {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  table.campetto-details td.label {
    font-size: 12px;
  }
}
table.campetto-details tr:first-child {
  border-top: 1px solid #ddd;
}
@media (max-width: 575.98px), (min-width: 992px) and (max-width: 1199.98px) {
  table.campetto-details {
    display: block;
    position: relative;
  }
  table.campetto-details tbody {
    display: block;
    width: 100%;
  }
  table.campetto-details tr,
  table.campetto-details td {
    display: block;
    width: 100% !important; /* Ensures they take up the full width */
  }
  table.campetto-details tr {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }
  table.campetto-details td {
    border: none; /* Cleans up default table cell borders */
    padding: 2px 0;
  }
}

#about-carusel {
  width: 100vw;
  overflow: hidden;
}
#about-carusel .content img {
  height: 160px;
}

.container-fluid {
  max-width: 940px;
  max-width: 1100px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 575.98px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}/*# sourceMappingURL=index.css.map */