.elementor-3589 .elementor-element.elementor-element-34a4b82{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3589 .elementor-element.elementor-element-954dc9b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3589 .elementor-element.elementor-element-c330560{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-54ba897 */.dh-footer,
.dh-footer * {
  box-sizing: border-box;
}

.dh-footer {
  width: min(calc(100vw - 24px), 1320px);
  margin: 0 auto;
  padding: 34px 22px 18px;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  border-radius: 28px 28px 0 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.dh-footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.dh-footer-brand {
  max-width: 280px;
}

.dh-footer-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 18px;
}

.dh-footer-logo img {
  display: block;
  width: auto;
  height: 54px;
  object-fit: contain;
}

.dh-footer-note {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255,255,255,0.62);
  max-width: 22ch;
}

.dh-footer-col h4 {
  margin: 0 0 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.48);
}

.dh-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.dh-footer-col li {
  margin: 0;
  padding: 0;
}

.dh-footer-col a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.dh-footer-col a:hover {
  color: #ffffff;
  opacity: 0.72;
  transform: translateX(2px);
}

.dh-footer-bottom {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  color: rgba(255,255,255,0.48);
}

.dh-footer-privacy {
  color: rgba(255,255,255,0.72);
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.dh-footer-privacy:hover {
  color: #ffffff;
  opacity: 0.72;
}

/* light mode */
body.dh-theme-light .dh-footer {
  background: rgba(255,255,255,0.72);
  border-top-color: rgba(17,17,17,0.08);
}

body.dh-theme-light .dh-footer-note {
  color: rgba(17,17,17,0.62);
}

body.dh-theme-light .dh-footer-col h4 {
  color: rgba(17,17,17,0.46);
}

body.dh-theme-light .dh-footer-col a {
  color: rgba(17,17,17,0.9);
}

body.dh-theme-light .dh-footer-col a:hover {
  color: #111111;
  opacity: 0.72;
}

body.dh-theme-light .dh-footer-bottom {
  border-top-color: rgba(17,17,17,0.08);
  color: rgba(17,17,17,0.48);
}

body.dh-theme-light .dh-footer-privacy {
  color: rgba(17,17,17,0.72);
}

body.dh-theme-light .dh-footer-privacy:hover {
  color: #111111;
}

/* back to top */
.dh-back-to-top {
  position: fixed;
  right: 18px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  z-index: 1400;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #111111;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.16);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    background 0.35s ease,
    color 0.35s ease;
}

.dh-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.dh-back-to-top__icon {
  font-size: 18px;
  line-height: 1;
}

body.dh-theme-light .dh-back-to-top {
  background: #111111;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .dh-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 26px 22px;
  }

  .dh-footer-brand {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .dh-footer {
    width: min(calc(100vw - 16px), 1320px);
    padding: 26px 16px 16px;
    border-radius: 22px 22px 0 0;
  }

  .dh-footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .dh-footer-logo img {
    height: 48px;
  }

  .dh-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .dh-back-to-top {
    right: 14px;
    bottom: 24px;
    width: 40px;
    height: 40px;
  }
}/* End custom CSS */