:root{--Footer-background-color:var(--color-neutral-1100);--Footer-content-color:var(--color-neutral-100);--Footer-divider-color:var(--color-neutral-800);--Footer-link-color:var(--color-neutral-300);--Footer-link-hover-color:var(--color-neutral-200);--Footer-w2a-banner-backgrounnd:var(--color-purple-900);--Footer-w2a-banner-border:var(--color-purple-500);--Footer-w2a-banner-text:var(--color-purple-200)}
.categoryListItem-module__0jmJSG__categoryListItemLink.categoryListItem-module__0jmJSG__categoryListItemLink{color:var(--Footer-link-color);text-align:left;text-decoration:none}.categoryListItem-module__0jmJSG__categoryListItemLink.categoryListItem-module__0jmJSG__categoryListItemLink:hover,.categoryListItem-module__0jmJSG__categoryListItemLink.categoryListItem-module__0jmJSG__categoryListItemLink:focus,.categoryListItem-module__0jmJSG__categoryListItemLink.categoryListItem-module__0jmJSG__categoryListItemLink:visited{color:var(--Footer-link-hover-color);text-decoration:none}
.categoryList-module__dUUjEq__list{margin:0;padding:0;list-style:none}
.categories-module__Yb0TcW__listItem{margin-bottom:var(--space-L);-webkit-hyphens:auto;hyphens:auto}@media (min-width:756px){.categories-module__Yb0TcW__listItem{margin-bottom:0}}
@layer components{.baseInput-module__6BaarW__BaseInput-container{position:relative}.baseInput-module__6BaarW__BaseInput-container textarea{display:block}.baseInput-module__6BaarW__BaseInput--small{height:var(--BaseInputSmall-height);padding:var(--BaseInputSmall-padding);border-radius:var(--BaseInputSmall-border-radius)}.baseInput-module__6BaarW__BaseInput--medium{height:var(--BaseInputMedium-height);padding:var(--BaseInputMedium-padding);border-radius:var(--BaseInputMedium-border-radius)}.baseInput-module__6BaarW__BaseInput--large{height:var(--BaseInputLarge-height);padding:var(--BaseInputLarge-padding);border-radius:var(--BaseInputLarge-border-radius)}.baseInput-module__6BaarW__BaseInput--x-large{height:var(--BaseInputX-Large-height);padding:var(--BaseInputX-Large-padding);border-radius:var(--BaseInputX-Large-border-radius)}}
@layer components{.errorMessage-module__D3aHSq__ErrorMessage{color:var(--color-content-error);display:flex}.errorMessage-module__D3aHSq__icon{margin-right:var(--space-XS);padding-top:2px}}
@layer components{.inputLabel-module__mAr33G__InputLabel{padding-bottom:var(--space-XXS);gap:var(--space-XS);color:var(--color-content-lead);flex-direction:row;display:flex}.inputLabel-module__mAr33G__InputLabel__icon-required{margin-right:calc(var(--space-XXS)*(-1));float:left}}
@layer components{.select-module__63O09G__Select-wrapper{position:relative}.select-module__63O09G__Select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--FormSelect-background);border:1px solid var(--FormSelect-border);width:100%;color:var(--color-content-lead);transition:all .1s ease-out}.select-module__63O09G__Select::-ms-expand{display:none}.select-module__63O09G__Select__dropdown{pointer-events:none;z-index:var(--z-index-select-dropdown-icon);border-left:1px solid var(--FormSelect-border);color:var(--color-content-lead);position:absolute;top:1px;right:1px}.select-module__63O09G__Select:hover{background:var(--FormSelect-hover-background);border-color:var(--FormSelect-hover-border);box-shadow:var(--UIEffects-HoverShadow)}.select-module__63O09G__Select:hover+.select-module__63O09G__Select__dropdown{border-color:var(--FormSelect-hover-border)}.select-module__63O09G__Select--error:hover{background:var(--FormSelectError-hover-background);border-color:var(--FormSelectError-hover-border)}.select-module__63O09G__Select--error:focus{background:var(--FormSelectError-hover-background)}.select-module__63O09G__Select:focus+.select-module__63O09G__Select__dropdown{border-color:var(--FormSelect-hover-border)}.select-module__63O09G__Select:focus::-ms-value{color:inherit;background:0 0}.select-module__63O09G__Select--error{background:var(--FormSelectError-background);border-color:var(--FormSelectError-border)}.select-module__63O09G__Select--disabled{pointer-events:none}.select-module__63O09G__Select:disabled{color:var(--FormInputDisabled-content);background:var(--FormInputDisabled-background);border-color:var(--FormInputDisabled-border);box-shadow:none;opacity:1}.select-module__63O09G__Select:disabled+.select-module__63O09G__Select__dropdown{color:var(--FormInputDisabled-content);border-color:var(--FormInputDisabled-border);opacity:1}.select-module__63O09G__Select--small.select-module__63O09G__Select--small{padding-right:calc(var(--SelectIcon-small-width) + 9px)}.select-module__63O09G__Select--medium.select-module__63O09G__Select--medium{padding-right:calc(var(--SelectIcon-medium-width) + 9px)}.select-module__63O09G__Select--large.select-module__63O09G__Select--large{padding-right:calc(var(--SelectIcon-large-width) + 9px)}.select-module__63O09G__Select--x-large.select-module__63O09G__Select--x-large{padding-right:calc(var(--SelectIcon-x-large-width) + 9px)}.select-module__63O09G__Select--medium.select-module__63O09G__optimizedFontSize,.select-module__63O09G__Select--large.select-module__63O09G__optimizedFontSize{font-size:var(--text-size-300)}.select-module__63O09G__Select__dropdown--small{width:var(--SelectIcon-small-width);height:calc(var(--BaseInputSmall-height) - 2px)}.select-module__63O09G__Select__dropdown--medium{width:var(--SelectIcon-medium-width);height:calc(var(--BaseInputMedium-height) - 2px)}.select-module__63O09G__Select__dropdown--large{width:var(--SelectIcon-large-width);height:calc(var(--BaseInputLarge-height) - 2px)}.select-module__63O09G__Select__dropdown--x-large{width:var(--SelectIcon-x-large-width);height:calc(var(--BaseInputX-Large-height) - 2px)}.select-module__63O09G__Select--dark{background:var(--FormSelectDark-background);border-color:var(--FormSelectDark-border);color:var(--FormSelectDark-color)}.select-module__63O09G__Select--dark:hover,.select-module__63O09G__Select--dark:focus{background:var(--FormSelectDark-background);border-color:var(--FormSelectDark-hover-border);color:var(--FormSelectDark-hover-color)}.select-module__63O09G__Select__dropdown--dark{border-left:1px solid var(--FormSelectDark-border);color:var(--FormSelectDark-color)}.select-module__63O09G__Select--dark:hover+.select-module__63O09G__Select__dropdown--dark,.select-module__63O09G__Select--dark:focus+.select-module__63O09G__Select__dropdown--dark{border-left:1px solid var(--FormSelectDark-hover-border);color:var(--FormSelectDark-hover-color)}.select-module__63O09G__Select_label--dark{color:var(--FormSelectDark-color)}}
.socialToolbar-module__4JS_0G__socialMediaLink.socialToolbar-module__4JS_0G__socialMediaLink{color:var(--Footer-link-color);text-decoration:none}.socialToolbar-module__4JS_0G__socialMediaLink.socialToolbar-module__4JS_0G__socialMediaLink:hover,.socialToolbar-module__4JS_0G__socialMediaLink.socialToolbar-module__4JS_0G__socialMediaLink:focus,.socialToolbar-module__4JS_0G__socialMediaLink.socialToolbar-module__4JS_0G__socialMediaLink:visited{color:var(--Footer-link-hover-color);text-decoration:none}.socialToolbar-module__4JS_0G__socialMediaItem.socialToolbar-module__4JS_0G__socialMediaItem{margin-right:13px}
.toolbar-module__9CVDLW__selections{gap:var(--space-M);flex-direction:column;display:flex}
.footer-module__vnf6YW__footer{margin-top:var(--space-XXXL);background:var(--Footer-background-color);color:var(--Footer-content-color)}.footer-module__vnf6YW__wrapper{padding:var(--space-L)var(--space-M)}.footer-module__vnf6YW__toolbar{margin-bottom:var(--space-L)}.footer-module__vnf6YW__toolbarWrapper{padding-top:var(--space-M);border-top:1px solid var(--Footer-divider-color);order:2}.footer-module__vnf6YW__categoriesWrapper{order:1}@media (min-width:756px){.footer-module__vnf6YW__wrapper{max-width:1014px;padding:var(--space-XXL)var(--space-M);margin:0 auto}.footer-module__vnf6YW__toolbar{margin-bottom:0}.footer-module__vnf6YW__toolbarWrapper{border-top:0;order:1;padding-top:0}.footer-module__vnf6YW__categoriesWrapper{order:2}}

