/*
 * Runtime visual independiente. El layout principal procede del CSS compilado
 * durante la exportación; aquí solo viven estados interactivos y accesibilidad.
 */
.clean-visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.clean-site .elementor-invisible {
  opacity: 0;
}

.clean-site [style*="--clean-inline-background"] {
  background-image: var(--clean-inline-background) !important;
}

.clean-site .clean-stuck {
  position: fixed !important;
  left: 0;
  width: 100%;
  z-index: 2147483600;
}

.clean-site .animated {
  animation-duration: 1.25s;
  animation-fill-mode: both;
}

.clean-site .animated.animated-fast,
.clean-site .animated-fast {
  animation-duration: 0.75s;
}

.clean-site .animated.animated-slow,
.clean-site .animated-slow {
  animation-duration: 2s;
}

.clean-site .clean-menu-open .e-n-menu-wrapper {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.clean-site .e-n-menu[data-layout="dropdown"].clean-menu-open > .e-n-menu-wrapper {
  background: #fff;
}

.clean-site .clean-submenu-open > .e-n-menu-content {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.clean-site .clean-submenu-open > .e-n-menu-content > .e-con.e-active {
  display: flex !important;
}

.clean-site .clean-accordion-open > .jet-toggle__content,
.clean-site .clean-accordion-open > .jet-accordion__content,
.clean-site .clean-accordion-open > .e-n-accordion-item-content {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.clean-site .jet-tabs__content:not(.active-content) {
  display: none;
}

.clean-site .jet-tabs__content.active-content {
  display: block;
}

.clean-site .elementor-background-video-container {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
}

.clean-site .elementor-background-video-hosted {
  height: 100% !important;
  inset: 0 !important;
  object-fit: cover;
  position: absolute;
  transform: none !important;
  width: 100% !important;
}

.clean-site .clean-gallery-grid {
  display: grid !important;
  gap: var(--clean-gallery-gap, 10px) !important;
  grid-template-columns: repeat(var(--clean-gallery-columns, 3), minmax(0, 1fr)) !important;
}

.clean-site .clean-gallery-grid .e-gallery-item {
  aspect-ratio: var(--clean-gallery-ratio, 3 / 2);
  display: block !important;
  min-height: 1px;
  overflow: hidden;
  position: relative;
}

.clean-site .clean-gallery-grid .e-gallery-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  inset: 0;
  position: absolute;
  transition: transform 0.45s ease;
}

.clean-site .clean-gallery-grid .e-gallery-item:hover .e-gallery-image {
  transform: scale(1.025);
}

.clean-lightbox[hidden] {
  display: none !important;
}

.clean-lightbox {
  align-items: center;
  background: rgb(0 0 0 / 92%);
  display: grid;
  grid-template-columns: minmax(44px, 8vw) minmax(0, 1fr) minmax(44px, 8vw);
  inset: 0;
  justify-items: center;
  position: fixed;
  z-index: 100000;
}

.clean-lightbox figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0;
  max-width: 84vw;
}

.clean-lightbox img {
  max-height: 86vh;
  max-width: 100%;
  object-fit: contain;
}

.clean-lightbox figcaption {
  color: #fff;
  min-height: 1.5rem;
  padding-top: 0.75rem;
}

.clean-lightbox button {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
  padding: 0.5rem;
}

.clean-lightbox-close {
  font-size: 2.5rem !important;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.clean-lightbox-open {
  overflow: hidden !important;
}

.clean-site .qodef-qi-clients-slider {
  overflow: hidden;
  touch-action: pan-y;
}

.clean-site .qodef-qi-clients-slider > .swiper-wrapper {
  display: flex !important;
  gap: var(--clean-qi-client-gap, 0px);
  transition-property: transform;
  transition-timing-function: ease;
  width: 100%;
}

.clean-site .clean-local-video-embed,
.clean-site .clean-local-video-card {
  aspect-ratio: 16 / 9;
  background: #000;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.clean-site .clean-static-map-link,
.clean-site .clean-static-map {
  display: block;
  width: 100%;
}

.clean-site .clean-static-map {
  height: auto;
  object-fit: cover;
}

.clean-site .qodef-qi-clients-slider > .swiper-wrapper > .swiper-slide {
  box-sizing: border-box;
  flex: 0 0 calc(
    (100% - (var(--clean-qi-client-visible, 1) - 1) * var(--clean-qi-client-gap, 0px)) /
    var(--clean-qi-client-visible, 1)
  ) !important;
  max-width: calc(
    (100% - (var(--clean-qi-client-visible, 1) - 1) * var(--clean-qi-client-gap, 0px)) /
    var(--clean-qi-client-visible, 1)
  ) !important;
}

.clean-site .elementor-image-carousel-wrapper,
.clean-site .elementor-main-swiper {
  overflow: hidden;
  touch-action: pan-y;
}

.clean-site .elementor-image-carousel-wrapper .swiper-wrapper,
.clean-site .elementor-main-swiper .swiper-wrapper,
.clean-site .elementor-image-carousel-wrapper .slick-track,
.clean-site .elementor-main-swiper .slick-track {
  display: flex !important;
  gap: var(--clean-carousel-gap, 10px);
  transition: transform 0.5s ease;
  width: 100%;
}

.clean-site .elementor-image-carousel-wrapper .swiper-slide,
.clean-site .elementor-main-swiper .swiper-slide,
.clean-site .elementor-image-carousel-wrapper .slick-slide,
.clean-site .elementor-main-swiper .slick-slide {
  box-sizing: border-box;
  flex: 0 0 calc(
    (100% - (var(--clean-carousel-visible, 1) - 1) * var(--clean-carousel-gap, 10px)) /
    var(--clean-carousel-visible, 1)
  ) !important;
  max-width: calc(
    (100% - (var(--clean-carousel-visible, 1) - 1) * var(--clean-carousel-gap, 10px)) /
    var(--clean-carousel-visible, 1)
  ) !important;
}

.clean-carousel-pagination {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 0.75rem;
}

.clean-carousel-dot {
  background: #b8b8b8;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 0.65rem;
  padding: 0;
  width: 0.65rem;
}

.clean-carousel-dot.is-active {
  background: currentColor;
}

.clean-site .jet-listing-grid__items[data-clean-slider-ready] {
  display: block !important;
  overflow: visible !important;
  position: relative;
}

.clean-site .clean-listing-viewport {
  overflow: hidden;
  width: 100%;
}

.clean-site .clean-listing-track {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

.clean-site .clean-listing-track > .jet-listing-grid__item {
  display: block !important;
  flex: 0 0 calc(100% / var(--clean-slider-columns, 4));
  max-width: calc(100% / var(--clean-slider-columns, 4));
}

.clean-site .clean-listing-arrow:not(.slick-arrow) {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}

.clean-site .clean-listing-arrow:not(.slick-arrow).prev-arrow {
  left: 0;
}

.clean-site .clean-listing-arrow:not(.slick-arrow).next-arrow {
  right: 0;
}

.clean-site .clean-jet-carousel-viewport {
  overflow: hidden;
  touch-action: pan-y;
  width: 100%;
}

.clean-site .jet-carousel[data-clean-jet-carousel-ready="true"] .elementor-slick-slider,
.clean-site .jet-carousel[data-clean-jet-carousel-ready="true"] .clean-jet-carousel-viewport,
.clean-site .jet-carousel[data-clean-jet-carousel-ready="true"] .clean-jet-carousel-track,
.clean-site .jet-carousel[data-clean-jet-carousel-ready="true"] .jet-arrow {
  visibility: visible !important;
}

.clean-site .clean-jet-carousel-track {
  display: flex;
  gap: var(--clean-jet-gap, 0px);
  transition: transform 0.5s ease;
  width: 100%;
}

.clean-site .clean-jet-carousel-track > .jet-carousel__item {
  box-sizing: border-box;
  display: block !important;
  flex: 0 0 calc(
    (100% - (var(--clean-jet-visible, 1) - 1) * var(--clean-jet-gap, 0px)) /
    var(--clean-jet-visible, 1)
  );
  max-width: calc(
    (100% - (var(--clean-jet-visible, 1) - 1) * var(--clean-jet-gap, 0px)) /
    var(--clean-jet-visible, 1)
  );
}

.clean-site .jet-carousel-wrap [class*="prev-arrow"],
.clean-site .jet-carousel-wrap [class*="next-arrow"] {
  cursor: pointer;
}

.clean-site .jet-animated-text__animated-text-item.clean-text-animate > span {
  animation: clean-text-turn 0.65s both;
  transform-origin: center;
}

@keyframes clean-text-turn {
  from {
    opacity: 0;
    transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    transform: rotateY(0);
  }
}

.clean-site .ti-reviews-container {
  overflow: hidden;
}

.clean-site .ti-reviews-container-wrapper {
  display: flex !important;
  transition: transform 0.5s ease;
  width: 100%;
}

.clean-site .ti-reviews-container-wrapper > .ti-review-item {
  box-sizing: border-box;
  display: block !important;
  flex: 0 0 calc(100% / var(--clean-trustindex-visible, 1)) !important;
  max-width: calc(100% / var(--clean-trustindex-visible, 1)) !important;
}

.clean-site .ti-review-item.clean-review-open .ti-review-content {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

.clean-site .joinchat.clean-joinchat-visible {
  animation: clean-chat-in 0.35s both;
}

@keyframes clean-chat-in {
  from {
    opacity: 0;
    transform: scale(0.75);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.clean-site .map_render .imapsMapPolygon-group {
  cursor: pointer;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.clean-site .map_render .imapsMapPolygon-group.clean-map-region-active {
  filter: brightness(0.88) saturate(1.2);
  opacity: 0.9;
}

.clean-form-message {
  margin-top: 0.75rem;
  font-size: 0.9rem;
}

.clean-form-honeypot {
  height: 1px !important;
  left: -10000px !important;
  min-height: 0 !important;
  opacity: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  width: 1px !important;
}

/* Formulario único de captación para todas las páginas de Santamaría. */
form.clean-lead-form .spacing-container {
  box-sizing: border-box;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
  margin: 0 !important;
  width: 100% !important;
}

form.clean-lead-form .clean-lead-field,
form.clean-lead-form .clean-lead-choice,
form.clean-lead-form .clean-lead-privacy {
  box-sizing: border-box;
  float: none !important;
  margin: 0 !important;
  min-width: 0;
  padding: 0 !important;
  width: 100% !important;
}

form.clean-lead-form .clean-lead-choice,
form.clean-lead-form .clean-lead-privacy {
  grid-column: 1 / -1;
}

form.clean-lead-form .clean-lead-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

form.clean-lead-form .clean-lead-field > input {
  box-sizing: border-box;
  min-height: 48px;
  width: 100%;
}

form.clean-lead-form .clean-lead-choice {
  border: 0;
}

form.clean-lead-form .clean-lead-choice legend {
  color: inherit;
  display: block;
  font: inherit;
  font-weight: 600;
  margin: 0 0 9px;
  padding: 0;
  width: 100%;
}

form.clean-lead-form .clean-lead-options {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

form.clean-lead-form .clean-lead-options label {
  cursor: pointer;
  margin: 0;
  position: relative;
}

form.clean-lead-form .clean-lead-options input {
  height: 1px !important;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px !important;
}

form.clean-lead-form .clean-lead-options span {
  align-items: center;
  background: #fff;
  border: 1px solid #0c91aa;
  border-radius: 999px;
  color: #324958;
  display: inline-flex;
  justify-content: center;
  min-height: 42px;
  min-width: 112px;
  padding: 8px 18px;
  transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

form.clean-lead-form .clean-lead-options input:checked + span {
  background: #0c91aa;
  color: #fff;
}

form.clean-lead-form .clean-lead-options input:focus-visible + span {
  box-shadow: 0 0 0 3px rgb(12 145 170 / 25%);
  outline: 2px solid transparent;
}

form.clean-lead-form .clean-lead-privacy label {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  gap: 9px;
  margin: 0;
}

form.clean-lead-form .clean-lead-privacy input {
  flex: 0 0 auto;
  height: 20px !important;
  margin: 1px 0 0 !important;
  width: 20px !important;
}

form.clean-lead-form .clean-lead-privacy a {
  color: #324958 !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

form.clean-lead-form .clean-lead-privacy span {
  color: #324958 !important;
}

@media (max-width: 767px) {
  form.clean-lead-form .spacing-container {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  form.clean-lead-form .clean-lead-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  form.clean-lead-form .clean-lead-options label,
  form.clean-lead-form .clean-lead-options span {
    width: 100%;
  }
}

.clean-site .clean-local-video {
  background: #000;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.clean-site .clean-video-player {
  background: #000;
  position: relative;
}

.clean-site .clean-video-player .clean-video-play {
  align-items: center;
  background: #654aa2;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.28);
  display: flex;
  height: 140px;
  justify-content: center;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 180ms ease, transform 180ms ease;
  width: 140px;
  z-index: 3;
}

.clean-site .clean-video-player .clean-video-play:hover,
.clean-site .clean-video-player .clean-video-play:focus-visible {
  background: #7c5fc1;
  transform: translate(-50%, -50%) scale(1.06);
}

.clean-site .clean-video-player .clean-video-play > span {
  border-bottom: 38px solid transparent;
  border-left: 66px solid #fff;
  border-top: 38px solid transparent;
  display: block;
  margin-left: 14px;
  width: 0;
}

.clean-site .clean-video-player.clean-video-youtube .clean-video-play {
  background: #ff0033;
  border-radius: 12px;
  box-shadow: none;
  height: 48px;
  width: 68px;
}

.clean-site .clean-video-player.clean-video-youtube .clean-video-play:hover,
.clean-site .clean-video-player.clean-video-youtube .clean-video-play:focus-visible {
  background: #e6002e;
}

.clean-site .clean-video-player.clean-video-youtube .clean-video-play > span {
  border-bottom-width: 11px;
  border-left-width: 19px;
  border-top-width: 11px;
  margin-left: 4px;
}

.clean-site .clean-video-player.clean-video-playing .clean-video-play,
.clean-site .clean-video-player .clean-video-play[hidden] {
  display: none;
}

/* Floating WhatsApp: fixed to the lower-right corner on every viewport. */
html.clean-site body#dmRoot #dm .sticky-widgets-container-global [id="1817589941"],
html.clean-site body#dmRoot #dm .sticky-widgets-container-global .widget-5bd886 {
  top: auto !important;
  right: max(24px, env(safe-area-inset-right)) !important;
  bottom: max(24px, env(safe-area-inset-bottom)) !important;
  left: auto !important;
  width: 67px !important;
  height: 67px !important;
  min-height: 0 !important;
  margin: 0 !important;
  transform: none !important;
  z-index: 120 !important;
}

html.clean-site body#dmRoot #dm .sticky-widgets-container-global .widget-5bd886 > a {
  display: block !important;
  width: 67px !important;
  height: 67px !important;
  padding: 0 !important;
  border-radius: 50%;
  animation: clean-whatsapp-float 3.2s ease-in-out infinite;
  filter: drop-shadow(0 9px 14px rgb(0 0 0 / 0.22));
  transition: filter 180ms ease, transform 180ms ease;
}

html.clean-site body#dmRoot #dm .sticky-widgets-container-global .widget-5bd886 > a:hover,
html.clean-site body#dmRoot #dm .sticky-widgets-container-global .widget-5bd886 > a:focus-visible {
  animation: none;
  filter: drop-shadow(0 12px 18px rgb(0 0 0 / 0.3));
  transform: translateY(-3px) scale(1.06);
}

html.clean-site body#dmRoot #dm .sticky-widgets-container-global .widget-5bd886 .iconBg,
html.clean-site body#dmRoot #dm .sticky-widgets-container-global .widget-5bd886 .icon,
html.clean-site body#dmRoot #dm .sticky-widgets-container-global .widget-5bd886 img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

@keyframes clean-whatsapp-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

/* Keep the reCAPTCHA disclosure visible without colliding with WhatsApp. */
html.clean-site .grecaptcha-badge {
  right: auto !important;
  bottom: max(14px, env(safe-area-inset-bottom)) !important;
  left: max(14px, env(safe-area-inset-left)) !important;
  z-index: 119 !important;
}

@media (prefers-reduced-motion: reduce) {
  html.clean-site body#dmRoot #dm .sticky-widgets-container-global .widget-5bd886 > a {
    animation: none;
  }
}

@media (max-width: 767px) {
  html.clean-site body#dmRoot #dm .site_content {
    margin-top: 104px !important;
  }
  html.clean-site body#dmRoot #dm #hamburger-header-container,
  html.clean-site body#dmRoot #dm #hamburger-header,
  html.clean-site body#dmRoot #dm [id="1469227399"] {
    height: 104px !important;
    min-height: 104px !important;
    max-height: 104px !important;
  }
  html.clean-site body#dmRoot #dm [id="1469227399"] {
    padding: 0 !important;
  }
  html.clean-site body#dmRoot #dm [id="1469227399"] > .dmRespColsWrapper {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 104px !important;
    margin: 0 !important;
  }
  html.clean-site body#dmRoot #dm [id="1651275340"] {
    display: none !important;
  }
  html.clean-site body#dmRoot #dm [id="1745523256"] {
    position: absolute !important;
    top: 29px !important;
    left: 50% !important;
    width: 180px !important;
    height: 45px !important;
    min-height: 0 !important;
    padding: 0 !important;
    transform: translateX(-50%) !important;
  }
  html.clean-site body#dmRoot #dm [id="1439245537"] {
    width: 180px !important;
    height: 45px !important;
    min-height: 0 !important;
    margin: 0 !important;
  }
  html.clean-site body#dmRoot #dm [id="1439245537"] img {
    width: 180px !important;
    height: 45px !important;
    object-fit: contain !important;
  }
  html.clean-site body#dmRoot #dm [id="1647203329"] {
    position: absolute !important;
    top: 32px !important;
    right: 12px !important;
    left: auto !important;
    width: 40px !important;
    height: 40px !important;
    min-height: 0 !important;
    padding: 0 !important;
  }
  html.clean-site body#dmRoot #dm [id="1830920931"] {
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
  }
  html.clean-site body#dmRoot #dm #layout-drawer-hamburger {
    top: 32px !important;
    left: 12px !important;
  }
  html.clean-site body#dmRoot #dm .sticky-widgets-container-global [id="1817589941"],
  html.clean-site body#dmRoot #dm .sticky-widgets-container-global .widget-5bd886 {
    top: auto !important;
    right: max(14px, env(safe-area-inset-right)) !important;
    bottom: max(14px, env(safe-area-inset-bottom)) !important;
    left: auto !important;
    margin: 0 !important;
    transform: none !important;
    z-index: 120 !important;
    width: 58px !important;
    height: 58px !important;
  }
  html.clean-site body#dmRoot #dm .sticky-widgets-container-global .widget-5bd886 > a {
    width: 58px !important;
    height: 58px !important;
  }
  .clean-site .clean-video-player .clean-video-play {
    height: 64px;
    width: 64px;
  }

  .clean-site .clean-video-player .clean-video-play > span {
    border-bottom-width: 14px;
    border-left-width: 22px;
    border-top-width: 14px;
    margin-left: 5px;
  }
}

