:root {
   --u-linear-gradient: linear-gradient(90deg, #d0d500 0%, #47aa29 40%, #20a1f5 100%);

   --u-ctp: #1d1d1d;
   --u-cts: #585856;
   --u-c-grey: #f6f6f6;
}

#contactsSidebar {
   display: none;
}

#content.content-wrapper {
   margin-top: 0;
   padding-top: 0;
   overflow: hidden;
}

.fixed-cta-mobile,
.back-top-container {
   display: none !important;
}

h1,
h2,
h3,
h4,
h5,
figure {
   margin: 0;
}

/* Typography */
.u-overtitle {
   display: inline-block;
   text-transform: uppercase;
   font-size: 0.875rem;
   font-weight: 600;
   line-height: 110%;
   letter-spacing: 1px;
   background: var(--u-linear-gradient, #20a1f5);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   @media screen and (min-width: 768px) {
      & {
         font-size: 1rem;
      }
   }
}

.u-type-h2 {
   font-size: 2.5rem;
   font-weight: 600;
   line-height: 120%;
   color: var(--u-ctp);
   @media screen and (min-width: 768px) {
      & {
         font-size: 3.25rem;
      }
   }
   @media screen and (min-width: 1200px) {
      & {
         font-size: 4rem;
      }
   }
}

.u-type-h3 {
   font-size: 1.5rem;
   font-weight: 600;
   line-height: 120%;
   color: var(--u-ctp);
   @media screen and (min-width: 768px) {
      & {
         font-size: 2rem;
      }
   }
   @media screen and (min-width: 1200px) {
      & {
         font-size: 2.5rem;
      }
   }
}

p,
li,
.u-type-wysiwyg p,
.u-type-wysiwyg li {
   margin-bottom: 0;
   font-size: 1rem;
   color: var(--u-cts);
}
.u-type-wysiwyg > p:not(:first-child),
.u-type-wysiwyg > ul:not(:first-child),
.u-type-wysiwyg > ol:not(:first-child) {
   margin-top: 0.5rem;
}
.u-type-wysiwyg b,
.u-type-wysiwyg strong {
   font-weight: 600;
}

/* Components */
.container-section {
   padding-inline: 1.25rem;
   @media screen and (min-width: 576px) {
      & {
         padding-inline: 2rem;
      }
   }
   @media screen and (min-width: 768px) {
      & {
         padding-inline: 3rem;
      }
   }
   @media screen and (min-width: 992px) {
      & {
         padding-inline: 4rem;
         max-width: calc(1440px + 8rem);
         margin-inline: auto;
      }
   }
}

.mb-section {
   margin-bottom: 6.5rem;
   @media screen and (min-width: 768px) {
      & {
         margin-bottom: 8rem;
      }
   }
   @media screen and (min-width: 1200px) {
      & {
         margin-bottom: 12rem;
      }
   }
}

.u-head-centered {
   text-align: center;
   max-width: 62.5rem; /*1000px*/
   margin-inline: auto;
   margin-bottom: 3rem;
   @media screen and (min-width: 768px) {
      & {
         margin-bottom: 3.5rem;
      }
   }
   @media screen and (min-width: 1200px) {
      & {
         margin-bottom: 4rem;
      }
   }
}
.u-head-centered .u-overtitle {
   margin-bottom: 0.75rem;
   @media screen and (min-width: 768px) {
      & {
         margin-bottom: 0.875rem;
      }
   }
   @media screen and (min-width: 1200px) {
      & {
         margin-bottom: 1rem;
      }
   }
}
.u-head-centered .u-type-h2 {
   margin-bottom: 1.5rem;
   @media screen and (min-width: 768px) {
      & {
         margin-bottom: 1.75rem;
      }
   }
   @media screen and (min-width: 1200px) {
      & {
         margin-bottom: 2rem;
      }
   }
}
.u-head-centered .u-type-wysiwyg {
   max-width: 55rem; /*880px*/
   margin-inline: auto;
   text-wrap: pretty;
}

