@charset "UTF-8";
@font-face {
  font-family: 'Space Grotesk';
  src: url(/fonts/SpaceGrotesk-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Space Grotesk';
  src: url(/fonts/SpaceGrotesk-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* line 1, app/assets/stylesheets/components/_animations.scss */
.animated-underline, .cta-mono {
  position: relative;
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/components/_animations.scss */
.animated-underline::after, .cta-mono::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #0BDE0B;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.3s ease-out;
}

/* line 19, app/assets/stylesheets/components/_animations.scss */
.text-green.animated-underline::after, .text-green.cta-mono::after {
  background-color: #0BDE0B;
}

/* line 23, app/assets/stylesheets/components/_animations.scss */
.animated-underline:hover::after, .cta-mono:hover::after,
.animated-underline.is-active::after,
.is-active.cta-mono::after,
.animated-underline.menu-active::after,
.menu-active.cta-mono::after {
  transform: scaleX(1);
}

@media (max-width: 1100px) {
  /* line 30, app/assets/stylesheets/components/_animations.scss */
  .animated-underline:hover::after, .cta-mono:hover::after,
.animated-underline.menu-active:after,
.menu-active.cta-mono:after {
    transform: scaleX(0);
  }
}

/* line 37, app/assets/stylesheets/components/_animations.scss */
.animated-underline:not(:hover)::after, .cta-mono:not(:hover)::after {
  transition: transform 0.3s ease-in;
  transform-origin: right;
}

@media (max-width: 576px) {
  /* line 43, app/assets/stylesheets/components/_animations.scss */
  .animated-underline::after, .cta-mono::after {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/components/_buttons.scss */
.button {
  transition: all 0.2s ease;
}

/* line 4, app/assets/stylesheets/components/_buttons.scss */
.button:hover {
  transform: translatey(-3px) !important;
  box-shadow: 0px 8px 8px -10px #000000, 4px 5px 9px -2px rgba(0, 0, 0, 0);
}

/* line 9, app/assets/stylesheets/components/_commons.scss */
.no-scroll, .noscroll {
  touch-action: none;
}

/* line 11, app/assets/stylesheets/components/_commons.scss */
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

@media (max-width: 768px) {
  /* line 17, app/assets/stylesheets/components/_commons.scss */
  a[href^="tel:"] {
    text-decoration: underline;
    pointer-events: unset;
  }
  /* line 21, app/assets/stylesheets/components/_commons.scss */
  a[href^="tel:"]:after {
    content: ' ↗';
  }
}

/* line 26, app/assets/stylesheets/components/_commons.scss */
.fade-in-left {
  opacity: 0;
  transform: translateX(-1rem);
}

/* line 31, app/assets/stylesheets/components/_commons.scss */
.embedded-video iframe {
  width: 100%;
  height: unset;
  aspect-ratio: 4/3;
}

/* line 38, app/assets/stylesheets/components/_commons.scss */
.filtered-image {
  position: relative;
  display: inline-block;
}

/* line 43, app/assets/stylesheets/components/_commons.scss */
.filtered-image img {
  display: block;
  filter: sepia(100%) saturate(0%) brightness(100%) contrast(100%);
  opacity: 0.7g;
}

/* line 49, app/assets/stylesheets/components/_commons.scss */
.filtered-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 70, 90, 0.5);
  mix-blend-mode: overlay;
}

/* line 60, app/assets/stylesheets/components/_commons.scss */
.text-shadow {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

/* line 65, app/assets/stylesheets/components/_commons.scss */
.course-description ul {
  margin-top: -0.8rem;
  margin-bottom: 1rem;
}

/* line 69, app/assets/stylesheets/components/_commons.scss */
.course-description p, .course-description ul, .course-description ol {
  font-size: 0.8rem !important;
}

/* line 74, app/assets/stylesheets/components/_commons.scss */
.form-checkbox:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

/* line 1, app/assets/stylesheets/components/_gallery.scss */
.image-gallery {
  padding-bottom: 2rem;
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/components/_gallery.scss */
.swiper-slide {
  width: auto;
}

/* line 11, app/assets/stylesheets/components/_gallery.scss */
.image-wrapper {
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}

/* line 17, app/assets/stylesheets/components/_gallery.scss */
.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 23, app/assets/stylesheets/components/_gallery.scss */
.gallery-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
}

/* line 32, app/assets/stylesheets/components/_gallery.scss */
.gallery-pagination .swiper-pagination-bullet {
  flex: 1 0 auto;
  height: 0.2rem;
  background-color: #ccc;
  border-radius: 0 !important;
  opacity: 0.7;
  cursor: pointer;
  margin: 0 !important;
}

/* line 42, app/assets/stylesheets/components/_gallery.scss */
.gallery-pagination .swiper-pagination-bullet-active {
  background-color: #0BDE0B;
  opacity: 1;
  height: 0.6rem;
  pointer-events: none;
}

/* line 47, app/assets/stylesheets/components/_gallery.scss */
.gallery-pagination .swiper-pagination-bullet-active:hover {
  opacity: 1;
}

/* Responsive adjustments */
/* line 1, app/assets/stylesheets/components/_header.scss */
.header {
  position: fixed;
  top: 1rem;
  left: 0;
  width: 100%;
  z-index: 50;
  line-height: 1;
}

/* line 10, app/assets/stylesheets/components/_header.scss */
.header_logo {
  width: 250px;
  flex-shrink: 0;
}

/* line 13, app/assets/stylesheets/components/_header.scss */
.header_logo img {
  width: 100%;
}

/* line 17, app/assets/stylesheets/components/_header.scss */
.header_container {
  overflow: hidden;
  position: relative;
}

/* line 21, app/assets/stylesheets/components/_header.scss */
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* line 27, app/assets/stylesheets/components/_header.scss */
.header_inner_nav, .header_inner_utils {
  flex: 1 auto;
  max-width: 700px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 33, app/assets/stylesheets/components/_header.scss */
.header_inner_nav a, .header_inner_utils a {
  white-space: nowrap;
  cursor: pointer;
}

/* line 38, app/assets/stylesheets/components/_header.scss */
.header_inner_utils {
  flex: 0 auto;
  margin-left: 0;
}

/* line 44, app/assets/stylesheets/components/_header.scss */
.header_inner_hamburger {
  display: none;
  z-index: 10;
}

/* line 47, app/assets/stylesheets/components/_header.scss */
.header_inner_hamburger .icon-menu-open {
  display: block;
}

/* line 48, app/assets/stylesheets/components/_header.scss */
.header_inner_hamburger .icon-menu-close {
  display: none;
}

/* line 50, app/assets/stylesheets/components/_header.scss */
.header_inner_hamburger.is-active .icon-menu-open {
  display: none;
}

/* line 51, app/assets/stylesheets/components/_header.scss */
.header_inner_hamburger.is-active .icon-menu-close {
  display: block;
}

@media (max-width: 1100px) {
  /* line 58, app/assets/stylesheets/components/_header.scss */
  .header_logo {
    width: 50%;
    max-width: 240px;
    min-width: 180px;
    height: unset;
    flex-shrink: unset;
    display: block;
  }
  /* line 65, app/assets/stylesheets/components/_header.scss */
  .header_logo img {
    width: 100%;
    height: unset;
  }
  /* line 70, app/assets/stylesheets/components/_header.scss */
  .header_inner {
    display: block;
    position: relative;
  }
  /* line 74, app/assets/stylesheets/components/_header.scss */
  .header_inner_nav,
.header_inner_utils {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 0;
    overflow: hidden;
    margin: 0;
    transition: all 0.3s ease;
  }
  /* line 84, app/assets/stylesheets/components/_header.scss */
  .header_inner_nav a,
.header_inner_utils a {
    transform: translateX(-30px);
    opacity: 0;
    margin: 0.5rem 0;
  }
  /* line 94, app/assets/stylesheets/components/_header.scss */
  .header_inner.is-active .header_inner_nav,
.header_inner.is-active .header_inner_utils {
    height: auto;
  }
  /* line 98, app/assets/stylesheets/components/_header.scss */
  .header_inner.is-active .header_inner_nav {
    padding-top: 3rem;
  }
  /* line 101, app/assets/stylesheets/components/_header.scss */
  .header_inner.is-active .header_inner_utils {
    margin-top: 3rem;
  }
  /* line 106, app/assets/stylesheets/components/_header.scss */
  .header_inner_hamburger {
    display: block;
    position: absolute;
    top: -2px;
    right: 1rem;
  }
  /* line 112, app/assets/stylesheets/components/_header.scss */
  .header_submenu {
    position: absolute;
    top: 0;
    right: -100%;
    margin-top: 0;
    background: #E1FFAF;
    height: 100%;
    overflow-y: scroll;
    box-shadow: 2px 2px 4px 0 rgba(0, 70, 90, 0.4), 2px 6px 10px 0 rgba(0, 70, 90, 0.4);
    width: calc(100% - 1rem);
  }
  /* line 123, app/assets/stylesheets/components/_header.scss */
  .header_submenu_image {
    display: none;
  }
}

@media (max-width: 400px) {
  /* line 132, app/assets/stylesheets/components/_header.scss */
  .header_inner_nav a {
    font-size: 6vw;
  }
}

/* line 1, app/assets/stylesheets/components/_hero.scss */
.hero-none, .hero-main {
  margin-top: 6.5rem;
  min-height: 500px;
}

@media (max-width: 1100px) {
  /* line 1, app/assets/stylesheets/components/_hero.scss */
  .hero-none, .hero-main {
    margin-top: 5.25rem;
  }
}

@media (max-width: 768px) {
  /* line 1, app/assets/stylesheets/components/_hero.scss */
  .hero-none, .hero-main {
    min-height: unset;
  }
}

/* line 12, app/assets/stylesheets/components/_hero.scss */
.hero-none {
  min-height: unset;
  padding-top: 0.5rem;
  margin-top: 6rem;
}

/* line 18, app/assets/stylesheets/components/_hero.scss */
.hero-main {
  height: calc(70svh - 3rem);
}

@media (max-width: 768px) {
  /* line 18, app/assets/stylesheets/components/_hero.scss */
  .hero-main {
    height: unset;
    aspect-ratio: 1;
  }
}

/* line 1, app/assets/stylesheets/components/_layout.scss */
.main-container, .med-container, .small-container, .mini-container {
  max-width: 1600px;
  width: calc(100% - 4rem);
  margin: 0 auto;
}

/* line 7, app/assets/stylesheets/components/_layout.scss */
.med-container {
  max-width: 1200px;
}

/* line 11, app/assets/stylesheets/components/_layout.scss */
.small-container {
  max-width: 950px;
}

/* line 15, app/assets/stylesheets/components/_layout.scss */
.mini-container {
  max-width: 768px;
}

@media (max-width: 1100px) {
  width: calc(100% - 2rem);
}

@media (max-width: 576px) {
  /* line 24, app/assets/stylesheets/components/_layout.scss */
  .main-container, .med-container, .small-container, .mini-container {
    width: calc(100% - 1.5rem);
  }
}

/* line 2, app/assets/stylesheets/components/_slider.scss */
.images-slider.swiper {
  width: 100%;
  height: 100% !important;
}

/* line 7, app/assets/stylesheets/components/_slider.scss */
.images-slider.swiper .swiper-slide {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 15, app/assets/stylesheets/components/_slider.scss */
.images-slider.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@layer components {
  /* line 2, app/assets/stylesheets/components/form.css */
  span.radio {
    @apply flex items-start space-x-2;
  }
  /* line 5, app/assets/stylesheets/components/form.css */
  span.radio,
.check_boxes span.checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 0.5rem;
    line-height: 1.2;
  }
  /* line 14, app/assets/stylesheets/components/form.css */
  span.radio input,
.check_boxes span.checkbox input {
    margin: 2px 0.5rem 0 0 !important;
    vertical-align: sub !important;
  }
  /* line 20, app/assets/stylesheets/components/form.css */
  label {
    font-family: "Space Grotesk" !important;
    text-transform: uppercase;
    font-feature-settings: "ss04";
  }
  /* line 26, app/assets/stylesheets/components/form.css */
  form .title {
    margin-bottom: 1rem !important;
  }
  /* line 30, app/assets/stylesheets/components/form.css */
  form .site-block {
    padding: 2rem !important;
    margin: 2rem;
  }
  @media (max-width: 768px) {
    /* line 36, app/assets/stylesheets/components/form.css */
    form .site-block {
      padding: 2rem 1rem !important;
      margin: 0rem;
    }
  }
  /* line 42, app/assets/stylesheets/components/form.css */
  form .text-editor {
    @apply mb-4 last:mb-0;
    font-size: 0.9rem !important;
  }
  /* Validazione indirizzi Google Places */
  /* line 48, app/assets/stylesheets/components/form.css */
  .address-invalid {
    border-color: #ef4444 !important;
    /* red-500 */
    border-width: 2px !important;
  }
  /* line 53, app/assets/stylesheets/components/form.css */
  .address-valid {
    border-color: #22c55e !important;
    /* green-500 */
    border-width: 2px !important;
  }
  /* line 58, app/assets/stylesheets/components/form.css */
  .address-warning {
    border-color: #f59e0b !important;
    /* amber-500 */
    border-width: 2px !important;
  }
  /* line 63, app/assets/stylesheets/components/form.css */
  .address-error-message,
.address-validation-message {
    color: #dc2626;
    /* red-600 */
    font-size: 0.75rem;
    /* 12px - più piccolo */
    margin-top: 0.25rem;
    display: block;
    font-weight: 500;
  }
  /* line 72, app/assets/stylesheets/components/form.css */
  .address-success-message {
    color: #16a34a;
    /* green-600 */
    font-size: 0.75rem;
    /* 12px - più piccolo */
    margin-top: 0.25rem;
    display: block;
    font-weight: 500;
  }
  /* line 80, app/assets/stylesheets/components/form.css */
  .address-warning-message {
    color: #d97706;
    /* amber-600 */
    font-size: 0.75rem;
    /* 12px - più piccolo */
    margin-top: 0.25rem;
    display: block;
    font-weight: 500;
  }
}
