.htig__wrap{position:relative;max-width:100%;line-height:0;border:var(--htig-img-border-width,0px) solid var(--htig-img-border-color,#dcdcde);border-radius:var(--htig-img-border-radius,14px);overflow:hidden;box-shadow:0 calc((var(--htig-img-shadow,0) * 0.5px)) calc((var(--htig-img-shadow,0) * 1.3px)) rgba(0,0,0,calc(var(--htig-img-shadow,0) / 200));}
.htig__img{display:block;width:100%;height:auto;border-radius:0;}
.htig__overlay{position:absolute;inset:0;}


button.htig-spot,
button.htig-spot:hover,
button.htig-spot:focus,
button.htig-spot:active{
  -webkit-appearance:none;
  appearance:none;
  font:inherit;
  color:inherit;
  letter-spacing:normal;
  text-transform:none;
  padding:0 !important;
  margin:0 !important;
  min-width:0 !important;
  min-height:0 !important;
  background:rgba(var(--htig-rgb,225,29,72), var(--htig-fill-alpha,.2)) !important;
  background-image:none !important;
}
button.htig-spot:focus{outline:none;}


button.htig-spot__label.is-title-trigger,
button.htig-spot__label.is-title-trigger:hover,
button.htig-spot__label.is-title-trigger:focus,
button.htig-spot__label.is-title-trigger:active,
a.htig-spot__label.is-title-trigger,
a.htig-spot__label.is-title-trigger:hover,
a.htig-spot__label.is-title-trigger:focus,
a.htig-spot__label.is-title-trigger:active{
  -webkit-appearance:none;
  appearance:none;
  font:inherit;
  letter-spacing:normal;
  text-transform:none;
  text-decoration:none !important;
  margin:0 !important;
  min-width:0 !important;
  min-height:0 !important;
  box-sizing:border-box;
}
button.htig-spot__label.is-title-trigger{
  border:0;
}


.htig-spot{
  position:absolute;
  left:0;top:0;
  transform:translate(-50%,-50%);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:var(--hsw,4.4%);
  height:var(--hsh,4.4%);
  border:2px solid rgba(var(--htig-rgb,225,29,72), var(--htig-border-alpha,.7));
  background:rgba(var(--htig-rgb,225,29,72), var(--htig-fill-alpha,.2));
  border-radius:999px;
  box-shadow:0 10px 26px rgba(0,0,0,.14);
  cursor:pointer;
  text-decoration:none;
  overflow:visible;
  box-sizing:border-box;
}
.htig-spot.is-rect{
  width:var(--hw,9%);
  height:var(--hh,4%);
  border-radius:10px;
}
.htig-spot__dot{display:none !important;}

.htig-overlay-text{
  position:absolute;
  transform:translate(-50%,-50%);
  margin:0;
  white-space:nowrap;
  line-height:1.2;
  font-family:inherit;
  letter-spacing:inherit;
  text-transform:none;
  text-decoration:none;
  pointer-events:none;
  z-index:3;
}
.htig-overlay-text.is-heading{font-weight:700;}
.htig-overlay-text.is-text{font-weight:inherit;}

.htig-spot__label{
  position:absolute;
  transform:translate(-50%,-50%);
  background:#fff;
  padding:4px 8px;
  border-radius:8px;
  border:1px solid rgba(0,0,0,.12);
  box-shadow:0 4px 12px rgba(0,0,0,.08);
  white-space:nowrap;
  font-size:13px;
  line-height:1.2;
  color:#111827;
}

.htig-spot::before,
.htig-spot::after{content:none !important;display:none !important;}
.htig-spot__label.is-overlay-label{
  z-index:3;
  pointer-events:auto;
  cursor:pointer;
}
.htig-spot__label.is-overlay-label:hover{
  opacity:.96;
}
.htig-spot__label.is-title-trigger:focus{outline:none;}
.htig-spot.fx-calm{animation:htigPulseCalm 1.9s ease-in-out infinite;}
.htig-spot.fx-blink{animation:htigPulseBlink 1.1s ease-in-out infinite;}
.htig-spot.fx-ring::before{content:'';position:absolute;inset:-2px;border:2px solid rgba(var(--htig-rgb,225,29,72), .45);border-radius:inherit;animation:htigFrontRing 1.8s ease-out infinite;pointer-events:none;}
.htig-spot.fx-glow{animation:htigFrontGlow 1.9s ease-in-out infinite;}
.htig-spot.fx-bounce{animation:htigFrontBounce 1.5s ease-in-out infinite;}
.htig-spot.fx-none{animation:none;}
.htig-spot__label.fx-calm{animation:htigLabelPulseCalm 1.9s ease-in-out infinite;}
.htig-spot__label.fx-blink{animation:htigLabelPulseBlink 1.1s ease-in-out infinite;}
.htig-spot__label.fx-ring{animation:htigLabelRingPulse 1.8s ease-out infinite;}
.htig-spot__label.fx-glow{animation:htigLabelGlow 1.9s ease-in-out infinite;}
.htig-spot__label.fx-bounce{animation:htigLabelBounce 1.5s ease-in-out infinite;}
.htig-spot__label.fx-none{animation:none;}
.htig-overlay-text.fx-calm{animation:htigLabelPulseCalm 1.9s ease-in-out infinite;}
.htig-overlay-text.fx-blink{animation:htigLabelPulseBlink 1.1s ease-in-out infinite;}
.htig-overlay-text.fx-ring{animation:htigLabelRingPulse 1.8s ease-out infinite;}
.htig-overlay-text.fx-glow{animation:htigLabelGlow 1.9s ease-in-out infinite;}
.htig-overlay-text.fx-bounce{animation:htigLabelBounce 1.5s ease-in-out infinite;}
.htig-overlay-text.fx-none{animation:none;}
@keyframes htigPulseCalm{
  0%{transform:translate(-50%,-50%) scale(1)}
  50%{transform:translate(-50%,-50%) scale(1.08)}
  100%{transform:translate(-50%,-50%) scale(1)}
}
@keyframes htigPulseBlink{
  0%{transform:translate(-50%,-50%) scale(1)}
  50%{transform:translate(-50%,-50%) scale(1.16)}
  100%{transform:translate(-50%,-50%) scale(1)}
}
@keyframes htigFrontRing{0%{transform:scale(1);opacity:.8}70%{transform:scale(1.85);opacity:0}100%{transform:scale(1.9);opacity:0}}
@keyframes htigFrontGlow{0%,100%{box-shadow:0 10px 26px rgba(0,0,0,.14),0 0 0 rgba(var(--htig-rgb,225,29,72),0)}50%{box-shadow:0 10px 26px rgba(0,0,0,.14),0 0 18px rgba(var(--htig-rgb,225,29,72),.45)}}
@keyframes htigFrontBounce{0%,100%{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-4px)}}
@keyframes htigLabelPulseCalm{
  0%{transform:translate(-50%,-50%) scale(1)}
  50%{transform:translate(-50%,-50%) scale(1.06)}
  100%{transform:translate(-50%,-50%) scale(1)}
}
@keyframes htigLabelPulseBlink{
  0%{transform:translate(-50%,-50%) scale(1)}
  50%{transform:translate(-50%,-50%) scale(1.12)}
  100%{transform:translate(-50%,-50%) scale(1)}
}
@keyframes htigLabelRingPulse{0%,100%{transform:translate(-50%,-50%) scale(1);box-shadow:0 4px 12px rgba(0,0,0,.12),0 0 0 0 rgba(var(--htig-rgb,225,29,72),.35)}70%{transform:translate(-50%,-50%) scale(1.04);box-shadow:0 4px 12px rgba(0,0,0,.12),0 0 0 12px rgba(var(--htig-rgb,225,29,72),0)}}
@keyframes htigLabelGlow{0%,100%{transform:translate(-50%,-50%) scale(1);box-shadow:0 4px 12px rgba(0,0,0,.12),0 0 0 rgba(var(--htig-rgb,225,29,72),0)}50%{transform:translate(-50%,-50%) scale(1.03);box-shadow:0 4px 12px rgba(0,0,0,.12),0 0 12px rgba(var(--htig-rgb,225,29,72),.35)}}
@keyframes htigLabelBounce{0%,100%{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-3px)}}
@media (prefers-reduced-motion: reduce){
  .htig-spot, .htig-spot__label{animation:none !important;}
}