.appDownload-module__OZ157q__appDownload{display:none}@media (min-width:756px){.appDownload-module__OZ157q__appDownload{grid-template:"title title qr"1fr"ios android qr"1fr/1fr 1fr auto;display:grid}.appDownload-module__OZ157q__title{margin-bottom:var(--space-XS);grid-area:title;align-self:end}.appDownload-module__OZ157q__ios{margin-right:var(--space-XS);grid-area:ios}.appDownload-module__OZ157q__android{grid-area:android}.appDownload-module__OZ157q__storeBadge{width:auto;height:40px;display:block}.appDownload-module__OZ157q__qrCode{margin-left:var(--space-M);grid-area:qr}.appDownload-module__OZ157q__qrCodeImage{width:80px;height:80px;display:block}}
.linkItem-module__N1FsGG__linkListItemLink.linkItem-module__N1FsGG__linkListItemLink{color:var(--Footer-link-color);text-decoration:none}.linkItem-module__N1FsGG__linkListItemLink.linkItem-module__N1FsGG__linkListItemLink:hover,.linkItem-module__N1FsGG__linkListItemLink.linkItem-module__N1FsGG__linkListItemLink:focus,.linkItem-module__N1FsGG__linkListItemLink.linkItem-module__N1FsGG__linkListItemLink:visited{color:var(--Footer-link-hover-color);text-decoration:none}
.linkList-module__RmyEsq__list{padding:0 0 var(--space-M);margin:0;list-style:none}.linkList-module__RmyEsq__list li:not(:first-child){margin-top:var(--space-S)}@media (min-width:756px){.linkList-module__RmyEsq__list{-moz-column-gap:var(--space-M);column-gap:var(--space-M);flex-wrap:wrap;display:flex}.linkList-module__RmyEsq__list li:not(:first-child){margin:0}}
.toolbar-module__x8K_IW__toolbar{padding-top:var(--space-M)}.toolbar-module__x8K_IW__selection{margin-top:var(--space-M)}@media (min-width:756px){.toolbar-module__x8K_IW__toolbar{justify-content:space-between;align-items:center;display:flex}.toolbar-module__x8K_IW__selection{margin-top:0;margin-right:var(--space-M)}.toolbar-module__x8K_IW__selections{flex-direction:row;display:flex}}@media (max-width:755px){.toolbar-module__x8K_IW__selection{margin-bottom:var(--space-M)}.toolbar-module__x8K_IW__poweredBy{justify-content:center}}.toolbar-module__x8K_IW__poweredBy{-moz-column-gap:var(--space-S);align-items:center;column-gap:var(--space-S);flex-direction:row;display:flex}.toolbar-module__x8K_IW__poweredByClaim{color:var(--Footer-link-color)}.toolbar-module__x8K_IW__poweredByLink{height:var(--text-height-200)}.toolbar-module__x8K_IW__poweredByLogo{color:var(--color-on-content)!important}
:root{--space-XSS:calc(var(--base-space)/4)}
.reducedFooter-module__vwYTdq__reducedFooter{margin-top:var(--space-XXXL);background:var(--Footer-background-color);color:var(--Footer-content-color)}.reducedFooter-module__vwYTdq__wrapper{padding:var(--space-L)var(--space-M)}.reducedFooter-module__vwYTdq__linkList{border-bottom:1px solid var(--Footer-divider-color)}@media (min-width:756px){.reducedFooter-module__vwYTdq__wrapper{max-width:1014px;margin:0 auto}}
:root{--FlatButton-hover-background:rgba(var(--color-on-action-rgb),.14);--FlatButton-active-background:rgba(var(--color-content-lead-rgb),.07);--FlatButtonSmall-padding:6px;--FlatButtonSmall-border-radius:var(--radius-form);--FlatButtonMedium-padding:7px;--FlatButtonMedium-border-radius:5.5px;--FlatButtonLarge-padding:8px;--FlatButtonLarge-border-radius:6px;--FlatButtonX-Large-padding:10px;--FlatButtonX-Large-border-radius:7px}
.flatButton-module__YP1dhW__FlatButton{cursor:pointer;color:var(--text-color);vertical-align:bottom;touch-action:manipulation;background:0 0;border:1px solid transparent;text-decoration:none}.flatButton-module__YP1dhW__FlatButton:disabled{cursor:default;pointer-events:none;opacity:.5;box-shadow:none}.flatButton-module__YP1dhW__FlatButton--no-icon{text-decoration:underline}.flatButton-module__YP1dhW__FlatButton:hover,.flatButton-module__YP1dhW__FlatButton:focus,.flatButton-module__YP1dhW__FlatButton:active{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit;outline:none}.flatButton-module__YP1dhW__FlatButton:hover{background-color:var(--FlatButton-hover-background);box-shadow:var(--UIEffects-HoverShadow)}.flatButton-module__YP1dhW__FlatButton:active{background-color:var(--FlatButton-active-background);box-shadow:none}.flatButton-module__YP1dhW__FlatButton:focus-visible{border:1px solid var(--color-focus-border);box-shadow:var(--UIEffects-FocusGlow);outline:none}.flatButton-module__YP1dhW__FlatButton--round{border-radius:var(--radius-full)!important}.flatButton-module__YP1dhW__FlatButton__icon:only-child{margin:0}.flatButton-module__YP1dhW__FlatButton--small{border-radius:var(--FlatButtonSmall-border-radius);padding:0 var(--FlatButtonSmall-padding);height:var(--ButtonSmall-height);font-size:var(--text-size-100);line-height:var(--text-height-100)}.flatButton-module__YP1dhW__FlatButton__icon--small{height:var(--IconSmall-height);width:var(--IconSmall-height)}.flatButton-module__YP1dhW__FlatButton--medium{border-radius:var(--FlatButtonMedium-border-radius);padding:0 var(--FlatButtonMedium-padding);height:var(--ButtonMedium-height);font-size:var(--text-size-200);line-height:var(--text-height-100)}.flatButton-module__YP1dhW__FlatButton__icon--medium{height:var(--IconMedium-height);width:var(--IconMedium-height)}.flatButton-module__YP1dhW__FlatButton--large{border-radius:var(--FlatButtonLarge-border-radius);padding:0 var(--FlatButtonLarge-padding);height:var(--ButtonLarge-height);font-size:var(--text-size-200);line-height:var(--text-height-100)}.flatButton-module__YP1dhW__FlatButton__icon--large{height:var(--IconLarge-height);width:var(--IconLarge-height)}.flatButton-module__YP1dhW__FlatButton--x-large{border-radius:var(--FlatButtonX-Large-border-radius);padding:0 var(--FlatButtonX-Large-padding);height:var(--ButtonX-Large-height);font-size:var(--text-size-300);line-height:var(--text-height-100)}.flatButton-module__YP1dhW__FlatButton__icon--x-large{height:var(--IconX-Large-height);width:var(--IconX-Large-height)}.flatButton-module__YP1dhW__FlatButton--icon-top,.flatButton-module__YP1dhW__FlatButton--icon-bottom{height:auto!important}.flatButton-module__YP1dhW__FlatButton--small:-webkit-any(.flatButton-module__YP1dhW__FlatButton--icon-top,.flatButton-module__YP1dhW__FlatButton--icon-bottom){padding:var(--FlatButtonSmall-padding)}.flatButton-module__YP1dhW__FlatButton--small:-moz-any(.flatButton-module__YP1dhW__FlatButton--icon-top,.flatButton-module__YP1dhW__FlatButton--icon-bottom){padding:var(--FlatButtonSmall-padding)}.flatButton-module__YP1dhW__FlatButton--small:is(.flatButton-module__YP1dhW__FlatButton--icon-top,.flatButton-module__YP1dhW__FlatButton--icon-bottom){padding:var(--FlatButtonSmall-padding)}:-webkit-any(.flatButton-module__YP1dhW__FlatButton--icon-top,.flatButton-module__YP1dhW__FlatButton--icon-bottom) .flatButton-module__YP1dhW__FlatButton--medium{padding:var(--FlatButtonMedium-padding)}:-moz-any(.flatButton-module__YP1dhW__FlatButton--icon-top,.flatButton-module__YP1dhW__FlatButton--icon-bottom) .flatButton-module__YP1dhW__FlatButton--medium{padding:var(--FlatButtonMedium-padding)}:is(.flatButton-module__YP1dhW__FlatButton--icon-top,.flatButton-module__YP1dhW__FlatButton--icon-bottom) .flatButton-module__YP1dhW__FlatButton--medium{padding:var(--FlatButtonMedium-padding)}:-webkit-any(.flatButton-module__YP1dhW__FlatButton--icon-top,.flatButton-module__YP1dhW__FlatButton--icon-bottom) .flatButton-module__YP1dhW__FlatButton--large{padding:var(--FlatButtonLarge-padding)}:-moz-any(.flatButton-module__YP1dhW__FlatButton--icon-top,.flatButton-module__YP1dhW__FlatButton--icon-bottom) .flatButton-module__YP1dhW__FlatButton--large{padding:var(--FlatButtonLarge-padding)}:is(.flatButton-module__YP1dhW__FlatButton--icon-top,.flatButton-module__YP1dhW__FlatButton--icon-bottom) .flatButton-module__YP1dhW__FlatButton--large{padding:var(--FlatButtonLarge-padding)}:-webkit-any(.flatButton-module__YP1dhW__FlatButton--icon-top,.flatButton-module__YP1dhW__FlatButton--icon-bottom) .flatButton-module__YP1dhW__FlatButton--x-large{padding:var(--FlatButtonX-Large-padding)}:-moz-any(.flatButton-module__YP1dhW__FlatButton--icon-top,.flatButton-module__YP1dhW__FlatButton--icon-bottom) .flatButton-module__YP1dhW__FlatButton--x-large{padding:var(--FlatButtonX-Large-padding)}:is(.flatButton-module__YP1dhW__FlatButton--icon-top,.flatButton-module__YP1dhW__FlatButton--icon-bottom) .flatButton-module__YP1dhW__FlatButton--x-large{padding:var(--FlatButtonX-Large-padding)}.flatButton-module__YP1dhW__FlatButton--icon-top{padding-top:var(--space-S);padding-bottom:var(--space-S);flex-direction:column}.flatButton-module__YP1dhW__FlatButton--icon-bottom{flex-direction:column-reverse}.flatButton-module__YP1dhW__FlatButton--icon-left{flex-direction:row}.flatButton-module__YP1dhW__FlatButton--icon-right{flex-direction:row-reverse}.flatButton-module__YP1dhW__FlatButton__icon--left{margin-right:var(--space-XS)}.flatButton-module__YP1dhW__FlatButton__icon--right{margin-left:var(--space-XS)}.flatButton-module__YP1dhW__FlatButton__icon--top{margin-bottom:var(--space-XS)}.flatButton-module__YP1dhW__FlatButton__icon--bottom{margin-top:var(--space-XS)}
@layer components{.breadcrumbItem-module__QNZF8q__link{display:flex}.breadcrumbItem-module__QNZF8q__current,.breadcrumbItem-module__QNZF8q__current:hover{-webkit-text-decoration:inherit;text-decoration:inherit;color:inherit;pointer-events:none}}
@layer components{.breadcrumb-module__5drlBq__Breadcrumb{color:var(--color-content-secondary);align-items:center;margin:0;padding:0;list-style:none;display:flex}.breadcrumb-module__5drlBq__BreadcrumbItem{align-items:center;display:flex}.breadcrumb-module__5drlBq__ArrowIcon{margin:0 var(--space-S)}}
.ChapterNav-module__ckqTda__info{display:none}.ChapterNav-module__ckqTda__list{margin:0 auto;padding:0;list-style:none}.ChapterNav-module__ckqTda__item{font-weight:var(--text-weight-400);border-bottom-color:transparent;border-left-color:transparent;transition:border-color .3s,font-weight .3s}.ChapterNav-module__ckqTda__item span:before{content:attr(data-chaptername);width:100%;font-weight:var(--text-weight-600);text-align:center;white-space:nowrap;visibility:hidden;margin-bottom:-20px;display:block;position:relative}.ChapterNav-module__ckqTda__item:hover,.ChapterNav-module__ckqTda__item.ChapterNav-module__ckqTda__active{border-color:var(--color-action);font-weight:var(--text-weight-600)}@media (max-width:1007px){.ChapterNav-module__ckqTda__nav{box-shadow:var(--shadow-level-1);background-color:var(--color-background-primary);cursor:pointer;transition:all var(--default-transition);color:inherit;z-index:2;width:100%;text-decoration:none;position:-webkit-sticky;position:sticky;top:0}.ChapterNav-module__ckqTda__info{padding:var(--space-S);grid-gap:var(--space-XXS);gap:var(--space-XXS);background-color:var(--color-background-primary);z-index:100;grid-template-rows:auto auto;grid-template-columns:auto 40px;height:60px;display:grid;position:relative}.ChapterNav-module__ckqTda__infoTitle{-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ChapterNav-module__ckqTda__infoSubtitle{grid-area:2/1}.ChapterNav-module__ckqTda__infoButtonWrapper{grid-row:1/span 2;justify-content:flex-end;align-items:center;display:flex}.ChapterNav-module__ckqTda__infoButton{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;width:auto;transition:transform .1s ease-in-out}.ChapterNav-module__ckqTda__infoButton.ChapterNav-module__ckqTda__open{transform:rotate(180deg)}.ChapterNav-module__ckqTda__infoButton svg{width:auto;height:20px;display:inline-block}.ChapterNav-module__ckqTda__list{z-index:90;width:100%;box-shadow:var(--shadow-level-1);border-top:1px solid var(--color-background-contrast);cursor:pointer;background-color:var(--color-background-primary);transition:all .2s ease-in-out;position:absolute;top:100%;transform:translateY(-120%)}.ChapterNav-module__ckqTda__list.ChapterNav-module__ckqTda__showMobile{transform:none}.ChapterNav-module__ckqTda__item{border-left:4px solid transparent}.ChapterNav-module__ckqTda__item span{margin:0 var(--space-S);padding:12px 0;display:block}.ChapterNav-module__ckqTda__item:not(:last-child) span{border-bottom:1px solid var(--color-background-contrast)}.ChapterNav-module__ckqTda__item:last-child{border-bottom-color:transparent}.ChapterNav-module__ckqTda__item.ChapterNav-module__ckqTda__active{border-left-color:var(--color-action);font-weight:var(--text-weight-600)}}@media (min-width:1008px){.ChapterNav-module__ckqTda__nav{z-index:98;cursor:pointer;margin:0 auto;position:-webkit-sticky;position:sticky;top:0}.ChapterNav-module__ckqTda__list{box-shadow:var(--shadow-level-1);background-color:var(--color-background-primary);max-width:var(--content-width);display:flex;overflow-x:auto}.ChapterNav-module__ckqTda__item{font-size:var(--text-size-300);line-height:var(--text-height-300);padding:var(--space-S)var(--space-M);cursor:pointer;border-bottom:4px solid transparent;grid-area:1/1}}
.ChapterNavCTA-module__Plpvcq__chapterNav{box-shadow:var(--shadow-level-1);background-color:var(--color-background-primary);cursor:pointer;transition:all var(--default-transition);color:inherit;width:100%;max-width:var(--content-width);z-index:2;margin:auto;text-decoration:none;position:-webkit-sticky;position:sticky;top:0}.ChapterNavCTA-module__Plpvcq__infoContainer{justify-content:space-between;align-items:center;gap:var(--space-S);padding:0 var(--space-XL);background-color:var(--color-background-primary);z-index:100;height:60px;display:flex;position:relative}.ChapterNavCTA-module__Plpvcq__infoTextContainer{gap:var(--space-S);align-items:center;display:flex}.ChapterNavCTA-module__Plpvcq__content{align-items:center;display:flex}.ChapterNavCTA-module__Plpvcq__minPrice{font-weight:var(--text-weight-500);font-size:var(--text-size-200)}.ChapterNavCTA-module__Plpvcq__startingPrice{white-space:nowrap}.ChapterNavCTA-module__Plpvcq__placeholderImgContainer{width:70px;height:40px;margin-right:var(--space-S)}.ChapterNavCTA-module__Plpvcq__placeholderImgContainer img{width:100%;height:100%}.ChapterNavCTA-module__Plpvcq__titleSuffix{font-weight:var(--text-weight-400);font-size:var(--text-size-300);color:var(--color-content-secondary)}.ChapterNavCTA-module__Plpvcq__logoContainer{max-width:70px;height:40px;display:flex}.ChapterNavCTA-module__Plpvcq__logoContainer img{width:auto;height:100%}.ChapterNavCTA-module__Plpvcq__item{border-left:var(--default-box-border-radius)solid;font-weight:var(--text-weight-400);border-bottom-color:transparent;border-left-color:transparent;transition:border-color .3s,font-weight .3s}.ChapterNavCTA-module__Plpvcq__item:last-child{border-bottom-color:transparent}.ChapterNavCTA-module__Plpvcq__item span{padding:var(--space-S)0;margin:0 var(--space-S);display:block}.ChapterNavCTA-module__Plpvcq__item span:before{margin-bottom:calc(var(--space-M)*-1);content:attr(data-chaptername);width:100%;font-weight:var(--text-weight-600);text-align:center;white-space:nowrap;visibility:hidden;display:block;position:relative}.ChapterNavCTA-module__Plpvcq__item:not(:last-child) span{border-bottom:1px solid var(--color-background-contrast)}.ChapterNavCTA-module__Plpvcq__item:hover,.ChapterNavCTA-module__Plpvcq__item.ChapterNavCTA-module__Plpvcq__active{border-color:var(--color-action);font-weight:var(--text-weight-600)}.ChapterNavCTA-module__Plpvcq__stickyCTAData{margin-right:var(--space-L);align-self:center}.ChapterNavCTA-module__Plpvcq__infoTitle{-webkit-line-clamp:1;text-overflow:ellipsis;overflow-wrap:anywhere;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ChapterNavCTA-module__Plpvcq__infoButtonWrapper{grid-row:1/span 2;justify-content:flex-end;align-items:center;display:flex}.ChapterNavCTA-module__Plpvcq__infoButton{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;width:auto;transition:transform .1s ease-in-out}.ChapterNavCTA-module__Plpvcq__infoButton.ChapterNavCTA-module__Plpvcq__open{transform:rotate(180deg)}.ChapterNavCTA-module__Plpvcq__infoButton svg{width:auto;height:20px;display:inline-block}.ChapterNavCTA-module__Plpvcq__list{z-index:90;width:100%;box-shadow:var(--shadow-level-1);border-top:1px solid var(--color-background-contrast);cursor:pointer;border-radius:0 0 var(--default-box-border-radius);background-color:var(--color-background-primary);margin:0 auto;padding:0;list-style:none;transition:all .2s ease-in-out;position:absolute;top:100%;transform:translateY(-120%)}.ChapterNavCTA-module__Plpvcq__list.ChapterNavCTA-module__Plpvcq__showMobile{transform:none}@media (max-width:1007px){.ChapterNavCTA-module__Plpvcq__infoContainer{padding:var(--space-S)}.ChapterNavCTA-module__Plpvcq__infoTextContainer{gap:initial;flex-direction:column;align-items:flex-start}}
.Navbar-module__dVeNwG__breadcrumbs{max-width:var(--content-width);margin:var(--space-M)auto}@media (max-width:1007px){.Navbar-module__dVeNwG__breadcrumbs{margin-left:var(--space-S);margin-right:var(--space-S)}.Navbar-module__dVeNwG__breadcrumbs ol{overflow:scroll}}.Navbar-module__dVeNwG__breadcrumbs li{white-space:nowrap}
.Link-module__dkcdzG__button{cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}
.Card-module__tGkz1q__card{box-shadow:var(--shadow-level-1);border-radius:var(--radius-content);cursor:pointer;transition:all var(--default-transition);color:inherit;text-decoration:none;overflow:hidden}.Card-module__tGkz1q__card:hover{background-color:var(--color-background-primary-hover)}.Card-module__tGkz1q__inner{--horizontal-gap:var(--space-M);padding:var(--space-M)var(--horizontal-gap);overflow-wrap:anywhere;flex-direction:column;display:flex}@media (max-width:1007px){.Card-module__tGkz1q__inner{--horizontal-gap:var(--space-S)}}@media (max-width:431px){.Card-module__tGkz1q__inner{--horizontal-gap:var(--space-S)}}.Card-module__tGkz1q__centered .Card-module__tGkz1q__inner{text-align:center;align-items:center}.Card-module__tGkz1q__image{background-color:var(--color-background-secondary);aspect-ratio:var(--aspect-ratio,4/3);border-bottom:1px solid var(--color-background-contrast);border-radius:var(--radius-content)var(--radius-content)0 0;justify-content:center;align-items:center;display:flex}.Card-module__tGkz1q__image img{-o-object-fit:contain;object-fit:contain;width:60%;height:60%;display:block}.Card-module__tGkz1q__title a{color:inherit;text-decoration:none}.Card-module__tGkz1q__pretitle,.Card-module__tGkz1q__subtitle{color:var(--color-content-secondary)}.Card-module__tGkz1q__maskLink{cursor:pointer;text-align:left;box-shadow:none;background:0 0;border:0;padding:0}.Card-module__tGkz1q__maskLink:hover{box-shadow:none}
.CardGrid-module__CEiLNq__CardGrid{--gap:var(--space-XL);grid-template-columns:repeat(var(--column-count),minmax(0,1fr));grid-gap:var(--gap);gap:var(--gap);margin:0;padding:0;list-style:none;display:grid}@media (max-width:1007px){.CardGrid-module__CEiLNq__CardGrid{--gap:var(--space-M)}}@media (max-width:755px){.CardGrid-module__CEiLNq__CardGrid{--column-count:3!important}}@media (max-width:575px){.CardGrid-module__CEiLNq__CardGrid{--column-count:2!important}}@media (max-width:380px){.CardGrid-module__CEiLNq__CardGrid{--column-count:1!important}}.CardGrid-module__CEiLNq__listItem{box-shadow:var(--shadow-level-1);border-radius:var(--radius-content);cursor:pointer;transition:all var(--default-transition);color:inherit;text-decoration:none}.CardGrid-module__CEiLNq__listItem:hover{background-color:var(--color-background-primary-hover)}.CardGrid-module__CEiLNq__listItem a{box-shadow:none;display:block}
.LogoMobee-module__JDXj4G__logoMobee{color:var(--color-feature)}@media screen and (prefers-color-scheme:light){[data-theme=dark]:root .LogoMobee-module__JDXj4G__logoMobee{color:#fff}}@media screen and (prefers-color-scheme:dark){.LogoMobee-module__JDXj4G__logoMobee{color:#fff}[data-theme=light]:root .LogoMobee-module__JDXj4G__logoMobee{color:var(--color-feature)}}
.ChatbotTeaser-module__KaLwpa__container{gap:var(--space-M);padding:var(--space-M);flex-direction:column;display:flex}.ChatbotTeaser-module__KaLwpa__headline{align-items:flex-start;gap:var(--space-S);flex-direction:column;display:flex}.ChatbotTeaser-module__KaLwpa__logoContainer{align-items:center;gap:var(--space-S);display:flex}.ChatbotTeaser-module__KaLwpa__logo{width:auto;height:25px}.ChatbotTeaser-module__KaLwpa__badge{margin-top:4px}@media (min-width:756px){.ChatbotTeaser-module__KaLwpa__container{padding:var(--space-L);flex-direction:row;justify-content:space-between;align-items:center}.ChatbotTeaser-module__KaLwpa__button{flex-basis:28%}}
.Container-module__xSqdAq__container{max-width:var(--content-width);margin-left:auto;margin-right:auto}
.ContentBox-module__NRKhvG__ContentBox{padding:var(--space-XL);overflow:hidden}@media (max-width:1007px){.ContentBox-module__NRKhvG__ContentBox{padding:var(--space-L);border-radius:0!important}}@media (max-width:431px){.ContentBox-module__NRKhvG__ContentBox{padding:var(--space-M)}}.ContentBox-module__NRKhvG__ContentBox.ContentBox-module__NRKhvG__collapseOnMobile .ContentBox-module__NRKhvG__collapsibleToggle{display:none}.ContentBox-module__NRKhvG__ContentBox .ContentBox-module__NRKhvG__header{grid-column-gap:var(--space-M);-moz-column-gap:var(--space-M);justify-content:flex-start;column-gap:var(--space-M);word-wrap:break-word;grid-template-rows:auto auto;grid-template-columns:repeat(auto-fit,minmax(0,auto));display:grid}.ContentBox-module__NRKhvG__ContentBox .ContentBox-module__NRKhvG__logo{-o-object-position:center;object-position:center;-o-object-fit:contain;object-fit:contain;aspect-ratio:1;grid-row:span 2;align-self:center;width:64px;height:64px;display:block}@media (max-width:575px){.ContentBox-module__NRKhvG__ContentBox .ContentBox-module__NRKhvG__logo{align-self:initial}}.ContentBox-module__NRKhvG__ContentBox .ContentBox-module__NRKhvG__title{grid-column:2;margin-bottom:0}.ContentBox-module__NRKhvG__ContentBox .ContentBox-module__NRKhvG__subtitle{color:var(--color-content-secondary);grid-column:2}.ContentBox-module__NRKhvG__ContentBox .ContentBox-module__NRKhvG__header+.ContentBox-module__NRKhvG__content{margin-top:var(--space-M)}.ContentBox-module__NRKhvG__ContentBox .ContentBox-module__NRKhvG__content p{max-width:675px}.ContentBox-module__NRKhvG__ContentBox .ContentBox-module__NRKhvG__content p+p{margin-top:var(--space-M)}.ContentBox-module__NRKhvG__ContentBox .ContentBox-module__NRKhvG__title+.ContentBox-module__NRKhvG__content{margin-top:var(--space-XL)}@media (max-width:1007px){.ContentBox-module__NRKhvG__ContentBox.ContentBox-module__NRKhvG__collapseOnMobile{padding:var(--space-M)}.ContentBox-module__NRKhvG__ContentBox.ContentBox-module__NRKhvG__collapseOnMobile+.ContentBox-module__NRKhvG__ContentBox.ContentBox-module__NRKhvG__collapseOnMobile{margin-top:0}.ContentBox-module__NRKhvG__ContentBox.ContentBox-module__NRKhvG__collapseOnMobile .ContentBox-module__NRKhvG__collapsibleToggle{align-items:center;gap:var(--space-S);background:0 0;border:0;margin:0;padding:0;display:flex}.ContentBox-module__NRKhvG__ContentBox.ContentBox-module__NRKhvG__collapseOnMobile.ContentBox-module__NRKhvG__open .ContentBox-module__NRKhvG__collapsibleToggle{margin-bottom:var(--space-M)}.ContentBox-module__NRKhvG__ContentBox.ContentBox-module__NRKhvG__collapseOnMobile .ContentBox-module__NRKhvG__collapsibleToggle svg{width:auto;height:20px}.ContentBox-module__NRKhvG__ContentBox.ContentBox-module__NRKhvG__collapseOnMobile>.ContentBox-module__NRKhvG__header,.ContentBox-module__NRKhvG__ContentBox.ContentBox-module__NRKhvG__collapseOnMobile:not(.ContentBox-module__NRKhvG__open)>.ContentBox-module__NRKhvG__content{display:none}}
.DescriptionBox-module__UVn1Ea__box hr{margin:var(--space-XL)0}.DescriptionBox-module__UVn1Ea__box .DescriptionBox-module__UVn1Ea__row{grid-gap:var(--space-L);gap:var(--space-L);grid-template-columns:300px auto;display:grid}@media (max-width:755px){.DescriptionBox-module__UVn1Ea__box .DescriptionBox-module__UVn1Ea__row{grid-template-columns:200px auto}}@media (max-width:575px){.DescriptionBox-module__UVn1Ea__box .DescriptionBox-module__UVn1Ea__row{grid-template-columns:1fr}}.DescriptionBox-module__UVn1Ea__box .DescriptionBox-module__UVn1Ea__quote{-webkit-hyphens:auto;hyphens:auto;hyphenate-limit-chars:18;font-size:32px;line-height:1.25em}@media (max-width:755px){.DescriptionBox-module__UVn1Ea__box .DescriptionBox-module__UVn1Ea__quote{font-size:22px}}.DescriptionBox-module__UVn1Ea__box .DescriptionBox-module__UVn1Ea__quote p{display:inline}.DescriptionBox-module__UVn1Ea__box .DescriptionBox-module__UVn1Ea__quote:before,.DescriptionBox-module__UVn1Ea__box .DescriptionBox-module__UVn1Ea__quote:after{content:"\"";display:inline}.DescriptionBox-module__UVn1Ea__box .DescriptionBox-module__UVn1Ea__left{gap:var(--space-XXL);flex-direction:column;display:flex}@media (max-width:575px){.DescriptionBox-module__UVn1Ea__box .DescriptionBox-module__UVn1Ea__left{display:none}}.DescriptionBox-module__UVn1Ea__box .DescriptionBox-module__UVn1Ea__left img{width:100%;max-width:250px;height:auto}.DescriptionBox-module__UVn1Ea__box .DescriptionBox-module__UVn1Ea__right p+p{margin-top:1em}.DescriptionBox-module__UVn1Ea__box .DescriptionBox-module__UVn1Ea__right :-webkit-any(h1,h2,h3,h4,h5,h6){margin-bottom:var(--space-M)}.DescriptionBox-module__UVn1Ea__box .DescriptionBox-module__UVn1Ea__right :-moz-any(h1,h2,h3,h4,h5,h6){margin-bottom:var(--space-M)}.DescriptionBox-module__UVn1Ea__box .DescriptionBox-module__UVn1Ea__right :is(h1,h2,h3,h4,h5,h6){margin-bottom:var(--space-M)}.DescriptionBox-module__UVn1Ea__box .DescriptionBox-module__UVn1Ea__right :-webkit-any(h1,h2,h3,h4,h5,h6):not(:first-child){margin-top:var(--space-M)}.DescriptionBox-module__UVn1Ea__box .DescriptionBox-module__UVn1Ea__right :-moz-any(h1,h2,h3,h4,h5,h6):not(:first-child){margin-top:var(--space-M)}.DescriptionBox-module__UVn1Ea__box .DescriptionBox-module__UVn1Ea__right :is(h1,h2,h3,h4,h5,h6):not(:first-child){margin-top:var(--space-M)}
@layer components{.TabPanels-module__qWWg1G__Panel{display:none}.TabPanels-module__qWWg1G__Panel.TabPanels-module__qWWg1G__active{display:block}}
@layer components{.TabsNavigation-module__TMIkNq__Navigation{border-bottom:1px solid var(--color-background-contrast);margin:0;padding:0;list-style:none;display:flex;overflow-x:auto}.TabsNavigation-module__TMIkNq__Navigation button:focus-visible{outline-offset:calc(var(--Focus-outline-gap)*-1)}.TabsNavigation-module__TMIkNq__Navigation a:focus-visible{outline-offset:calc(var(--Focus-outline-gap)*-1)}.TabsNavigation-module__TMIkNq__Navigation.TabsNavigation-module__TMIkNq__boxed{background:var(--color-background-highlight);border-top-left-radius:var(--radius-background);border-top-right-radius:var(--radius-background);border-bottom:none;justify-content:stretch}.TabsNavigation-module__TMIkNq__NavigationItem{width:100%;height:calc(var(--space-S)*2 + var(--text-height-100));padding:var(--space-S);color:var(--color-content-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;margin:0;text-decoration:none;display:block}.TabsNavigation-module__TMIkNq__NavigationItem.TabsNavigation-module__TMIkNq__NavigationOne{width:50%}.TabsNavigation-module__TMIkNq__NavigationItem.TabsNavigation-module__TMIkNq__large{padding:var(--space-S)var(--space-M);height:calc(var(--space-S)*2 + var(--text-height-200))}.TabsNavigation-module__TMIkNq__NavigationItem.TabsNavigation-module__TMIkNq__active{border-bottom:2px solid var(--color-content-action);color:var(--color-content-action)}.TabsNavigation-module__TMIkNq__NavigationItem.TabsNavigation-module__TMIkNq__boxed{padding:var(--space-S)var(--space-M);border:solid var(--color-background-contrast);border-width:0 0 1px 1px}.TabsNavigation-module__TMIkNq__NavigationItem.TabsNavigation-module__TMIkNq__boxed:first-child{border-left:none}.TabsNavigation-module__TMIkNq__NavigationItem.TabsNavigation-module__TMIkNq__boxed.TabsNavigation-module__TMIkNq__active{color:var(--color-action);background:var(--color-background-primary);border-bottom:none;margin-bottom:0}.TabsNavigation-module__TMIkNq__NavigationItem:hover{background-color:var(--color-background-secondary)}.TabsNavigation-module__TMIkNq__NavigationItem.TabsNavigation-module__TMIkNq__boxed:hover:first-child,.TabsNavigation-module__TMIkNq__NavigationItem.TabsNavigation-module__TMIkNq__boxed:focus:first-child{border-top-left-radius:var(--radius-background)}.TabsNavigation-module__TMIkNq__NavigationItem.TabsNavigation-module__TMIkNq__boxed:hover:last-child,.TabsNavigation-module__TMIkNq__NavigationItem.TabsNavigation-module__TMIkNq__boxed:focus:last-child{border-top-right-radius:var(--radius-background)}}
@layer components{.Tabs-module__TlpG3a__Tabs{width:100%}.Tabs-module__TlpG3a__Tabs.Tabs-module__TlpG3a__boxed{border-radius:var(--radius-background);background:var(--color-background-primary);box-shadow:var(--shadow-level-1)}.Tabs-module__TlpG3a__navigation+.Tabs-module__TlpG3a__panels{padding-top:var(--space-M)}.Tabs-module__TlpG3a__Tabs.Tabs-module__TlpG3a__boxed .Tabs-module__TlpG3a__navigation+.Tabs-module__TlpG3a__panels{padding:var(--space-M)}}
.SeoLink-module__4YPp0q__seoLink,.SeoLink-module__4YPp0q__seoLink a{color:var(--color-content-lead);transition:color var(--short-transition);overflow-wrap:anywhere;text-decoration:none}.SeoLink-module__4YPp0q__seoLink:hover{color:var(--color-content-lead-hover)}.SeoLink-module__4YPp0q__seoLink>span{display:block;position:relative}.SeoLink-module__4YPp0q__seoLink>span:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-left:var(--space-M)}.SeoLink-module__4YPp0q__seoLink>span:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-left:var(--space-M)}.SeoLink-module__4YPp0q__seoLink>span:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-left:var(--space-M)}.SeoLink-module__4YPp0q__seoLink>span:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:var(--space-M)}.SeoLink-module__4YPp0q__seoLink>span:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:var(--space-M)}.SeoLink-module__4YPp0q__seoLink>span:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:var(--space-M)}.SeoLink-module__4YPp0q__seoLink>span svg{margin:0;position:absolute;top:.7px}.SeoLink-module__4YPp0q__seoLink>span svg:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:0}.SeoLink-module__4YPp0q__seoLink>span svg:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:0}.SeoLink-module__4YPp0q__seoLink>span svg:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:0}.SeoLink-module__4YPp0q__seoLink>span svg:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:0}.SeoLink-module__4YPp0q__seoLink>span svg:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:0}.SeoLink-module__4YPp0q__seoLink>span svg:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:0}
.FooterLinkBox-module__yFbtTW__tabsContentBox{padding:var(--space-M)}.FooterLinkBox-module__yFbtTW__tabContentList{padding:0 var(--space-M);grid-gap:var(--space-S);gap:var(--space-S);margin:0;margin-top:var(--space-L);grid-template-columns:repeat(auto-fit,minmax(170px,1fr));list-style:none;display:grid}
.StageDescriptionSRPLinks-module__DOwiGa__container{margin-top:var(--space-M)}.StageDescriptionSRPLinks-module__DOwiGa__links{margin:0;margin-top:var(--space-S);gap:var(--space-XS);flex-direction:column;padding:0;list-style-type:none;display:flex}
.SeoLinkList-module__GE2FxW__seoLinkList{grid-gap:var(--space-S);gap:var(--space-S);margin:0;margin-top:var(--space-L);padding:var(--space-XL);grid-template-columns:repeat(auto-fit,minmax(170px,1fr));list-style:none;display:grid}
.ModelCard-module__BXorXG__rating{align-items:center;gap:var(--space-XXS);max-width:100%;margin-top:var(--space-S);display:flex}.ModelCard-module__BXorXG__rating svg{width:auto;height:16px}.ModelCard-module__BXorXG__link{margin-top:var(--space-S);color:var(--color-content-action);background:0 0;border:0;min-width:24px;min-height:24px;padding:0;display:inline-block}
.DatenFaktenStage-module__xalW9q__stage{grid-gap:var(--space-XL);gap:var(--space-XL);grid-template-columns:auto auto;justify-content:space-between;align-items:flex-start;display:grid}@media (max-width:755px){.DatenFaktenStage-module__xalW9q__stage{flex-direction:column;display:flex}}.DatenFaktenStage-module__xalW9q__excerpt{margin-top:var(--space-L)}.DatenFaktenStage-module__xalW9q__excerpt p:not(:last-child){margin-bottom:1em}.DatenFaktenStage-module__xalW9q__excerpt p:not(:first-child){margin-top:1em}.DatenFaktenStage-module__xalW9q__modelCard{max-width:290px}@media (max-width:575px){.DatenFaktenStage-module__xalW9q__modelCard{max-width:none}}
.ListingAdsBox-module__FCuada__link{margin-top:var(--space-S);color:var(--color-content-action);display:inline-block}.ListingAdsBox-module__FCuada__cardImage img{width:100%;height:100%}.ListingAdsBox-module__FCuada__cardImageMaxHeight{max-height:150px}.ListingAdsBox-module__FCuada__cardInList{flex-direction:column;width:100%;height:100%;display:flex}.ListingAdsBox-module__FCuada__buttonWrapper{text-align:center;margin-top:var(--space-XL)}
.RateContentBox-module__qXZpGa__cardonisCsatSurvey [role=dialog]>div{min-width:100%!important}
.VariantSpec-module__qvgGQq__spec{justify-content:flex-start;align-items:center;gap:var(--space-M);display:flex}@media (max-width:1007px){.VariantSpec-module__qvgGQq__spec{gap:var(--space-S)}}.VariantSpec-module__qvgGQq__spec dl{margin:0}.VariantSpec-module__qvgGQq__spec dt{color:var(--color-content-secondary)}
.energyEfficiency-module__jUz88G__energyEfficiencyLabelIndicator{color:var(--color-background-primary);fill:var(--color-content-lead)}.energyEfficiency-module__jUz88G__energyEfficiencyLabel{fill:var(--color-on-action)}.energyEfficiency-module__jUz88G__efficiencyClassA3,.energyEfficiency-module__jUz88G__efficiencyClassA2{fill:#009848}.energyEfficiency-module__jUz88G__efficiencyClassA1{fill:#4eae46}.energyEfficiency-module__jUz88G__efficiencyClassA,.energyEfficiency-module__jUz88G__efficiencyClassB{fill:#b2e12c}.energyEfficiency-module__jUz88G__efficiencyClassC{fill:#ffe604}.energyEfficiency-module__jUz88G__efficiencyClassD{fill:#ee8627}.energyEfficiency-module__jUz88G__efficiencyClassE,.energyEfficiency-module__jUz88G__efficiencyClassF,.energyEfficiency-module__jUz88G__efficiencyClassG{fill:#d7222b}
.VariantTables-module__UnIAQa__grid{grid-gap:var(--space-XL);gap:var(--space-XL);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}@media (max-width:1007px){.VariantTables-module__UnIAQa__grid{gap:var(--space-M)}}@media (max-width:755px){.VariantTables-module__UnIAQa__grid{gap:var(--space-XL);flex-direction:column;display:flex}}.VariantTables-module__UnIAQa__column{gap:var(--space-M);flex-direction:column;display:flex}.VariantTables-module__UnIAQa__pretitle{color:var(--color-content-secondary)}.VariantTables-module__UnIAQa__tableWrapper table{border-collapse:collapse;width:100%;margin:0}.VariantTables-module__UnIAQa__tableWrapper table tr:nth-child(2n){background-color:var(--color-background-highlight)}.VariantTables-module__UnIAQa__tableWrapper table tr td{padding:var(--space-S);vertical-align:top;width:50%}.VariantTables-module__UnIAQa__tableWrapper table tr td .VariantTables-module__UnIAQa__subtitle{color:var(--color-content-secondary);margin-top:var(--space-S)}.VariantTables-module__UnIAQa__rowDetails{word-break:break-word}
.VariantSpecsBox-module__x-hRdq__box{align-items:stretch;gap:var(--space-L);flex-direction:column;display:flex}.VariantSpecsBox-module__x-hRdq__header{align-items:center;gap:var(--space-M);justify-content:space-between;display:flex}@media (max-width:1007px){.VariantSpecsBox-module__x-hRdq__header{margin-top:var(--space-M);flex-direction:column;align-items:stretch}}.VariantSpecsBox-module__x-hRdq__header .VariantSpecsBox-module__x-hRdq__select{-webkit-user-select:none;-moz-user-select:none;user-select:none}.VariantSpecsBox-module__x-hRdq__grid{--column-count:3;--gap:var(--space-XL);grid-template-columns:repeat(var(--column-count),minmax(0,1fr));grid-gap:var(--gap);gap:var(--gap);display:grid}@media (max-width:1007px){.VariantSpecsBox-module__x-hRdq__grid{--column-count:2;--gap:var(--space-L)}}@media (max-width:575px){.VariantSpecsBox-module__x-hRdq__grid{--gap:var(--space-M)}}@media (max-width:380px){.VariantSpecsBox-module__x-hRdq__grid{--column-count:1}}.VariantSpecsBox-module__x-hRdq__grid svg{flex-shrink:0}@media (max-width:1007px){.VariantSpecsBox-module__x-hRdq__grid svg{max-width:40px}}.VariantSpecsBox-module__x-hRdq__variantTables{margin-top:var(--space-XL)}.VariantSpecsBox-module__x-hRdq__footer{color:var(--color-content-secondary)}
.HomePage-module__HcrQWq__seoLinksInBox{padding-left:0;padding-right:0}
@layer components{.userThumbnail-module__dfBBvW__userThumbnail{border-radius:var(--radius-full);justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.userThumbnail-module__dfBBvW__userNameAvatar,.userThumbnail-module__dfBBvW__userIcon{background:var(--color-background-secondary);color:var(--color-content-silent)}.userThumbnail-module__dfBBvW__userNameAvatar{font-size:var(--text-size-300);line-height:var(--text-height-100);font-weight:var(--text-weight-600)}.userThumbnail-module__dfBBvW__userProfilePicture{background:center center/contain var(--color-background-secondary)no-repeat}.userThumbnail-module__dfBBvW__isEmphasized{background:var(--color-content-accent);color:var(--color-background-accent)}}
.TextExcerpt-module__ijreFq__excerptContainer{position:relative}.TextExcerpt-module__ijreFq__excerpt{-webkit-line-clamp:var(--data-number-of-lines);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.TextExcerpt-module__ijreFq__link{background-color:var(--color-background-primary);position:absolute;bottom:.04em;right:0}.TextExcerpt-module__ijreFq__link>span{color:var(--color-action);cursor:pointer;text-decoration:underline}.TextExcerpt-module__ijreFq__link:before{content:"… ";color:initial;z-index:1;position:relative}.TextExcerpt-module__ijreFq__link:after{content:"";z-index:0;background:linear-gradient(90deg,transparent 0%,var(--color-background-primary)50%,var(--color-background-primary)100%);width:30px;height:100%;position:absolute;top:0;right:calc(100% - 10px)}.TextExcerpt-module__ijreFq__link>span:hover{opacity:.8}.TextExcerpt-module__ijreFq__excerpt.TextExcerpt-module__ijreFq__showAll{display:block}.TextExcerpt-module__ijreFq__showAll .TextExcerpt-module__ijreFq__link{margin-top:var(--space-S);display:inline-block;position:relative;right:auto}.TextExcerpt-module__ijreFq__showAll .TextExcerpt-module__ijreFq__link:before,.TextExcerpt-module__ijreFq__showAll .TextExcerpt-module__ijreFq__link:after{content:none}
.clickable-module__JbEOna__Clickable{touch-action:manipulation;cursor:pointer;border-radius:var(--radius-background);background:0 0;border:none;padding:0}.clickable-module__JbEOna__Clickable:focus-visible{text-decoration:none}.clickable-module__JbEOna__Clickable--round{border-radius:var(--radius-full);line-height:0}
:root{--PopoverArrow-left:50%;--PopoverArrow-edge-length:10px;--PopoverArrow-border-color-rgb:var(--color-background-contrast-rgb);--PopoverArrow-border-color:var(--color-background-contrast);--Popover-max-width:284px;--mobile-Popover-max-height:80vh;--color-modal-close-hover:var(--color-content-lead)}
@layer components{.popoverModal-module__01HmDq__PopoverModal{max-width:var(--Popover-max-width);width:100%;position:absolute}.popoverModal-module__01HmDq__PopoverModal__wrapper--level-2,.popoverModal-module__01HmDq__PopoverModal--level-2{z-index:var(--z-index-level-2)}.popoverModal-module__01HmDq__PopoverModal__wrapper--level-3,.popoverModal-module__01HmDq__PopoverModal--level-3{z-index:var(--z-index-level-3)}.popoverModal-module__01HmDq__PopoverModal__wrapper--level-4,.popoverModal-module__01HmDq__PopoverModal--level-4{z-index:var(--z-index-level-4)}.popoverModal-module__01HmDq__PopoverModal__title{margin-right:24px}.popoverModal-module__01HmDq__PopoverModal__close{padding:var(--space-XS)var(--space-XS)0;height:var(--ButtonMedium-height);font-size:var(--text-size-200);line-height:var(--text-height-100);cursor:pointer;color:var(--color-content-secondary);background-color:transparent;border-color:transparent;transition:color .2s;position:absolute;top:1px;right:1px}.popoverModal-module__01HmDq__PopoverModal__close:focus-visible{outline-offset:calc(var(--Focus-outline-gap)*-1)}.popoverModal-module__01HmDq__PopoverModal__close:hover,.popoverModal-module__01HmDq__PopoverModal__close:active{color:var(--color-modal-close-hover)}.popoverModal-module__01HmDq__PopoverModal__close-icon{width:20px;height:20px}.popoverModal-module__01HmDq__PopoverModal__fix-overflow{padding:var(--space-M)var(--space-XL)var(--space-M)var(--space-M)}.popoverModal-module__01HmDq__PopoverModal__ContentBox{border-radius:var(--radius-content)}.popoverModal-module__01HmDq__PopoverModal__ContentBox:before{content:"";filter:var(--shadow-new-design);position:absolute}@media (max-width:575px){.popoverModal-module__01HmDq__PopoverModal__ContentBox:before{display:none}}.popoverModal-module__01HmDq__PopoverModal__ContentBox-arrow--top:before{--shadow-old-design:drop-shadow(0px 3px 2px rgba(0,0,0,.5));--shadow-new-design:drop-shadow(0px 3px 2px rgba(0,0,0,.1));clip-path:polygon(-100% 1px,200% 1px,200% 200%,-100% 200%);bottom:calc(-1*var(--PopoverArrow-edge-length) + 1px);left:calc(var(--PopoverArrow-left) - var(--PopoverArrow-edge-length));border-left:var(--PopoverArrow-edge-length)solid transparent;border-right:var(--PopoverArrow-edge-length)solid transparent;border-top:var(--PopoverArrow-edge-length)solid var(--color-background-primary)}.popoverModal-module__01HmDq__PopoverModal__ContentBox-arrow--bottom:before{--shadow-old-design:drop-shadow(0px 2px 6px rgba(0,0,0,.5));--shadow-new-design:drop-shadow(0px -1px 1px rgba(0,0,0,.1));clip-path:polygon(-100% -100%,200% -100%,200% calc(100% - 1px),-100% calc(100% - 1px));top:calc(-1*var(--PopoverArrow-edge-length) + 1px);left:calc(var(--PopoverArrow-left) - var(--PopoverArrow-edge-length));border-left:var(--PopoverArrow-edge-length)solid transparent;border-right:var(--PopoverArrow-edge-length)solid transparent;border-bottom:var(--PopoverArrow-edge-length)solid var(--color-background-primary)}.popoverModal-module__01HmDq__PopoverModal__ContentBox-arrow--left:before{--shadow-old-design:drop-shadow(3px 0px 4px rgba(0,0,0,.5));--shadow-new-design:drop-shadow(1px 0px 1px rgba(0,0,0,.1));clip-path:polygon(1px -100%,200% -100%,200% 200%,1px 200%);top:calc(50% - var(--PopoverArrow-edge-length));right:calc(-1*var(--PopoverArrow-edge-length) + 1px);border-top:var(--PopoverArrow-edge-length)solid transparent;border-bottom:var(--PopoverArrow-edge-length)solid transparent;border-left:var(--PopoverArrow-edge-length)solid var(--color-background-primary)}.popoverModal-module__01HmDq__PopoverModal__ContentBox-arrow--right:before{--shadow-old-design:drop-shadow(-3px 0px 4px rgba(0,0,0,.5));--shadow-new-design:drop-shadow(-1px 0px 1px rgba(0,0,0,.1));clip-path:polygon(-100% -100%,calc(100% - 1px) -100%,calc(100% - 1px) 200%,-100% 200%);top:calc(50% - var(--PopoverArrow-edge-length));left:calc(-1*var(--PopoverArrow-edge-length) + 1px);border-top:var(--PopoverArrow-edge-length)solid transparent;border-bottom:var(--PopoverArrow-edge-length)solid transparent;border-right:var(--PopoverArrow-edge-length)solid var(--color-background-primary)}@media (max-width:575px){@keyframes popoverModal-module__01HmDq__slideIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}.popoverModal-module__01HmDq__responsive.popoverModal-module__01HmDq__PopoverModal__wrapper{max-height:var(--mobile-Popover-max-height);position:fixed;bottom:0;left:0;right:0;transform:translateZ(0)}.popoverModal-module__01HmDq__responsive .popoverModal-module__01HmDq__PopoverModal{animation:.25s ease-out popoverModal-module__01HmDq__slideIn;bottom:0;left:0;right:0;max-width:none!important;max-width:initial!important}.popoverModal-module__01HmDq__responsive .popoverModal-module__01HmDq__PopoverModal__ContentBox{border-radius:0}.popoverModal-module__01HmDq__PopoverModal__ContentBox{border-radius:var(--radius-content)var(--radius-content)0 0}.popoverModal-module__01HmDq__responsive .popoverModal-module__01HmDq__PopoverModal__ContentSection{max-height:var(--mobile-Popover-max-height);padding-bottom:var(--space-XL);flex-direction:column;display:flex}.popoverModal-module__01HmDq__responsive .popoverModal-module__01HmDq__PopoverModal__ContentSection__content{-webkit-overflow-scrolling:touch;flex:1;overflow-x:hidden;overflow-y:auto}}}
.CimenioSummary-module__CTGzFa__container{flex-direction:column;flex-shrink:0;display:flex}.CimenioSummary-module__CTGzFa__container>*{position:relative}.CimenioSummary-module__CTGzFa__overall{padding:var(--space-L);place-content:center;display:grid}.CimenioSummary-module__CTGzFa__overall>div{align-items:stretch;gap:var(--space-S);flex-direction:column;display:flex}.CimenioSummary-module__CTGzFa__overall .CimenioSummary-module__CTGzFa__upper,.CimenioSummary-module__CTGzFa__overall .CimenioSummary-module__CTGzFa__lower{justify-content:center;align-items:center;display:flex}.CimenioSummary-module__CTGzFa__overall .CimenioSummary-module__CTGzFa__upper{gap:var(--space-S)}.CimenioSummary-module__CTGzFa__overall .CimenioSummary-module__CTGzFa__lower{gap:var(--space-XS)}.CimenioSummary-module__CTGzFa__categories{align-items:stretch;gap:var(--space-XS);flex-direction:column;align-self:stretch;display:flex}.CimenioSummary-module__CTGzFa__categories:only-child{grid-column:span 2}.CimenioSummary-module__CTGzFa__categoryName{flex-shrink:0}.CimenioSummary-module__CTGzFa__categoryLine{align-items:center;gap:var(--space-S);display:flex}.CimenioSummary-module__CTGzFa__categoryLine svg{width:auto;height:15px}.CimenioSummary-module__CTGzFa__categoryDashes{border-bottom:1px dashed var(--color-background-contrast);width:100%;min-width:20px;height:0;transform:translateY(.3em)}.CimenioSummary-module__CTGzFa__categoryValue{white-space:nowrap}
.CimenioReviews-module__YdsN3a__reviews{gap:var(--space-L);flex-direction:column;display:flex}@media (max-width:1007px){.CimenioReviews-module__YdsN3a__reviews{gap:var(--space-M)}}.CimenioReviews-module__YdsN3a__card{padding:var(--space-M);flex-direction:column;align-items:stretch;display:flex}.CimenioReviews-module__YdsN3a__card>div{align-items:stretch;gap:var(--space-M);flex-direction:column;flex-grow:1;display:flex}.CimenioReviews-module__YdsN3a__cardHeader{grid-column-gap:var(--space-S);-moz-column-gap:var(--space-S);align-items:center;column-gap:var(--space-S);grid-template-columns:40px auto;display:grid}.CimenioReviews-module__YdsN3a__cardHeader>*{display:flex}.CimenioReviews-module__YdsN3a__cardHeader>div:first-child{aspect-ratio:1;grid-row:1/span 2;width:100%;height:auto}.CimenioReviews-module__YdsN3a__cardHeaderTitle{color:var(--color-content-secondary);grid-row:1;min-width:0}.CimenioReviews-module__YdsN3a__cardHeaderTitle em{color:var(--color-content-lead);font-style:normal;font-weight:500}.CimenioReviews-module__YdsN3a__cardHeaderTitle .CimenioReviews-module__YdsN3a__date{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.CimenioReviews-module__YdsN3a__cardHeaderSubtitle{grid-row:2}.CimenioReviews-module__YdsN3a__cardStars>svg{height:16px}.CimenioReviews-module__YdsN3a__cardBody{gap:var(--space-XS);flex-direction:column;display:flex}.CimenioReviews-module__YdsN3a__grid{grid-gap:var(--space-M);gap:var(--space-M);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}@media (max-width:1007px){.CimenioReviews-module__YdsN3a__grid{grid-template-columns:repeat(1,minmax(0,1fr))}}.CimenioReviews-module__YdsN3a__gridItemTitle{margin-bottom:var(--space-XS)}.CimenioReviews-module__YdsN3a__gridItemContent{-webkit-hyphens:auto;hyphens:auto}.CimenioReviews-module__YdsN3a__proConList{gap:var(--space-XXS);flex-direction:column;margin:0;padding:0;display:flex}.CimenioReviews-module__YdsN3a__proConItem{-webkit-hyphens:manual;hyphens:manual;align-items:flex-start;display:flex}.CimenioReviews-module__YdsN3a__proConItem>svg{width:auto;height:1em;margin-right:var(--space-XS);flex-shrink:0;margin-top:.25em;display:inline-block}.CimenioReviews-module__YdsN3a__proList .CimenioReviews-module__YdsN3a__proConItem>svg path{fill:var(--color-success)}.CimenioReviews-module__YdsN3a__conList .CimenioReviews-module__YdsN3a__proConItem>svg path{fill:var(--color-error)}.CimenioReviews-module__YdsN3a__showMoreContainer{margin-top:var(--space-L);justify-content:center;display:flex}
.CimenioReviewBox-module__mEN8pq__container{gap:var(--space-L);display:flex}@media (max-width:1007px){.CimenioReviewBox-module__mEN8pq__container{flex-direction:column}}
.ListingBox-module__67Alpq__box{padding:var(--space-M);gap:var(--space-S);flex-direction:column;display:flex}@media (max-width:575px){.ListingBox-module__67Alpq__box{border-radius:var(--radius-content)!important}}@media (max-width:1007px) and (min-width:432px){.ListingBox-module__67Alpq__box{flex-flow:wrap;justify-content:space-between}}.ListingBox-module__67Alpq__row{grid-column-gap:var(--space-XL);-moz-column-gap:var(--space-XL);column-gap:var(--space-XL);grid-template-rows:auto auto;grid-template-columns:auto auto;display:grid}@media (max-width:1007px) and (min-width:432px){.ListingBox-module__67Alpq__row{-moz-column-gap:var(--space-L);align-items:flex-start;column-gap:var(--space-L);flex-direction:column;display:flex}}.ListingBox-module__67Alpq__row+.ListingBox-module__67Alpq__row{border:0px solid var(--color-background-contrast);padding-top:var(--space-S);border-top-width:1px}@media (max-width:1007px) and (min-width:432px){.ListingBox-module__67Alpq__row+.ListingBox-module__67Alpq__row{padding-top:0;padding-left:var(--space-M);border-top:none;border-left-width:1px}}.ListingBox-module__67Alpq__row .ListingBox-module__67Alpq__title{grid-row:2}.ListingBox-module__67Alpq__row .ListingBox-module__67Alpq__label{color:var(--color-content-secondary)}.ListingBox-module__67Alpq__row .ListingBox-module__67Alpq__link{grid-row:1/span 2;justify-content:flex-end;align-items:center;display:flex}@media (max-width:1007px){.ListingBox-module__67Alpq__row .ListingBox-module__67Alpq__link{margin-top:var(--space-XS)}}.ListingBox-module__67Alpq__row .ListingBox-module__67Alpq__link>*{cursor:pointer;color:var(--color-content-action);text-decoration:none}.ListingBox-module__67Alpq__row .ListingBox-module__67Alpq__link>:hover{color:var(--color-content-action-hover);text-decoration:underline}@media (max-width:1007px){.ListingBox-module__67Alpq__buttonContainer{align-self:center}}@media (max-width:575px){.ListingBox-module__67Alpq__buttonContainer{margin-top:var(--space-S);flex-basis:100%;width:100%}}.ListingBox-module__67Alpq__button{width:100%}
@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;box-sizing:content-box;width:100%;height:100%;transition-property:transform;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(transparent,rgba(0,0,0,.5))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-left:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-left:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-left:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}

.ModelStageGallery-module__V7BBRW__gallery{z-index:1;--inactive-opacity:.5;min-width:0;display:block;position:relative}.ModelStageGallery-module__V7BBRW__slider{margin-left:calc(-1*var(--space-XL));width:calc(100% + 2*var(--space-XL))}.ModelStageGallery-module__V7BBRW__slider .swiper-wrapper{cursor:grab}.ModelStageGallery-module__V7BBRW__thumbs .swiper-wrapper{justify-content:center}.ModelStageGallery-module__V7BBRW__thumb{cursor:pointer;width:60px}@media (max-width:1007px){.ModelStageGallery-module__V7BBRW__thumb{width:45px}}.ModelStageGallery-module__V7BBRW__thumb img{width:100%;transition:all .2s}.ModelStageGallery-module__V7BBRW__slide img{width:100%;transition:all .3s ease-in-out;display:block}.ModelStageGallery-module__V7BBRW__thumb:not(.swiper-slide-thumb-active) img{opacity:var(--inactive-opacity)}.ModelStageGallery-module__V7BBRW__slide{align-self:center}.ModelStageGallery-module__V7BBRW__slide:not(.swiper-slide-active) img{opacity:var(--inactive-opacity);transform:scale(.7)}.ModelStageGallery-module__V7BBRW__slide.swiper-slide-active img{transform:none}.ModelStageGallery-module__V7BBRW__navigationButton{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:48px;height:48px;box-shadow:var(--shadow-level-2);background-color:var(--color-background-secondary);z-index:10;cursor:pointer;border:0;border-radius:100%;place-content:center;padding:0;transition:all .2s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.ModelStageGallery-module__V7BBRW__navigationButton:hover{background-color:var(--color-background-highlight)}.ModelStageGallery-module__V7BBRW__navigationButton.ModelStageGallery-module__V7BBRW__prev{left:26%}@media (max-width:575px){.ModelStageGallery-module__V7BBRW__navigationButton.ModelStageGallery-module__V7BBRW__prev{left:15%}}.ModelStageGallery-module__V7BBRW__navigationButton.ModelStageGallery-module__V7BBRW__next{right:26%}@media (max-width:575px){.ModelStageGallery-module__V7BBRW__navigationButton.ModelStageGallery-module__V7BBRW__next{right:15%}}.ModelStageGallery-module__V7BBRW__navigationButton svg{width:20px;height:20px;color:var(--color-content-silent);display:block}.ModelStageGallery-module__V7BBRW__slider .swiper-button-next{display:none}.ModelStageGallery-module__V7BBRW__slider .swiper-button-prev{display:none}
.ModelStage-module__C5w3wG__header{gap:var(--space-XS);flex-direction:column;display:flex!important}.ModelStage-module__C5w3wG__descriptionRow{margin-top:var(--space-M);overflow-wrap:anywhere;grid-template-columns:1fr 1fr;display:grid}.ModelStage-module__C5w3wG__descriptionRow p+p{margin-top:var(--space-S)}.ModelStage-module__C5w3wG__title{font-size:30px}.ModelStage-module__C5w3wG__subtitle{color:var(--color-content-secondary);-moz-column-gap:var(--space-S);column-gap:var(--space-S);flex-wrap:wrap;display:flex;margin-top:0!important}.ModelStage-module__C5w3wG__subtitle>*{align-items:center;display:flex}.ModelStage-module__C5w3wG__subtitle>:not(:first-child):before{content:none}.ModelStage-module__C5w3wG__subtitle a{color:inherit;text-decoration:none}.ModelStage-module__C5w3wG__subtitle a:hover{text-decoration:underline}.ModelStage-module__C5w3wG__excerpt{grid-column:1/span 2}.ModelStage-module__C5w3wG__headline{margin-bottom:var(--space-M)}.ModelStage-module__C5w3wG__galleryContainer{display:block}.ModelStage-module__C5w3wG__galleryContainer>*{min-width:0}.ModelStage-module__C5w3wG__galleryContainer .ModelStage-module__C5w3wG__listingBox{margin-top:var(--space-M);-moz-column-gap:40px;justify-content:flex-start;column-gap:40px}.ModelStage-module__C5w3wG__gallery,.ModelStage-module__C5w3wG__image{margin-top:var(--space-M);margin-bottom:var(--space-M)}.ModelStage-module__C5w3wG__image{margin-left:auto;margin-right:auto;display:block}.ModelStage-module__C5w3wG__proConList{gap:var(--space-S);flex-direction:column;margin:0;padding:0;display:flex}.ModelStage-module__C5w3wG__proConItem{-webkit-hyphens:manual;hyphens:manual;align-items:flex-start;display:flex}.ModelStage-module__C5w3wG__proConItem>svg{width:auto;height:20px;margin-right:var(--space-XS);flex-shrink:0;display:inline-block}.ModelStage-module__C5w3wG__proList .ModelStage-module__C5w3wG__proConItem>svg path{fill:var(--color-success)}.ModelStage-module__C5w3wG__conList .ModelStage-module__C5w3wG__proConItem>svg path{fill:var(--color-error)}.ModelStage-module__C5w3wG__SRPLink{margin:1em 0;display:inline-block}@media (min-width:432px){.ModelStage-module__C5w3wG__header{display:grid!important}.ModelStage-module__C5w3wG__subtitle>:not(:first-child):before{content:"|";color:var(--color-background-contrast);margin:0 .3em;display:inline-block}}@media (min-width:1008px){.ModelStage-module__C5w3wG__excerpt{grid-column:unset}.ModelStage-module__C5w3wG__descriptionRow{gap:var(--space-L);grid-template-columns:4fr 2fr 2fr}.ModelStage-module__C5w3wG__galleryContainer{align-items:flex-start;gap:var(--space-XL);display:flex}.ModelStage-module__C5w3wG__galleryContainer .ModelStage-module__C5w3wG__listingBox{flex-shrink:0}.ModelStage-module__C5w3wG__SRPLink{margin-bottom:0}}
.ImageLightbox-module__cCO2WG__overlay{all:unset;background:var(--color-picture-overlay);z-index:var(--z-index-level-2);justify-content:center;align-items:center;margin-top:0;animation:.2s ease-out ImageLightbox-module__cCO2WG__fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.ImageLightbox-module__cCO2WG__overlay.ImageLightbox-module__cCO2WG__closing{animation:.2s ease-out forwards ImageLightbox-module__cCO2WG__fadeOut}@keyframes ImageLightbox-module__cCO2WG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ImageLightbox-module__cCO2WG__fadeOut{0%{opacity:1}to{opacity:0}}.ImageLightbox-module__cCO2WG__container{all:unset;justify-content:center;align-items:center;width:auto;height:auto;display:flex;position:relative}.ImageLightbox-module__cCO2WG__imageContainer{justify-content:center;align-items:center;width:auto;max-width:1200px;height:auto;max-height:60vh;transition:all .3s;display:flex}.ImageLightbox-module__cCO2WG__imageContainer.ImageLightbox-module__cCO2WG__zoomed{scrollbar-width:none;width:100vw;max-width:100vw;height:100vh;max-height:100vh;overflow:hidden}.ImageLightbox-module__cCO2WG__imageContainer.ImageLightbox-module__cCO2WG__zoomed::-webkit-scrollbar{display:none}.ImageLightbox-module__cCO2WG__imageWrapper{all:unset;transform:translate(var(--pan-x,0px),var(--pan-y,0px));will-change:transform;transition:transform .4s cubic-bezier(.4,0,.2,1)}.ImageLightbox-module__cCO2WG__imageWrapper.ImageLightbox-module__cCO2WG__dragging{transition:none}.ImageLightbox-module__cCO2WG__image{-o-object-fit:contain;object-fit:contain;cursor:zoom-in;transform-origin:50%;will-change:transform;max-width:100%;max-height:100%;transition:transform .4s cubic-bezier(.4,0,.2,1),max-width .4s cubic-bezier(.4,0,.2,1),max-height .4s cubic-bezier(.4,0,.2,1);animation:.3s ease-out ImageLightbox-module__cCO2WG__slideIn;transform:scale(1)}.ImageLightbox-module__cCO2WG__imageZoomed{-o-object-fit:cover;object-fit:cover;cursor:grab;width:auto;min-width:100vw;max-width:none;height:auto;min-height:100vh;max-height:none;transform:scale(.5)}@keyframes ImageLightbox-module__cCO2WG__slideIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ImageLightbox-module__cCO2WG__topButtons{top:var(--space-L);right:var(--space-L);gap:var(--space-S);z-index:var(--z-index-level-3);display:flex;position:absolute}.ImageLightbox-module__cCO2WG__zoomButton,.ImageLightbox-module__cCO2WG__closeButton{color:var(--color-static-lead);background:var(--color-on-content);cursor:pointer;padding:var(--space-S);line-height:1;font-weight:var(--text-weight-500);border:none;transition:opacity .2s}.ImageLightbox-module__cCO2WG__zoomButton:hover,.ImageLightbox-module__cCO2WG__closeButton:hover{opacity:.7}.ImageLightbox-module__cCO2WG__navButton{background:var(--color-picture-interface);color:#fff;cursor:pointer;padding:var(--space-M);z-index:var(--z-index-level-3);border:none;justify-content:center;align-items:center;min-width:60px;min-height:60px;line-height:1;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ImageLightbox-module__cCO2WG__navButton:hover{background:var(--color-overlay)}.ImageLightbox-module__cCO2WG__prev{left:var(--space-M)}.ImageLightbox-module__cCO2WG__next{right:var(--space-M)}.ImageLightbox-module__cCO2WG__counter{top:var(--space-L);left:var(--space-L);padding:var(--space-S);color:var(--color-static-lead);background:var(--color-on-content);font-size:var(--text-size-400);font-weight:var(--text-weight-500);position:absolute;transform:none}@media (max-width:1007px){.ImageLightbox-module__cCO2WG__navButton{font-size:var(--text-size-400);min-width:48px;min-height:48px}.ImageLightbox-module__cCO2WG__prev{left:0}.ImageLightbox-module__cCO2WG__next{right:0}.ImageLightbox-module__cCO2WG__topButtons{top:var(--space-L);right:var(--space-L)}.ImageLightbox-module__cCO2WG__zoomButton,.ImageLightbox-module__cCO2WG__closeButton{color:var(--color-static-lead);background:var(--color-on-content)}.ImageLightbox-module__cCO2WG__container{width:auto;height:auto}}
.PictureGallery-module__SGyV0a__grid{grid-gap:var(--space-L);gap:var(--space-L);grid-template-rows:auto;grid-template-columns:repeat(4,1fr);display:grid}.PictureGallery-module__SGyV0a__largeGalleryLayout{grid-template-rows:repeat(3,1fr);grid-template-columns:3fr repeat(3,.88fr)}.PictureGallery-module__SGyV0a__largeGalleryLayout .PictureGallery-module__SGyV0a__mainImage{aspect-ratio:1;grid-area:1/1/4}.PictureGallery-module__SGyV0a__galleryButton{all:unset;aspect-ratio:1;cursor:pointer;min-width:0;min-height:0;display:block}.PictureGallery-module__SGyV0a__image{-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-image);width:100%;height:100%;transition:transform .2s}.PictureGallery-module__SGyV0a__largeGalleryLayout .PictureGallery-module__SGyV0a__mainImage .PictureGallery-module__SGyV0a__image{height:100%}@media screen and (max-width:1007px){.PictureGallery-module__SGyV0a__grid{gap:var(--space-M);grid-template-rows:auto;grid-template-columns:repeat(2,1fr)}.PictureGallery-module__SGyV0a__largeGalleryLayout{grid-template-rows:auto;grid-template-columns:repeat(2,1fr)}.PictureGallery-module__SGyV0a__largeGalleryLayout .PictureGallery-module__SGyV0a__mainImage{aspect-ratio:1;grid-area:auto/1/auto/-1}.PictureGallery-module__SGyV0a__largeGalleryLayout .PictureGallery-module__SGyV0a__galleryButton:nth-child(2){aspect-ratio:1;grid-column:1/-1}.PictureGallery-module__SGyV0a__largeGalleryLayout .PictureGallery-module__SGyV0a__galleryButton:nth-child(n+3){aspect-ratio:1}}
@layer components{.chip-module__ijd-Ba__Chip{box-sizing:border-box;border-radius:var(--radius-form-small);color:inherit;cursor:pointer;align-items:stretch;gap:4px;height:32px;padding:6px 10px;transition:all .1s ease-in-out;display:inline-flex;overflow:hidden}.chip-module__ijd-Ba__Chip:has(.chip-module__ijd-Ba__remove){padding-right:6px}.chip-module__ijd-Ba__Chip button{cursor:pointer;color:inherit;background:0 0;border:none;margin:0;padding:0}.chip-module__ijd-Ba__ToggleChip{cursor:pointer;background:0 0;border:1px solid transparent;gap:0;margin:0;transition:all .2s ease-in-out}.chip-module__ijd-Ba__ToggleChip .chip-module__ijd-Ba__check{opacity:0;width:0;transition:all .2s ease-in-out}.chip-module__ijd-Ba__ToggleChip.chip-module__ijd-Ba__selection:has(.chip-module__ijd-Ba__check){padding-right:6px}.chip-module__ijd-Ba__ToggleChip.chip-module__ijd-Ba__selection .chip-module__ijd-Ba__check{opacity:1;width:16px;margin-left:4px}.chip-module__ijd-Ba__selection{background-color:var(--color-background-secondary);color:var(--color-content-lead)}.chip-module__ijd-Ba__selection .chip-module__ijd-Ba__remove:hover:before{background-color:var(--color-background-secondary-hover)}.chip-module__ijd-Ba__selection:hover:not(:has(.chip-module__ijd-Ba__label)):not(:has(.chip-module__ijd-Ba__noClick)){background-color:var(--color-background-secondary-hover)}.chip-module__ijd-Ba__selection:has(.chip-module__ijd-Ba__label:hover:not(.chip-module__ijd-Ba__noClick)){background-color:var(--color-background-secondary-hover)}.chip-module__ijd-Ba__suggestion{border:solid 1px var(--color-background-contrast);color:var(--color-content-lead)}.chip-module__ijd-Ba__suggestion .chip-module__ijd-Ba__remove:hover{border-color:var(--color-background-contrast-hover)}.chip-module__ijd-Ba__suggestion:hover:not(:has(.chip-module__ijd-Ba__label)):not(:has(.chip-module__ijd-Ba__noClick)){border-color:var(--color-background-contrast-hover)}.chip-module__ijd-Ba__suggestion:has(.chip-module__ijd-Ba__label:hover:not(.chip-module__ijd-Ba__noClick)){border-color:var(--color-background-contrast-hover)}:is(.chip-module__ijd-Ba__suggestion:hover:not(:has(.chip-module__ijd-Ba__label)):not(:has(.chip-module__ijd-Ba__noClick)),.chip-module__ijd-Ba__suggestion:has(.chip-module__ijd-Ba__label:hover:not(.chip-module__ijd-Ba__noClick)),.chip-module__ijd-Ba__suggestion .chip-module__ijd-Ba__remove:hover):before{background-color:var(--color-background-primary-hover)}.chip-module__ijd-Ba__action{color:var(--color-on-action);background-color:var(--color-action);font-weight:500}.chip-module__ijd-Ba__action .chip-module__ijd-Ba__remove:hover:before{background-color:var(--ButtonPrimary-hover-background-color)}.chip-module__ijd-Ba__action:hover:not(:has(.chip-module__ijd-Ba__label)):not(:has(.chip-module__ijd-Ba__noClick)){background-color:var(--ButtonPrimary-hover-background-color)}.chip-module__ijd-Ba__action:has(.chip-module__ijd-Ba__label:hover:not(.chip-module__ijd-Ba__noClick)){background-color:var(--ButtonPrimary-hover-background-color)}:is(.chip-module__ijd-Ba__action .chip-module__ijd-Ba__label):hover{color:var(--color-on-action)}.chip-module__ijd-Ba__label,.chip-module__ijd-Ba__remove{flex-direction:row;justify-content:center;align-items:center;display:flex}.chip-module__ijd-Ba__label{gap:8px}.chip-module__ijd-Ba__label img{width:20px}.chip-module__ijd-Ba__label svg{width:16px}.chip-module__ijd-Ba__remove{border-radius:var(--radius-form-small);width:20px;position:relative}.chip-module__ijd-Ba__remove svg{z-index:1}.chip-module__ijd-Ba__remove:before{content:"";border-radius:50%;width:24px;height:24px;transition:transform .1s ease-in-out;position:absolute;transform:scale(.5)}.chip-module__ijd-Ba__remove:hover:before{transform:scale(1)}.chip-module__ijd-Ba__noClick{cursor:default}}
.AdacReport-module___gaDfG__report{margin-top:var(--space-XL);grid-gap:var(--space-M);gap:var(--space-M);grid-template-columns:2fr 3fr;display:grid}@media (max-width:1007px){.AdacReport-module___gaDfG__report{flex-direction:column;display:flex}}.AdacReport-module___gaDfG__title{grid-column-gap:var(--space-S);-moz-column-gap:var(--space-S);column-gap:var(--space-S);grid-row-gap:var(--space-XXS);row-gap:var(--space-XXS);grid-template-columns:44px auto;display:grid}.AdacReport-module___gaDfG__title svg{grid-row:1/span 2;width:100%;height:auto}.AdacReport-module___gaDfG__subtitle{color:var(--color-content-secondary);grid-column:2}.AdacReport-module___gaDfG__description{margin-top:var(--space-L)}.AdacReport-module___gaDfG__description strong{color:var(--color-content-lead)}.AdacReport-module___gaDfG__description span{color:var(--color-content-secondary)}.AdacReport-module___gaDfG__description strong:not(:last-child),.AdacReport-module___gaDfG__description span:not(:last-child){margin-right:.3em;display:inline-block}.AdacReport-module___gaDfG__link{margin-top:var(--space-M);color:var(--color-content-action);display:inline-block}.AdacReport-module___gaDfG__link:hover{color:var(--color-content-action-hover)}.AdacReport-module___gaDfG__reportList{gap:var(--space-XXS);flex-direction:column;margin:0;padding:10px 0 0;list-style-type:none;display:flex}.AdacReport-module___gaDfG__reportListItem dl{align-items:stretch;gap:var(--space-XXS);margin:0;display:flex}.AdacReport-module___gaDfG__reportListItem dt{gap:var(--space-XXS);flex-grow:1;display:flex}.AdacReport-module___gaDfG__reportListItem .AdacReport-module___gaDfG__reportListItemText{padding:var(--space-S);background-color:var(--color-adac);color:var(--color-on-adac);border-radius:var(--radius-image)0 0 var(--radius-image);flex-grow:1;align-items:center;display:flex}.AdacReport-module___gaDfG__reportListItem img{width:auto;height:100%;display:block}.AdacReport-module___gaDfG__reportListItem dd{color:var(--color-on-adac);background-color:var(--color-adac);width:50px;padding:var(--space-S);text-align:center;border-radius:0 var(--radius-image)var(--radius-image)0;justify-content:center;align-items:center;margin:0;font-weight:500;display:flex}.AdacReport-module___gaDfG__chipList{margin-top:var(--space-XXS);gap:var(--space-XXS);flex-wrap:wrap;display:flex}.AdacReport-module___gaDfG__chip{pointer-events:none}
.NcapReport-module__MoMTya__report{margin-top:var(--space-XL);grid-gap:var(--space-M);gap:var(--space-M);grid-template-columns:2fr 3fr;display:grid}@media (max-width:1007px){.NcapReport-module__MoMTya__report{flex-direction:column;display:flex}}.NcapReport-module__MoMTya__title{grid-column-gap:var(--space-S);-moz-column-gap:var(--space-S);column-gap:var(--space-S);grid-row-gap:var(--space-XXS);row-gap:var(--space-XXS);grid-template-columns:80px auto;display:grid}.NcapReport-module__MoMTya__title svg{grid-row:1/span 2;width:100%;height:auto}.NcapReport-module__MoMTya__subtitle{color:var(--color-content-secondary);grid-column:2}.NcapReport-module__MoMTya__description{margin-top:var(--space-L)}.NcapReport-module__MoMTya__description strong{color:var(--color-content-lead);font-size:14px}.NcapReport-module__MoMTya__description span{color:var(--color-content-secondary)}.NcapReport-module__MoMTya__description strong:not(:last-child),.NcapReport-module__MoMTya__description span:not(:last-child){margin-right:.3em;display:inline-block}.NcapReport-module__MoMTya__link{margin-top:var(--space-M);color:var(--color-content-action);display:inline-block}.NcapReport-module__MoMTya__link:hover{color:var(--color-content-action-hover)}.NcapReport-module__MoMTya__dots{gap:var(--space-S);margin-bottom:var(--space-XS);align-items:center;display:flex}.NcapReport-module__MoMTya__dot{border:1px solid var(--color-content-lead);border-radius:100%;width:16px;height:16px}.NcapReport-module__MoMTya__dot.NcapReport-module__MoMTya__filled{background-color:var(--color-warning)}.NcapReport-module__MoMTya__ratings{background-color:var(--color-background-warning);padding:var(--space-M);grid-gap:var(--space-M);gap:var(--space-M);border-radius:4px;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;list-style-type:none;display:grid}.NcapReport-module__MoMTya__ratings li{align-items:center;gap:var(--space-M);text-align:left;justify-content:flex-start;display:flex}.NcapReport-module__MoMTya__ratings li dl,.NcapReport-module__MoMTya__ratings li dd{margin:0}
.RatingsBox-module__I8XNdq__heading{margin-top:var(--space-L)}
.Video-module__gLtQMq__video{width:100%}.Video-module__gLtQMq__player{aspect-ratio:1.776;border-radius:var(--default-box-border-radius);background-color:var(--color-background-secondary);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Video-module__gLtQMq__caption{margin-top:var(--space-M)}.Video-module__gLtQMq__captionText+.Video-module__gLtQMq__captionText{margin-top:var(--space-S)}.Video-module__gLtQMq__player>div,.Video-module__gLtQMq__player>iframe{max-width:100%;max-height:100%;position:absolute}.Video-module__gLtQMq__reactPlayer{width:100%!important;height:100%!important}
.FiftyFiftyRow-module__jLj67q__row{grid-gap:var(--space-XL);gap:var(--space-XL);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}@media (max-width:1007px){.FiftyFiftyRow-module__jLj67q__row{flex-direction:column;display:flex}}.FiftyFiftyRow-module__jLj67q__row+.FiftyFiftyRow-module__jLj67q__row{margin-top:var(--space-XL)}.FiftyFiftyRow-module__jLj67q__row .FiftyFiftyRow-module__jLj67q__column:only-child{grid-column:span 2}@media (max-width:1007px){.FiftyFiftyRow-module__jLj67q__imageColumn{order:0}.FiftyFiftyRow-module__jLj67q__contentColumn,.FiftyFiftyRow-module__jLj67q__content{order:1}}.FiftyFiftyRow-module__jLj67q__headline+.FiftyFiftyRow-module__jLj67q__content{margin-top:var(--space-M)}.FiftyFiftyRow-module__jLj67q__content ul{gap:var(--space-S);flex-direction:column;padding-left:0;display:flex}.FiftyFiftyRow-module__jLj67q__content p+ul{margin-top:var(--space-L)}.FiftyFiftyRow-module__jLj67q__content ul li{font-weight:var(--text-weight-500);align-items:flex-start;display:flex}.FiftyFiftyRow-module__jLj67q__content ul li svg{width:20px;margin-right:var(--space-S);flex-shrink:0;transform:translateY(-.05em)}.FiftyFiftyRow-module__jLj67q__content ul li svg path{fill:var(--color-action)}.FiftyFiftyRow-module__jLj67q__content p{max-width:none!important}.FiftyFiftyRow-module__jLj67q__content p+p{margin-top:var(--space-S)}.FiftyFiftyRow-module__jLj67q__image{border-radius:var(--radius-image);width:100%;max-width:100%;height:auto;display:block}
.ModelPage-module__qqzvAa__description{margin-top:var(--space-M);margin-bottom:var(--space-L)}
.SeriesStage-module__Tbs1ra__stage{-moz-column-gap:var(--space-L);column-gap:var(--space-L);display:flex;position:relative}@media (max-width:1007px){.SeriesStage-module__Tbs1ra__stage{row-gap:var(--space-M);flex-direction:column;display:flex}}.SeriesStage-module__Tbs1ra__stage>div:nth-child(2){grid-column:1}.SeriesStage-module__Tbs1ra__stage .SeriesStage-module__Tbs1ra__listingBoxContainer{width:290px}@media (max-width:1007px){.SeriesStage-module__Tbs1ra__stage .SeriesStage-module__Tbs1ra__listingBoxContainer{width:100%}}.SeriesStage-module__Tbs1ra__headlineSuffix{color:var(--color-content-secondary);font-size:32px;font-weight:200}.SeriesStage-module__Tbs1ra__SRPLink{margin-top:var(--space-M);display:block}.SeriesStage-module__Tbs1ra__subtitle{color:var(--color-content-secondary);-moz-column-gap:var(--space-S);column-gap:var(--space-S);flex-wrap:wrap;display:flex;margin-top:0!important}.SeriesStage-module__Tbs1ra__subtitle>*{align-items:center;display:flex}.SeriesStage-module__Tbs1ra__subtitle>:not(:first-child):before{content:none}.SeriesStage-module__Tbs1ra__subtitle a{color:inherit;text-decoration:none}.SeriesStage-module__Tbs1ra__subtitle a:hover{text-decoration:underline}