.u-btn {
   text-decoration: none;
   text-transform: uppercase;
   letter-spacing: 0.5px;
   white-space: nowrap;
   display: inline-flex;
   align-items: center;
   gap: 0.5rem;
   padding: 0.75rem 1.5rem;
   font-size: 1rem;
   font-weight: 500;
   line-height: 100%;
   color: var(--u-cts);
   background-color: #fff;
   border: 1px solid rgba(0, 0, 0, 0.03);
   border-radius: 100vh;
   box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.24);
   transition: all 0.2s ease-out;
}
.u-btn svg {
   display: block;
   flex-shrink: 0;
   width: 0.875rem;
   height: 0.875rem;
}
.u-btn svg path {
   fill: currentColor;
   transition: fill 0.2s ease-out;
}
.u-btn:hover {
   color: #898989;
   box-shadow: 0 2px 16px -8px rgba(0, 0, 0, 0.08) inset;
   transform: translateY(1px);
}

.u-btn.u-btn-primary {
   background: var(--u-linear-gradient, #20a1f5);
   color: #fff;
   box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.24), 0 2px 4px 0 rgba(255, 255, 255, 0.32) inset;
   border: 0;
}
.u-btn.u-btn-primary:hover {
   opacity: 0.8;
   box-shadow: 0;
}

.u-fixed-cta {
   position: fixed;
   bottom: 0;
   left: 0;
   right: 0;
   pointer-events: none;
   z-index: 97;
   text-align: right;
   padding: 0.75rem;
   @media screen and (max-width: 767px) {
      & {
         background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 85%);
      }
   }
   @media screen and (min-width: 768px) {
      & {
         padding: 2rem;
      }
   }
   @media screen and (min-width: 1640px) {
      & {
         padding-right: 4rem;
      }
   }
}
.u-fixed-cta .u-btn.u-btn-primary {
   pointer-events: all;
   box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.44), 0 2px 4px 0 rgba(255, 255, 255, 0.32) inset;
   @media screen and (max-width: 440px) {
      & {
         width: 100%;
         justify-content: center;
      }
   }
}
.u-fixed-cta .u-btn.u-btn-primary:hover {
   opacity: 1;
}
#footer {
   position: relative;
   z-index: 98;
}

.u-keys-slider {
   overflow: visible;
   padding-bottom: 3rem;
}
.u-keys-slider .swiper-wrapper .swiper-slide .inner figure {
   aspect-ratio: 1;
   background-color: var(--u-c-grey);
   border-radius: 1.5rem;
   overflow: hidden;
   isolation: isolate;
   @media screen and (min-width: 768px) {
      & {
         border-radius: 2rem;
      }
   }
   @media screen and (min-width: 1200px) {
      & {
         border-radius: 2.5rem;
      }
   }
}
.u-keys-slider .swiper-wrapper .swiper-slide .inner figure img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.u-keys-slider .swiper-wrapper .swiper-slide .inner p {
   padding: 1rem 1rem 0;
   text-align: center;
   color: var(--u-cts);
   font-size: 1rem;
   line-height: 150%;
   text-wrap: pretty;
   @media screen and (min-width: 1200px) {
      & {
         padding-inline: 2rem;
      }
   }
}
.u-keys-slider .swiper-pagination {
   bottom: auto;
   top: 100%;
}
.u-keys-slider .swiper-pagination {
   bottom: 0;
   top: auto;
}
.u-keys-slider .swiper-pagination .swiper-pagination-bullet {
   background-color: var(--u-cts);
   opacity: 0.3;
   margin-inline: 0.3rem;
   border-radius: 0.8rem;
   transition: all 0.2s ease-out;
}
.u-keys-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
   width: 2rem;
}

