@layer components{@keyframes dv-header-enter{0%{opacity:var(--dv-header-entrance-opacity);transform:translate3d(0, var(--dv-header-entrance-offset), 0)}to{opacity:1;transform:translate(0,0)}}.dv-header{z-index:20;isolation:isolate;box-sizing:border-box;width:100dvw;max-width:100dvw;background:var(--dv-header-frame-surface,transparent);-webkit-backdrop-filter:var(--dv-header-frame-backdrop-filter,none);--dv-header-nav-color:var(--dv-text-on-dark);--dv-header-nav-color-muted:color-mix(in srgb, var(--dv-text-on-dark) 68%, transparent);padding-block-start:var(--dv-header-padding-top);padding-inline-start:var(--dv-header-padding-inline-start);padding-inline-end:var(--dv-header-padding-inline-end);position:fixed;inset:0 0 auto}.dv-header--landing{--dv-header-entrance-duration:.76s;--dv-header-entrance-delay:40ms;--dv-header-entrance-offset:calc(-100% - var(--dv-header-padding-top));--dv-header-entrance-opacity:.88;--dv-header-entrance-ease:cubic-bezier(.16, 1, .3, 1)}.dv-header--theme-light{--dv-header-current-surface:var(--dv-header-surface-light);--dv-header-current-border:var(--dv-header-border-light);--dv-header-frame-surface:transparent;--dv-header-frame-backdrop-filter:none;--dv-header-inner-surface:var(--dv-header-surface-light);--dv-header-symbol-white-rest-opacity:1;--dv-header-symbol-color-rest-opacity:0}.dv-header--theme-brand{--dv-header-current-surface:var(--dv-header-surface-brand);--dv-header-current-border:var(--dv-header-border-brand);--dv-header-frame-surface:transparent;--dv-header-frame-backdrop-filter:none;--dv-header-inner-surface:var(--dv-header-surface-brand);--dv-header-symbol-white-rest-opacity:1;--dv-header-symbol-color-rest-opacity:0}.dv-header.is-on-light-surface{--dv-header-current-surface:var(--dv-header-surface-brand);--dv-header-current-border:var(--dv-header-border-brand);--dv-header-frame-surface:var(--dv-header-surface-brand);--dv-header-frame-backdrop-filter:var(--dv-header-backdrop-filter);--dv-header-inner-surface:transparent;--dv-header-symbol-white-rest-opacity:1;--dv-header-symbol-color-rest-opacity:0;--dv-header-nav-color:var(--dv-text-on-dark);--dv-header-nav-color-muted:color-mix(in srgb, var(--dv-text-on-dark) 68%, transparent)}.dv-header__inner{box-sizing:border-box;width:100%;min-height:var(--dv-header-inner-min-height);padding-block:var(--dv-header-inner-padding-block);border-bottom:1px solid var(--dv-header-current-border);background:var(--dv-header-inner-surface,var(--dv-header-current-surface));-webkit-backdrop-filter:var(--dv-header-backdrop-filter);justify-content:flex-start;align-items:center;gap:1rem;padding-inline-start:var(--dv-header-inner-padding-inline-start);padding-inline-end:var(--dv-header-inner-padding-inline-end);display:flex}.dv-header__nav{align-items:center;gap:1rem;margin-inline-start:auto;display:flex}.dv-header__nav-link{letter-spacing:-.01em;color:var(--dv-header-nav-color-muted);transition:color var(--dv-transition);font-size:.9rem;font-weight:600;line-height:1.2;text-decoration:none}.dv-header__nav-link:hover,.dv-header__nav-link:focus-visible,.dv-header__nav-link.is-current{color:var(--dv-header-nav-color)}.dv-header__nav-link:focus-visible{outline:none}.dv-header--landing .dv-header__inner{will-change:transform, opacity;animation:dv-header-enter var(--dv-header-entrance-duration) var(--dv-header-entrance-ease) var(--dv-header-entrance-delay) both}@media (prefers-reduced-motion:reduce){.dv-header--landing .dv-header__inner{will-change:auto;animation:none}}@media (min-width:960px){.dv-header--landing{--dv-header-entrance-duration:.82s;--dv-header-entrance-delay:60ms;--dv-header-entrance-offset:calc(-100% - var(--dv-header-padding-top));--dv-header-entrance-opacity:.9}}@media (max-width:720px){.dv-header__nav{display:none}}}
@layer components{.dv-brand-lockup{color:inherit;align-items:center;text-decoration:none;display:inline-flex;position:relative;overflow:visible}.dv-brand-lockup__symbol-wrap{width:var(--dv-header-symbol-size);height:var(--dv-header-symbol-size);flex:0 0 var(--dv-header-symbol-size);display:block;position:relative}.dv-brand-lockup__symbol-layer,.dv-brand-lockup__wordmark{object-fit:contain;width:100%;height:100%;display:block}.dv-brand-lockup__symbol-layer{transition:opacity var(--dv-header-logo-duration) var(--dv-header-logo-ease);position:absolute;inset:0}.dv-brand-lockup__symbol-layer--white{opacity:var(--dv-header-symbol-white-rest-opacity)}.dv-brand-lockup__symbol-layer--color{opacity:var(--dv-header-symbol-color-rest-opacity)}.dv-brand-lockup__wordmark-shell{width:var(--dv-header-wordmark-width);opacity:0;transform:translate3d(var(--dv-header-wordmark-offset), -50%, 0);filter:blur(var(--dv-header-wordmark-blur));pointer-events:none;will-change:opacity, transform, filter;transition:opacity var(--dv-header-logo-duration) var(--dv-header-logo-ease), transform var(--dv-header-logo-duration) var(--dv-header-logo-ease), filter var(--dv-header-logo-duration) var(--dv-header-logo-ease);transition-delay:0s;display:block;position:absolute;inset-block-start:50%;inset-inline-start:calc(100% + var(--dv-header-brand-gap))}.dv-brand-lockup__wordmark{width:100%;max-width:none;height:auto}.dv-brand-lockup:is(:hover,:focus,:focus-visible) .dv-brand-lockup__symbol-layer--white{opacity:0}.dv-brand-lockup:is(:hover,:focus,:focus-visible) .dv-brand-lockup__symbol-layer--color{opacity:1}.dv-brand-lockup:is(:hover,:focus,:focus-visible) .dv-brand-lockup__wordmark-shell{opacity:1;filter:blur();transition-delay:var(--dv-header-logo-text-delay);transform:translateY(-50%)}}@layer utilities{@media (prefers-reduced-motion:reduce){.dv-brand-lockup__symbol-layer,.dv-brand-lockup__wordmark-shell{filter:none;will-change:auto;transition:none}.dv-brand-lockup:is(:hover,:focus,:focus-visible) .dv-brand-lockup__wordmark-shell{transform:translateY(-50%)}}}
@layer components{.dv-button{width:var(--dv-button-width,fit-content);min-width:11rem;min-block-size:var(--dv-touch-target-min-size);border:var(--dv-button-border-width,1px) solid var(--dv-button-border);border-radius:var(--dv-button-radius);background:var(--dv-button-background);box-shadow:var(--dv-button-shadow);color:var(--dv-button-text,var(--dv-text-on-dark));padding:var(--dv-button-padding-block) var(--dv-button-padding-inline);letter-spacing:.14em;text-transform:uppercase;transition:background var(--dv-transition), border-color var(--dv-transition), box-shadow var(--dv-transition), color var(--dv-transition);appearance:none;justify-content:center;align-items:center;font-size:.84rem;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.dv-button:hover,.dv-button:focus-visible{border-color:var(--dv-button-hover-border);background:var(--dv-button-hover-background);box-shadow:var(--dv-button-hover-shadow)}.dv-button--secondary{border-color:var(--dv-button-secondary-border,var(--dv-button-border));background:var(--dv-button-secondary-background,var(--dv-button-background));box-shadow:var(--dv-button-secondary-shadow,var(--dv-button-shadow));color:var(--dv-button-secondary-text,var(--dv-button-text,var(--dv-text-on-dark)))}.dv-button--secondary:hover,.dv-button--secondary:focus-visible{border-color:var(--dv-button-secondary-hover-border,var(--dv-button-secondary-border,var(--dv-button-hover-border)));background:var(--dv-button-secondary-hover-background,var(--dv-button-secondary-background,var(--dv-button-hover-background)));box-shadow:var(--dv-button-secondary-hover-shadow,var(--dv-button-secondary-shadow,var(--dv-button-hover-shadow)));color:var(--dv-button-secondary-hover-text,var(--dv-button-secondary-text,var(--dv-button-text,var(--dv-text-on-dark))))}.dv-button:disabled{cursor:wait;opacity:.7;box-shadow:none}}
@layer components{.dv-footer{--dv-footer-badge-justify-self:start;--dv-footer-badge-justify-content:flex-start;--dv-footer-badge-text-align:left;--dv-footer-badge-gap:clamp(.5rem, .42rem + .4vw, .7rem);--dv-footer-badge-logo-size:clamp(1.05rem, .95rem + .5vw, 1.3rem);--dv-footer-badge-font-size:clamp(.6rem, .54rem + .32vw, .76rem);--dv-footer-badge-letter-spacing:clamp(.06em, .054em + .03vw, .075em);--dv-footer-badge-max-width:none;--dv-footer-description-max-width:31rem;--dv-footer-description-text-align:justify;--dv-footer-description-text-justify:inter-word;--dv-footer-description-hyphens:auto;background:var(--dv-surface-dark);color:var(--dv-text-on-dark);border-top:1px solid var(--dv-border-dark)}.dv-footer:has(.dv-consent-banner-shell){padding-block-end:clamp(9rem,24vw,12rem)}.dv-footer__inner{width:min(100%, var(--dv-content-max-width));grid-template-columns:var(--dv-footer-grid-columns);gap:var(--dv-footer-gap);align-items:start;margin:0 auto;padding-block-start:var(--dv-footer-inner-padding-top);padding-block-end:var(--dv-footer-inner-padding-bottom);padding-inline-start:var(--dv-footer-inner-padding-inline-start);padding-inline-end:var(--dv-footer-inner-padding-inline-end);display:grid}.dv-footer__content{justify-items:start;gap:1rem;display:grid}.dv-footer__badge{align-items:center;justify-content:var(--dv-footer-badge-justify-content);justify-self:var(--dv-footer-badge-justify-self);align-self:start;gap:var(--dv-footer-badge-gap);min-width:0;max-width:var(--dv-footer-badge-max-width);text-align:var(--dv-footer-badge-text-align);white-space:nowrap;display:inline-flex}.dv-footer__badge-logo{width:var(--dv-footer-badge-logo-size);flex:none;height:auto}.dv-footer__badge-label{color:var(--dv-text-muted-on-dark);font-size:var(--dv-footer-badge-font-size);letter-spacing:var(--dv-footer-badge-letter-spacing);text-transform:uppercase;white-space:nowrap;font-weight:600;line-height:1.35}.dv-footer__copy{gap:.9rem;display:grid}.dv-footer__logo{width:var(--dv-footer-logo-width);height:auto}.dv-footer__description{max-width:var(--dv-footer-description-max-width);color:var(--dv-text-muted-on-dark);letter-spacing:.01em;text-align:var(--dv-footer-description-text-align);text-justify:var(--dv-footer-description-text-justify);-webkit-hyphens:var(--dv-footer-description-hyphens);hyphens:var(--dv-footer-description-hyphens);margin:0;font-size:1rem;font-weight:300;line-height:1.6}.dv-footer__legal{width:min(100%, var(--dv-content-max-width));align-items:center;gap:var(--dv-footer-legal-gap);border-top:1px solid var(--dv-border-dark);flex-wrap:wrap;margin:0 auto;padding-block-start:var(--dv-footer-legal-padding-top);padding-block-end:var(--dv-footer-legal-padding-bottom);padding-inline-start:var(--dv-footer-legal-padding-inline-start);padding-inline-end:var(--dv-footer-legal-padding-inline-end);display:flex}.dv-footer__legal-link{color:var(--dv-color-offwhite-80);letter-spacing:.02em;font-size:.8rem;text-decoration:none}.dv-footer__legal-button{background:0 0;border:0;padding:0}.dv-footer__legal-link:hover,.dv-footer__legal-link:focus-visible{color:var(--dv-text-on-dark)}.dv-footer-language-switch{align-items:center;gap:var(--dv-footer-language-switch-gap);width:var(--dv-footer-language-switch-width);order:var(--dv-footer-language-switch-order);padding:var(--dv-footer-language-switch-padding);border:var(--dv-footer-language-switch-border-width) solid var(--dv-footer-language-switch-border-color);background:var(--dv-footer-language-switch-surface);margin-inline-start:var(--dv-footer-language-switch-margin-inline-start);display:inline-flex}.dv-footer-language-switch__link{min-inline-size:var(--dv-touch-target-min-size);min-block-size:var(--dv-touch-target-min-size);color:var(--dv-footer-language-switch-button-color);padding:var(--dv-footer-language-switch-button-padding);font-size:var(--dv-footer-language-switch-button-font-size);letter-spacing:var(--dv-footer-language-switch-button-letter-spacing);text-transform:uppercase;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.dv-footer-language-switch__link:hover,.dv-footer-language-switch__link:focus-visible,.dv-footer-language-switch__link[aria-current=page]{background:var(--dv-footer-language-switch-button-active-surface);color:var(--dv-footer-language-switch-button-active-color)}@media (min-width:960px){.dv-footer{--dv-footer-badge-justify-self:end;--dv-footer-badge-justify-content:flex-end;--dv-footer-badge-text-align:right}}@media (max-height:520px){.dv-footer:has(.dv-consent-banner-shell){padding-block-end:clamp(7.5rem,22vw,9.5rem)}}}