/* Treatment detail pages: shared structure, individual visual identity. */
body.clean-treatment-page {
  background: #fff;
}

.clean-treatment-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  width: min(1120px, calc(100% - 48px));
  margin: 28px auto 16px;
  color: #66757d;
  font-size: 13px;
  line-height: 1.5;
}

.clean-treatment-breadcrumb a {
  color: var(--treatment-accent-dark);
  text-decoration: none;
  transition: color 180ms ease;
}

.clean-treatment-breadcrumb a:hover,
.clean-treatment-breadcrumb a:focus-visible {
  color: var(--treatment-accent);
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.clean-treatment-page #dm .dmBody .u_1456831662 {
  position: relative !important;
  isolation: isolate;
  width: min(1200px, calc(100% - 48px)) !important;
  min-height: 420px !important;
  margin: 0 auto 34px !important;
  padding: clamp(56px, 8vw, 105px) clamp(28px, 7vw, 96px) !important;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--treatment-accent) 22%, white);
  border-radius: 30px;
  background: linear-gradient(125deg, var(--treatment-accent-soft) 0%, #fff 73%) !important;
  box-shadow: 0 26px 70px rgba(35, 60, 72, .1);
}

body.clean-treatment-page #dm .dmBody .u_1456831662::before {
  content: "TRATAMIENTOS DENTALES";
  position: absolute;
  z-index: -1;
  top: 32px;
  left: clamp(28px, 7vw, 96px);
  color: var(--treatment-accent-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
}