@media (prefers-reduced-motion: no-preference) {
   .u-keys-slider.inview-observer .swiper-wrapper .swiper-slide .inner figure img {
      opacity: 0;
      transition: opacity 0.3s ease-in, transform 0.4s ease-out;
      transform: translateY(-5%);
   }
   .u-keys-slider.inview-observer.is-inview .swiper-wrapper .swiper-slide:nth-child(1) .inner figure img {
      transition-delay: 0.3s;
   }
   .u-keys-slider.inview-observer.is-inview .swiper-wrapper .swiper-slide:nth-child(2) .inner figure img {
      transition-delay: 0.6s;
   }
   .u-keys-slider.inview-observer.is-inview .swiper-wrapper .swiper-slide:nth-child(3) .inner figure img {
      transition-delay: 0.8s;
   }
   .u-keys-slider.inview-observer.is-inview .swiper-wrapper .swiper-slide:nth-child(4) .inner figure img {
      transition-delay: 1s;
   }
   .u-keys-slider.inview-observer.is-inview .swiper-wrapper .swiper-slide:nth-child(5) .inner figure img {
      transition-delay: 1.2s;
   }
   .u-keys-slider.inview-observer.is-inview .swiper-wrapper .swiper-slide:nth-child(6) .inner figure img {
      transition-delay: 1.4s;
   }
   .u-keys-slider.inview-observer.is-inview .swiper-wrapper .swiper-slide:nth-child(7) .inner figure img {
      transition-delay: 1.6s;
   }
   .u-keys-slider.inview-observer.is-inview .swiper-wrapper .swiper-slide:nth-child(8) .inner figure img {
      transition-delay: 1.8s;
   }
   .u-keys-slider.inview-observer.is-inview .swiper-wrapper .swiper-slide:nth-child(9) .inner figure img {
      transition-delay: 2s;
   }
   .u-keys-slider.inview-observer.is-inview .swiper-wrapper .swiper-slide .inner figure img {
      opacity: 1;
      transform: translateY(0);
   }

   .family-section .family-grid .family-card.inview-observer .head img {
      opacity: 0;
      transform: translateY(5%);
      transition: opacity 0.2s ease-in 0.2s, transform 0.4s ease-out 0.2s;
   }
   .family-section .family-grid .family-card.inview-observer.is-inview .head img {
      opacity: 1;
      transform: translateY(0);
   }
}

/* Hero Section */
.hero-section {
   padding-top: 3.5rem;
   @media screen and (min-width: 1200px) {
      & {
         padding-top: 0;
         background-color: var(--u-c-grey);
      }
   }
}
.hero-section .wrapper {
   display: flex;
   flex-direction: column;
   gap: 3rem;
   @media screen and (min-width: 1200px) {
      & {
         flex-direction: row-reverse;
         align-items: center;
      }
   }
   @media screen and (min-width: 1480px) {
      & {
         gap: 5rem;
      }
   }
}
.hero-section .inner {
   text-align: center;
   @media screen and (min-width: 1200px) {
      & {
         text-align: left;
         min-width: 42%;
      }
   }
}
.hero-section .inner .u-overtitle {
   @media screen and (min-width: 1480px) {
      & {
         font-size: 1.125rem;
         letter-spacing: 3px;
      }
   }
}
.hero-section .inner p {
   max-width: 55rem; /*880px*/
   margin-inline: auto;
   text-wrap: pretty;
   @media screen and (min-width: 1200px) and (min-height: 720px) {
      & {
         font-size: 1.125rem;
      }
   }
}

.hero-section .inner .u-overtitle {
   margin-bottom: 1rem;
   @media screen and (min-width: 768px) {
      & {
         margin-bottom: 1.5rem;
      }
   }
   @media screen and (min-width: 1200px) {
      & {
         margin-bottom: 2rem;
      }
   }
}
.hero-section .inner h1 svg {
   width: auto;
   height: 5.5rem;
   margin-bottom: 1.5rem;
   @media screen and (min-width: 768px) {
      & {
         height: 7.5rem;
         margin-bottom: 2rem;
      }
   }
   @media screen and (min-width: 1200px) {
      & {
         margin-bottom: 2.5rem;
      }
   }
   @media screen and (min-width: 1480px) {
      & {
         height: 8.5rem;
      }
   }
}
.hero-section .inner .logos {
   margin-top: 2rem;
   display: flex;
   flex-direction: column;
   justify-items: center;
   gap: 1.5rem;
   @media screen and (min-width: 768px) {
      & {
         flex-direction: row;
         align-items: center;
         justify-content: center;
         gap: 4rem;
      }
   }
   @media screen and (min-width: 1200px) {
      & {
         margin-top: 3rem;
         justify-content: start;
      }
   }
}
.hero-section .inner .logos img {
   height: auto;
}
.hero-section .inner .logos .logo-sarto {
   max-height: 2.5rem;
   @media screen and (min-width: 768px) {
      & {
         max-height: 3.5rem;
      }
   }
}
.hero-section .inner .logos .logo-collabo {
   max-height: 4.5rem;
   @media screen and (min-width: 1200px) {
      & {
         mix-blend-mode: multiply;
      }
   }
}
.hero-section .hero-img {
   background-color: var(--u-c-grey);
   aspect-ratio: 4 / 3;
   border-radius: 1.5rem;
   overflow: hidden;
   isolation: isolate;
   @media screen and (min-width: 768px) {
      & {
         border-radius: 2rem;
      }
   }
   @media screen and (min-width: 1200px) {
      & {
         border-radius: 0;
         height: calc(100vh - 3.25rem - 4.5rem);
         height: calc(100svh - 3.25rem - 4.5rem);
         margin-left: -4rem;
         overflow: visible;
      }
   }
}
.hero-section .hero-img img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
   @media screen and (min-width: 1200px) {
      & {
         object-position: center right;
      }
   }
}

