.overlay{--overlay-background: var(--color-overlay-blue-light);position:fixed;display:flex;justify-content:center;align-items:center;top:0;right:0;bottom:0;left:0;z-index:9998;background:var(--overlay-background)}.overlay--secondary{--overlay-background: var(--color-overlay-black-light)}@media (prefers-reduced-motion: no-preference){.overlay[data-entering]{animation:overlay-fade-in .2s ease-in-out}}@keyframes overlay-fade-in{0%{background:transparent}}.modal{--modal-left: 0;--modal-max-width: none;--modal-padding-y: var(--spacing-s);--modal-padding-x: var(--spacing-s);--modal-color: var(--color-white);--modal-background: var(--kiwa-dark-blue);--modal-animation: none;--modal-title-font-size: 1.5rem;--modal-title-font-weight: var(--semibold);--modal-container-max-width: none;--modal-container-animation: none;--modal-container-gap: var(--spacing) 0;position:fixed;top:0;right:0;bottom:0;left:0;color:var(--modal-color);left:var(--modal-left);background:var(--modal-background);width:100%;max-width:var(--modal-max-width);margin:0;padding:var(--modal-padding-y) var(--modal-padding-x);padding-bottom:0;border:0;overflow-y:auto;animation:var(--modal-animation);display:flex;flex-direction:column}@media screen and (min-width: 30rem){.modal{--modal-padding-y: var(--spacing);--modal-padding-x: var(--spacing)}}@media screen and (min-width: 48rem){.modal{--modal-left: auto;--modal-max-width: var(--container-max-width--xsmall);--modal-padding-y: var(--spacing-m);--modal-padding-x: var(--spacing-l)}}@media (prefers-reduced-motion: no-preference){.modal[data-entering]{--modal-animation: modal-slide-in .3s ease-in-out}}.modal--title-medium{--modal-title-font-size: 1.125rem;--modal-title-font-weight: var(--regular)}.modal--secondary{--modal-background: var(--color-white);--modal-color: var(--kiwa-dark-blue)}.modal--fullscreen{--modal-left: 0;--modal-max-width: none;--modal-container-max-width: var(--container-max-width);--modal-container-gap: var(--spacing-l) 0}@media screen and (min-width: 64rem){.modal--fullscreen{--modal-padding-y: var(--spacing-xxl)}}@media (prefers-reduced-motion: no-preference){.modal--fullscreen[data-entering]{--modal-animation: modal-fade-in .3s ease-in-out}}@keyframes modal-slide-in{0%{transform:translate(100%)}}@keyframes modal-fade-in{0%{opacity:0}}.modal__container{display:flex;flex-flow:column;gap:var(--modal-container-gap);width:100%;max-width:var(--modal-container-max-width);padding-bottom:var(--modal-padding-y);margin:0 auto;outline:none;flex-grow:1}.modal__head{display:flex;justify-content:space-between;gap:var(--spacing-s)}.modal__title{display:flex;gap:0 var(--spacing-xs);font-size:var(--modal-title-font-size);font-weight:var(--modal-title-font-weight);align-items:center;margin:0}.modal__title svg{flex-shrink:0}.modal__close{font-size:inherit;font-family:var(--font-secondary);line-height:inherit;background:none;border:none;padding:0;color:inherit;display:inline-flex;width:3rem;height:3rem;align-items:center;text-decoration:none;justify-content:center;margin-left:auto}.modal__body{flex-grow:1}.popup{--popup-max-width: var(--container-max-width--small);--popup-animation: none;--popup-title-font-size: 1.875rem;--popup-title-font-weight: var(--semibold);--popup-container-max-width: none;position:relative;background:var(--kiwa-blue--light);max-width:var(--popup-max-width);margin:0;padding:var(--spacing-xxl);border:0;overflow-y:auto;animation:var(--popup-animation)}@media screen and (max-width: 47.99875rem){.popup{position:fixed;top:0;right:0;bottom:0;left:0;padding:var(--spacing-xxl) var(--container-padding);display:flex;--popup-title-font-size: 1.5rem}}@media (prefers-reduced-motion: no-preference){.popup[data-entering]{--popup-animation: popup-fade-in .3s ease-in-out}}@media screen and (prefers-reduced-motion: no-preference) and (min-width: 48rem){.popup[data-entering]{--popup-animation: popup-slide-in .3s ease-in-out}}@keyframes popup-slide-in{0%{transform:translateY(2%);opacity:0}}@keyframes popup-fade-in{0%{opacity:0}}.popup__container{display:flex;flex-flow:column;gap:var(--spacing-l) 0;width:100%;max-width:var(--popup-container-max-width);margin:auto;outline:none}.popup__title{display:flex;gap:0 var(--spacing-xs);font-size:var(--popup-title-font-size);font-weight:var(--popup-title-font-weight);margin:0 auto;text-align:center}.popup__title svg{flex-shrink:0}.popup__body{text-align:center}.popup__close{font-size:inherit;font-family:var(--font-secondary);line-height:inherit;background:none;border:none;padding:0;cursor:pointer;position:absolute;top:var(--spacing-s);right:var(--spacing-s);color:inherit;display:inline-flex;width:3rem;height:3rem;align-items:center;text-decoration:none;justify-content:center}.popover{--popover-container-padding: 0;border:1px solid var(--color-grey--medium);background:var(--color-white);outline:none;max-width:15.625rem;overflow:auto;box-shadow:0 2px 4px 0 var(--color-overlay-black-extra-light)}.popover--default{--popover-container-padding: var(--spacing-s)}.popover--compact{--popover-container-padding: var(--spacing-xs)}.popover:where([data-trigger=Select],[data-trigger=MultiSelect]){min-width:var(--trigger-width, 15.625rem);max-width:none}.popover__container{display:block;outline:none;padding:var(--popover-container-padding)}