.htig-modal[hidden]{display:none;}
.htig-modal{position:fixed;inset:0;z-index:99999;padding:12px;display:flex;align-items:center;justify-content:center;}
.htig-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55);}
.htig-modal__panel{
  position:relative;
  width:min(720px,100%);
  background:#fff;border-radius:16px;
  padding:16px 16px 14px;
  box-shadow:0 20px 60px rgba(0,0,0,.30);
  max-height:min(86vh,760px);
  display:flex;flex-direction:column;overflow:hidden;
  margin:auto;
}
.htig-modal__close{position:absolute;top:12px;right:12px;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:0;border-radius:999px;font-size:22px;line-height:1;cursor:pointer;padding:0;margin:0;z-index:2;}
.htig-modal__close:hover,.htig-modal__close:focus{background:rgba(0,0,0,.08);outline:none;}
.htig-modal__title{font-weight:800;font-size:18px;margin:2px 0 10px;line-height:1.3;}
.htig-modal__content{overflow:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1 1 auto;line-height:1.55;padding-right:4px;}
.htig-modal__cta{flex:0 0 auto;margin-top:14px;display:flex;}
.htig-modal__cta.is-align-left{justify-content:flex-start;}
.htig-modal__cta.is-align-center{justify-content:center;}
.htig-modal__cta.is-align-right{justify-content:flex-end;}
.htig-modal__cta.is-align-full{justify-content:stretch;}
.htig-modal__cta-btn{border:1px solid currentColor;display:inline-block;padding:10px 14px;border-radius:12px;background:#0b5fff;color:#fff;text-decoration:none;font-weight:700;}
.htig-modal__cta-btn.is-full-width{display:block;width:100%;text-align:center;}
@media (max-width:768px){
  .htig-modal{padding:12px;}
  .htig-modal__panel{width:min(680px,100%);max-height:84vh;border-radius:16px;}
  .htig-modal__content{font-size:15px;}
}

.htig__textliste_toggle{display:inline-flex;align-items:center;gap:8px;margin:12px 0 8px;padding:10px 12px;border:1px solid rgba(0,0,0,.12);border-radius:10px;background:rgba(255,255,255,.9);cursor:pointer;font:inherit;}
.htig__textliste.is-collapsed{display:none;}
.htig__detail{margin:8px 0;padding:10px 12px;border:1px solid rgba(0,0,0,.10);border-radius:12px;background:rgba(255,255,255,.85);}
.htig__detail > summary{cursor:pointer;font-weight:600;line-height:1.4;}
.htig__detailtext{margin-top:8px;line-height:1.55;}
.htig__detailcta{margin-top:10px;}
.htig__detailbtn{display:inline-block;padding:10px 12px;border-radius:10px;text-decoration:none;border:1px solid rgba(0,0,0,.12);}


body.htig-modal-open{overflow:hidden;}

/* v0.9.8 modal button styling */
.htig-modal-btn{
 display:inline-block;
 padding:10px 18px;
 font-weight:600;
 text-decoration:none;
 transition:all .2s ease;
}
.htig-modal-btn:hover{opacity:.9}

.htig-overlay-text.is-overlay-label{transform:none;transform-origin:top left;max-width:none;}
.htig-overlay-text.is-overlay-label.is-anchor-center{transform:translate(-50%,-50%);transform-origin:center center;}
.htig-overlay-text.is-overlay-label.fx-calm{animation:htigTextPulseCalm 1.9s ease-in-out infinite;}
.htig-overlay-text.is-overlay-label.fx-blink{animation:htigTextPulseBlink 1.1s ease-in-out infinite;}
.htig-overlay-text.is-overlay-label.fx-ring{animation:htigTextRingPulse 1.8s ease-out infinite;}
.htig-overlay-text.is-overlay-label.fx-glow{animation:htigTextGlow 1.9s ease-in-out infinite;}
.htig-overlay-text.is-overlay-label.fx-bounce{animation:htigTextBounce 1.5s ease-in-out infinite;}
@keyframes htigTextPulseCalm{0%{transform:scale(1)}50%{transform:scale(1.06)}100%{transform:scale(1)}}
@keyframes htigTextPulseBlink{0%{transform:scale(1)}50%{transform:scale(1.12)}100%{transform:scale(1)}}
@keyframes htigTextRingPulse{0%,100%{transform:scale(1);box-shadow:0 4px 12px rgba(0,0,0,.12),0 0 0 0 rgba(var(--htig-rgb,225,29,72),.35)}70%{transform:scale(1.04);box-shadow:0 4px 12px rgba(0,0,0,.12),0 0 0 12px rgba(var(--htig-rgb,225,29,72),0)}}
@keyframes htigTextGlow{0%,100%{transform:scale(1);box-shadow:0 4px 12px rgba(0,0,0,.12)}50%{transform:scale(1.03);box-shadow:0 4px 12px rgba(0,0,0,.12),0 0 12px rgba(var(--htig-rgb,225,29,72),.35)}}
@keyframes htigTextBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}