body.clean-treatment-page #dm .dmBody .u_1456831662::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: clamp(-75px, 1vw, 42px);
  width: clamp(250px, 34vw, 440px);
  aspect-ratio: 1;
  background: var(--treatment-icon) center / contain no-repeat;
  opacity: .12;
  transform: translateY(-50%) rotate(4deg);
  pointer-events: none;
}

body.clean-treatment-page #dm .dmBody h1.u_1315009794 {
  position: relative !important;
  width: min(720px, 78%) !important;
  max-width: none !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  color: var(--treatment-accent-dark) !important;
  font-size: clamp(42px, 6vw, 78px) !important;
  font-weight: 700 !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
  text-align: left !important;
}

body.clean-treatment-page #dm .dmBody div.u_1286894533 {
  position: relative !important;
  width: min(710px, 76%) !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #304451 !important;
  font-size: clamp(16px, 1.45vw, 20px) !important;
  line-height: 1.7 !important;
  text-align: left !important;
}

body.clean-treatment-page[data-treatment] #dm .dmBody .u_1698051859 {
  width: min(1120px, calc(100% - 48px)) !important;
  margin: 0 auto 54px !important;
  padding: 0 !important;
}

body.clean-treatment-page[data-treatment] #dm .dmBody .u_1698051859 > .dmRespColsWrapper {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
  align-items: stretch;
  gap: clamp(28px, 5vw, 72px);
}

body.clean-treatment-page[data-treatment] #dm .dmBody .u_1698051859 > .dmRespColsWrapper > .dmRespCol {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  float: none !important;
  padding: 0 !important;
}

body.clean-treatment-page[data-treatment] #dm .dmBody .u_1698051859 > .dmRespColsWrapper > .dmRespCol:first-child {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
}

.clean-treatment-highlights {
  flex: 1 1 auto;
  width: 100%;
  height: auto;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 24px;
  background: #f8fafb;
}

.clean-treatment-highlights h2 {
  margin: 0 0 26px;
  color: var(--treatment-accent-dark);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
}

.clean-treatment-highlights ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.clean-treatment-highlights li {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 65px;
  padding: 10px 0;
  border-bottom: 1px solid #dfe7ea;
  color: #304451;
  font-size: 16px;
  line-height: 1.4;
}

.clean-treatment-highlights li:last-child {
  border-bottom: 0;
}

.clean-treatment-highlights li span {
  color: var(--treatment-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

body.clean-treatment-page #dm .dmBody a.u_1544275009 {
  display: inline-flex !important;
  width: auto !important;
  min-width: 190px;
  min-height: 52px !important;
  padding: 13px 24px !important;
  border-radius: 999px !important;
  margin: 22px 0 0 !important;
  border-color: var(--treatment-accent) !important;
  background: var(--treatment-accent) !important;
  box-shadow: 0 12px 26px color-mix(in srgb, var(--treatment-accent) 24%, transparent);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease !important;
}

body.clean-treatment-page #dm .dmBody a.u_1544275009 .text {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  white-space: nowrap;
}

body.clean-treatment-page #dm .dmBody a.u_1544275009:hover,
body.clean-treatment-page #dm .dmBody a.u_1544275009:focus-visible {
  background: var(--treatment-accent-dark) !important;
  transform: translateY(-3px);
  box-shadow: 0 16px 32px color-mix(in srgb, var(--treatment-accent) 32%, transparent);
}

body.clean-treatment-page #dm .dmBody .u_1471307097 {
  display: grid !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 410px;
  place-items: center;
  margin: 0 !important;
  padding: clamp(38px, 6vw, 70px) !important;
  overflow: hidden;
  border-radius: 24px;
  background: radial-gradient(circle at 50% 42%, #fff 0 35%, var(--treatment-accent-soft) 72%);
}

body.clean-treatment-page #dm .dmBody img.clean-treatment-illustration {
  width: min(100%, 330px) !important;
  height: auto !important;
  object-fit: contain;
  filter: drop-shadow(0 24px 24px rgba(31, 52, 62, .13));
  transition: transform 500ms cubic-bezier(.2, .75, .25, 1);
}

body.clean-treatment-page #dm .dmBody .u_1471307097:hover img.clean-treatment-illustration {
  transform: translateY(-8px) rotate(-2deg) scale(1.025);
}

/* Approved treatment detail system, shared by every treatment page. */
body.clean-treatment-page[data-treatment] #dm .dmBody .u_1698051859 {
  width: min(1200px, calc(100% - 48px)) !important;
  margin: 0 auto 56px !important;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--treatment-accent) 18%, transparent);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(30, 58, 70, .11);
}

body.clean-treatment-page[data-treatment] #dm .dmBody .u_1698051859 > .dmRespColsWrapper {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  min-height: 500px;
}

body.clean-treatment-page[data-treatment] #dm .dmBody .u_1698051859 > .dmRespColsWrapper > .dmRespCol {
  min-height: 500px;
}

body.clean-treatment-page[data-treatment] #dm .dmBody .u_1698051859 > .dmRespColsWrapper > .dmRespCol:first-child {
  justify-content: space-between;
  padding: clamp(42px, 5vw, 66px) !important;
  background: linear-gradient(145deg, #fff 0%, var(--treatment-accent-soft) 100%);
}

body.clean-treatment-page[data-treatment] .clean-treatment-highlights {
  flex: 0 1 auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

body.clean-treatment-page[data-treatment] .clean-treatment-highlights h2 {
  max-width: 440px;
  margin-bottom: 34px;
  font-size: clamp(31px, 3vw, 42px);
  letter-spacing: -.025em;
}

body.clean-treatment-page[data-treatment] .clean-treatment-highlights li {
  grid-template-columns: 52px 1fr;
  min-height: 72px;
  border-bottom-color: color-mix(in srgb, var(--treatment-accent) 17%, transparent);
  font-size: 17px;
}

body.clean-treatment-page[data-treatment] .clean-treatment-highlights li span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--treatment-accent) 25%, transparent);
  border-radius: 50%;
  background: #fff;
}

body.clean-treatment-page[data-treatment] #dm .dmBody a.u_1544275009 {
  align-self: flex-start;
  width: 238px !important;
  min-width: 238px !important;
  max-width: 238px !important;
  min-height: 56px !important;
  justify-content: center;
  margin: 36px 0 0 !important;
  padding-inline: 30px !important;
  border: 1px solid var(--treatment-accent) !important;
  box-shadow: none;
}

body.clean-treatment-page[data-treatment] #dm .dmBody a.u_1544275009::after {
  content: "→";
  margin-left: 16px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  transition: transform 180ms ease;
}

body.clean-treatment-page[data-treatment] #dm .dmBody a.u_1544275009:hover::after,
body.clean-treatment-page[data-treatment] #dm .dmBody a.u_1544275009:focus-visible::after {
  transform: translateX(4px);
}

body.clean-treatment-page[data-treatment] #dm .dmBody .u_1471307097 {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 500px;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
  background: var(--treatment-accent-soft);
}

body.clean-treatment-page[data-treatment] #dm .dmBody [id="1913821642"] {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

body.clean-treatment-page[data-treatment] #dm .dmBody img.clean-treatment-illustration {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
  filter: none;
  transform: none;
  transition: transform 650ms cubic-bezier(.2, .75, .25, 1), filter 300ms ease;
}

body.clean-treatment-page[data-treatment] #dm .dmBody .u_1471307097:hover img.clean-treatment-illustration {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.02);
}

.clean-treatment-navigation {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 70px;
  padding-top: 30px;
  border-top: 1px solid #dfe7ea;
}

.clean-treatment-navigation > p {
  margin: 0 0 16px;
  color: #738188;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.clean-treatment-navigation > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.clean-treatment-navigation a {
  display: grid;
  gap: 6px;
  min-height: 112px;
  padding: 24px 26px;
  border: 1px solid #dfe7ea;
  border-radius: 18px;
  color: #304451;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.clean-treatment-navigation a:last-child {
  text-align: right;
}