/* Grid Section */
.grid-section .gridder {
   display: grid;
   grid-template-columns: repeat(1, minmax(0, 1fr));
   gap: 1rem;
   @media screen and (min-width: 1200px) {
      & {
         grid-template-columns: repeat(12, minmax(0, 1fr));
         grid-template-rows: repeat(2, minmax(0, 1fr));
         gap: 1.5rem;
      }
   }
}
.grid-section .gridder figure {
   background-color: var(--u-c-grey);
   aspect-ratio: 4 / 3;
   border-radius: 1.5rem;
   overflow: hidden;
   isolation: isolate;
   @media screen and (min-width: 768px) {
      & {
         border-radius: 2rem;
      }
   }
   @media screen and (min-width: 1200px) {
      & {
         border-radius: 2.5rem;
         grid-column: span 8;
         grid-row: span 2;
         height: 100%;
         width: 100%;
      }
   }
   @media screen and (max-width: 1199px) {
      & {
         order: -1;
      }
   }
}
.grid-section .gridder figure img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.grid-section .gridder .gridder-cell {
   background-color: var(--u-c-grey);
   border-radius: 1.5rem;
   padding: 1.5rem;
   @media screen and (min-width: 768px) {
      & {
         border-radius: 2rem;
         padding: 2rem;
      }
   }
   @media screen and (min-width: 1200px) {
      & {
         border-radius: 2.5rem;
         padding: 2.5rem;
         grid-column: span 4;
         display: flex;
         flex-direction: column;
         justify-content: space-between;
      }
   }
}
.grid-section .gridder .gridder-cell .icon {
   width: 2rem;
   height: 2rem;
   margin-bottom: 2rem;
   @media screen and (min-width: 1480px) {
      & {
         width: 2.5rem;
         height: 2.5rem;
      }
   }
}
.grid-section .gridder .gridder-cell .icon img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: contain;
}
.grid-section .gridder .gridder-cell .inner h3 {
   font-size: 1.25rem;
   font-weight: 600;
   line-height: 150%;
   color: var(--u-ctp);
   margin-top: 0;
   margin-bottom: 0.125rem;
   @media screen and (min-width: 1200px) {
      & {
         font-size: 1.5rem;
         margin-bottom: 0.25rem;
      }
   }
}
.grid-section .gridder .gridder-cell .inner p {
   text-wrap: balance;
}

/* TXT IMG section */
.txtimg-section .gridder {
   display: grid;
   grid-template-columns: repeat(1, minmax(0, 1fr));
   gap: 5rem;
}
.txtimg-section .gridder .txtimg {
   display: flex;
   flex-direction: column;
   gap: 2.5rem;
   @media screen and (min-width: 1200px) {
      & {
         flex-direction: row;
         align-items: center;
         gap: 3rem;
      }
   }
}
.txtimg-section .gridder .txtimg:nth-child(even) {
   @media screen and (min-width: 1200px) {
      & {
         flex-direction: row-reverse;
      }
   }
}
.txtimg-section .gridder .txtimg figure {
   aspect-ratio: 4 / 3;
   overflow: hidden;
   isolation: isolate;
   margin-left: -2.5rem;
   @media screen and (min-width: 768px) {
      & {
         margin-left: -5.5rem;
      }
   }
   @media screen and (min-width: 992px) {
      & {
         margin-inline: auto;
         width: 41.875rem; /* 670px */
      }
   }
   @media screen and (min-width: 1200px) {
      & {
         min-width: 38rem;
         margin-left: 0;
         margin-right: auto;
      }
   }
}
.txtimg-section .gridder .txtimg:nth-child(even) figure {
   margin-left: 0;
   margin-right: -2.5rem;
   @media screen and (min-width: 768px) {
      & {
         margin-right: -5.5rem;
      }
   }
   @media screen and (min-width: 992px) {
      & {
         margin-inline: auto;
      }
   }
   @media screen and (min-width: 1200px) {
      & {
         margin-left: auto;
         margin-right: 0;
      }
   }
}
.txtimg-section .gridder .txtimg figure img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.txtimg-section .gridder .txtimg .inner {
   text-align: center;
   max-width: 33.75rem;
   margin-inline: auto;
   @media screen and (min-width: 1200px) {
      & {
         text-align: left;
      }
   }
}
.txtimg-section .gridder .txtimg .inner .icon {
   display: block;
   width: 2.5rem;
   height: 2.5rem;
   object-fit: contain;
   margin-inline: auto;
   margin-bottom: 1rem;
   @media screen and (min-width: 1200px) {
      & {
         margin-left: 0;
      }
   }
}
.txtimg-section .gridder .txtimg .inner .u-type-h3 {
   margin-bottom: 0.75rem;
   @media screen and (min-width: 1480px) {
      & {
         margin-bottom: 1rem;
      }
   }
}

