.hero{--hero-max-width:1200px;--hero-bg-dark:#0b1f3a;--hero-accent:#2e7d32;--hero-link:#1a56c4;position:relative;width:100%;max-width:var(--hero-max-width);margin:0 auto 2rem;overflow:hidden;}.hero__visual{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;background:var(--hero-bg-dark);overflow:hidden;}.hero__bg-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}.hero__media{position:relative;z-index:1;min-height:320px;}.hero__media .iframe--ratio,.hero__media .js-consent-iframe{width:100%;height:100%;}.hero__media-item{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:cover;}.hero__content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;gap:16px;padding:48px 56px;color:#fff;}.hero[data-hero-theme="dark"] .hero__content{color:var(--hero-bg-dark);}.hero__header{margin:0;font-size:clamp(1.5rem,2.4vw,2.25rem);font-weight:600;line-height:1.2;}.hero__text{margin:0;width:100%;max-width:100%;font-size:1rem;line-height:1.6;}.hero__text a{color:inherit;text-decoration:underline;}.hero__links{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px;}.btn.btn-primary.btn-hero{min-width:154px;color:var(--hero-bg-dark);}.btn.btn-primary.btn-hero:hover{color:#fff;}.btn.btn-secondary.btn-hero{min-width:154px;color:var(--hero-bg-dark);}.btn.btn-secondary.btn-hero:hover{color:#fff;}.hero__link-btn{display:inline-block;padding:12px 24px;border-radius:4px;font-weight:600;text-decoration:none;border:2px solid transparent;transition:background-color .2s ease,color .2s ease,border-color .2s ease;}.hero__link-btn--light{background:#fff;color:var(--hero-bg-dark);border-color:#fff;}.hero__link-btn--light:hover{background:transparent;color:#fff;}.hero__link-btn--dark{background:var(--hero-bg-dark);color:#fff;border-color:var(--hero-bg-dark);}.hero__link-btn--dark:hover{background:transparent;color:var(--hero-bg-dark);}.hero-tooltip{--hero-tooltip-row-h:64px;position:relative;z-index:3;background-color:var(--hero-tooltip-bg,#eef1f4);}.hero-tooltip__row{display:flex;align-items:stretch;width:100%;}.hero-tooltip__title{flex:0 0 auto;display:flex;align-items:center;position:relative;height:var(--hero-tooltip-row-h);margin:0;padding:0 24px;font-weight:700;font-size:1.25rem;line-height:1.2;white-space:nowrap;color:var(--hero-bg-dark);}.hero-tooltip--title-only .hero-tooltip__title{height:auto;white-space:normal;padding:18px 24px;}.hero-tooltip__row .hero-tooltip__title::after{content:'';position:absolute;top:50%;right:0;transform:translateY(-50%);width:1px;height:60%;background:#ffffff;}.hero-tooltip__items{display:flex;flex:1 1 auto;width:100%;}.hero-tooltip__item{position:relative;flex:1 1 0;height:var(--hero-tooltip-row-h);}.hero-tooltip__item:not(:last-child)::before{content:'';position:absolute;top:50%;right:0;transform:translateY(-50%);width:1px;height:60%;background:#ffffff;z-index:3;}.hero-tooltip__item-drawer{position:absolute;inset-inline:0;bottom:0;z-index:2;display:flex;flex-direction:column;max-height:var(--hero-tooltip-row-h);overflow:hidden;background-color:var(--hero-tooltip-bg,#eef1f4);transition:max-height .45s ease;}.hero-tooltip__item[data-active] .hero-tooltip__item-drawer{max-height:420px;box-shadow:0 -12px 28px rgba(0,0,0,.12);}.hero-tooltip__item-toggle{flex:0 0 auto;position:relative;display:flex;align-items:center;gap:10px;width:100%;height:var(--hero-tooltip-row-h);padding:0 20px;background-color:var(--hero-tooltip-bg,#eef1f4);border:none;font:inherit;font-weight:600;color:var(--hero-bg-dark);text-align:left;cursor:pointer;transition:background-color .15s ease;}@media (hover:hover) and (pointer:fine){.hero-tooltip__item-toggle:hover{background-color:color-mix(in srgb,var(--hero-tooltip-bg,#eef1f4) 88%,black 12%);}}.hero-tooltip__item[data-active] .hero-tooltip__item-toggle::after{content:'';position:absolute;left:50%;bottom:-6px;width:12px;height:12px;background-color:inherit;transform:translateX(-50%) rotate(45deg);transition:background-color .15s ease;z-index:3;}.hero-tooltip__item-icon{display:inline-flex;width:24px;height:24px;flex-shrink:0;}.hero-tooltip__item-icon img{width:100%;height:100%;object-fit:contain;}.hero-tooltip__item-title{font-size:clamp(0.8rem,0.5rem + 0.7vw,1rem);}.hero-tooltip__item-chevron{display:none;margin-left:auto;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);transition:transform .2s ease;flex-shrink:0;}.hero-tooltip__item[data-active] .hero-tooltip__item-chevron{transform:rotate(45deg);}.hero-tooltip__item-panel-inner{flex:0 0 auto;background:#fff;padding:16px 20px 20px;color:#1a1a1a;font-weight:400;font-size:.9rem;line-height:1.5;}.hero-tooltip__item-panel-inner a{color:var(--hero-link);font-weight:600;text-decoration:underline;text-underline-offset:2px;}@media (max-width:767px){.hero{max-width:100%;}.hero__visual{grid-template-columns:1fr;}.hero__content{padding:32px 24px;}.hero__media{min-height:220px;}.hero-tooltip__row{flex-direction:column;}.hero-tooltip__title{height:auto;width:100%;white-space:normal;padding:18px 24px;}.hero-tooltip__row .hero-tooltip__title::after{top:auto;right:auto;bottom:0;left:24px;transform:none;width:calc(100% - 48px);height:1px;}.hero-tooltip__item-title{font-size:1rem;}.hero-tooltip__item-chevron{display:inline-block;}.hero-tooltip__items{flex-direction:column;}.hero-tooltip__item{height:auto;}.hero-tooltip__item:not(:last-child)::before{top:auto;right:auto;bottom:0;left:20px;transform:none;width:calc(100% - 40px);height:1px;}.hero-tooltip__item-drawer{position:static;max-height:none;overflow:visible;box-shadow:none !important;}.hero-tooltip__item-toggle{height:auto;padding:18px 20px;}.hero-tooltip__item[data-active] .hero-tooltip__item-toggle{background-color:#fff;}.hero-tooltip__item-toggle::after{display:none !important;}.hero-tooltip__item-panel-inner{max-height:0;padding:0 20px 0 54px;overflow:hidden;transition:max-height .35s ease,padding .35s ease;}.hero-tooltip__item[data-active] .hero-tooltip__item-panel-inner{max-height:480px;padding:0 20px 20px 54px;background-color:#fff;}}.hero-tooltip__item[data-active]:not(:last-child)::before{right:2px;}.hero-tooltip__item:not([data-active]):has(+ .hero-tooltip__item[data-active])::before{right:-2px;}.hero-tooltip__row:has(.hero-tooltip__item:first-child[data-active]) .hero-tooltip__title::after{right:-2px;}@media (max-width:767px){.hero-tooltip__item[data-active]:not(:last-child)::before{right:auto;bottom:2px;}.hero-tooltip__item:not([data-active]):has(+ .hero-tooltip__item[data-active])::before{right:auto;bottom:-2px;}.hero-tooltip__row:has(.hero-tooltip__item:first-child[data-active]) .hero-tooltip__title::after{right:auto;bottom:-2px;}}