.clean-treatment-navigation a span {
  color: var(--treatment-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.clean-treatment-navigation a strong {
  font-size: clamp(17px, 2vw, 23px);
  line-height: 1.2;
}

.clean-treatment-navigation a:hover,
.clean-treatment-navigation a:focus-visible {
  border-color: var(--treatment-accent);
  background: var(--treatment-accent-soft);
  transform: translateY(-3px);
}

@media (max-width: 767px) {
  .clean-treatment-breadcrumb,
  .clean-treatment-navigation,
  body.clean-treatment-page #dm .dmBody .u_1456831662,
  body.clean-treatment-page[data-treatment] #dm .dmBody .u_1698051859 {
    width: calc(100% - 32px) !important;
  }

  body.clean-treatment-page #dm .dmBody .u_1456831662 {
    min-height: 470px !important;
    margin-bottom: 20px !important;
    padding: 76px 24px 42px !important;
    border-radius: 22px;
  }

  body.clean-treatment-page #dm .dmBody .u_1456831662::before {
    top: 24px;
    left: 24px;
    font-size: 10px;
  }

  body.clean-treatment-page #dm .dmBody .u_1456831662::after {
    top: auto;
    right: -35px;
    bottom: -64px;
    width: 220px;
    transform: rotate(5deg);
    opacity: .09;
  }

  body.clean-treatment-page #dm .dmBody h1.u_1315009794,
  body.clean-treatment-page #dm .dmBody div.u_1286894533 {
    width: 100% !important;
  }

  body.clean-treatment-page #dm .dmBody h1.u_1315009794 {
    font-size: clamp(38px, 13vw, 56px) !important;
  }

  body.clean-treatment-page #dm .dmBody div.u_1286894533 {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  body.clean-treatment-page[data-treatment] #dm .dmBody .u_1698051859 > .dmRespColsWrapper {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.clean-treatment-page #dm .dmBody .u_1471307097 {
    min-height: 290px;
    padding: 42px !important;
  }

  body.clean-treatment-page #dm .dmBody img.clean-treatment-illustration {
    width: min(100%, 220px) !important;
  }

  .clean-treatment-navigation > div {
    grid-template-columns: 1fr;
  }

  .clean-treatment-navigation a:last-child {
    text-align: left;
  }

  body.clean-treatment-page #dm .dmBody a.u_1544275009 {
    width: 100% !important;
    justify-content: center;
    margin-top: 14px !important;
  }

  body.clean-treatment-page[data-treatment] #dm .dmBody .u_1698051859 {
    width: calc(100% - 32px) !important;
    border-radius: 22px;
  }

  body.clean-treatment-page[data-treatment] #dm .dmBody .u_1698051859 > .dmRespColsWrapper {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body.clean-treatment-page[data-treatment] #dm .dmBody .u_1698051859 > .dmRespColsWrapper > .dmRespCol {
    min-height: 0;
  }

  body.clean-treatment-page[data-treatment] #dm .dmBody .u_1698051859 > .dmRespColsWrapper > .dmRespCol:first-child {
    order: 2;
    padding: 34px 26px 28px !important;
  }

  body.clean-treatment-page[data-treatment] #dm .dmBody .u_1698051859 > .dmRespColsWrapper > .dmRespCol:last-child {
    order: 1;
  }

  body.clean-treatment-page[data-treatment] .clean-treatment-highlights h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  body.clean-treatment-page[data-treatment] .clean-treatment-highlights li {
    grid-template-columns: 46px 1fr;
    min-height: 64px;
    font-size: 15px;
  }

  body.clean-treatment-page[data-treatment] #dm .dmBody .u_1471307097 {
    min-height: 235px;
    height: 235px !important;
    padding: 0 !important;
  }

  body.clean-treatment-page[data-treatment] #dm .dmBody a.u_1544275009 {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin-top: 28px !important;
  }

  #dm .dmFooterResp .u_1682847226 > .dmRespColsWrapper {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 34px;
  }

  #dm .dmFooterResp .u_1682847226 > .dmRespColsWrapper > .dmRespCol {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    float: none !important;
    padding-inline: 20px !important;
    text-align: center !important;
  }

  #dm .dmFooterResp .u_1682847226 .dmNewParagraph,
  #dm .dmFooterResp .u_1682847226 .dmHoursOfOperation,
  #dm .dmFooterResp .u_1682847226 .socialHubWrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: auto !important;
  }

  #dm .dmFooterResp .u_1682847226 .open-hours-data {
    width: min(100%, 300px);
    margin-inline: auto;
  }

  #dm .dmFooterResp .policy-links-wrapper {
    display: flex !important;
    flex-flow: row wrap !important;
    justify-content: center !important;
    gap: 10px 16px !important;
    width: 100% !important;
    margin: 18px auto 0 !important;
    padding: 0 18px !important;
  }

  body.clean-treatment-page #dm .dmFooterResp div.u_1628620272,
  body.clean-treatment-page #dm .dmFooterResp div.u_1256356184,
  body.clean-treatment-page #dm .dmFooterResp div.u_1870985921,
  body.clean-treatment-page #dm .dmFooterResp div.u_1566141649 {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin-inline: auto !important;
  }

  body.clean-treatment-page #dm .dmFooterResp .u_1870985921 .seo-widget-container {
    display: flex !important;
    position: static !important;
    flex-flow: row wrap !important;
    justify-content: center !important;
    gap: 7px 12px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 24px auto !important;
    padding-inline: 18px !important;
  }

  body.clean-treatment-page #dm .dmFooterResp .u_1870985921 .seo-widget-container > li {
    display: block !important;
    float: none !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.clean-treatment-page #dm .dmFooterResp div.u_1566141649 {
    margin-top: 18px !important;
    padding-bottom: 18px !important;
  }

  #dm .dmFooterResp .policy-links-wrapper .policy-links-elem {
    display: block !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #dm .dmFooterResp .policy-links-wrapper .separation-element {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.clean-treatment-page #dm .dmBody img.clean-treatment-illustration,
  .clean-treatment-navigation a,
  body.clean-treatment-page #dm .dmBody a.u_1544275009 {
    transition: none !important;
  }
}

.clean-site .clean-local-form-frame {
  border: 0;
  display: block;
  max-width: 100%;
  width: 100%;
}

.clean-site .clean-video-unavailable {
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 9;
  place-items: center;
  background: #111;
  color: #fff;
  font: 600 0.95rem/1.4 system-ui, sans-serif;
  text-align: center;
}

html.clean-site:has(body.clean-embedded-form-page) {
  background: #fff;
  overflow-x: hidden;
}

body.clean-embedded-form-page {
  background: #fff;
  color: #202124;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 10px 0 40px;
}

.clean-local-form-page {
  margin: 0 auto;
  max-width: 640px;
}

.clean-local-form {
  display: grid;
  gap: 12px;
}

.clean-local-form-header,
.clean-local-form-question,
.clean-local-form-section {
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 9px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 24px;
}

.clean-local-form-header {
  border-top: 10px solid #ffcf00;
}

.clean-local-form-header h1 {
  color: #202124;
  font-size: clamp(1.45rem, 4vw, 2rem);
  line-height: 1.2;
  margin: 0 0 16px;
}

.clean-local-form-header p,
.clean-local-form-section p {
  line-height: 1.55;
  margin: 0 0 14px;
  white-space: pre-line;
}

.clean-local-form-section {
  border-left: 8px solid #ffcf00;
}

.clean-local-form-section h2 {
  color: #4c075f;
  font-size: 1.35rem;
  margin: 0 0 10px;
}

.clean-local-form-label,
.clean-local-form-question legend {
  color: #202124;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
  margin: 0 0 18px;
  padding: 0;
}

.clean-local-form-required {
  color: #c5221f;
}

.clean-local-form-help {
  color: #5d5362;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.45;
  margin: -8px 0 18px;
}

.clean-local-form input[type="text"],
.clean-local-form input[type="email"],
.clean-local-form input[type="tel"],
.clean-local-form input[type="url"],
.clean-local-form input[type="number"],
.clean-local-form input[type="date"],
.clean-local-form input[type="time"],
.clean-local-form textarea,
.clean-local-form select {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #b6aabd;
  border-radius: 0;
  box-sizing: border-box;
  color: #202124;
  font: inherit;
  max-width: 100%;
  padding: 10px 2px;
  width: min(100%, 420px);
}

.clean-local-form input:focus,
.clean-local-form textarea:focus,
.clean-local-form select:focus {
  border-color: #4c075f;
  outline: 2px solid transparent;
}

.clean-local-form-options {
  display: grid;
  gap: 12px;
}

.clean-local-form-options label,
.clean-local-form-scale-options label {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 10px;
}

.clean-local-form-scale-labels {
  color: #5d5362;
  display: flex;
  font-size: 0.82rem;
  justify-content: space-between;
  margin: 0 0 8px;
}

.clean-local-form-scale-options {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(5, minmax(42px, 1fr));
}

.clean-local-form-scale-options label {
  flex-direction: column;
}

.clean-local-form input[type="radio"],
.clean-local-form input[type="checkbox"] {
  accent-color: #4c075f;
  height: 20px;
  width: 20px;
}

.clean-local-form-actions {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding: 4px 0 24px;
}

.clean-local-form-actions button {
  background: #ffcf00;
  border: 0;
  border-radius: 5px;
  color: #26003c;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 12px 28px;
}

.clean-local-form-actions button:hover,
.clean-local-form-actions button:focus-visible {
  background: #4c075f;
  color: #fff;
}

html.clean-site:has(body.clean-form-the-breath-act-dark),
body.clean-form-the-breath-act-dark {
  background: #020c1c;
}