/* Cert Section */
.cert-section .inner {
   display: grid;
   grid-template-columns: repeat(1, minmax(0, 1fr));
   gap: 3rem;
   @media screen and (min-width: 1200px) {
      & {
         grid-template-columns: repeat(2, minmax(0, 1fr));
         align-items: center;
      }
   }
}
.cert-section .inner .text-content {
   text-align: center;
   max-width: 62.5rem; /*1000px*/
   margin-inline: auto;
   margin-bottom: 3rem;
   @media screen and (min-width: 768px) {
      & {
         margin-bottom: 3.5rem;
      }
   }
   @media screen and (min-width: 1200px) {
      & {
         margin-bottom: 4rem;
         text-align: left;
         max-width: 34rem;
         margin-left: 0;
      }
   }
}
.cert-section .inner .text-content .u-overtitle {
   margin-bottom: 0.75rem;
   @media screen and (min-width: 768px) {
      & {
         margin-bottom: 0.875rem;
      }
   }
   @media screen and (min-width: 1200px) {
      & {
         margin-bottom: 1rem;
      }
   }
}
.cert-section .inner .text-content .u-type-h2 {
   margin-bottom: 1.5rem;
   @media screen and (min-width: 768px) {
      & {
         margin-bottom: 1.75rem;
      }
   }
   @media screen and (min-width: 1200px) {
      & {
         margin-bottom: 2rem;
      }
   }
}
.cert-section .inner .text-content .u-type-wysiwyg {
   max-width: 55rem; /*880px*/
   margin-inline: auto;
   text-wrap: pretty;
}
.cert-section .inner .text-content .btn-wrapper {
   display: flex;
   flex-wrap: wrap;
   gap: 1rem 0.75rem;
   justify-content: center;
   margin-top: 2rem;
   @media screen and (min-width: 1200px) {
      & {
         justify-content: flex-start;
      }
   }
}
.cert-section .inner figure {
   aspect-ratio: 4 / 3.75;
   max-width: 42.5rem;
   margin-inline: auto;
   position: relative;
   @media screen and (min-width: 1480px) {
      & {
         margin-right: 0;
      }
   }
}
.cert-section .inner figure img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: contain;
}
.cert-section .inner figure .badge {
   position: absolute;
   top: 7%;
   left: 3%;
   padding: 1px;
   background: var(--u-linear-gradient);
   border-radius: 0.8rem;
   box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.12);
   @media screen and (min-width: 768px) {
      & {
         border-radius: 1.1rem;
         padding: 1.5px;
      }
   }
   @media screen and (min-width: 1480px) {
      & {
         top: 15%;
         left: 0%;
         transform: translateX(-50%);
      }
   }
}
.cert-section .inner figure .badge .badge-bg {
   background-color: #fff;
   text-align: center;
   padding: 0.75rem;
   border-radius: 0.75rem;
   @media screen and (min-width: 768px) {
      & {
         border-radius: 1rem;
         padding: 1rem;
      }
   }
}
.cert-section .inner figure .badge .badge-bg .cert-badge {
   max-width: 3rem;
   @media screen and (min-width: 768px) {
      & {
         max-width: 4rem;
      }
   }
   @media screen and (min-width: 1480px) {
      & {
         margin-inline: auto;
         margin-bottom: 0.75rem;
      }
   }
}
.cert-section .inner figure .badge .badge-bg p {
   display: none;
   max-width: 8.75rem;
   text-align: center;
   font-size: 0.75rem;
   color: var(--u-cts);
   line-height: 130%;
   font-weight: 400;
   white-space: normal;
   @media screen and (min-width: 1480px) {
      & {
         display: block;
      }
   }
}

