.ofTextLink{--underline-height:2px;--underline-offset:8px;background-image:linear-gradient(currentColor,currentColor);background-position:0 80%;background-repeat:no-repeat;background-size:0% var(--underline-height);cursor:pointer;margin-bottom:calc(var(--underline-offset) * -1);padding-bottom:var(--underline-offset);transition:background-size var(--of-transition);gap:.25rem;width:max-content;font-weight:500;line-height:1;display:inline}.ofTextLink:hover{background-size:100% var(--underline-height)}.ofTextLink:has(>svg){background-position:24px 80%;align-items:center;display:flex}.ofTextLink:disabled{pointer-events:none}.ofTextLink--underline{background-size:100% var(--underline-height)}.ofTextLink--underline:hover{background-size:0% var(--underline-height)}.ofTextLink--small{--underline-height:1px;--underline-offset:5px;font-size:.875rem;font-weight:350;line-height:1}.ofBreadcrumb{align-items:center;gap:.25rem;display:flex}.ofBreadcrumb__link,.ofBreadcrumb__current{color:var(--of-color-secondary-400);font-size:.875rem;font-weight:600;line-height:1}.ofBreadcrumb__separator{color:var(--of-color-secondary-400);flex-shrink:0}.ofSection{margin-bottom:var(--of-section-padding-y)}.ofSection:first-child{margin-top:var(--of-section-padding-y)}.ofSection__container>:not(:last-child){margin-bottom:1.5rem}@media (width<=992px){.ofSection__container>:not(:last-child){margin-bottom:calc(1.275rem + .362903vw)}}.ofStyledList{flex-direction:column;gap:.5rem;list-style:none;display:flex}.ofStyledList__item{color:var(--of-color-neutral-800);align-items:center;gap:.5rem;display:flex}.ofStyledList__dot{background-color:var(--of-color-primary-400);border-radius:50%;flex-shrink:0;width:6px;height:6px}.ofBtn{border-radius:var(--of-btn-border-radius);cursor:pointer;width:max-content;transition:opacity var(--of-transition-fast);padding:var(--of-btn-padding-y) var(--of-btn-padding-x);border-style:solid;border-width:1.5px;justify-content:center;align-items:center;gap:.5rem;font-weight:500;line-height:1;display:flex}.ofBtn__large{border-radius:var(--of-btn-border-radius-lg);padding:var(--of-btn-padding-y-lg) var(--of-btn-padding-x-lg)}.ofBtn__small{border-radius:var(--of-btn-border-radius-sm);padding:var(--of-btn-padding-y-sm) var(--of-btn-padding-x-sm)}.ofBtn__icon{border-radius:var(--of-btn-icon-border-radius);padding:var(--of-btn-icon-padding-y) var(--of-btn-icon-padding-x)}.ofBtn__iconSmall{border-radius:var(--of-btn-icon-border-radius-sm);padding:var(--of-btn-icon-padding-y-sm) var(--of-btn-icon-padding-x-sm)}.ofBtn:disabled,.ofBtn--disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.ofBtn__primary{background-color:var(--of-color-secondary-400);color:var(--of-color-white);border-color:var(--of-color-secondary-400);transition:background-color var(--of-transition-fast), opacity var(--of-transition-fast), border-color var(--of-transition-fast)}.ofBtn__primary:hover{background-color:var(--of-color-primary-400);border-color:var(--of-color-primary-400)}.ofBtn__secondary{border-color:var(--of-color-secondary-400);color:var(--of-color-secondary-400);transition:border-color var(--of-transition-fast), background-color var(--of-transition-fast), opacity var(--of-transition-fast), color var(--of-transition-fast)}.ofBtn__secondary:hover{border-color:var(--of-color-primary-400);background-color:var(--of-color-primary-400);color:var(--of-color-white)}.ofText__title{color:var(--of-color-neutral-900)}.ofText__title+.ofText__text{margin-top:1.25rem}.ofFormCheckbox{cursor:pointer;align-items:flex-start;gap:.75rem;font-size:.875rem;font-weight:350;line-height:150%;display:flex}.ofFormCheckbox--disabled{cursor:not-allowed}.ofFormCheckbox--row{justify-content:space-between;width:100%}.ofFormCheckbox--row .ofFormCheckbox__input{order:1}.ofFormCheckbox--error .ofFormCheckbox__input{border-color:var(--of-color-error)}.ofFormCheckbox__input{appearance:none;border:2px solid var(--of-color-secondary-400);cursor:pointer;height:18px;transition:background-color var(--of-transition-fast), border-color var(--of-transition-fast);border-radius:4px;flex-shrink:0;width:18px;margin-top:.0625rem;position:relative}.ofFormCheckbox__input:after{border-bottom:2px solid var(--of-color-secondary-400);border-left:2px solid var(--of-color-secondary-400);content:"";height:6px;transition:border-color var(--of-transition-fast), transform var(--of-transition-fast);width:10px;display:block;position:absolute;top:3px;left:2px;transform:rotate(-45deg)scale(0)}.ofFormCheckbox__input:checked{border-color:var(--of-color-secondary-400)}.ofFormCheckbox__input:checked:after{transform:rotate(-45deg)scale(1)}.ofFormCheckbox__input:disabled{border-color:hsl(from var(--of-color-secondary-400) h s l/50%);cursor:not-allowed}.ofFormCheckbox__input:disabled:after{border-color:hsl(from var(--of-color-secondary-400) h s l/50%)}.ofFormCheckbox__input--error,.ofFormCheckbox__input--error:checked{border-color:var(--of-color-error)}.ofFormRadioCard{background-color:var(--of-color-white);border-radius:var(--of-default-border-radius);cursor:pointer;transition:background-color var(--of-transition-fast), border-color var(--of-transition-fast), box-shadow var(--of-transition-fast);border:1.5px solid #0000;gap:2.25rem;display:flex;position:relative}@media (width<=992px){.ofFormRadioCard{gap:calc(1.35rem + 1.45161vw)}}.ofFormRadioCard{padding:1.5rem}@media (width<=992px){.ofFormRadioCard{padding:calc(1.275rem + .362903vw)}}.ofFormRadioCard--active{background-color:var(--of-color-neutral-100);border-color:var(--of-color-primary-600);box-shadow:0 1px 15px 0 hsl(from var(--of-color-secondary-400) h s l/10%)}.ofFormRadioCard--disabled,.ofFormRadioCard--disabled .ofFormRadioCard__title,.ofFormRadioCard--disabled .ofFormRadioCard__description{cursor:not-allowed}.ofFormRadioCard__input{appearance:none;border:2px solid var(--of-color-primary-400);cursor:pointer;z-index:1;height:29px;transition:background-color var(--of-transition-fast), border-color var(--of-transition-fast);border-radius:50%;flex-shrink:0;width:29px;position:relative}.ofFormRadioCard__input:after{background-color:var(--of-color-black);content:"";height:13px;transition:background-color var(--of-transition-fast), transform var(--of-transition-fast);border-radius:50%;width:13px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.ofFormRadioCard__input:checked{border-color:var(--of-color-primary-400)}.ofFormRadioCard__input:checked:after{transform:translate(-50%,-50%)scale(1)}.ofFormRadioCard__input:disabled{border-color:hsl(from var(--of-color-primary-400) h s l/50%);cursor:not-allowed}.ofFormRadioCard__input:disabled:after{background-color:hsl(from var(--of-color-black) h s l/50%)}.ofFormRadioCard__content{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.ofFormRadioCard__title{color:var(--of-color-neutral-900);cursor:pointer;font-family:Lexend Deca,Helvetica,Arial,sans-serif;font-size:1.125rem;font-weight:500;display:block}.ofFormRadioCard__title:after{content:"";position:absolute;inset:0}.ofFormRadioCard__description{color:var(--of-color-neutral-900);margin-top:.5rem;font-size:1.0625rem;font-weight:350;line-height:160%}@media (width<=575.98px){.ofFormRadioCard__description{font-size:.875rem}}.ofFormRadioCard__body{z-index:1;flex-direction:column;flex:1;min-height:0;margin-top:1.25rem;display:flex;position:relative}.ofFormRadioCardGroup{flex-direction:column;gap:1.0625rem;display:flex}.ofInfoBtn{width:44px;height:44px}.ofInfoBtn__floating{filter:drop-shadow(0 0 14px hsl(from var(--of-color-black) h s l/5%));pointer-events:none;z-index:var(--of-zindex-popover)}.ofInfoBtn__popout{background-color:var(--of-color-white);border-radius:var(--of-default-border-radius);pointer-events:auto;width:21.875rem;position:relative}@media (width<=992px){.ofInfoBtn__popout{width:calc(3.3125rem + 29.9395vw)}}.ofInfoBtn__popout{padding:1rem 1.25rem}.ofInfoBtn__header{align-items:center;gap:8px;margin-bottom:.75rem;display:flex}.ofInfoBtn__topText{color:var(--of-color-neutral-700);font-size:.875rem;font-weight:350;line-height:150%}.ofInfoBtn__close{color:var(--of-color-neutral-700);transition:color var(--of-transition-fast);background:0 0;border:none;flex-shrink:0;margin-left:auto;padding:0}.ofInfoBtn__close:hover,.ofInfoBtn__close:focus-visible{color:var(--of-color-neutral-800)}.ofInfoBtn__title{color:var(--of-color-neutral-800);font-size:1.0625rem;font-weight:350;line-height:160%}@media (width<=575.98px){.ofInfoBtn__title{font-size:.875rem}}.ofInfoBtn__title{margin-bottom:.25rem;font-weight:600}.ofInfoBtn__body{color:var(--of-color-neutral-700);font-size:.875rem;font-weight:350;line-height:150%}.ofInfoBtn__body>:not(:last-child){margin-bottom:.75rem}.ofInfoBtn__arrow{background-color:var(--of-color-white);pointer-events:none;width:10px;height:10px;position:absolute;transform:rotate(45deg)}.of-info-btn-enter-active,.of-info-btn-leave-active{transition:opacity var(--of-transition-fast), transform var(--of-transition-fast)}.of-info-btn-enter-from,.of-info-btn-leave-to{opacity:0;transform:scale(.95)}.ofLoader svg path:first-child,.ofLoader svg path:nth-child(2),.ofLoader svg path:nth-child(3){animation:1.8s linear infinite ofLoaderPathPulse}.ofLoader svg path:first-child{animation-delay:-1.2s}.ofLoader svg path:nth-child(2){animation-delay:-.6s}@keyframes ofLoaderPathPulse{0%,50%{opacity:.2}60%{opacity:1}75%{opacity:1}85%{opacity:.2}to{opacity:.2}}.ofSvgList{display:none}.ofConfiguratorFooter{background-color:var(--of-color-white);width:100%;z-index:var(--of-zindex-fixed);position:fixed;bottom:0;left:0}.ofConfiguratorFooter__container{height:var(--of-configurator-footer-height);justify-content:space-between;align-items:center;display:flex}.ofConfiguratorFooter__copyright{color:var(--of-color-secondary-400);font-weight:600}.ofConfiguratorFooter__copyrightSymbol{color:var(--of-color-primary-600)}.ofConfiguratorFooter__links,.ofConfiguratorFooter__link{align-items:center;display:flex}.ofConfiguratorFooter__link .ofTextLink{color:var(--of-color-secondary-400);font-weight:500}.ofConfiguratorFooter__link:not(:last-child):after{background-color:var(--of-color-primary-600);content:"";width:1px;height:22px;margin:0 1rem 0 .75rem;display:inline-block}.ofModal{max-width:none;height:100dvh;max-height:none;transition:background-color var(--of-transition), visibility var(--of-transition);visibility:hidden;z-index:1055;background-color:#0000;border:none;justify-content:center;align-items:center;width:100dvw;margin:0;padding:0;display:flex;position:fixed;inset:0}.ofModal::backdrop{background:0 0}.ofModal[open]{background-color:hsl(from var(--of-color-secondary-400) h s l/80%);visibility:visible}.ofModal[data-modal-close]{visibility:hidden;background-color:#0000}.ofModal__dialog{background-color:var(--of-color-white);border-radius:var(--of-default-border-radius);opacity:0;max-width:600px;max-height:90vh;transition:top var(--of-transition), opacity var(--of-transition);flex-direction:column;gap:1.5rem;width:100%;display:flex;position:relative;top:-40px;overflow-y:auto}@media (width<=992px){.ofModal__dialog{gap:calc(1.275rem + .362903vw)}}.ofModal__dialog{padding:2rem}@media (width<=992px){.ofModal__dialog{padding:calc(1.325rem + 1.08871vw)}}.ofModal[open] .ofModal__dialog{opacity:1;top:0}.ofModal[data-modal-close] .ofModal__dialog{opacity:0;top:-40px}.ofModal__head{justify-content:space-between;align-items:center;display:flex}.ofModal__headline{color:var(--of-color-neutral-900);align-items:flex-start;gap:.625rem;display:flex}.ofModal__title{color:inherit;font-family:Lexend Deca,Helvetica,Arial,sans-serif;font-size:1.125rem;font-weight:500}.ofModal--success .ofModal__headline{color:var(--of-color-success)}.ofModal--warning .ofModal__headline{color:var(--of-color-warning)}.ofModal--error .ofModal__headline{color:var(--of-color-error)}.ofModal__close{color:var(--of-color-secondary-400);cursor:pointer;transition:color var(--of-transition-fast);background:0 0;border:none;padding:0;display:flex}.ofModal__body{color:var(--of-color-neutral-800);font-size:1.0625rem;font-weight:350;line-height:160%}@media (width<=575.98px){.ofModal__body{font-size:.875rem}}.ofModal__body p+p{margin-top:.9375rem}.ofModal__actions{flex-wrap:wrap;gap:.625rem;display:flex}.ofNavigation{transition:opacity var(--of-transition-fast), transform var(--of-transition-fast);z-index:var(--of-zindex-offcanvas);position:absolute;inset:0}.ofNavigation__backdrop{position:absolute;inset:0}.ofNavigation__panel{background-color:var(--of-color-neutral-100);border:1px solid var(--of-color-primary-600);border-radius:var(--of-default-border-radius);box-shadow:0 1px 15px 5px hsl(from var(--of-color-black) h s l/5%);flex-direction:column;max-height:calc(100dvh - 24px);padding:1.5rem;display:flex;position:absolute;top:12px;right:24px}@media (width<=992px){.ofNavigation__panel{padding:calc(1.275rem + .362903vw)}}.ofNavigation__panel{gap:2.25rem}@media (width<=992px){.ofNavigation__panel{gap:calc(1.35rem + 1.45161vw)}}.ofNavigation__header{justify-content:space-between;align-items:flex-start;display:flex}.ofNavigation__userName{color:var(--of-color-neutral-900);font-size:1.0625rem;font-weight:350;line-height:160%}@media (width<=575.98px){.ofNavigation__userName{font-size:.875rem}}.ofNavigation__userName{font-weight:600}.ofNavigation__pharmacyName{color:var(--of-color-neutral-800);font-size:1.0625rem;font-weight:350;line-height:160%}@media (width<=575.98px){.ofNavigation__pharmacyName{font-size:.875rem}}.ofNavigation__close{color:var(--of-color-neutral-800);cursor:pointer;background:0 0;border:none;padding:.25rem 0 0}.ofNavigation__divider{border:none;border-top:1px solid var(--of-color-primary-600);margin-top:1rem}.ofNavigation__menu{margin-top:2.25rem}@media (width<=992px){.ofNavigation__menu{margin-top:calc(1.35rem + 1.45161vw)}}.ofNavigation__menuList{flex-direction:column;gap:1.25rem;display:flex}.ofNavigation__menuItem .ofTextLink svg{color:var(--of-color-primary-400)}.ofNavigation__bottom{flex-direction:column;gap:1.5rem;display:flex}@media (width<=992px){.ofNavigation__bottom{gap:calc(1.275rem + .362903vw)}}.ofNavigation__footerLinks{flex-direction:column;gap:1rem;display:flex}.ofNavigation__footerItem{line-height:1}.ofNavigation__logout{justify-content:center;width:100%}.navigation-enter-active .ofNavigation__panel,.navigation-leave-active .ofNavigation__panel{transition:opacity var(--of-transition-fast), transform var(--of-transition-fast)}.navigation-enter-from .ofNavigation__panel,.navigation-leave-to .ofNavigation__panel{opacity:0;transform:translate(20px)}.ofConfiguratorHeader{background-color:var(--of-color-white);width:100%;z-index:var(--of-zindex-fixed);position:fixed;top:0;left:0}.ofConfiguratorHeader__container{height:var(--of-header-height);justify-content:space-between;align-items:center;display:flex;position:relative}.ofConfiguratorHeader__logo{padding:0 0 .125rem;display:flex}.ofConfiguratorHeader__logo img{width:178px}.ofConfiguratorHeader__steps{align-items:center;gap:1.5rem;display:flex}@media (width<=992px){.ofConfiguratorHeader__steps{gap:calc(1.275rem + .362903vw)}}.ofConfiguratorHeader__step{color:var(--of-color-neutral-900);opacity:.4;align-items:center;gap:.25rem;font-size:1.0625rem;font-weight:350;line-height:160%;display:flex}@media (width<=575.98px){.ofConfiguratorHeader__step{font-size:.875rem}}.ofConfiguratorHeader__step{font-weight:500}.ofConfiguratorHeader__step--active{color:var(--of-color-secondary-400);opacity:1}.ofConfiguratorHeader__step--previous{opacity:1}.ofConfiguratorHeader__actions{align-items:center;gap:2rem;display:flex}@media (width<=992px){.ofConfiguratorHeader__actions{gap:calc(1.325rem + 1.08871vw)}}.ofConfiguratorHeader__save{color:var(--of-color-secondary-400)}.ofConfiguratorHeader__burger{color:var(--of-color-secondary-400);cursor:pointer;background:0 0;border:none;padding:0}.ofPdfPagesPreview{flex-direction:column;flex-grow:1;min-height:0;display:flex}.ofPdfPagesPreview__pages{min-height:0;display:flex;position:relative}.ofPdfPagesPreview__page{aspect-ratio:var(--format-width)/var(--format-height);margin-top:var(--page-margin-top,0px);max-height:var(--page-max-height,100%);view-transition-class:pdf-page;width:var(--page-width,70%);z-index:var(--page-z-index,0);flex-shrink:0;position:relative}.ofPdfPagesPreview__page:not(.ofPdfPagesPreview__page--active){margin-left:var(--page-margin-left,0px)}.ofPdfPagesPreview__page:not(.ofPdfPagesPreview__page--active):after{background-color:hsl(from var(--of-color-white) h s l/40%);content:"";aspect-ratio:var(--format-width)/var(--format-height);pointer-events:none;z-index:1;width:auto;max-width:100%;height:100%;position:absolute;top:0;left:0}.ofPdfPagesPreview__loader{background-color:var(--of-color-white);z-index:2;max-height:100%;aspect-ratio:var(--format-width)/var(--format-height);box-shadow:0 1px 15px 5px hsl(from var(--of-color-black) h s l/10%);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ofPdfPagesPreview__image{background-color:var(--of-color-white);max-height:100%;aspect-ratio:var(--format-width)/var(--format-height);box-shadow:0 1px 15px 5px hsl(from var(--of-color-black) h s l/10%);position:absolute;inset:0}.ofPdfPagesPreview__image--loading{box-shadow:none;opacity:0}.ofPdfPagesPreview__image img{width:100%;height:100%;display:block}.ofFormDivider{border:none;border-top:1px solid var(--of-color-primary-600);margin-bottom:0}.ofFormErrorBox{background-color:hsl(from var(--of-color-error) h s l/8%);border:1px solid var(--of-color-error);border-radius:var(--of-default-border-radius);color:var(--of-color-error);align-items:flex-start;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:350;line-height:150%;display:flex}.ofFormErrorBox svg{flex-shrink:0}.ofFormErrorBox__list{flex-direction:column;gap:.25rem;display:flex}.ofFormStaticField{align-items:flex-start;gap:1rem;display:flex}@media (width<=767.98px){.ofFormStaticField{flex-direction:column;align-items:stretch}}.ofFormStaticField__label{color:var(--of-color-neutral-800);flex-shrink:0;padding:0 .125rem;font-size:.875rem;font-weight:350;line-height:150%}@media (width>=768px){.ofFormStaticField__label{width:var(--of-form-field-label-width)}}.ofFormStaticField__value{color:var(--of-color-neutral-900);flex:1;min-width:0;line-height:1.5}.ofForm{flex-direction:column;align-items:flex-start;gap:2rem;display:flex}@media (width<=992px){.ofForm{gap:calc(1.325rem + 1.08871vw)}}.ofForm{font-size:.875rem;font-weight:350;line-height:150%}.ofForm__fields{flex-direction:column;gap:1.25rem;width:100%;display:flex}.ofForm__hint{color:var(--of-color-neutral-800);flex-direction:column;gap:.5rem;font-size:.875rem;font-weight:350;line-height:150%;display:flex}.ofForm__hint .ofTextLink{color:var(--of-color-secondary-400)}.ofForm__actions{width:100%;font-size:1.0625rem;font-weight:350;line-height:160%}@media (width<=575.98px){.ofForm__actions{font-size:.875rem}}.ofPanel{position:relative}.ofPanel--scrollOverlay:after{content:"";border-radius:0 0 var(--Spacing-12,12px) var(--Spacing-12,12px);background:linear-gradient(180deg, transparent 0%, var(--of-color-white) 100%);pointer-events:none;width:100%;height:54px;position:absolute;bottom:0;left:0}.ofPanel__buttons{align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.ofPanel__buttons .ofTextLink{color:var(--of-color-secondary-400)}.ofPanel__button--active{background-color:var(--of-color-primary-600);border-color:var(--of-color-primary-600);color:var(--of-color-secondary-400)}.ofPanel__title{margin-bottom:.75rem}.ofPanel span.ofPanel__title{font-size:.875rem;font-weight:350;line-height:150%;display:block}.ofPanel__body{background-color:var(--of-color-white);border-radius:var(--of-default-border-radius);box-shadow:var(--of-card-shadow);padding:var(--of-panel-padding-y) var(--of-panel-padding-x);overflow-x:auto}.ofPanel__body>:not(:last-child),.ofPanel__body .ofPanel__bodyInner>:not(:last-child){margin-bottom:1.5rem}@media (width<=992px){.ofPanel__body>:not(:last-child),.ofPanel__body .ofPanel__bodyInner>:not(:last-child){margin-bottom:calc(1.275rem + .362903vw)}}.ofPanel__body>:has(+.ofModal){margin-bottom:0}.ofPanel__body .ofPanel__bodyInner>:has(+.ofModal){margin-bottom:0}.ofPanel__body>.ofTable,.ofPanel__body .ofPanel__bodyInner>.ofTable{margin-left:calc(-1 * var(--of-panel-padding-x));margin-right:calc(-1 * var(--of-panel-padding-x))}.ofPanel__body>.ofOrderList,.ofPanel__body .ofPanel__bodyInner>.ofOrderList{margin-left:calc(-1 * var(--of-panel-padding-x));margin-right:calc(-1 * var(--of-panel-padding-x));margin-top:calc(-1 * var(--of-panel-padding-x))}.ofPanel__body:has(.ofShoppingCart){flex-direction:column;display:flex}.ofPanel__body:has(.ofShoppingCart)>:not(.ofShoppingCart){flex-shrink:0}.ofPanel__body:has(.ofShoppingCart):after{background-color:var(--of-color-white);content:"";height:calc(var(--of-panel-padding-y) + 10px);width:calc(100% - 2 * var(--of-panel-padding-y));bottom:calc(var(--of-panel-padding-y) * -1);bottom:0;left:var(--of-panel-padding-y);z-index:0;position:absolute}.ofPanel--secondary .ofPanel__body{color:var(--of-color-white);background-color:var(--of-color-secondary-400)}.ofPanel--primary .ofPanel__body{background-color:var(--of-color-primary-600)}.ofPanel--neutral .ofPanel__body{background-color:var(--of-color-neutral-100);border:1px solid var(--of-color-primary-600)}.ofPanel--neutral.ofPanel--scrollOverlay:after{background:linear-gradient(180deg, transparent 0%, var(--of-color-neutral-100) 100%);width:calc(100% - 2px);bottom:1px;left:1px}.ofPanel--neutral hr{color:var(--of-color-neutral-300)}.ofPanel--neutral .ofCatalogProductGroup__top{background-color:var(--of-color-neutral-100)}.ofPanel--maxContent .ofPanel__body{width:max-content}.ofShoppingCart{background-color:var(--of-color-neutral-100);border-radius:var(--of-input-border-radius);z-index:1;flex-direction:column-reverse;margin-top:auto;padding:.75rem;display:flex;position:sticky;bottom:0}.ofShoppingCart__itemsWrapper{transition:height var(--of-transition)}.ofShoppingCart__items{flex-direction:column;gap:.75rem;padding:0 0 .75rem;display:flex}.ofShoppingCart__item{justify-content:space-between;align-items:center;display:flex}.ofShoppingCart__itemLabel{color:var(--of-color-neutral-900);font-size:.875rem;font-weight:350;line-height:150%}.ofShoppingCart__itemPrice{color:var(--of-color-neutral-900);font-size:.875rem;font-weight:600;line-height:150%}.ofShoppingCart__total{cursor:pointer;justify-content:space-between;align-items:flex-start;list-style:none;display:flex}.ofShoppingCart__total::-webkit-details-marker{display:none}.ofShoppingCart[open] .ofShoppingCart__total{border-top:1px solid var(--of-color-neutral-300);padding:.75rem 0 0}.ofShoppingCart__toggle{color:var(--of-color-neutral-800);align-items:center;gap:.625rem;font-size:.875rem;font-weight:600;line-height:150%;display:flex}.ofShoppingCart__toggle svg{transition:transform var(--of-transition);flex-shrink:0;transform:rotateX(180deg)}.ofShoppingCart[open] .ofShoppingCart__toggle svg{transform:rotateX(0)}.ofShoppingCart__totalValue{text-align:right;flex-direction:column;gap:.25rem;display:flex}.ofShoppingCart__totalPrice{color:var(--of-color-neutral-800);font-size:1.0625rem;font-weight:350;line-height:160%}@media (width<=575.98px){.ofShoppingCart__totalPrice{font-size:.875rem}}.ofShoppingCart__totalPrice{font-weight:600}.ofShoppingCart__totalSubtitle{color:var(--of-color-neutral-800);font-size:.875rem;font-weight:350;line-height:150%}.ofOpeningTimes{border-radius:var(--of-default-border-radius);background-color:var(--of-color-neutral-100);flex-direction:column;gap:.25rem;padding:.875rem 1.25rem;display:flex}.ofOpeningTimes__item{justify-content:space-between;font-size:.875rem;font-weight:350;line-height:150%;display:flex}.ofOpeningTimes__value{color:var(--of-color-secondary-400);font-weight:500}.ofSuccessCheckIcon__bg,.ofSuccessCheckIcon__circle{transform-box:fill-box;transform-origin:50%}.ofSuccessCheckIcon__bg{animation:.4s ease-out both ofSuccessCheckBgIn}.ofSuccessCheckIcon__circle{animation:.5s cubic-bezier(.34,1.56,.64,1) .15s both ofSuccessCheckCircleIn}.ofSuccessCheckIcon__check{stroke-dasharray:40;stroke-dashoffset:40px;animation:.35s ease-out .55s both ofSuccessCheckDraw}@media (prefers-reduced-motion:reduce){.ofSuccessCheckIcon__bg,.ofSuccessCheckIcon__circle,.ofSuccessCheckIcon__check{animation:none}.ofSuccessCheckIcon__bg,.ofSuccessCheckIcon__circle{opacity:1;transform:scale(1)}.ofSuccessCheckIcon__check{stroke-dashoffset:0}}@keyframes ofSuccessCheckBgIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes ofSuccessCheckCircleIn{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.08)}to{transform:scale(1)}}@keyframes ofSuccessCheckDraw{to{stroke-dashoffset:0}}.ofCollapse__header{border-bottom:1px solid var(--of-color-primary-600);cursor:pointer;text-align:left;justify-content:space-between;align-items:center;width:100%;padding:.625rem 0;list-style:none;display:flex}.ofCollapse__header::-webkit-details-marker{display:none}.ofCollapse__label{color:var(--of-color-neutral-800);font-weight:500}.ofCollapse__icon{color:var(--of-color-primary-400);transition:transform var(--of-transition-fast);flex-shrink:0}.ofCollapse__content{border-bottom:1px solid var(--of-color-primary-600);transition:height var(--of-transition);padding-bottom:.625rem}.ofCollapse__content .ofTable__cell:first-child{padding-left:0}.ofCollapse__content .ofTable__cell:last-child{padding-right:0}.ofCollapse__content:has(.ofTable){border-bottom:none;padding-bottom:0}.ofCollapse[open]>.ofCollapse__header{border-bottom:1px solid #0000}.ofCollapse[open]>.ofCollapse__header>.ofCollapse__icon{transform:rotateX(180deg)}.ofFormField{align-items:center;gap:1rem;display:flex}.ofFormField--top{align-items:flex-start}.ofFormField--top .ofFormField__label{padding:.75rem .125rem}@media (width<=991.98px){.ofFormField--top .ofFormField__label{padding:0}}@media (width<=767.98px){.ofFormField{flex-direction:column;align-items:stretch}}.ofFormField__label{color:var(--of-color-neutral-800);flex-shrink:0;padding:0 .125rem;font-size:.875rem;font-weight:350;line-height:150%}@media (width>=768px){.ofFormField__label{width:var(--of-form-field-label-width)}}.ofFormField:has([required]) .ofFormField__labelText:after{color:var(--of-color-secondary-400);content:" *"}.ofFormField--hideRequiredIndicator .ofFormField__labelText:after{content:none!important}.ofFormField__control{flex:1;min-width:0}.ofFormField__labelInfo{align-items:center;gap:.25rem;display:flex}.ofFormField__labelInfo svg{flex-shrink:0}.ofFormField__labelHint{color:var(--of-color-primary-400);font-size:.875rem;font-weight:350;line-height:150%}.ofFormSelect{width:100%;position:relative}.ofFormSelect--disabled .ofFormSelect__control{color:hsl(from var(--of-color-neutral-800) h s l/50%);cursor:not-allowed}.ofFormSelect--disabled .ofFormSelect__control:hover{color:hsl(from var(--of-color-neutral-800) h s l/50%);border-color:#0000}.ofFormSelect--disabled .ofFormSelect__icon{color:hsl(from var(--of-color-secondary-400) h s l/50%)}.ofFormSelect--error .ofFormSelect__control,.ofFormSelect--error .ofFormSelect__dropdownPanel,.ofFormSelect--error.ofFormSelect--open .ofFormSelect__control,.ofFormSelect--error .ofFormSelect__control:hover,.ofFormSelect--error .ofFormSelect__control:focus{border-color:var(--of-color-error)}.ofFormSelect--open .ofFormSelect__control{border-color:var(--of-color-primary-600);border-bottom-right-radius:0;border-bottom-left-radius:0}.ofFormSelect--open .ofFormSelect__icon{transform:translateY(-50%)rotateX(180deg)}.ofFormSelect--openTop .ofFormSelect__control{border-bottom-left-radius:var(--of-input-border-radius);border-bottom-right-radius:var(--of-input-border-radius);border-top-left-radius:0;border-top-right-radius:0}.ofFormSelect__control{appearance:none;background-color:var(--of-color-neutral-100);border-radius:var(--of-input-border-radius);color:var(--of-color-neutral-800);cursor:pointer;transition:border-color var(--of-transition-fast), color var(--of-transition-fast);border:1px solid #0000;width:100%;padding:.75rem 2.5rem .75rem 1rem;line-height:1.5}@media (width<=992px){.ofFormSelect__control{padding:.75rem calc(1.375rem + 1.81452vw) .75rem 1rem}}.ofFormSelect__control{font-size:.875rem;font-weight:350;line-height:150%}.ofFormSelect__control:focus{border-color:var(--of-color-primary-600);outline:none}.ofFormSelect__control:hover{border-color:var(--of-color-primary-600);color:var(--of-color-primary-400)}.ofFormSelect__dropdown{pointer-events:none;z-index:20}.ofFormSelect__dropdownPanel{background-color:var(--of-color-neutral-100);border:1px solid var(--of-color-primary-600);border-radius:0 0 var(--of-input-border-radius) var(--of-input-border-radius);pointer-events:auto;border-top:0}.ofFormSelect__dropdownPanel--top{border-radius:var(--of-input-border-radius) var(--of-input-border-radius) 0 0;border-bottom:0;border-top:1px solid var(--of-color-primary-600)}.ofFormSelect__field{position:relative}.ofFormSelect__icon{color:var(--of-color-secondary-400);pointer-events:none;transition:color var(--of-transition-fast), transform var(--of-transition-fast);position:absolute;top:50%;right:16px;transform:translateY(-50%)rotateX(0)}.ofFormSelect__option{border-radius:var(--of-default-border-radius);color:var(--of-color-neutral-800);cursor:pointer;text-align:left;background-color:#0000;border:0;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:.75rem 1rem 0;font-size:.875rem;font-weight:350;line-height:150%;display:flex}.ofFormSelect__option:hover,.ofFormSelect__option--highlighted{color:var(--of-color-primary-400);opacity:1}.ofFormSelect__option--selected{opacity:1}.ofFormSelect__option--selected.ofFormSelect__option--highlighted{color:var(--of-color-primary-400)}.ofFormSelect__optionAdditional{color:var(--of-color-neutral-700);white-space:nowrap;font-style:italic}.ofFormSelect__optionItem{list-style:none}.ofFormSelect__optionItem:last-child .ofFormSelect__option{padding-bottom:.75rem}.ofFormSelect__options{flex-direction:column;max-height:176px;margin:0;display:flex;overflow-y:auto}.form-select-dropdown-enter-active,.form-select-dropdown-leave-active{transition:opacity var(--of-transition-fast), transform var(--of-transition-fast)}.form-select-dropdown-enter-from,.form-select-dropdown-leave-to{opacity:0;transform:translateY(-8px)}.ofFormTextarea{appearance:none;background-color:var(--of-color-neutral-100);border-radius:var(--of-input-border-radius);color:var(--of-color-neutral-800);resize:vertical;min-height:112px;transition:border-color var(--of-transition-fast), color var(--of-transition-fast);border:1px solid #0000;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:350;line-height:150%}.ofFormTextarea::placeholder{color:var(--of-color-neutral-800);opacity:.7;transition:color var(--of-transition-fast)}.ofFormTextarea:hover:not(:disabled){border-color:var(--of-color-primary-600)}.ofFormTextarea:hover:not(:disabled)::placeholder{color:var(--of-color-primary-400)}.ofFormTextarea:focus{border-color:var(--of-color-primary-600);outline:none}.ofFormTextarea:focus::placeholder{color:var(--of-color-primary-400)}.ofFormTextarea:disabled{color:hsl(from var(--of-color-neutral-800) h s l/50%);cursor:not-allowed}.ofFormTextarea--error,.ofFormTextarea.ofFormTextarea--error:hover,.ofFormTextarea.ofFormTextarea--error:focus{border-color:var(--of-color-error)}.ofFormTextarea__wrapper{flex-direction:column;gap:.625rem;display:flex}.ofFormTextarea__counter{color:var(--of-color-neutral-700);text-align:right;margin-top:-.3125rem;font-size:.875rem;font-weight:350;line-height:150%}.ofFormTextarea__counter--exceeded{color:var(--of-color-error)}.ofTooltip{appearance:none;cursor:pointer;background:0 0;border:none;padding:0;display:inline-block}.ofTooltip__floating{pointer-events:none;z-index:var(--of-zindex-tooltip)}.ofTooltip__content{background-color:var(--of-color-secondary-400);border-radius:var(--of-default-border-radius);box-shadow:0 0 14px 0 hsl(from var(--of-color-black) h s l/5%);color:var(--of-color-white);pointer-events:auto;max-width:16.25rem;padding:.75rem 1rem;font-size:.875rem;font-weight:350;line-height:150%;position:relative}@media (width<=992px){.ofTooltip__content{max-width:calc(2.75rem + 21.7742vw)}}.ofTooltip__arrow{background-color:var(--of-color-secondary-400);pointer-events:none;width:8px;height:8px;position:absolute;transform:rotate(45deg)}.of-tooltip-enter-active,.of-tooltip-leave-active{transition:opacity var(--of-transition-fast), transform var(--of-transition-fast)}.of-tooltip-enter-from,.of-tooltip-leave-to{opacity:0;transform:scale(.95)}.ofFormToggleSection{flex-direction:column;gap:.25rem;display:flex}.ofFormToggleSection--disabled .ofFormToggleSection__label{color:hsl(from var(--of-color-neutral-800) h s l/50%);cursor:not-allowed}.ofFormToggleSection--disabled .ofFormToggleSection__label svg{color:hsl(from var(--of-color-neutral-800) h s l/50%)}.ofFormToggleSection--disabled .ofFormToggleSection__labelText{color:inherit}.ofFormToggleSection__header{justify-content:space-between;align-items:center;display:flex}.ofFormToggleSection__label{cursor:pointer;transition:color var(--of-transition-fast);flex-wrap:wrap;align-items:center;gap:.25rem;display:flex}.ofFormToggleSection__label svg{color:var(--of-color-neutral-800);transition:color var(--of-transition-fast);flex-shrink:0}.ofFormToggleSection__labelText{color:var(--of-color-neutral-800);transition:color var(--of-transition-fast);font-size:.875rem;font-weight:350;line-height:150%}.ofFormToggleSection__labelText--active{font-weight:600}.ofFormToggleSection__hint{color:var(--of-color-error);font-size:.875rem;font-weight:600;line-height:150%}.ofFormToggleSection__bodyWrapper{transition:grid-template-rows var(--of-transition);grid-template-rows:0fr;display:grid}.ofFormToggleSection__bodyWrapper--open{grid-template-rows:1fr}.ofFormToggleSection__body{flex-direction:column;gap:.5rem;display:flex;overflow:hidden}.ofFormToggleSection__body:has(>.ofCollapse){gap:0}.ofPharmacyDeliveryAddress__container{background-color:var(--of-color-neutral-100);border-radius:var(--of-default-border-radius);width:100%;padding:.75rem;font-size:.875rem;font-weight:350;line-height:150%}.ofPharmacyDeliveryAddress__wrapper{gap:1rem;display:flex}.ofPharmacyDeliveryAddress__wrapper>:first-child{width:var(--of-form-field-label-width)}.ofPharmacyDeliveryAddress__actions{gap:.625rem;display:flex}.ofPharmacyDeliveryAddress__name{font-weight:500}.ofPharmacyDeliveryAddressModal__section{border-top:1px solid var(--of-color-neutral-300);margin-bottom:1.5rem;padding-top:.75rem}@media (width<=992px){.ofPharmacyDeliveryAddressModal__section{margin-bottom:calc(1.275rem + .362903vw)}}.ofPharmacyDeliveryAddressModal__section:last-child{margin-bottom:0}.ofPharmacyDeliveryAddressModal__sectionTitle{color:var(--of-color-neutral-900);margin-bottom:.75rem;font-family:Lexend Deca,Helvetica,Arial,sans-serif;font-size:1.25rem;font-weight:500}.ofPharmacyDeliveryAddressModal__list{flex-direction:column;gap:.75rem;display:flex}.ofPharmacyDeliveryAddressModal__item{background-color:var(--of-color-neutral-100);border-radius:var(--of-default-border-radius);justify-content:space-between;padding:.75rem;display:flex}.ofPharmacyDeliveryAddressModal__itemName{color:var(--of-color-neutral-800);width:45%;font-size:.875rem;font-weight:600;line-height:150%}.ofPharmacyDeliveryAddressModal__itemAddress{color:var(--of-color-neutral-800);font-size:.875rem;font-weight:350;line-height:150%}.ofCatalogModuleCard{background-color:var(--of-color-white);border-radius:var(--of-default-border-radius);border:1px solid #0000;flex-direction:column;justify-content:space-between;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:flex;position:relative;overflow:hidden}.ofCatalogModuleCard:not(.ofCatalogModuleCard--disabled):not(.ofCatalogModuleCard--availableSoon):hover{background-color:var(--of-color-neutral-100);border-color:var(--of-color-primary-400);box-shadow:var(--of-card-shadow)}.ofCatalogModuleCard--disabled{border-color:var(--of-color-neutral-200)}.ofCatalogModuleCard--disabled .ofCatalogModuleCard__image img,.ofCatalogModuleCard--disabled .ofCatalogModuleCard__footer{opacity:.5}.ofCatalogModuleCard__image{padding:1.5rem 1.5rem 0;position:relative}@media (width<=992px){.ofCatalogModuleCard__image{padding:calc(1.275rem + .362903vw) calc(1.275rem + .362903vw) 0}}.ofCatalogModuleCard__image{min-height:100px}.ofCatalogModuleCard__image img{border-radius:4px;width:100%;height:auto;display:block}.ofCatalogModuleCard__image--auto img{width:auto}.ofCatalogModuleCard__image--loading{opacity:0}.ofCatalogModuleCard__loader{z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ofCatalogModuleCard__badge{text-align:center;background-color:var(--of-color-primary-400);width:calc(100% + 32px);color:var(--of-color-white);z-index:1;padding:.375rem 1rem;font-size:.875rem;font-weight:500;line-height:150%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-8deg)}.ofCatalogModuleCard__footer{justify-content:space-between;align-items:center;padding:3rem 1.25rem 1.25rem;display:flex}@media (width<=992px){.ofCatalogModuleCard__footer{padding:calc(1.425rem + 2.54032vw) 1.25rem 1.25rem}}.ofCatalogModuleCard__title{color:var(--of-color-neutral-900);font-family:Lexend Deca,Helvetica,Arial,sans-serif;font-size:1.125rem;font-weight:500}.ofCatalogModuleCard__arrow{color:var(--of-color-primary-400);transition:transform var(--of-transition-fast);flex-shrink:0}.ofCatalogModuleCard--disabled .ofCatalogModuleCard__arrow,.ofCatalogModuleCard--availableSoon .ofCatalogModuleCard__arrow{color:var(--of-color-neutral-300)}.ofConfiguratorNav{flex-direction:column;justify-content:space-between;gap:.5rem;height:100%;display:flex}.ofConfiguratorNav__steps{flex-direction:column;gap:.5rem;display:flex}.ofConfiguratorNav__step{border-radius:var(--of-default-border-radius);color:var(--of-color-neutral-900);cursor:default;opacity:.4;transition:background-color var(--of-transition-fast);background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;min-width:80px;max-width:80px;min-height:80px;max-height:80px;font-size:.875rem;font-weight:350;line-height:150%;display:flex}.ofConfiguratorNav__step--active{background-color:var(--of-color-neutral-100);opacity:1;font-weight:600}.ofConfiguratorNav__step--active .ofConfiguratorNav__icon{color:var(--of-color-primary-400)}.ofConfiguratorNav__step--previous{cursor:pointer;opacity:1}.ofConfiguratorNav__step--help{opacity:1;cursor:pointer}.ofConfiguratorNav__icon{color:var(--of-color-secondary-400);flex-shrink:0}.ofTab{background-color:var(--of-color-white);box-shadow:var(--of-card-shadow);transition:background-color var(--of-transition-fast), color var(--of-transition-fast);border-radius:12px;flex-grow:1;align-items:center;padding:1.25rem 1.5rem;font-weight:500;display:flex}@media (width<=992px){.ofTab{padding:1.25rem calc(1.275rem + .362903vw)}}.ofTab{gap:.625rem}.ofTab__icon{color:var(--of-color-primary-400);transition:color var(--of-transition-fast);flex-shrink:0}.ofTab:not(.ofTab--disabled):hover,.ofTab--active{background-color:var(--of-color-secondary-400);color:var(--of-color-white)}.ofTab:not(.ofTab--disabled):hover .ofTab__icon,.ofTab--active .ofTab__icon{color:var(--of-color-primary-600)}.ofTab--disabled{opacity:.6;cursor:not-allowed}.ofTablist{gap:1.5rem;display:flex;overflow-x:auto}@media (width<=992px){.ofTablist{gap:calc(1.275rem + .362903vw)}}.ofTablist .ofTab{width:100%}.ofCatalogTooltip__floating{pointer-events:none;z-index:40}.ofCatalogTooltip__content{background-color:var(--of-color-secondary-400);border:1px solid var(--of-color-neutral-200);border-radius:var(--of-default-border-radius);box-shadow:0 0 14px 0 hsl(from var(--of-color-black) h s l/5%);color:var(--of-color-white);max-height:inherit;pointer-events:auto;width:100%;padding:1.25rem 1.5rem;overflow:hidden auto}@media (width<=992px){.ofCatalogTooltip__content{padding:1.25rem calc(1.275rem + .362903vw)}}.ofCatalogTooltip__content{font-size:1.0625rem;font-weight:350;line-height:160%}@media (width<=575.98px){.ofCatalogTooltip__content{font-size:.875rem}}.catalog-tooltip-enter-active,.catalog-tooltip-leave-active{transition:opacity var(--of-transition-fast), transform var(--of-transition-fast)}.catalog-tooltip-enter-from,.catalog-tooltip-leave-to{opacity:0;transform:translateY(-6px)}.catalog-tooltip-enter-to,.catalog-tooltip-leave-from{opacity:1;transform:translateY(0)}.ofCatalogPharmacyDataCard{border:1px solid var(--of-color-neutral-200);position:relative;overflow:hidden}.ofCatalogPharmacyDataCard:not(.ofCatalogPharmacyDataCard--disabled):hover .ofCatalogPharmacyDataCard__overlay{opacity:1}.ofCatalogPharmacyDataCard--disabled{opacity:.6}.ofCatalogPharmacyDataCard__image{aspect-ratio:2}.ofCatalogPharmacyDataCard__image img{object-fit:cover;width:100%;height:100%}.ofCatalogPharmacyDataCard__imagePlaceholder{width:100%;height:100%}.ofCatalogPharmacyDataCard__overlay{background-color:hsl(from var(--of-color-neutral-300) h s l/30%);opacity:0;transition:opacity var(--of-transition-fast);justify-content:flex-end;align-items:flex-end;display:flex;position:absolute;inset:0}.ofCatalogPharmacyDataCard__overlay .ofBtn{width:max-content;margin:0 .75rem .75rem 0}.ofCatalogOwnProducts{background-color:var(--of-color-white);border-radius:var(--of-default-border-radius);border:1px solid #0000;gap:1rem;padding:1.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:flex}@media (width<=992px){.ofCatalogOwnProducts{padding:calc(1.275rem + .362903vw)}}.ofCatalogOwnProducts:hover{background-color:var(--of-color-neutral-100);border-color:var(--of-color-primary-400);box-shadow:var(--of-card-shadow)}.ofCatalogOwnProducts__icon{flex-shrink:0;width:84px;height:84px}.ofCatalogOwnProducts__body{flex-direction:column;flex:1;gap:.5rem;min-width:0;display:flex}.ofCatalogOwnProducts__title{color:var(--of-color-neutral-900);font-family:Lexend Deca,Helvetica,Arial,sans-serif;font-size:1.125rem;font-weight:500}.ofCatalogOwnProducts__description{color:var(--of-color-neutral-900)}.ofCatalogOwnProducts .ofBtn{display:inline-flex}.ofCatalogProductCard{background-color:var(--of-color-white);border-radius:var(--of-default-border-radius);border:1px solid #0000;gap:1rem;padding:1.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:flex}@media (width<=992px){.ofCatalogProductCard{padding:calc(1.275rem + .362903vw)}}.ofCatalogProductCard:hover{background-color:var(--of-color-neutral-100);border-color:var(--of-color-primary-400);box-shadow:var(--of-card-shadow)}.ofCatalogProductCard__image{flex-shrink:0;width:84px;height:84px;overflow:hidden}.ofCatalogProductCard__image img{object-fit:contain;width:100%;height:100%}.ofCatalogProductCard__imagePlaceholder{width:100%;height:100%}.ofCatalogProductCard__body{flex-direction:column;flex:1;gap:.75rem;min-width:0;display:flex}.ofCatalogProductCard__header{gap:.9375rem;display:flex}.ofCatalogProductCard__headerLeft{flex-direction:column;flex:1;gap:.375rem;min-width:0;display:flex}.ofCatalogProductCard__meta{align-items:baseline;gap:1.25rem;display:flex}.ofCatalogProductCard__pzn{color:var(--of-color-success)}.ofCatalogProductCard__quantity{color:var(--of-color-neutral-800)}.ofCatalogProductCard__price{white-space:nowrap;flex-direction:column;flex-shrink:0;align-items:flex-end;display:flex}.ofCatalogProductCard__priceValue{color:var(--of-color-neutral-900);font-family:Lexend Deca,Helvetica,Arial,sans-serif;font-size:1.125rem;font-weight:500}.ofCatalogProductCard__priceLabel{color:var(--of-color-neutral-700);font-size:.875rem;font-weight:350;line-height:150%}.ofCatalogProductCard__title{color:var(--of-color-neutral-900);font-family:Lexend Deca,Helvetica,Arial,sans-serif;font-size:1.125rem;font-weight:500}.ofCatalogProductCard__description{color:var(--of-color-neutral-900)}.ofCatalogProductCard .ofBtn{display:inline-flex}.ofPagination{align-items:center;gap:.25rem;display:flex}.ofPagination__item--number{transition:background-color var(--of-transition-fast), color var(--of-transition-fast);border-radius:4px;justify-content:center;align-items:center;padding:.125rem .625rem;display:flex}.ofPagination__item--active{background-color:var(--of-color-secondary-400);color:var(--of-color-white)}.ofPagination__item--disabled{opacity:.3;pointer-events:none}.ofPagination__item--ellipsis{justify-content:center;align-items:center;width:30px;height:30px;display:flex}.ofCatalogProductGroup__top{justify-content:space-between;align-items:center;gap:3.125rem;display:flex}@media (width<=992px){.ofCatalogProductGroup__top{gap:calc(1.4375rem + 2.72177vw)}}.ofCatalogProductGroup__top{padding-bottom:1.25rem}.ofCatalogProductGroup__top .ofForm{flex-grow:1}.ofCatalogProductGroup__top--sticky{z-index:1;position:sticky;top:0}.ofCatalogProductGroup__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.ofTable:has(+.ofModal){margin-bottom:0!important}.ofTable__container{overflow:auto}.ofTable__table{border-collapse:collapse;width:100%}.ofTable__headerCell{color:var(--of-color-neutral-700);text-align:left;padding:0 1.25rem .75rem;font-size:.875rem;font-weight:350;line-height:150%}.ofTable__headerCell:empty{padding:0}.ofTable__row{border-bottom:1px solid var(--of-color-primary-600)}.ofTable__cell{vertical-align:top;padding:.75rem 1.25rem}.ofTable__cell--actions{text-align:right;vertical-align:middle}.ofTable__actions{justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.ofTable__actionBtn{cursor:pointer;color:var(--of-color-secondary-400);transition:opacity var(--of-transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.ofTable__actionBtn:hover{opacity:.7}.ofTable__footer{padding:1.25rem 1.25rem 0}.ofTable__link{color:var(--of-color-secondary-400);font-weight:500}.ofFormInputPriceGroup{align-items:flex-end;gap:.25rem;display:flex}.ofFormInputPriceGroup__separator{color:var(--of-color-neutral-800);flex-shrink:0;font-size:1.0625rem;font-weight:350;line-height:160%}@media (width<=575.98px){.ofFormInputPriceGroup__separator{font-size:.875rem}}.ofPdfEditPreview{max-width:100%;max-height:100%;aspect-ratio:var(--format-width)/var(--format-height);position:relative}.ofPdfEditPreview__loader{background-color:var(--of-color-white);z-index:2;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ofPdfEditPreview__image{object-fit:contain;object-position:left top;width:100%;height:100%;display:block}.ofPdfEditPreview__image--loading{opacity:0}.ofEditorContainer{flex-direction:row;flex:1;gap:2.5rem;min-height:0;padding:1.25rem 1.25rem 0;display:flex;overflow-x:auto}@media (width<=992px){.ofEditorContainer{gap:calc(1.375rem + 1.81452vw)}}.ofEditorContainer__pageWrapper{flex-direction:column;flex-shrink:0;align-self:stretch;gap:1rem;min-height:850px;display:flex}.ofEditorContainer__pageLabel{color:var(--of-color-secondary-400);flex-shrink:0}.ofEditorContainer__page{box-shadow:0 1px 15px 5px hsl(from var(--of-color-black) h s l/10%);-webkit-user-select:none;user-select:none;height:100%;max-height:calc(100% - 41px);position:relative;overflow:hidden}.ofEditorContainer__layer{pointer-events:none;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.ofEditorContainer__loader{background-color:var(--of-color-white);z-index:3;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ofEditorContainer__cell{contain:paint;cursor:grab;transition:transform var(--of-transition-fast);-webkit-user-select:none;user-select:none;position:absolute;overflow:hidden}.ofEditorContainer__cell:hover:not(.ofEditorContainer__cell--dragging) .ofEditorContainer__cellActions,.ofEditorContainer__cell:focus-within:not(.ofEditorContainer__cell--dragging) .ofEditorContainer__cellActions{opacity:1}.ofEditorContainer__cell:before{content:"";outline-offset:-2px;pointer-events:none;z-index:1;transition:background-color var(--of-transition-fast), outline-color var(--of-transition-fast);background-color:#0000;outline:2px dashed #0000;position:absolute;inset:0}.ofEditorContainer__cell--compatible:before{background-color:hsl(from var(--of-color-primary-400) h s l/20%);outline-color:var(--of-color-primary-400)}.ofEditorContainer__cell--dragging{background-color:hsl(from var(--of-color-black) h s l/10%)}.ofEditorContainer__cell--dragging .ofEditorContainer__cellImage{opacity:0;transform:scale(.5)}.ofEditorContainer__cell:after{content:"";z-index:1;width:calc(20px + var(--of-btn-icon-padding-x) * 2);height:calc(20px + var(--of-btn-icon-padding-y) * 2);border-radius:var(--of-btn-icon-border-radius);border:1.5px solid var(--of-color-secondary-400);background-color:var(--of-color-secondary-400);opacity:0;transition:opacity var(--of-transition-fast);background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22 fill=%22none%22%3E%3Cpath fill=%22white%22 d=%22m7.131 16.619-2.237-2.244H17.5v-1.25H4.894l2.237-2.244L6.25 10 2.5 13.75l3.75 3.75zM17.5 6.25 13.75 2.5l-.881.881 2.237 2.244H2.5v1.25h12.606L12.87 9.119l.881.881z%22/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:20px 20px;position:absolute;top:.75rem;left:.75rem}.ofEditorContainer__cell--drop-valid:after{opacity:1;transition:opacity var(--of-transition-fast)}.ofEditorContainer__cellImage{view-transition-class:editor-cell-swap;width:100%;height:100%;transition:opacity var(--of-transition-fast), transform var(--of-transition-fast);display:block}.ofEditorContainer__cellActions{background:hsl(from var(--of-color-white) h s l/50%);opacity:0;transition:opacity var(--of-transition-fast);flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;gap:.25rem;padding:.75rem;display:flex;position:absolute;inset:0;overflow:hidden}.ofDesignTeaser{background-color:color-mix(in srgb, var(--dt-primary-color,transparent) 30%, white);cursor:pointer;border:2px solid var(--dt-border-color,transparent);min-width:0;transition:border-color var(--of-transition-fast);text-align:left;border-radius:8px;flex-direction:column;flex:1 1 0;display:flex;overflow:hidden;container-type:inline-size}.ofDesignTeaser__images{justify-content:center;align-items:center;height:10rem;padding:.625rem;display:flex;overflow:hidden}@media (width<=992px){.ofDesignTeaser__images{height:calc(2.125rem + 12.7016vw)}}.ofDesignTeaser--active,.ofDesignTeaser:hover{border-color:var(--of-color-primary-400)}.ofDesignTeaser--active{pointer-events:none}.ofDesignTeaser--active .ofDesignTeaser__label{font-weight:600}.ofDesignTeaser__fan{grid-template-rows:max-content;grid-template-columns:max-content;place-items:start;display:inline-grid}.ofDesignTeaser__imageWrap{grid-area:1/1;justify-content:center;align-items:center;padding-top:5px;display:flex}.ofDesignTeaser__imageWrap--back{width:86px;height:120px}.ofDesignTeaser__imageWrap--front{width:86px;height:120px;margin-top:4px;margin-left:50px}.ofDesignTeaser__image{filter:drop-shadow(0 2px 6px hsl(from var(--of-color-black) h s l/25%))}.ofDesignTeaser__image--back{width:86px;height:120px;transform:rotate(-16deg)}.ofDesignTeaser__image--front{z-index:1;width:86px;height:120px;transform:rotate(10deg)}.ofDesignTeaser--single-page .ofDesignTeaser__image--back{transform:none}.ofDesignTeaser__label{color:var(--of-color-secondary-500);text-shadow:none;padding:.5rem 1rem 1rem;font-size:.875rem;font-weight:350;line-height:150%}.ofCategoryTeaser{width:100%;transition:border-color var(--of-transition-fast), box-shadow var(--of-transition-fast);border:2px solid #0000;border-radius:8px;flex-direction:column;display:flex;overflow:hidden;container-type:inline-size}.ofCategoryTeaser--active,.ofCategoryTeaser:hover{border-color:var(--of-color-primary-400);box-shadow:0 1px 15px 5px hsl(from var(--of-color-secondary-400) h s l/10%)}.ofCategoryTeaser--active .ofCategoryTeaser__title{font-weight:600}.ofCategoryTeaser__images{background-color:var(--of-color-neutral-100);justify-content:center;align-items:center;height:155px;padding:.625rem;display:flex;overflow:hidden}.ofCategoryTeaser__fan{grid-template-rows:max-content;grid-template-columns:max-content;place-items:start;display:inline-grid}.ofCategoryTeaser__imageWrap{z-index:1;grid-area:1/1;justify-content:center;align-items:center;width:69px;height:96px;display:flex;position:relative}.ofCategoryTeaser__imageWrap--first{margin-top:14px}.ofCategoryTeaser__imageWrap--second{z-index:3;margin-left:25px}.ofCategoryTeaser__imageWrap--third{z-index:2;margin-top:14px;margin-left:50px}.ofCategoryTeaser__image{box-shadow:0 0 10px 0 hsl(from var(--of-color-black) h s l/10%);object-fit:cover;border-radius:2px}.ofCategoryTeaser__image--first{transform:rotate(-15deg)}.ofCategoryTeaser__image--third{transform:rotate(15deg)}.ofCategoryTeaser__title{background-color:var(--of-color-neutral-100);transition:font-weight var(--of-transition-fast);flex:1;width:100%;padding:.5rem 1rem 1rem;font-size:.875rem;font-weight:350;line-height:150%;display:block}.ofCategoryTeaser--images-1 .ofCategoryTeaser__image--first{transform:none}.ofCategoryTeaser--images-2 .ofCategoryTeaser__imageWrap--first{margin-top:0}.ofCategoryTeaser--images-2 .ofCategoryTeaser__image--first{transform:rotate(-12deg)}.ofCategoryTeaser--images-2 .ofCategoryTeaser__image--second{transform:rotate(8deg)}.ofCategoryTeaserGroup{container-type:inline-size}.ofCategoryTeaserGroup__head{justify-content:space-between;align-items:center;gap:1.25rem;margin-bottom:1.25rem;display:flex}.ofCategoryTeaserGroup__title{font-family:Lexend Deca,Helvetica,Arial,sans-serif;font-size:1.125rem;font-weight:500}.ofCategoryTeaserGroup__clamp{transition:max-height var(--of-transition);overflow:hidden}.ofCategoryTeaserGroup__items{grid-template-columns:repeat(auto-fill,minmax(167px,167px));gap:1.25rem;display:grid}.ofOptionTeaser{border:1px solid var(--of-color-neutral-300);transition:border-color var(--of-transition-fast), background-color var(--of-transition-fast), font-weight var(--of-transition-fast);border-radius:8px;flex-direction:column;justify-content:space-between;align-items:center;gap:.875rem;padding:.875rem;display:flex}.ofOptionTeaser:not(:disabled):not(div){cursor:pointer}.ofOptionTeaser:not(:disabled):hover,.ofOptionTeaser--active{border-color:var(--of-color-primary-400);background-color:var(--of-color-neutral-100)}.ofOptionTeaser:not(:disabled):hover .ofOptionTeaser__icon,.ofOptionTeaser--active .ofOptionTeaser__icon{color:var(--of-color-primary-400)}.ofOptionTeaser--active .ofOptionTeaser__title{font-weight:600}.ofOptionTeaser--availableSoon{position:relative;overflow:hidden}.ofOptionTeaser--availableSoon .ofOptionTeaser__icon,.ofOptionTeaser--availableSoon .ofOptionTeaser__title{opacity:.5}.ofOptionTeaser--availableSoon:after{content:"Bald erhältlich";background-color:var(--of-color-primary-400);width:calc(100% + 32px);color:var(--of-color-white);padding:.375rem 1rem;font-size:.875rem;font-weight:500;line-height:150%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-8deg)}.ofOptionTeaser__title{text-align:left;width:100%;font-size:.875rem;font-weight:350;line-height:150%;display:block}.ofOptionTeaser__icon{color:var(--of-color-primary-500);transition:color var(--of-transition-fast)}.ofOptionTeaser__image{aspect-ratio:60/85;object-fit:cover;width:70px}.ofOptionTeaserGroup__title{margin-bottom:.5rem;font-size:.875rem;font-weight:600;line-height:150%;display:block}.ofOptionTeaserGroup__grid{grid-template-columns:repeat(auto-fit,minmax(120px,120px));gap:1.25rem;display:grid}.ofContactCard{justify-content:space-between;align-items:flex-start;gap:3rem;font-style:normal;display:flex}@media (width<=992px){.ofContactCard{gap:calc(1.425rem + 2.54032vw)}}.ofContactCard__title{color:var(--of-color-neutral-800);font-family:Lexend Deca,Helvetica,Arial,sans-serif;font-size:1.125rem;font-weight:500}.ofContactCard__links{flex-direction:column;gap:1rem;display:flex}.ofContactCard__links .ofTextLink{color:var(--of-color-secondary-400)}.ofContactCard__hotline{flex-direction:column;gap:.375rem;margin-top:.875rem;display:flex}.ofContactCard__hotlineLabel{color:var(--of-color-secondary-400);align-items:center;gap:.375rem;font-size:1.0625rem;font-weight:350;line-height:160%;display:flex}@media (width<=575.98px){.ofContactCard__hotlineLabel{font-size:.875rem}}.ofContactCard__hotlineLabel{font-weight:500}.ofContactCard__hotlineLabel svg{fill:var(--of-color-secondary-400);flex-shrink:0}.ofContactCard__phone{color:var(--of-color-primary-400)!important}.ofFormRadioGroup{align-items:center;gap:2.375rem;display:flex}@media (width<=992px){.ofFormRadioGroup{gap:calc(1.3625rem + 1.63306vw)}}.ofFormRadioGroup__option{cursor:pointer;align-items:center;gap:.75rem;font-size:.875rem;font-weight:350;line-height:150%;display:flex}.ofFormRadioGroup__option:has(.ofFormRadioGroup__input:disabled){cursor:not-allowed}.ofFormRadioGroup__input{appearance:none;border:2px solid var(--of-color-primary-400);cursor:pointer;height:18px;transition:background-color var(--of-transition-fast), border-color var(--of-transition-fast);border-radius:50%;flex-shrink:0;width:18px;position:relative}.ofFormRadioGroup__input:after{content:"";width:8px;height:8px;box-shadow:var(--of-color-black) 1em 1em inset;transition:box-shadow var(--of-transition-fast), transform var(--of-transition-fast);border-radius:50%;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.ofFormRadioGroup__input:checked:after{transform:translate(-50%,-50%)scale(1)}.ofFormRadioGroup__input:disabled{border-color:hsl(from var(--of-color-primary-400) h s l/50%);cursor:not-allowed}.ofFormRadioGroup__input:disabled:checked:after{box-shadow:hsl(from var(--of-color-black) h s l/50%) 1em 1em inset}.ofFormSuccessBox{background-color:hsl(from var(--of-color-success) h s l/8%);border-radius:var(--of-default-border-radius);color:var(--of-color-success);margin-bottom:1rem;padding:1rem;font-size:.875rem;font-weight:350;line-height:150%}.ofError{flex-direction:column;justify-content:center;align-items:center;height:100dvh;display:flex}.ofError__message{margin-top:.75rem}.ofStage{background-color:var(--of-color-neutral-200);padding:2.25rem 0}@media (width<=992px){.ofStage{padding:calc(1.35rem + 1.45161vw) 0}}.ofStage{margin-bottom:4.6875rem}@media (width<=992px){.ofStage{margin-bottom:calc(1.59375rem + 4.98992vw)}}.ofStage__container{justify-content:space-between;align-items:flex-start;gap:1.5rem;display:flex}@media (width<=992px){.ofStage__container{gap:calc(1.275rem + .362903vw)}}@media (width<=767.98px){.ofStage__container{flex-direction:column}}.ofStage__content{flex-direction:column;flex:1;gap:1.5rem;min-width:0;display:flex}@media (width<=992px){.ofStage__content{gap:calc(1.275rem + .362903vw)}}.ofStage__aside{background-color:var(--of-color-white);border-radius:var(--of-default-border-radius);box-shadow:var(--of-card-shadow);flex-shrink:0;padding:2rem 1.5rem}@media (width<=992px){.ofStage__aside{padding:calc(1.325rem + 1.08871vw) calc(1.275rem + .362903vw)}}@media (width<=767.98px){.ofStage__aside{width:100%}}.ofStageSearch{background-color:var(--of-color-neutral-100);border-radius:var(--of-default-border-radius);box-shadow:0 1px 15px 5px hsl(from var(--of-color-black) h s l/10%);flex-direction:column;gap:1rem;padding:1.5rem;display:flex}@media (width<=992px){.ofStageSearch{padding:calc(1.275rem + .362903vw)}}.ofStageSearch__title{color:var(--of-color-neutral-800);font-family:Lexend Deca,Helvetica,Arial,sans-serif;font-size:1.25rem;font-weight:500}.ofStageSearch__form{align-items:center;gap:1rem;width:100%;display:flex}@media (width<=575.98px){.ofStageSearch__form{flex-direction:column}}.ofStageSearch__form .ofFormInput__wrapper{flex:1;min-width:0}@media (width<=575.98px){.ofStageSearch__form .ofFormInput__wrapper{width:100%}}.ofStageSearch__form .ofFormInput{background-color:var(--of-color-white)}.ofAccordion__title{color:var(--of-color-secondary-400);font-family:Lexend Deca,Helvetica,Arial,sans-serif;font-size:1.5rem;font-weight:500}@media (width<=992px){.ofAccordion__title{font-size:calc(1.275rem + .362903vw)}}.ofAccordion__title{margin-bottom:1rem;font-weight:600}.ofAccordion__items{flex-direction:column;display:flex}.ofAccordion__item{border-top:1px solid var(--of-color-neutral-300)}.ofAccordion__item[open]>.ofAccordion__itemHeader>.ofAccordion__itemIcon{transform:rotate(180deg)}.ofAccordion__itemHeader{cursor:pointer;text-align:left;justify-content:space-between;align-items:center;width:100%;padding:2rem .25rem 2rem 0;list-style:none;display:flex}@media (width<=992px){.ofAccordion__itemHeader{padding:calc(1.325rem + 1.08871vw) .25rem calc(1.325rem + 1.08871vw) 0}}.ofAccordion__itemHeader{font-family:Lexend Deca,Helvetica,Arial,sans-serif;font-size:1.25rem;font-weight:600}.ofAccordion__itemHeader::-webkit-details-marker{display:none}.ofAccordion__itemIcon{color:var(--of-color-primary-400);transition:transform var(--of-transition-fast);flex-shrink:0}.ofAccordion__itemContent{transition:height var(--of-transition);font-size:1.0625rem;font-weight:350;line-height:160%}@media (width<=575.98px){.ofAccordion__itemContent{font-size:.875rem}}.ofAccordion__itemInner{padding:0 0 2rem}@media (width<=992px){.ofAccordion__itemInner{padding:0 0 calc(1.325rem + 1.08871vw)}}.faecher svg{width:100%;height:auto;display:block}h1[data-v-b1a8ca4a],h2[data-v-b1a8ca4a],h3[data-v-b1a8ca4a],h4[data-v-b1a8ca4a],h5[data-v-b1a8ca4a],h6[data-v-b1a8ca4a],p[data-v-b1a8ca4a],blockquote[data-v-b1a8ca4a],dl[data-v-b1a8ca4a],dd[data-v-b1a8ca4a],hr[data-v-b1a8ca4a],figure[data-v-b1a8ca4a]{margin:revert}ul[data-v-b1a8ca4a],ol[data-v-b1a8ca4a]{margin:revert;padding:revert;list-style:revert}.ofSalesLoginForm .ofText__title{text-align:center;margin-bottom:1.25rem}.ofSalesLoginForm .ofFormField{flex-direction:column;align-items:stretch}.ofSalesLoginForm .ofFormField__label{width:100%}.ofSalesLoginForm .ofFormInput{border-color:var(--of-color-neutral-300)}.ofOrderList{--of-order-list-columns:1fr 1fr 1fr .75fr .75fr}.ofOrderList__items{flex-direction:column;width:100%;display:flex}.ofOrderList__item{border-bottom:1px solid var(--of-color-primary-600);transition:background-color var(--of-transition-fast);display:block}.ofOrderList__item[open]{background-color:var(--of-color-neutral-100)}.ofOrderList__item[open] .ofOrderList__action .ofTextLink,.ofOrderList__item[open] .ofOrderList__action .ofTextLink:hover{background-size:0% var(--underline-height)}.ofOrderList__item:hover{background-color:var(--of-color-neutral-100)}.ofOrderList__summary{cursor:pointer;grid-template-columns:var(--of-order-list-columns);align-items:center;gap:1.25rem;width:100%;list-style:none;display:grid}.ofOrderList__summary::-webkit-details-marker{display:none}.ofOrderList__summaryItem{padding-top:.75rem;padding-bottom:.75rem}.ofOrderList__summaryItem:first-child{padding-left:1.25rem}.ofOrderList__summaryItem:last-child{padding-right:1.25rem}.ofOrderList__downloadLink{border:1px solid var(--of-color-secondary-400);color:var(--of-color-secondary-400);transition:background-color var(--of-transition-fast), color var(--of-transition-fast);border-radius:24px;margin-right:.25rem;padding:0 .5rem;font-size:.875rem;font-weight:350;line-height:150%;text-decoration:none;display:inline-flex}.ofOrderList__downloadLink:hover{background-color:var(--of-color-secondary-400);color:var(--of-color-white)}.ofOrderList__action{text-align:right;white-space:nowrap}.ofOrderList__contentAnimator{transition:height var(--of-transition)}.ofOrderList__contentInner{padding:.75rem 0}.ofOrderList__contentRow{grid-template-columns:var(--of-order-list-columns);gap:1.25rem;display:grid}.ofOrderList__contentCell{vertical-align:top;min-width:0;font-size:1.0625rem;font-weight:350;line-height:160%}@media (width<=575.98px){.ofOrderList__contentCell{font-size:.875rem}}.ofOrderList__contentCell:first-child{padding-left:1.25rem}.ofOrderList__footer{padding:1.25rem 1.25rem 0}.ofOrderList__link{color:var(--of-color-secondary-400);font-weight:500}.ofPrintProductTeaser{color:var(--of-color-secondary-600);justify-content:space-between;align-items:center;gap:1rem;text-decoration:none;display:flex}.ofPrintProductTeaser__preview{justify-content:center;align-items:center;width:100%;display:flex}.ofPrintProductTeaser__images{width:130px;height:110px;position:relative}.ofPrintProductTeaser__image{box-shadow:0 2px 8px hsl(from var(--of-color-black) h s l/12%);border-radius:4px;width:70px;height:auto;position:absolute}.ofPrintProductTeaser__image--back{z-index:1;top:5px;left:0;transform:rotate(-16deg)}.ofPrintProductTeaser__image--middle{z-index:3;top:0;left:32px}.ofPrintProductTeaser__image--front{z-index:2;top:2px;left:47px;transform:rotate(10deg)}.ofPrintProductTeaser__content{flex-direction:column;gap:1.25rem;width:100%;display:flex}.ofPrintProductTeaser__text{flex-direction:column;gap:.25rem;display:flex}.ofPrintProductTeaser__title{color:var(--of-color-secondary-600);font-family:Lexend Deca,Helvetica,Arial,sans-serif;font-size:1.125rem;font-weight:500}.ofPrintProductTeaser__description{color:var(--of-color-secondary-600);font-size:.875rem;font-weight:350;line-height:150%}.ofPrintProductTeaser__link{position:relative}.ofPrintProductTeaser__linkText{--underline-height:2px;--underline-offset:8px;background-image:linear-gradient(currentColor,currentColor);background-position:0 80%;background-repeat:no-repeat;background-size:0% var(--underline-height);color:var(--of-color-secondary-600);margin-bottom:calc(var(--underline-offset) * -1);padding-bottom:var(--underline-offset);transition:background-size var(--of-transition);gap:.5rem;width:max-content;font-size:1.0625rem;font-weight:350;line-height:160%;position:relative}@media (width<=575.98px){.ofPrintProductTeaser__linkText{font-size:.875rem}}.ofPrintProductTeaser__linkText{font-weight:600}.ofPrintProductTeaser:hover .ofPrintProductTeaser__linkText{background-size:100% var(--underline-height)}.ofPrintProductTeaser__arrow{position:absolute;bottom:-8px;right:0}.ofProfileCard{gap:.75rem;display:flex}.ofProfileCard__column{flex-direction:column;flex:1;gap:.75rem;display:flex}.ofProfileCard__name{color:var(--of-color-white)}.ofProfileCard__field{flex-direction:column;margin:0;display:flex}.ofProfileCard__label{color:var(--of-color-primary-600);font-size:.875rem;font-weight:350;line-height:150%}.ofProfileCard__value{font-size:1.0625rem;font-weight:350;line-height:160%}@media (width<=575.98px){.ofProfileCard__value{font-size:.875rem}}.ofProfileCard__value{color:var(--of-color-white);margin:0;line-height:1.6}.ofAddressCard{flex-direction:column;gap:.5rem;display:flex}.ofAddressCard__logo{object-fit:contain;width:100%;height:auto}.ofAddressCard__title{color:var(--of-color-neutral-800);font-size:.875rem;font-weight:600;line-height:150%}.ofAddressCard__detail{color:var(--of-color-neutral-800);font-size:.875rem;font-weight:350;line-height:150%}.ofFooter{margin-top:auto}.ofFooter__top{background-color:var(--of-color-secondary-500);color:var(--of-color-white);padding:4.5rem 0}@media (width<=992px){.ofFooter__top{padding:calc(1.575rem + 4.71774vw) 0}}.ofFooter__bottom{background-color:var(--of-color-secondary-600);color:var(--of-color-white);padding:1rem 0}.ofFooter__container>.ofFooter__grid{row-gap:2.75rem}@media (width<=992px){.ofFooter__container>.ofFooter__grid{row-gap:calc(1.4rem + 2.17742vw)}}.ofFooter__grid{grid-template-columns:2fr 1.5fr 1.5fr 1fr;column-gap:1.5rem;display:grid}@media (width<=992px){.ofFooter__grid{column-gap:calc(1.275rem + .362903vw)}}@media (width<=1199.98px){.ofFooter__grid{grid-template-columns:repeat(4,1fr)}}@media (width<=767.98px){.ofFooter__grid{grid-template-columns:1fr 1fr}.ofFooter__column--logo,.ofFooter__column--contact{grid-column:1/-1}}.ofFooter__headline{color:var(--of-color-primary-600);margin-bottom:1.75rem;line-height:1;display:inline-block}@media (width<=992px){.ofFooter__headline{margin-bottom:calc(1.3rem + .725807vw)}}.ofFooter__items{flex-direction:column;gap:.75rem;display:flex}.ofFooter__logo{max-width:269px}@media (width<=767.98px){.ofFooter__logo{max-width:186px}}.ofFooter__subtitle{color:var(--of-color-primary-600);margin-bottom:.375rem;font-size:.875rem;font-weight:350;line-height:1;display:block}.ofFooter__text,.ofFooter__copyright{font-weight:500}.ofFooter__wrapper{justify-content:space-between;align-items:center;display:flex}.ofFooter__links,.ofFooter__link{align-items:center;display:flex}.ofFooter__link:not(:last-child):after{content:"";background-color:var(--of-color-primary-600);width:1px;height:22px;margin:0 1rem 0 .75rem;display:inline-block}.ofHeader{width:100%;height:var(--of-header-height);background-color:var(--of-color-white);z-index:var(--of-zindex-fixed);align-content:center;position:fixed;top:0;left:0}.ofHeader__container{justify-content:space-between;display:flex}.ofHeader__wrapper{gap:3.5rem;display:flex}@media (width<=992px){.ofHeader__wrapper{gap:calc(1.475rem + 3.26613vw)}}.ofHeader__logo{width:178px}.ofHeader__items{gap:2rem;display:flex}@media (width<=992px){.ofHeader__items{gap:calc(1.325rem + 1.08871vw)}}.ofHeader__nav{align-content:center}.ofHeader__buttons{align-content:center;gap:.5rem;display:flex}.ofHeader .ofTextLink>svg{color:var(--of-color-primary-400)}