body.clean-form-the-breath-act-dark {
  color: #fff;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  padding: 18px 0 40px;
}

.clean-form-the-breath-act-dark .clean-local-form-page {
  max-width: 1088px;
  padding: 0 20px;
}

.clean-form-the-breath-act-dark .clean-local-form {
  gap: 9px;
}

.clean-form-the-breath-act-dark .clean-local-form-header,
.clean-form-the-breath-act-dark .clean-local-form-question,
.clean-form-the-breath-act-dark .clean-local-form-section {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  padding: 0;
}

.clean-form-the-breath-act-dark .clean-local-form-header {
  margin-bottom: 4px;
  text-align: center;
}

.clean-form-the-breath-act-dark .clean-local-form-header h1 {
  color: #fff;
  font-size: 1.45rem;
  margin: 0;
}

.clean-form-the-breath-act-dark .clean-local-form-header p,
.clean-form-the-breath-act-dark .clean-local-form-header small {
  display: none;
}

.clean-form-the-breath-act-dark .clean-local-form-label,
.clean-form-the-breath-act-dark .clean-local-form-question legend,
.clean-form-the-breath-act-dark .clean-local-form-section h2,
.clean-form-the-breath-act-dark .clean-local-form-section p,
.clean-form-the-breath-act-dark .clean-local-form-help,
.clean-form-the-breath-act-dark .clean-local-form-options,
.clean-form-the-breath-act-dark .clean-local-form-scale-labels {
  color: #fff;
}

.clean-form-the-breath-act-dark .clean-local-form-label,
.clean-form-the-breath-act-dark .clean-local-form-question legend {
  font-size: 0.82rem;
  line-height: 1.25;
  margin: 0 0 5px;
}

.clean-form-the-breath-act-dark .clean-local-form-required {
  color: #fff;
}

.clean-form-the-breath-act-dark .clean-local-form input[type="text"],
.clean-form-the-breath-act-dark .clean-local-form input[type="email"],
.clean-form-the-breath-act-dark .clean-local-form input[type="tel"],
.clean-form-the-breath-act-dark .clean-local-form input[type="url"],
.clean-form-the-breath-act-dark .clean-local-form input[type="number"],
.clean-form-the-breath-act-dark .clean-local-form input[type="date"],
.clean-form-the-breath-act-dark .clean-local-form input[type="time"],
.clean-form-the-breath-act-dark .clean-local-form select {
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 999px;
  color: #202124;
  min-height: 43px;
  padding: 9px 14px;
  width: 100%;
}

.clean-form-the-breath-act-dark .clean-local-form textarea {
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 18px;
  color: #202124;
  min-height: 120px;
  padding: 14px;
  width: 100%;
}

.clean-form-the-breath-act-dark .clean-local-form-section {
  border-top: 1px solid rgb(255 255 255 / 0.3);
  margin-top: 10px;
  padding-top: 16px;
}

.clean-form-the-breath-act-dark .clean-local-form-actions button {
  background: #fff;
  border-radius: 999px;
  color: #020c1c;
  min-width: 160px;
}

html.clean-site:has(body.clean-form-the-breath-act-ghl),
body.clean-form-the-breath-act-ghl {
  background: transparent;
}

body.clean-form-the-breath-act-ghl {
  color: #fff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  padding: 46px 0 70px;
}

.clean-form-the-breath-act-ghl .clean-local-form-page {
  max-width: 568px;
}

.clean-form-the-breath-act-ghl .clean-local-form {
  gap: 34px;
}

.clean-form-the-breath-act-ghl .clean-local-form-header,
.clean-form-the-breath-act-ghl .clean-local-form-question,
.clean-form-the-breath-act-ghl .clean-local-form-section {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  padding: 0;
}

.clean-form-the-breath-act-ghl .clean-local-form-header {
  text-align: center;
}

.clean-form-the-breath-act-ghl .clean-local-form-header h1 {
  color: #fff;
  font-size: 1.55rem;
  margin: 0;
}

.clean-form-the-breath-act-ghl .clean-local-form-header p,
.clean-form-the-breath-act-ghl .clean-local-form-header small {
  display: none;
}

.clean-form-the-breath-act-ghl .clean-local-form-label,
.clean-form-the-breath-act-ghl .clean-local-form-question legend,
.clean-form-the-breath-act-ghl .clean-local-form-section h2,
.clean-form-the-breath-act-ghl .clean-local-form-section p,
.clean-form-the-breath-act-ghl .clean-local-form-help,
.clean-form-the-breath-act-ghl .clean-local-form-options,
.clean-form-the-breath-act-ghl .clean-local-form-scale-labels {
  color: #fff;
}

.clean-form-the-breath-act-ghl .clean-local-form-label,
.clean-form-the-breath-act-ghl .clean-local-form-question legend {
  font-size: 0.78rem;
  line-height: 1.4;
  margin: 0 0 5px;
}

.clean-form-the-breath-act-ghl .clean-local-form input[type="text"],
.clean-form-the-breath-act-ghl .clean-local-form input[type="email"],
.clean-form-the-breath-act-ghl .clean-local-form input[type="tel"],
.clean-form-the-breath-act-ghl .clean-local-form input[type="url"],
.clean-form-the-breath-act-ghl .clean-local-form input[type="number"],
.clean-form-the-breath-act-ghl .clean-local-form input[type="date"],
.clean-form-the-breath-act-ghl .clean-local-form input[type="time"],
.clean-form-the-breath-act-ghl .clean-local-form select {
  background: #fff;
  border: 1px solid #acacac;
  border-radius: 20px;
  color: #000;
  font: 300 12px/18px "Poppins", Arial, sans-serif;
  min-height: 36px;
  padding: 8px 15px;
  width: 100%;
}

.clean-form-the-breath-act-ghl .clean-local-form textarea {
  background: #fff;
  border: 1px solid #acacac;
  border-radius: 20px;
  color: #000;
  font: 300 12px/18px "Poppins", Arial, sans-serif;
  height: 108px;
  min-height: 108px;
  padding: 8px 15px;
  width: 100%;
}

.clean-form-the-breath-act-ghl .clean-local-form-section {
  text-align: center;
}

.clean-form-the-breath-act-ghl .clean-local-form-section h2 {
  font-size: 1rem;
  margin: 0 0 5px;
}

.clean-form-the-breath-act-ghl .clean-local-form-section p {
  font-size: 0.78rem;
  margin: 0;
}

.clean-form-the-breath-act-ghl .clean-local-form-section + .clean-local-form-question {
  margin-top: -31px;
}

.clean-form-the-breath-act-ghl .clean-local-form-question:has(select[name="entry.main_reason"]) +
.clean-local-form-question {
  margin-top: 22px;
}

.clean-form-the-breath-act-ghl .clean-local-form-question + fieldset.clean-local-form-question {
  margin-top: -34px;
}

.clean-form-the-breath-act-ghl fieldset.clean-local-form-question +
fieldset.clean-local-form-question {
  margin-top: 32px;
}

.clean-form-the-breath-act-ghl fieldset.clean-local-form-question > legend {
  display: none;
}

.clean-form-the-breath-act-ghl .clean-local-form input[type="radio"],
.clean-form-the-breath-act-ghl .clean-local-form input[type="checkbox"] {
  height: 15px;
  width: 15px;
}

.clean-form-the-breath-act-ghl .clean-local-form-actions {
  padding: 0;
}

.clean-form-the-breath-act-ghl .clean-local-form-actions button {
  background: #532df5;
  border-radius: 30px;
  color: #fff;
  font: 600 14px/25.2px "Roboto", Arial, sans-serif;
  min-height: 83px;
  padding: 20px 50px;
  width: 100%;
}

html.clean-site:has(body.clean-form-the-breath-act-malaga),
body.clean-form-the-breath-act-malaga {
  background: transparent;
}

body.clean-form-the-breath-act-malaga {
  box-sizing: border-box;
  color: #555;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  min-height: 382px;
  padding: 25px 25px 103px;
}

.clean-form-the-breath-act-malaga .clean-local-form-page {
  max-width: none;
  width: 100%;
}

