/* /Components/Shared/Accordion/Accordion.razor.rz.scp.css */
/*$font-size-base: 1rem;*/
.accordion[b-kzdlzlcv47] {
  display: flex;
  flex-direction: column;
  width: 100%;
}
/* /Components/Shared/Accordion/AccordionItem.razor.rz.scp.css */
/*$font-size-base: 1rem;*/
.accordion-item[b-98jhclojkw] {
  position: relative;
  border-top: 1px solid rgba(221, 227, 232, 0.15);
  transition: background-color 400ms ease;
  background-color: rgba(10, 21, 27, 0.3);
  /* quadratini inferiori solo per last-child */
}
.accordion-item[b-98jhclojkw]::before, .accordion-item[b-98jhclojkw]::after {
  content: "";
  position: absolute;
  width: clamp(5px, 1vw, 7px);
  height: clamp(5px, 1vw, 7px);
  background-color: white;
  top: 0;
  transform: translate(0, -50%);
  z-index: 1;
}
.accordion-item[b-98jhclojkw]::before {
  left: 0;
  transform: translate(-50%, -50%);
}
.accordion-item[b-98jhclojkw]::after {
  right: 0;
  transform: translate(50%, -50%);
}
.accordion-item:last-child[b-98jhclojkw] {
  border-bottom: 1px solid rgba(221, 227, 232, 0.15);
}
.accordion-item:last-child .dots-bottom[b-98jhclojkw] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 14px;
  pointer-events: none;
}
.accordion-item:last-child .dots-bottom[b-98jhclojkw]::before, .accordion-item:last-child .dots-bottom[b-98jhclojkw]::after {
  content: "";
  position: absolute;
  width: clamp(5px, 1vw, 7px);
  height: clamp(5px, 1vw, 7px);
  background-color: white;
  bottom: 0;
  z-index: 10;
}
.accordion-item:last-child .dots-bottom[b-98jhclojkw]::before {
  left: 0;
  transform: translate(-50%, 50%);
}
.accordion-item:last-child .dots-bottom[b-98jhclojkw]::after {
  right: 0;
  transform: translate(50%, 50%);
}
.accordion-item .item-header[b-98jhclojkw] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 40px;
  cursor: pointer;
  user-select: none;
}
@media (max-width: 767px) {
  .accordion-item .item-header[b-98jhclojkw] {
    padding: 20px 20px;
  }
}
.accordion-item .header-text[b-98jhclojkw] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.accordion-item .item-subtitle[b-98jhclojkw] {
  font-size: clamp(13px, 1.2vw, 20px);
  color: #617a87;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.accordion-item .item-title[b-98jhclojkw] {
  font-size: clamp(32px, 3.5vw, 60px);
  color: #dde3e8;
  letter-spacing: 0.05em;
  font-weight: 300;
  line-height: 1;
}
.accordion-item .toggle-button[b-98jhclojkw] {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: 0.45;
  transition: opacity 300ms ease;
  position: relative;
}
.accordion-item .icon-plus[b-98jhclojkw] {
  width: 77px;
  height: 77px;
  display: block;
  opacity: 1;
  transition: opacity 300ms ease;
}
.accordion-item .icon-close[b-98jhclojkw] {
  width: 77px;
  height: 77px;
  display: block;
  opacity: 0;
  position: absolute;
  transition: opacity 300ms ease;
}
.accordion-item .item-body[b-98jhclojkw] {
  height: 0;
  overflow: hidden;
  transition: height 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion-item .body-content[b-98jhclojkw] {
  padding: 0 40px 48px;
}
@media (max-width: 767px) {
  .accordion-item .body-content[b-98jhclojkw] {
    padding: 0 20px 32px;
  }
}
.accordion-item .item-description[b-98jhclojkw] {
  font-size: clamp(16px, 1.6vw, 22px);
  color: #b1bdc8;
  line-height: 1.25em;
  margin: 0 0 40px;
}
.accordion-item .item-columns[b-98jhclojkw] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 60px;
}
@media (max-width: 767px) {
  .accordion-item .item-columns[b-98jhclojkw] {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.accordion-item .column-label[b-98jhclojkw] {
  display: block;
  font-size: clamp(16px, 1vw, 18px);
  color: #dde3e8;
  letter-spacing: 0.14em;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.accordion-item .ideal-list[b-98jhclojkw] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accordion-item .ideal-list li[b-98jhclojkw] {
  font-size: clamp(16px, 1vw, 18px);
  color: #617a87;
  line-height: 1.5em;
  text-transform: uppercase;
}
.accordion-item .tools-text[b-98jhclojkw] {
  font-size: clamp(16px, 1vw, 18px);
  color: #617a87;
  line-height: 1.5em;
  text-transform: uppercase;
  margin: 0;
}
.accordion-item .tool-item[b-98jhclojkw] {
  display: inline-block;
  white-space: nowrap;
}
.accordion-item .separator[b-98jhclojkw] {
  opacity: 0.5;
  margin: 0 5px;
}
.accordion-item.open[b-98jhclojkw] {
  /*background-color: rgba($h1-color, 0.04);*/
  background-color: rgba(10, 21, 27, 0.9);
}
.accordion-item.open .toggle-button[b-98jhclojkw] {
  opacity: 0.75;
}
.accordion-item.open .icon-plus[b-98jhclojkw] {
  opacity: 0;
}
.accordion-item.open .icon-close[b-98jhclojkw] {
  opacity: 1;
}
/* /Components/Shared/Accordion/AccordionSection.razor.rz.scp.css */
/*$font-size-base: 1rem;*/
.section-spacer[b-fxskkowu67] {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: var(--module);
}
@media (max-width: 767px) {
  .section-spacer[b-fxskkowu67] {
    min-height: 80px;
  }
}

.section-title[b-fxskkowu67] {
  color: #617a87;
  font-size: clamp(20px, 5vw, 38px);
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 80px auto;
  display: block;
}
.section-title[b-fxskkowu67]  .title-highlight {
  color: #dde3e8;
  font-weight: 500;
}
/* /Components/Shared/BorderedContainer.razor.rz.scp.css */
.bordered-container[b-brfvx2f6sy] {
  background-color: rgba(15, 28, 33, 0.5);
  position: relative;
  min-height: 20.8333333333%;
  border: 1px solid rgba(97, 122, 135, 0.2);
  padding: 4%;
  font-size: clamp(14px, 2vw, 22px);
  line-height: 1.2em;
  color: #b1bdc8;
  /* Dot ai 4 vertici del bordo */
}
.bordered-container[b-brfvx2f6sy]::before, .bordered-container[b-brfvx2f6sy]::after {
  content: "";
  position: absolute;
  left: calc(clamp(7px, 1vw, 7px) / -2);
  right: calc(clamp(7px, 1vw, 7px) / -2);
  height: clamp(7px, 1vw, 7px);
  background: linear-gradient(white, white) left/clamp(7px, 1vw, 7px) 100% no-repeat, linear-gradient(white, white) right/clamp(7px, 1vw, 7px) 100% no-repeat;
}
.bordered-container[b-brfvx2f6sy]::before {
  top: 0;
  transform: translateY(-50%);
}
.bordered-container[b-brfvx2f6sy]::after {
  bottom: 0;
  transform: translateY(50%);
}

/*# sourceMappingURL=BorderedContainer.razor.css.map */
/* /Components/Shared/BrandGallery.razor.rz.scp.css */
/*$font-size-base: 1rem;*/
.brand-gallery[b-bkfsspvltv] {
  --gallery-transition-duration: 800ms;
  --gallery-bg-color: rgba(97, 122, 135, 0.5);
  --gallery-gap: 1px;
  --gallery-img-width: 540px;
  --gallery-img-height: 674px;
  position: relative;
  width: 100vw;
  margin-left: calc(-54vw + 50%);
  overflow: hidden;
  background: var(--gallery-bg-color);
  padding: var(--gallery-gap) 0;
}
.brand-gallery .gallery-skeleton[b-bkfsspvltv] {
  width: 100%;
  height: calc(var(--gallery-img-height) + 2 * var(--gallery-gap));
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-gallery .gallery-skeleton .skeleton-border[b-bkfsspvltv] {
  width: var(--gallery-img-width);
  height: var(--gallery-img-height);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-gallery .gallery-skeleton .skeleton-spinner[b-bkfsspvltv] {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-top-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  animation: spin-b-bkfsspvltv 1s linear infinite;
}
@keyframes spin-b-bkfsspvltv {
  to {
    transform: rotate(360deg);
  }
}
.brand-gallery .gallery-track-container[b-bkfsspvltv] {
  width: 100%;
  overflow: hidden;
  cursor: grab;
}
.brand-gallery .gallery-track-container:active[b-bkfsspvltv] {
  cursor: grabbing;
}
.brand-gallery .gallery-track[b-bkfsspvltv] {
  display: flex;
  gap: var(--gallery-gap);
  transition: transform var(--gallery-transition-duration) ease-out;
  will-change: transform;
}
.brand-gallery .gallery-item[b-bkfsspvltv] {
  flex-shrink: 0;
  width: var(--gallery-img-width);
  height: auto;
  aspect-ratio: 540/674;
  overflow: hidden;
  display: block;
  position: relative;
}
.brand-gallery .gallery-item img[b-bkfsspvltv] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.brand-gallery .gallery-item:hover img[b-bkfsspvltv] {
  transform: scale(1.03);
}
.brand-gallery .gallery-nav[b-bkfsspvltv] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
}
.brand-gallery .gallery-nav img[b-bkfsspvltv] {
  width: 80px;
  height: 80px;
  opacity: 0.75;
  transition: opacity 0.3s ease;
  filter: drop-shadow(0 4px 4px rgb(0, 0, 0));
}
.brand-gallery .gallery-nav:hover img[b-bkfsspvltv] {
  opacity: 1;
}
.brand-gallery .gallery-nav--prev[b-bkfsspvltv] {
  left: 20px;
}
.brand-gallery .gallery-nav--next[b-bkfsspvltv] {
  right: 20px;
}
@media (max-width: 767px) {
  .brand-gallery .gallery-nav[b-bkfsspvltv] {
    display: none;
  }
}
.brand-gallery:hover .gallery-nav[b-bkfsspvltv] {
  opacity: 1;
}
.brand-gallery .gallery-swipe-hint[b-bkfsspvltv] {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  background: transparent;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 20;
}
.brand-gallery .gallery-swipe-hint img[b-bkfsspvltv] {
  width: 100px;
  height: 100px;
  filter: drop-shadow(0 4px 4px rgb(0, 0, 0));
}
.brand-gallery .gallery-swipe-hint.show[b-bkfsspvltv] {
  opacity: 1;
}
@media (max-width: 767px) {
  .brand-gallery .gallery-swipe-hint[b-bkfsspvltv] {
    display: flex;
  }
}
@media (max-width: 767px) {
  .brand-gallery[b-bkfsspvltv] {
    margin-left: 0;
  }
  .brand-gallery .gallery-track[b-bkfsspvltv] {
    justify-content: flex-start;
  }
  .brand-gallery .gallery-item[b-bkfsspvltv] {
    width: 80vw;
    max-width: var(--gallery-img-width);
    height: auto;
    aspect-ratio: 540/674;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-gallery .gallery-item[b-bkfsspvltv] {
    width: 55vw;
    max-width: 360px;
    height: auto;
    aspect-ratio: 540/674;
  }
  .brand-gallery .gallery-nav[b-bkfsspvltv] {
    width: 70px;
    height: 70px;
  }
  .brand-gallery .gallery-nav img[b-bkfsspvltv] {
    width: 32px;
    height: 32px;
  }
  .brand-gallery .gallery-swipe-hint[b-bkfsspvltv] {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .brand-gallery[b-bkfsspvltv] {
    margin-left: 0;
  }
  .brand-gallery .gallery-item[b-bkfsspvltv] {
    width: 60vw;
    max-width: 360px;
  }
  .brand-gallery .gallery-nav[b-bkfsspvltv] {
    display: none;
  }
  .brand-gallery .gallery-swipe-hint[b-bkfsspvltv] {
    display: flex;
  }
}
/* /Components/Shared/CTAButton.razor.rz.scp.css */
/*$font-size-base: 1rem;*/
.cta-button[b-wscjiixzj9] {
  appearance: none;
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  font-family: "Khand", sans-serif;
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #dde3e8;
  background-color: rgba(97, 122, 135, 0.15);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cta-button[b-wscjiixzj9]::before, .cta-button[b-wscjiixzj9]::after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  width: 10px;
  pointer-events: none;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
}
.cta-button[b-wscjiixzj9]::before {
  left: -2px;
  background-image: linear-gradient(rgba(97, 122, 135, 0.6), rgba(97, 122, 135, 0.6)), linear-gradient(rgba(97, 122, 135, 0.6), rgba(97, 122, 135, 0.6)), linear-gradient(rgba(97, 122, 135, 0.6), rgba(97, 122, 135, 0.6)), linear-gradient(rgba(97, 122, 135, 0.6), rgba(97, 122, 135, 0.6));
  background-size: 10px 1px, 1px 9px, 10px 1px, 1px 9px;
  background-position: top left, left 0 top 1px, bottom left, left 0 bottom 1px;
}
.cta-button[b-wscjiixzj9]::after {
  right: -2px;
  background-image: linear-gradient(rgba(97, 122, 135, 0.6), rgba(97, 122, 135, 0.6)), linear-gradient(rgba(97, 122, 135, 0.6), rgba(97, 122, 135, 0.6)), linear-gradient(rgba(97, 122, 135, 0.6), rgba(97, 122, 135, 0.6)), linear-gradient(rgba(97, 122, 135, 0.6), rgba(97, 122, 135, 0.6));
  background-size: 10px 1px, 1px 9px, 10px 1px, 1px 9px;
  background-position: top right, right 0 top 1px, bottom right, right 0 bottom 1px;
}
.cta-button:hover[b-wscjiixzj9] {
  text-decoration: none;
  color: #617a87;
}

/*# sourceMappingURL=CTAButton.razor.css.map */
/* /Components/Shared/HorizontalFilet.razor.rz.scp.css */
/* ============================================
   HorizontalFilet - Base styles
   ============================================ */
.horizontal-filet[b-p4pbervx0c] {
  width: 100%;
  height: 1px;
  background-color: rgba(97, 122, 135, 0.2);
  position: relative;
}
.horizontal-filet .left-dot[b-p4pbervx0c],
.horizontal-filet .center-dot[b-p4pbervx0c],
.horizontal-filet .right-dot[b-p4pbervx0c] {
  width: clamp(5px, 1vw, 7px);
  height: clamp(5px, 1vw, 7px);
  background-color: white;
  position: absolute;
  top: 50%;
}
.horizontal-filet .left-dot[b-p4pbervx0c] {
  left: 0;
  transform: translate(-50%, -50%);
}
.horizontal-filet .center-dot[b-p4pbervx0c] {
  left: 50%;
  transform: translate(-50%, -50%);
}
.horizontal-filet .right-dot[b-p4pbervx0c] {
  right: 0;
  transform: translate(50%, -50%);
}

/* ============================================
   Footer context - hide the line, keep dots visible
   ============================================ */
.app-footer .horizontal-filet[b-p4pbervx0c] {
  background-color: transparent !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.app-footer .horizontal-filet .left-dot[b-p4pbervx0c],
.app-footer .horizontal-filet .center-dot[b-p4pbervx0c],
.app-footer .horizontal-filet .right-dot[b-p4pbervx0c] {
  top: -4px !important;
  transform: translateY(0) !important;
  z-index: 3000 !important;
  background-color: #ffffff !important;
}

/* ============================================
   .content-filet context - hide the line, keep dots
   ============================================ */
.horizontal-filet.content-filet[b-p4pbervx0c] {
  background-color: transparent !important;
  height: 0 !important;
  min-height: 0 !important;
  border: none !important;
  box-shadow: none !important;
  pointer-events: none;
}

.horizontal-filet.content-filet .left-dot[b-p4pbervx0c],
.horizontal-filet.content-filet .center-dot[b-p4pbervx0c],
.horizontal-filet.content-filet .right-dot[b-p4pbervx0c] {
  background-color: #ffffff !important;
  z-index: 3000 !important;
  top: -4px !important;
  transform: translateY(0) !important;
  pointer-events: none;
}

/* ============================================
   :global(.content-filet) context - same as above
   (kept for specificity in global scope)
   ============================================ */
:global(.content-filet) .horizontal-filet[b-p4pbervx0c] {
  background-color: transparent !important;
  height: 0 !important;
  min-height: 0 !important;
  border: none !important;
  box-shadow: none !important;
  pointer-events: none;
}

:global(.content-filet) .horizontal-filet .left-dot[b-p4pbervx0c],
:global(.content-filet) .horizontal-filet .center-dot[b-p4pbervx0c],
:global(.content-filet) .horizontal-filet .right-dot[b-p4pbervx0c] {
  background-color: #ffffff !important;
  z-index: 3000 !important;
  top: -4px !important;
  transform: translateY(0) !important;
  pointer-events: none;
}

.horizontal-filet .absolute .bottom .footer[b-p4pbervx0c] {
  opacity: 0 !important;
  background-color: transparent !important;
}

.footer[b-p4pbervx0c] {
  background-color: transparent;
}

/* ============================================
   Mobile - pallini cambiano colore
   ============================================ */
@media (max-width: 768px) {
  .horizontal-filet .left-dot[b-p4pbervx0c],
  .horizontal-filet .center-dot[b-p4pbervx0c],
  .horizontal-filet .right-dot[b-p4pbervx0c] {
    background-color: #99aeba !important;
  }
  /* Nasconde il center-dot solo dove esplicitamente richiesto */
  .horizontal-filet.no-center-mobile .center-dot[b-p4pbervx0c] {
    display: none !important;
  }
}
/* /Components/Shared/Layout/BackgroundContainer.razor.rz.scp.css */
.background-container[b-f2ejva3j2n] {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100svh;
  min-height: 100vh;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
  background-color: #0f1c21;
}
.background-container[b-f2ejva3j2n]  img.background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.background-container[b-f2ejva3j2n]  .video-background {
  position: absolute;
  inset: 0;
}
.background-container[b-f2ejva3j2n]  .video-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 19, 24, 0.4);
  pointer-events: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition: backdrop-filter 0.6s ease, background 0.6s ease;
}
.background-container[b-f2ejva3j2n]  .video-background img,
.background-container[b-f2ejva3j2n]  .video-background video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}
.background-container[b-f2ejva3j2n]  .video-background .video-mob {
  display: none;
}
@media (max-width: 768px) {
  .background-container[b-f2ejva3j2n]  .video-background .video-desk {
    display: none;
  }
  .background-container[b-f2ejva3j2n]  .video-background .video-mob {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    top: 0;
    bottom: auto;
  }
}
.background-container[b-f2ejva3j2n]  .video-background.blurred img,
.background-container[b-f2ejva3j2n]  .video-background.blurred video {
  /* Opacity gestita da GSAP - questa classe controlla solo il ::before overlay */
}
.background-container[b-f2ejva3j2n]  .video-background.blurred::before {
  background: rgba(10, 19, 24, 0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
/* /Components/Shared/Layout/CtaPreFooter.razor.rz.scp.css */
/*$font-size-base: 1rem;*/
.info-columns[b-asaleu6pjf] {
  position: relative;
  padding: 0;
  background-color: rgba(10, 19, 23, 0.9);
}
.info-columns .top-filet[b-asaleu6pjf],
.info-columns .bottom-filet[b-asaleu6pjf] {
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
}
.info-columns .top-filet[b-asaleu6pjf] {
  top: 0;
}
.info-columns .bottom-filet[b-asaleu6pjf] {
  bottom: 0;
}
.info-columns .columns-grid[b-asaleu6pjf] {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}
@media (min-width: 992px) {
  .info-columns .columns-grid[b-asaleu6pjf] {
    grid-template-columns: repeat(3, 1fr);
  }
}
.info-columns .columns-grid .column-item[b-asaleu6pjf] {
  padding: 13% 9%;
  border-bottom: 1px solid rgba(97, 122, 135, 0.25);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .info-columns .columns-grid .column-item[b-asaleu6pjf] {
    padding: 10% 8%;
  }
}
.info-columns .columns-grid .column-item .column-header[b-asaleu6pjf] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.info-columns .columns-grid .column-item .column-header .axis-arrow[b-asaleu6pjf] {
  width: 40px;
}
@media (max-width: 767px) {
  .info-columns .columns-grid .column-item .column-header .axis-arrow[b-asaleu6pjf] {
    width: 30px;
  }
}
.info-columns .columns-grid .column-item .column-header h3[b-asaleu6pjf] {
  margin: 0;
  margin-top: 70px;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #dde3e8;
}
@media (max-width: 767px) {
  .info-columns .columns-grid .column-item .column-header h3[b-asaleu6pjf] {
    margin-top: 40px;
    font-size: clamp(20px, 5vw, 26px);
  }
}
.info-columns .columns-grid .column-item .column-cta[b-asaleu6pjf] {
  margin-left: 50px;
}
@media (max-width: 767px) {
  .info-columns .columns-grid .column-item .column-cta[b-asaleu6pjf] {
    margin-left: 40px;
  }
}
@media (min-width: 992px) {
  .info-columns .columns-grid .column-item[b-asaleu6pjf] {
    border-bottom: none;
  }
  .info-columns .columns-grid .column-item:not(:last-child)[b-asaleu6pjf]::after {
    content: "";
    position: absolute;
    top: 35px;
    right: 0;
    bottom: 35px;
    width: 1px;
    background-color: rgba(97, 122, 135, 0.25);
    pointer-events: none;
  }
  .info-columns .columns-grid .column-item:last-child[b-asaleu6pjf]::after {
    display: none;
  }
}
.info-columns .columns-grid .column-item p[b-asaleu6pjf] {
  font-size: clamp(0.7rem, 2em, 1rem);
  color: #617a87;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 767px) {
  .info-columns .columns-grid .column-item p[b-asaleu6pjf] {
    font-size: clamp(16px, 4vw, 20px);
  }
}

.final-cta[b-asaleu6pjf] {
  position: relative;
  display: grid;
  grid-template-rows: 220px auto auto;
  background-color: rgba(10, 19, 23, 0.9);
}
@media (max-width: 767px) {
  .final-cta[b-asaleu6pjf] {
    grid-template-rows: 100px auto auto;
  }
}
.final-cta .lead-spacer[b-asaleu6pjf] {
  position: relative;
  display: flex;
  justify-content: center;
}
.final-cta .lead-spacer .top-divider[b-asaleu6pjf] {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 1px;
}
.final-cta .cta-content[b-asaleu6pjf] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 2.5%;
  gap: 20px;
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  .final-cta .cta-content[b-asaleu6pjf] {
    padding: 30px 5%;
    gap: 15px;
    padding-bottom: 80px;
  }
}
.final-cta .cta-content h2[b-asaleu6pjf] {
  color: #dde3e8;
  font-weight: 500;
}
.final-cta .cta-content .action-buttons[b-asaleu6pjf] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .final-cta .cta-content .action-buttons[b-asaleu6pjf] {
    gap: 15px;
    width: 100%;
  }
}
.final-cta .bottom-filet[b-asaleu6pjf] {
  position: relative;
  height: 1px;
  align-self: end;
}
/* /Components/Shared/VerticalFilet.razor.rz.scp.css */
.vertical-filet[b-tiwvvbp7xr] {
  width: 1px;
  height: 100%;
  background-color: rgba(97, 122, 135, 0.2);
  position: relative;
}
.vertical-filet .top-dot[b-tiwvvbp7xr] {
  width: clamp(5px, 1vw, 7px);
  height: clamp(5px, 1vw, 7px);
  background-color: white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vertical-filet .center-dot[b-tiwvvbp7xr] {
  width: clamp(5px, 1vw, 7px);
  height: clamp(5px, 1vw, 7px);
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vertical-filet .center-first-dot[b-tiwvvbp7xr] {
  width: clamp(5px, 1vw, 7px);
  height: clamp(5px, 1vw, 7px);
  background-color: white;
  position: absolute;
  top: calc(50% - 25px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.vertical-filet .four-dots[b-tiwvvbp7xr] {
  width: clamp(5px, 1vw, 7px);
  height: clamp(5px, 1vw, 7px);
  background-image: url("/images/ico-four-dot.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vertical-filet .bottom-dot[b-tiwvvbp7xr] {
  width: clamp(5px, 1vw, 7px);
  height: clamp(5px, 1vw, 7px);
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media (max-width: 768px) {
  .vertical-filet .top-dot[b-tiwvvbp7xr], .vertical-filet .center-dot[b-tiwvvbp7xr], .vertical-filet .center-first-dot[b-tiwvvbp7xr], .vertical-filet .bottom-dot[b-tiwvvbp7xr] {
    background-color: #99aeba;
  }
}
