.ihf-section{--ihf-green:#086c4a;width:100%;display:grid;grid-template-columns:minmax(0,var(--ihf-img-width,50%)) minmax(0,var(--ihf-content-width,50%));gap:var(--ihf-gap,48px);align-items:center;box-sizing:border-box}.ihf-media-col,.ihf-content-col,.ihf-image-wrap,.ihf-feature-list{min-width:0;width:100%}.ihf-image-wrap{position:relative;line-height:0}.ihf-image-wrap>img{display:block;width:100%;height:auto}.ihf-hotspot{position:absolute;left:var(--ihf-x);top:var(--ihf-y);transform:translate(-50%,-50%);width:46px;height:46px;border:0;border-radius:50%;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;background:var(--ihf-inactive-hotspot-bg);color:var(--ihf-inactive-icon-color);opacity:var(--ihf-inactive-hotspot-opacity);transition:all .28s ease;text-decoration:none;z-index:3}.ihf-hotspot.is-active{background:var(--ihf-active-hotspot-bg);color:var(--ihf-active-icon-color);opacity:var(--ihf-active-hotspot-opacity);transform:translate(-50%,-50%) scale(var(--ihf-active-scale,1.04))}.ihf-hotspot-icon:before{content:"+";font-size:25px;line-height:1;font-weight:400}.ihf-hotspot.is-active .ihf-hotspot-icon:before{content:"−"}.ihf-hotspot:focus-visible{outline:2px solid currentColor;outline-offset:4px}.ihf-feature{opacity:var(--ihf-inactive-opacity,.68);transition:opacity .3s ease,transform .3s ease;min-width:0;overflow-wrap:anywhere}.ihf-feature.is-active{opacity:var(--ihf-active-opacity,1)}.ihf-feature-trigger{appearance:none;border:0;background:0 0;padding:0;margin:0;width:100%;display:grid;grid-template-columns:10px minmax(0,1fr);gap:9px;text-align:left;align-items:start;color:var(--ihf-inactive-title-color);font:inherit;cursor:pointer;min-width:0}.ihf-feature.is-active .ihf-feature-trigger{color:var(--ihf-active-title-color)}.ihf-feature-dot{width:8px;height:8px;border-radius:50%;background:currentColor;margin-top:.55em}.ihf-feature-title{min-width:0;white-space:normal;overflow-wrap:anywhere;word-break:normal}.ihf-feature-description{margin:9px 0 0 18px;color:var(--ihf-inactive-text-color);line-height:1.65;overflow-wrap:anywhere}.ihf-feature.is-active .ihf-feature-description{color:var(--ihf-active-text-color)}.ihf-feature-description p{margin:0 0 8px}.ihf-feature-link{display:inline-block;margin:9px 0 0 18px;color:var(--ihf-active-text-color);font-size:.9em}.ihf-feature+.ihf-feature{margin-top:20px}@media (max-width:991px){.ihf-section{column-gap:30px}.ihf-hotspot{width:42px;height:42px}.ihf-feature-trigger{font-size:18px}}@media (max-width:767px){.ihf-section{grid-template-columns:1fr;gap:var(--ihf-mobile-gap,28px)}.ihf-media-col{width:var(--ihf-mobile-img-width,100%);max-width:100%;margin:0 auto}.ihf-content-col{width:100%}.ihf-hotspot{width:38px;height:38px}.ihf-hotspot-icon:before{font-size:21px}.ihf-feature-trigger{font-size:17px}.ihf-feature-description{font-size:14px}.ihf-feature+.ihf-feature{margin-top:18px}}@media (max-width:480px){.ihf-feature-trigger{font-size:16px}.ihf-feature-description{font-size:13px}.ihf-hotspot{width:34px;height:34px}}