.clean-form-the-breath-act-malaga .clean-local-form {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.clean-form-the-breath-act-malaga .clean-local-form-header,
.clean-form-the-breath-act-malaga .clean-local-form-question,
.clean-form-the-breath-act-malaga .clean-local-form-actions {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.clean-form-the-breath-act-malaga .clean-local-form-header,
.clean-form-the-breath-act-malaga .clean-local-form-question:first-of-type,
.clean-form-the-breath-act-malaga .clean-local-form-question:nth-of-type(4),
.clean-form-the-breath-act-malaga .clean-local-form-actions {
  grid-column: 1 / -1;
}

.clean-form-the-breath-act-malaga .clean-local-form-header {
  height: 33px;
  text-align: center;
}

.clean-form-the-breath-act-malaga .clean-local-form-header h1 {
  color: #fff;
  font: 400 24px/31.2px "Poppins", Arial, sans-serif;
  margin: 0;
}

.clean-form-the-breath-act-malaga .clean-local-form-header p,
.clean-form-the-breath-act-malaga .clean-local-form-header small,
.clean-form-the-breath-act-malaga .clean-local-form-label {
  display: none;
}

.clean-form-the-breath-act-malaga .clean-local-form input[type="text"],
.clean-form-the-breath-act-malaga .clean-local-form input[type="email"],
.clean-form-the-breath-act-malaga .clean-local-form input[type="tel"] {
  background: #fff;
  border: 0;
  border-radius: 0;
  color: #222;
  font: 400 14px/20px "Poppins", Arial, sans-serif;
  height: 42px;
  min-height: 42px;
  padding: 10px 14px;
  width: 100%;
}

.clean-form-the-breath-act-malaga .clean-local-form-actions button {
  background: #3602ff;
  border-radius: 0;
  color: #fff;
  font: 400 24px/36px Arial, sans-serif;
  height: 55px;
  padding: 8px;
  width: 100%;
}

@media (max-width: 520px) {
  body.clean-embedded-form-page {
    padding-inline: 0;
  }

  .clean-local-form-header,
  .clean-local-form-question,
  .clean-local-form-section {
    padding: 20px 16px;
  }
}

/* Duda/QDQ: estados reconstruidos sin cargar su runtime propietario. */
html.clean-site {
  --color_1: #006a9c;
  --color_5: #5f6062;
  --color_6: #006f82;
}

/*
 * The archive was captured with Duda's desktop device class. Duda normally
 * swaps that class server-side; the independent build now does it locally.
 * These rules also neutralise desktop-only widget geometry on narrow screens.
 */
@media (max-width: 767px) {
  html.clean-site,
  html.clean-site body,
  html.clean-site #dm,
  html.clean-site #dm .dmOuter,
  html.clean-site #dm .dmInner,
  html.clean-site #dm .site_content,
  html.clean-site #dm .dmContent {
    min-width: 0 !important;
    max-width: 100% !important;
  }

html.clean-site body {
  overflow-x: clip;
}

/* El export incluía el hueco de reCAPTCHA de Duda, pero no el captcha funcional. */
html.clean-site .dmform .g-recaptcha {
  display: none !important;
}

  html.clean-site #dm .dmBody .dmRespColsWrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    min-width: 0;
  }

  html.clean-site #dm .dmBody .dmRespRow {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  html.clean-site #dm .dmBody .dmRespRow.fullBleedMode,
  html.clean-site #dm .dmBody .dmRespRow.dmRespRowFullBleed {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html.clean-site #dm .dmBody .dmRespCol {
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  html.clean-site #dm .dmBody .dmRespCol.small-12 {
    flex: 0 0 100% !important;
    float: none !important;
    width: 100% !important;
  }

  html.clean-site #dm .dmBody .dmNewParagraph {
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-wrap: anywhere;
  }

  html.clean-site #dm .dmBody :is(h1, h2, h3, h4, h5, h6, p, li, a, label) {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  html.clean-site #dm .dmBody :is(img, video, iframe, canvas, svg) {
    max-width: 100%;
  }

  html.clean-site #dm .dmBody .dmform,
  html.clean-site #dm .dmBody .dmform-wrapper,
  html.clean-site #dm .dmBody .dmform form,
  html.clean-site #dm .dmBody .dmform :is(input:not([type="checkbox"]):not([type="radio"]), textarea, select) {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  /* Device font utilities that were previously generated by Duda at request time. */
  html.clean-site #dm .m-size-11, html.clean-site #dm .m-font-size-11 { font-size: 11px !important; }
  html.clean-site #dm .m-size-12, html.clean-site #dm .m-font-size-12 { font-size: 12px !important; }
  html.clean-site #dm .m-size-13, html.clean-site #dm .m-font-size-13 { font-size: 13px !important; }
  html.clean-site #dm .m-size-15, html.clean-site #dm .m-font-size-15 { font-size: 15px !important; }
  html.clean-site #dm .m-size-16, html.clean-site #dm .m-font-size-16 { font-size: 16px !important; }
  html.clean-site #dm .m-size-18, html.clean-site #dm .m-font-size-18 { font-size: 18px !important; }
  html.clean-site #dm .m-size-20, html.clean-site #dm .m-font-size-20 { font-size: 20px !important; }
  html.clean-site #dm .m-size-24, html.clean-site #dm .m-font-size-24 { font-size: 24px !important; }
  html.clean-site #dm .m-size-25, html.clean-site #dm .m-font-size-25 { font-size: 25px !important; }
  html.clean-site #dm .m-size-29, html.clean-site #dm .m-font-size-29 { font-size: 29px !important; }
  html.clean-site #dm .m-size-30, html.clean-site #dm .m-font-size-30 { font-size: 30px !important; }
  html.clean-site #dm .m-size-35, html.clean-site #dm .m-font-size-35 { font-size: 35px !important; }
  html.clean-site #dm .m-size-36, html.clean-site #dm .m-font-size-36 { font-size: 36px !important; }
  html.clean-site #dm .m-size-38, html.clean-site #dm .m-font-size-38 { font-size: 38px !important; }
  html.clean-site #dm .m-size-40, html.clean-site #dm .m-font-size-40 { font-size: 40px !important; }
  html.clean-site #dm .m-size-45, html.clean-site #dm .m-font-size-45 { font-size: 45px !important; }

  /* Captured gallery rows use a three-column desktop grid. On a phone every
     card gets the full readable width, including its image and caption. */
  html.clean-site #dm .dmBody .dmPhotoGallery .layout-container,
  html.clean-site #dm .dmBody .dmPhotoGallery .photogallery-row {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    width: 100% !important;
  }

  html.clean-site #dm .dmBody .dmPhotoGallery .photogallery-column,
  html.clean-site #dm .dmBody .dmPhotoGallery .photoGalleryThumbs,
  html.clean-site #dm .dmBody .dmPhotoGallery .thumbnailInnerWrapper,
  html.clean-site #dm .dmBody .dmPhotoGallery .caption-container,
  html.clean-site #dm .dmBody .dmPhotoGallery .caption-inner {
    flex: 0 0 auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  html.clean-site #dm .dmBody .dmPhotoGallery .photoGalleryThumbs {
    margin-bottom: 22px !important;
  }

  html.clean-site #dm .dmBody .dmPhotoGallery .caption-inner {
    height: auto !important;
    min-height: 0 !important;
  }

  html.clean-site #dm .dmBody .dmPhotoGallery .caption-title {
    width: 100% !important;
  }

  /* Footer widgets had fixed desktop heights, causing the SEO and legal rows
     to paint on top of one another. Let the content define its own height. */
  html.clean-site #dm .dmFooterResp div.u_1628620272,
  html.clean-site #dm .dmFooterResp div.u_1256356184,
  html.clean-site #dm .dmFooterResp div.u_1870985921,
  html.clean-site #dm .dmFooterResp div.u_1566141649 {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin-inline: auto !important;
  }

  html.clean-site #dm .dmFooterResp .u_1870985921 .seo-widget-container {
    display: flex !important;
    position: static !important;
    flex-flow: row wrap !important;
    justify-content: center !important;
    gap: 7px 12px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 24px auto !important;
    padding-inline: 8px !important;
  }

  html.clean-site #dm .dmFooterResp .u_1870985921 .seo-widget-container > li {
    display: block !important;
    float: none !important;
    flex: 0 1 auto !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  html.clean-site #dm .dmBody .dmRespRow {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  html.clean-site #dm .dmBody .dmRespRow.fullBleedMode,
  html.clean-site #dm .dmBody .dmRespRow.dmRespRowFullBleed {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html.clean-site #dm .dmBody .dmRespColsWrapper {
    min-width: 0 !important;
  }

  html.clean-site #dm .dmBody .dmRespCol {
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  html.clean-site #dm .dmBody .dmNewParagraph {
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html.clean-site body[data-page-alias="posts/~page-item~"] #dm .dmBody .dmRespColsWrapper {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  html.clean-site body[data-page-alias="posts/~page-item~"] #dm .dmBody .dmRespCol {
    flex: 0 0 100% !important;
    float: none !important;
    width: 100% !important;
  }

  html.clean-site #dm .dmBody .dmPhotoGallery .layout-container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
    height: auto !important;
    width: 100% !important;
  }

  html.clean-site #dm .dmBody .dmPhotoGallery .photogallery-row {
    display: contents !important;
  }

  html.clean-site #dm .dmBody .dmPhotoGallery .photogallery-column,
  html.clean-site #dm .dmBody .dmPhotoGallery .photoGalleryThumbs,
  html.clean-site #dm .dmBody .dmPhotoGallery .thumbnailInnerWrapper,
  html.clean-site #dm .dmBody .dmPhotoGallery .caption-container,
  html.clean-site #dm .dmBody .dmPhotoGallery .caption-inner {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  html.clean-site #dm .dmBody .dmPhotoGallery .photoGalleryThumbs,
  html.clean-site #dm .dmBody .dmPhotoGallery .thumbnailInnerWrapper,
  html.clean-site #dm .dmBody .dmPhotoGallery .caption-container,
  html.clean-site #dm .dmBody .dmPhotoGallery .caption-inner {
    height: auto !important;
    min-height: 0 !important;
  }

  html.clean-site #dm .dmBody .dmPhotoGallery .caption-title {
    width: 100% !important;
  }

  html.clean-site #dm .dmFooterResp div.u_1628620272,
  html.clean-site #dm .dmFooterResp div.u_1256356184,
  html.clean-site #dm .dmFooterResp div.u_1870985921,
  html.clean-site #dm .dmFooterResp div.u_1566141649 {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin-inline: auto !important;
  }

  html.clean-site #dm .dmFooterResp .u_1870985921 .seo-widget-container,
  html.clean-site #dm .dmFooterResp .policy-links-wrapper {
    display: flex !important;
    position: static !important;
    flex-flow: row wrap !important;
    justify-content: center !important;
    gap: 7px 12px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 20px auto !important;
    padding-inline: 16px !important;
  }

  html.clean-site #dm .dmFooterResp .u_1870985921 .seo-widget-container > li,
  html.clean-site #dm .dmFooterResp .policy-links-wrapper > li {
    display: block !important;
    float: none !important;
    flex: 0 1 auto !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html.clean-site #dm .t-size-11 { font-size: 11px !important; }
  html.clean-site #dm .t-size-12 { font-size: 12px !important; }
  html.clean-site #dm .t-size-13 { font-size: 13px !important; }
  html.clean-site #dm .t-size-14 { font-size: 14px !important; }
  html.clean-site #dm .t-size-15 { font-size: 15px !important; }
  html.clean-site #dm .t-size-16 { font-size: 16px !important; }
  html.clean-site #dm .t-size-18 { font-size: 18px !important; }
  html.clean-site #dm .t-size-20 { font-size: 20px !important; }
  html.clean-site #dm .t-size-24 { font-size: 24px !important; }
  html.clean-site #dm .t-size-25 { font-size: 25px !important; }
  html.clean-site #dm .t-size-29 { font-size: 29px !important; }
  html.clean-site #dm .t-size-30 { font-size: 30px !important; }
  html.clean-site #dm .t-size-35 { font-size: 35px !important; }
  html.clean-site #dm .t-size-36 { font-size: 36px !important; }
  html.clean-site #dm .t-size-38 { font-size: 38px !important; }
  html.clean-site #dm .t-size-40 { font-size: 40px !important; }
  html.clean-site #dm .t-size-45 { font-size: 45px !important; }
  html.clean-site #dm .t-size-48 { font-size: 48px !important; }
  html.clean-site #dm .t-size-50 { font-size: 50px !important; }
  html.clean-site #dm .t-size-70 { font-size: 70px !important; }
}