/* Details section */
.det-section .componenti-wrapper {
   position: relative;
   margin-inline: -1.5rem;
   overflow-x: auto;
   @media screen and (min-width: 768px) {
      & {
         margin-inline: -3rem;
      }
   }
   @media screen and (min-width: 1200px) {
      & {
         margin-inline: 0;
      }
   }
}
.det-section .componenti-wrapper svg {
   display: block;
   height: auto;
   max-width: 200vw;
   max-height: 50rem;
   @media screen and (min-width: 410px) {
      & {
         max-width: 180vw;
      }
   }
   @media screen and (min-width: 576px) {
      & {
         max-width: 100%;
         margin-inline: auto;
      }
   }
   @media screen and (min-width: 1200px) {
      & {
         max-width: 60rem;
         max-height: 60rem;
      }
   }
}
.det-section .componenti-wrapper svg .dialog-trigger {
   cursor: pointer;
   pointer-events: bounding-box;
   transition: opacity 0.2s ease-out;
}
.det-section .componenti-wrapper svg .dialog-trigger:hover {
   opacity: 0.6;
}

.det-section .componenti-wrapper .cta-fader {
   position: absolute;
   left: 0;
   bottom: 0;
   background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
   height: 5rem;
   width: 200vw;
   display: flex;
   justify-content: center;
   align-items: flex-end;
   padding-bottom: 0.125rem;
   @media screen and (min-width: 410px) {
      & {
         width: 180vw;
      }
   }
   @media screen and (min-width: 576px) {
      & {
         width: 100%;
      }
   }
}
.det-section .componenti-wrapper .cta-fader .u-btn {
   @media screen and (max-width: 577px) {
      & {
         display: none;
      }
   }
}

.det-section .dets {
   margin-top: 3.5rem;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 2rem;
   @media screen and (min-width: 576px) {
      & {
         gap: 3.5rem;
         max-width: 75rem;
         margin-inline: auto;
      }
   }
}
.det-section .dets .certificate {
   flex-basis: calc(50% - 2rem);
   @media screen and (min-width: 576px) {
      & {
         flex-basis: calc(50% - 3.5rem);
      }
   }
   @media screen and (min-width: 768px) {
      & {
         flex-basis: calc(33.33% - (3.5rem * 2));
      }
   }
   @media screen and (min-width: 1200px) {
      & {
         flex-basis: calc(20% - 3.5rem);
      }
   }
}
.det-section .dets figure {
   aspect-ratio: 10 / 8;
   max-width: 4rem;
   margin-inline: auto;
   margin-bottom: 0.5rem;
   @media screen and (min-width: 576px) {
      & {
         max-width: 5rem;
      }
   }
}
.det-section .dets figure img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: contain;
}
.det-section .dets p {
   text-align: center;
   font-size: 0.875rem;
   text-wrap: balance;
}
.dets-btn-wrapper {
   text-align: center;
   margin-top: 3.5rem;
   @media screen and (min-width: 1200px) {
      & {
         margin-top: 4.5rem;
      }
   }
}

/* Dialog */
body.dialog-open {
   overflow: hidden;
   height: 100%;
}
.componente-content-to-append {
   display: none;
}

#global-dialog {
   all: unset;
   opacity: 0;
   pointer-events: none;
   cursor: pointer;
   transition: opacity 0.2s ease-in-out;
   overflow-y: auto;
   overflow-x: clip;
   overscroll-behavior-y: contain;
   position: fixed;
   inset: 0;
   z-index: 1001;
   background-color: rgba(0, 0, 0, 0.82);
   backdrop-filter: blur(16px) saturate(0.5);
   padding-inline: 1rem;
}

#global-dialog.is-open {
   opacity: 1;
   pointer-events: all;
}

#global-dialog.is-open article {
   transform: translateY(0);
}

#global-dialog-closer {
   appearance: none;
   cursor: pointer;
   background-color: transparent;
   padding: 0;
   border: 0;
   display: block;
   margin-left: auto;
   position: sticky;
   z-index: 10;
   top: 1.5rem;
}

#global-dialog-closer svg {
   display: block;
   width: 2rem;
   height: 2rem;
   transform: rotate(45deg);
   transition: transform 0.4s cubic-bezier(0.15, 0.1, 0.15, 1.25);
}