/* Accessible contrast for the persistent desktop header. */
.unifiednav__item.unav-top-item > .nav-item-text {
  color: #5f6062 !important;
}

/* Keep the desktop navigation geometry stable in every interaction state. */
@media (min-width: 768px) {
  #dm .dmHeaderContainer.showOnLarge .main-navigation .unifiednav__item.unav-top-item,
  #dm .dmHeaderContainer.showOnLarge .main-navigation .unifiednav__item.unav-top-item:hover,
  #dm .dmHeaderContainer.showOnLarge .main-navigation .unifiednav__item.unav-top-item:focus-visible,
  #dm .dmHeaderContainer.showOnLarge .main-navigation .unifiednav__item.unav-top-item.dmNavItemSelected,
  #dm .dmHeaderContainer.showOnLarge .main-navigation .unifiednav__item.unav-top-item.currentPage,
  #dm .dmHeaderContainer.showOnLarge .main-navigation .unifiednav__item.unav-top-item > .nav-item-text,
  #dm .dmHeaderContainer.showOnLarge .main-navigation .unifiednav__item.unav-top-item:hover > .nav-item-text,
  #dm .dmHeaderContainer.showOnLarge .main-navigation .unifiednav__item.unav-top-item:focus-visible > .nav-item-text,
  #dm .dmHeaderContainer.showOnLarge .main-navigation .unifiednav__item.unav-top-item.dmNavItemSelected > .nav-item-text,
  #dm .dmHeaderContainer.showOnLarge .main-navigation .unifiednav__item.unav-top-item.currentPage > .nav-item-text {
    font-weight: 400 !important;
  }
}

/* Rebalance the three remaining social links after removing inactive Twitter. */
html.clean-site #dm .p_hfcontainer div.u_1619766194,
html.clean-site #dm .p_hfcontainer div.u_1283411729 {
  width: 210px !important;
  max-width: 210px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

html.clean-site #dm .p_hfcontainer .u_1619766194 .socialHubInnerDiv,
html.clean-site #dm .p_hfcontainer .u_1830920931 .socialHubInnerDiv,
html.clean-site #dm .p_hfcontainer .u_1283411729 .socialHubInnerDiv {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 27px;
  width: 100%;
}

html.clean-site #dm .p_hfcontainer .u_1619766194 .socialHubInnerDiv a,
html.clean-site #dm .p_hfcontainer .u_1619766194 .socialHubInnerDiv a:not(:last-child),
html.clean-site #dm .p_hfcontainer .u_1830920931 .socialHubInnerDiv a,
html.clean-site #dm .p_hfcontainer .u_1830920931 .socialHubInnerDiv a:not(:last-child),
html.clean-site #dm .p_hfcontainer .u_1283411729 .socialHubInnerDiv a,
html.clean-site #dm .p_hfcontainer .u_1283411729 .socialHubInnerDiv a:not(:last-child) {
  flex: 0 0 auto;
  margin-right: 0 !important;
}

/* Keep footer contact actions comfortably tappable without changing their
   visual alignment on desktop. */
html.clean-site #dm .dmFooterContainer a.inlineBindingLink[href^="mailto:"],
html.clean-site #dm .dmFooterContainer a.inlineBindingLink[href^="tel:"] {
  display: inline-flex !important;
  align-items: center;
  min-height: 44px;
  padding-block: 10px;
  margin-block: -10px;
}

@media (max-width: 767px) {
  html.clean-site #dm .p_hfcontainer div.u_1830920931 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  html.clean-site #dm .p_hfcontainer .u_1830920931 .socialHubInnerDiv {
    gap: 0;
  }

  html.clean-site #dm .p_hfcontainer .u_1830920931 a:not([aria-label="whatsapp"]) {
    display: none !important;
  }
}

#dm .p_hfcontainer a.u_1789912217.u_1789912217 {
  background-color: #006f82 !important;
}

.dmBeforeAndAfter.baf__container[data-clean-before-after-ready="true"] {
  cursor: ew-resize;
  touch-action: none;
}

.dmBeforeAndAfter.baf__container[data-clean-before-after-ready="true"] > .baf__after,
.dmBeforeAndAfter.baf__container[data-clean-before-after-ready="true"] > .baf__after > img {
  will-change: transform;
}

.dmBeforeAndAfter.baf__container .baf__handle:focus-visible {
  outline: 3px solid #006f82;
  outline-offset: 4px;
}

.inlineMap[data-clean-contact-map-ready="true"] .mapContainer {
  background: #e8e7e2;
  min-height: 200px;
}

.clean-contact-map {
  display: block;
  line-height: 0;
  overflow: hidden;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.clean-contact-map img {
  display: block;
  height: 100% !important;
  min-height: 0 !important;
  max-height: 100% !important;
  object-fit: cover !important;
  transition: transform 250ms ease;
  width: 100% !important;
}

.clean-contact-map:hover img,
.clean-contact-map:focus-visible img {
  transform: scale(1.025);
}

.clean-contact-map:focus-visible {
  outline: 3px solid #006f82;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  html.clean-site body#dmRoot #dm .dmDividerWrapper,
  html.clean-site body#dmRoot #dm .dmDividerWrapper .dmDivider {
    box-sizing: border-box !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #dm .dmBody .u_1097243728 > .dmRespColsWrapper {
    display: flex !important;
    flex-direction: column !important;
  }

  #dm .dmBody .u_1097243728 > .dmRespColsWrapper > .dmRespCol {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
  }

  #dm .dmBody .u_1097243728 > .dmRespColsWrapper > .u_1319061278 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  #dm .dmBody .u_1097243728 .inlineMap {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
  }
}

.clean-site .clean-duda-animation-pending {
  opacity: 0 !important;
  visibility: hidden !important;
}

html.clean-site body.dmRoot #dm .dmBody .clean-duda-animation-revealed,
.clean-site .clean-duda-animation-revealed {
  animation-delay: var(--clean-duda-animation-delay, 0s) !important;
  animation-duration: var(--clean-duda-animation-duration, 1s) !important;
  animation-fill-mode: both !important;
  visibility: visible !important;
}

.clean-site [data-clean-duda-animation*="fadein"].clean-duda-animation-revealed {
  animation-name: clean-duda-fade-in !important;
}

.clean-site [data-clean-duda-animation*="bouncein"].clean-duda-animation-revealed {
  animation-name: clean-duda-bounce-in !important;
}

.clean-site [data-clean-duda-animation*="slidein"].clean-duda-animation-revealed {
  animation-name: clean-duda-slide-in-up !important;
}

.clean-site [data-clean-duda-animation="fadeinright"].clean-duda-animation-revealed,
.clean-site [data-clean-duda-direction="right"].clean-duda-animation-revealed {
  animation-name: clean-duda-fade-in-right !important;
}

@keyframes clean-duda-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes clean-duda-fade-in-right {
  from { opacity: 0; transform: translate3d(38px, 0, 0); }
  to { opacity: 1; transform: none; }
}

@keyframes clean-duda-slide-in-up {
  from { opacity: 0; transform: translate3d(0, 42px, 0); }
  to { opacity: 1; transform: none; }
}

@keyframes clean-duda-bounce-in {
  0% { opacity: 0; transform: scale3d(.84, .84, .84); }
  62% { opacity: 1; transform: scale3d(1.035, 1.035, 1.035); }
  82% { transform: scale3d(.985, .985, .985); }
  100% { opacity: 1; transform: none; }
}

.clean-site .flexslider[data-clean-duda-slider-ready="true"] .slides {
  position: relative;
}

.clean-site .flexslider[data-clean-duda-slider-ready="true"] .slides > li {
  inset: 0;
  transition: opacity .6s ease;
}

.clean-site .flexslider[data-clean-duda-slider-ready="true"] .flex-direction-nav a {
  cursor: pointer;
}

.clean-site .flexslider[data-clean-duda-slider-ready="true"] .flex-direction-nav .flex-prev::before,
.clean-site .flexslider[data-clean-duda-slider-ready="true"] .flex-direction-nav .flex-next::before {
  font-family: Arial, sans-serif !important;
  font-size: 42px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
}

.clean-site .flexslider[data-clean-duda-slider-ready="true"] .flex-direction-nav .flex-prev::before {
  content: "‹" !important;
}

.clean-site .flexslider[data-clean-duda-slider-ready="true"] .flex-direction-nav .flex-next::before {
  content: "›" !important;
}

.clean-site #dm .dmBody .dmform form input[type="submit"] {
  color: #006477 !important;
  -webkit-text-fill-color: #006477 !important;
}

.clean-site .seo-widget-container li > a {
  align-items: center;
  display: inline-flex;
  min-height: 24px;
}

.clean-site .unifiednav__item-wrap.clean-duda-submenu-open > .unifiednav__container_sub-nav {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 1024px) {
  .clean-site #dm .dmInner {
    min-width: 0 !important;
    width: 100% !important;
  }

  .clean-site .hamburger-drawer {
    background: #fff;
    box-shadow: 10px 0 30px rgb(0 0 0 / 18%);
    display: block !important;
    height: 100dvh !important;
    inset: 0 auto 0 0 !important;
    max-width: min(88vw, 390px);
    opacity: 0;
    overflow-y: auto;
    position: fixed !important;
    transform: translateX(-105%) !important;
    transition: transform .32s ease, opacity .32s ease;
    visibility: hidden;
    width: 88vw !important;
    z-index: 2147483601 !important;
  }

  html.clean-site body#dmRoot #dm #hamburger-drawer.hamburger-drawer {
    box-sizing: border-box !important;
    max-width: min(88vw, 390px) !important;
    min-width: min(88vw, 390px) !important;
    width: min(88vw, 390px) !important;
  }

  html.clean-site body#dmRoot #dm #hamburger-drawer .dmRespRow,
  html.clean-site body#dmRoot #dm #hamburger-drawer .dmRespColsWrapper,
  html.clean-site body#dmRoot #dm #hamburger-drawer .dmRespCol,
  html.clean-site body#dmRoot #dm #hamburger-drawer .main-navigation,
  html.clean-site body#dmRoot #dm #hamburger-drawer .unifiednav__container,
  html.clean-site body#dmRoot #dm #hamburger-drawer .unifiednav__item-wrap,
  html.clean-site body#dmRoot #dm #hamburger-drawer .unifiednav__item {
    box-sizing: border-box !important;
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .clean-site .hamburger-drawer.clean-duda-drawer-open {
    opacity: 1;
    transform: translateX(0) !important;
    visibility: visible;
  }

  html.clean-duda-drawer-active::after {
    background: rgb(0 0 0 / 38%);
    content: "";
    inset: 0;
    position: fixed;
    z-index: 2147483600;
  }

  html.clean-duda-drawer-active,
  html.clean-duda-drawer-active body {
    overflow: hidden !important;
  }

  html.clean-duda-drawer-active .layout-drawer-hamburger {
    pointer-events: auto !important;
    position: fixed !important;
    z-index: 2147483602 !important;
  }

  .clean-site .hamburger-drawer .unifiednav__container_sub-nav {
    position: static !important;
  }

  .clean-site .hamburger-drawer .unifiednav__item-wrap.clean-duda-submenu-open > .unifiednav__container_sub-nav {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    opacity: 1 !important;
    position: static !important;
    transform: none !important;
    visibility: visible !important;
  }

  .clean-site .hamburger-drawer .unifiednav__item-wrap:not(.clean-duda-submenu-open) > .unifiednav__container_sub-nav {
    display: none !important;
  }
}

.clean-duda-lightbox[hidden] {
  display: none !important;
}

.clean-duda-lightbox {
  align-items: center;
  background: rgb(7 20 29 / 94%);
  display: grid;
  grid-template-columns: minmax(44px, 8vw) minmax(0, 1fr) minmax(44px, 8vw);
  inset: 0;
  justify-items: center;
  position: fixed;
  z-index: 2147483640;
}

.clean-duda-lightbox figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0;
  max-width: 84vw;
}

.clean-duda-lightbox img {
  max-height: 82vh;
  max-width: 84vw;
  object-fit: contain;
}

.clean-duda-lightbox figcaption {
  color: #fff;
  font: 500 15px/1.4 Arial, sans-serif;
  margin-top: 14px;
  text-align: center;
}

.clean-duda-lightbox button {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font: 300 52px/1 Arial, sans-serif;
}

.clean-duda-lightbox-close {
  font-size: 38px !important;
  position: absolute;
  right: 22px;
  top: 16px;
}

html.clean-duda-lightbox-open,
html.clean-duda-lightbox-open body {
  overflow: hidden !important;
}

.clean-site .youtubeExt .clean-duda-local-video {
  aspect-ratio: 16 / 9;
  background: #000;
  display: block;
  height: auto;
  width: 100%;
}

.clean-site video.videobgframe {
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}

.clean-site [data-auto="runtime-accordion-widget"] > [data-grab="accordion-container"] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.clean-site [data-auto="runtime-accordion-widget"] [data-grab="accordion-item-container"] {
  margin: 0;
  padding: 0;
}

.clean-site [data-auto="runtime-accordion-widget"] [data-grab="accordion-item-title-wrapper"] {
  align-items: center;
  background-color: #f6f6f6;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  min-height: 58px;
  padding: 16px;
}

.clean-site [data-auto="runtime-accordion-widget"] [data-grab="accordion-item-title"] {
  align-items: center;
  color: #304451;
  display: flex;
  flex: 1 1 0%;
  color: #304451 !important;
  font-size: 16px !important;
  gap: 8px;
  line-height: normal;
  margin: 0;
}

.clean-site [data-auto="runtime-accordion-widget"] [data-grab="accordion-item-title"] > span {
  color: #304451;
  display: block;
  flex: 1 1 0%;
  font-size: 16px !important;
  line-height: normal;
}

.clean-site [data-auto="runtime-accordion-widget"] [data-grab="accordion-item-arrow-wrapper"] {
  background-color: #304451;
  border-radius: 47%;
  color: #f6f6f6;
  display: block;
  flex: 0 0 26px;
  height: 26px;
  padding: 3px;
  width: 26px;
}

.clean-site [data-auto="runtime-accordion-widget"] [data-grab="accordion-item-arrow"] {
  color: #f6f6f6;
  display: flex;
  flex-direction: column;
  height: 20px !important;
  position: relative;
  transition: transform 300ms ease-in-out;
  width: 20px !important;
}

.clean-site [data-auto="runtime-accordion-widget"] [data-grab="accordion-item-arrow"] svg {
  color: #f6f6f6;
  display: block;
  height: 20px !important;
  transform: rotate(180deg);
  transition: 500ms ease-in-out;
  width: 20px !important;
}

.clean-site [data-auto="runtime-accordion-widget"] .clean-duda-accordion-open [data-grab="accordion-item-arrow"] {
  transform: none;
}

.clean-site [data-auto="runtime-accordion-widget"] [data-grab="accordion-item-title-wrapper"] + div {
  display: block !important;
}

.clean-site [data-auto="runtime-accordion-widget"] [data-grab="accordion-item-title-wrapper"] + div > div {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease-out;
}

.clean-site [data-auto="runtime-accordion-widget"] [data-grab="accordion-item-desc"] {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-start;
  padding: 16px;
}

.clean-site [data-auto="runtime-accordion-widget"] [data-grab="accordion-item-desc"] > div {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 16px;
}

.clean-site [data-auto="runtime-accordion-widget"] [data-grab="accordion-item-desc-text"] {
  color: #304451;
  font-size: 12px;
  line-height: normal;
}

.clean-site [data-auto="runtime-accordion-widget"] [data-auto="button-root"] {
  align-items: center;
  border: 2px solid #dbdbdb !important;
  box-sizing: border-box;
  display: flex !important;
  height: 42px !important;
  justify-content: center;
  margin: 0 !important;
  max-width: 100%;
  padding: 0 20px !important;
  width: 261px !important;
}

.clean-site [data-auto="runtime-accordion-widget"] [data-auto="button-text"] {
  color: #304451 !important;
  display: block !important;
  flex: 1 1 auto;
  font-size: 12px !important;
  font-weight: 700 !important;
  height: 38px;
}

/* Keep the two-person row balanced after removing a former team member. */
@media (min-width: 768px) {
  .clean-site .clean-team-row--two > .dmRespColsWrapper {
    margin-inline: auto !important;
    max-width: 900px !important;
    width: min(100%, 900px) !important;
  }
}

/* Self-contained header phone icon; replaces the fragile Duda font glyph. */
.clean-site #dm .clean-phone-icon {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 auto;
  color: var(--btn-icon-color, #fff);
  fill: currentColor;
  overflow: visible;
}

@media (prefers-reduced-motion: reduce) {
  .clean-site .animated,
  .clean-site .clean-gallery-grid .e-gallery-image,
  .clean-site .qodef-qi-clients-slider > .swiper-wrapper,
  .clean-site .elementor-image-carousel-wrapper .swiper-wrapper,
  .clean-site .elementor-main-swiper .swiper-wrapper,
  .clean-site .clean-jet-carousel-track,
  .clean-site .ti-reviews-container-wrapper,
  .clean-site .jet-animated-text__animated-text-item.clean-text-animate > span,
  .clean-site .joinchat.clean-joinchat-visible {
    animation: none !important;
    transition: none !important;
  }
}
.clean-duda-linked-card {
  cursor: pointer;
}

.clean-duda-card-title-link {
  color: inherit;
  text-decoration: none;
}

.clean-duda-card-title-link:hover,
.clean-duda-card-title-link:focus-visible {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}