#global-dialog-closer:hover svg {
   transform: rotate(135deg);
}

#global-dialog article {
   cursor: auto;
   min-height: calc(100vh - (4rem * 2));
   min-height: calc(100svh - (4rem * 2));
   background-color: #fff;
   margin-block: 4rem;
   padding-top: 1rem;
   padding-inline: 1rem;
   padding-bottom: 2rem;
   transform: translateY(1rem);
   transition: transform 0.3s ease-out;
   max-width: 45rem;
   margin-inline: auto;
   border-radius: 1.5rem;
   @media screen and (min-width: 768px) {
      & {
         border-radius: 2rem;
      }
   }
}

#global-dialog article .componente-content-to-append {
   display: block;
   padding: 1rem 0.5rem;
   @media screen and (min-width: 576px) {
      & {
         padding-inline: 2rem;
      }
   }
}
#global-dialog article .componente-content-to-append .u-type-h3 {
   margin-bottom: 0.75rem;
   @media screen and (min-width: 1480px) {
      & {
         margin-bottom: 1rem;
      }
   }
}

/* Family section */
.family-section .family-grid {
   display: grid;
   grid-template-columns: repeat(1, minmax(0, 1fr));
   gap: 3rem;
   @media screen and (min-width: 768px) {
      & {
         gap: 8rem;
         margin-top: 6rem;
      }
   }
}
.family-section .family-grid .family-card {
   background-color: var(--u-c-grey);
   border-radius: 1.5rem;
   padding: 0 1.25rem 2rem;
   display: flex;
   flex-direction: column;
   gap: 2.5rem;
   @media screen and (min-width: 440px) {
      & {
         padding-inline: 2rem;
         padding-bottom: 3rem;
      }
   }
   @media screen and (min-width: 768px) {
      & {
         flex-direction: row;
         padding: 4rem 4rem 4rem 0;
         align-items: center;
         border-radius: 2rem;
      }
   }
   @media screen and (min-width: 1200px) {
      & {
         border-radius: 2.5rem;
         max-height: 33.75rem;
      }
   }
}
.family-section .family-grid .family-card .head {
   margin-top: -1.5rem;
   @media screen and (max-width: 396px) {
      & {
         margin-inline: -1.5rem;
      }
   }
   @media screen and (min-width: 768px) {
      & {
         margin-block: -6rem;
         margin-right: -4rem;
         pointer-events: none;
         flex-shrink: 0;
         width: 60%;
      }
   }
}
.family-section .family-grid .family-card .head img {
   display: block;
   max-width: 100%;
   @media screen and (min-width: 768px) {
      & {
         height: 100%;
         object-fit: contain;
      }
   }
}
.family-section .family-grid .family-card .text {
   text-align: center;
   max-width: 33.75rem;
   margin-inline: auto;
   @media screen and (min-width: 768px) {
      & {
         text-align: left;
      }
   }
}
.family-section .family-grid .family-card .text .u-overtitle {
   margin-bottom: 0.75rem;
   @media screen and (min-width: 1480px) {
      & {
         margin-bottom: 1.25rem;
      }
   }
}
.family-section .family-grid .family-card .text .family-logo {
   display: block;
   height: 3.5rem;
   margin-bottom: 1.5rem;
   margin-inline: auto;
   @media screen and (min-width: 768px) {
      & {
         margin-left: 0;
      }
   }
   @media screen and (min-width: 1480px) {
      & {
         height: 4.5rem;
      }
   }
}
.family-section .family-grid .family-card .text .btn-wrapper {
   display: flex;
   flex-wrap: wrap;
   gap: 1rem 0.75rem;
   justify-content: center;
   margin-top: 2.5rem;
   @media screen and (min-width: 768px) {
      & {
         justify-content: flex-start;
      }
   }
}
.family-section .family-grid .family-card.family-card-gradient {
   background: var(--u-linear-gradient);
   color: #fff;
}
.family-section .family-grid .family-card.family-card-gradient .text .u-overtitle {
   color: #fff;
   -webkit-text-fill-color: #fff;
}
.family-section .family-grid .family-card.family-card-gradient .text .u-type-wysiwyg p,
.family-section .family-grid .family-card.family-card-gradient .text .u-type-wysiwyg b,
.family-section .family-grid .family-card.family-card-gradient .text .u-type-wysiwyg strong {
   color: #fff;
}
