.error-boundary{background:rgba(var(--color-common-white), .8);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.error-boundary__content{width:400px;max-width:100%;padding:0 calc(var(--layout-spacing) * 2) calc(var(--layout-spacing) * 4);background-color:rgba(var(--color-common-grey-xlight), .3);border:1px dashed var(--color-common-grey-light);text-align:center;border-radius:2px;margin:auto}.error-boundary__content__title:before{width:26px;height:26px;margin:calc(var(--layout-spacing) * 4) auto calc(var(--layout-spacing) * 2);content:"";background:url(/img/icons/exclamation-triangle.svg) 50%/26px no-repeat;display:block}.error-boundary__content__error,.error-boundary__content__stack{font-size:12px}.error-boundary__content__stack{margin-top:var(--layout-spacing)}.error-boundary__content__stack>summary{cursor:pointer;outline:none}.error-boundary__content__stack>pre{text-align:left;display:block;overflow:auto}:root{--layout-spacing:6px;--color-primary-main:#1976d2;--color-primary-light:#4691db;--color-primary-dark:#145ea8;--color-secondary-main:#e0236d;--color-secondary-light:#e64e8a;--color-secondary-dark:#b31c57;--color-common-white:#fff;--color-common-black:#000;--color-common-grey-xxlight:#eee;--color-common-grey-xlight:#ddd;--color-common-grey-light:#777;--color-common-grey-normal:#555;--color-common-grey-dark:#333;--color-common-grey-xdark:#222;--color-disabled:#ddd;--color-danger:#dc3545;--color-success:#28a745;--typography-font-family-primary:"Open Sans", sans-serif;--typography-font-size-base:16px;--typography-font-weight-regular:400;--typography-font-weight-bold:700;--typography-line-height-base:1.5;--shadow-main:#0000000d 0px 0px 0px 1px;--screen-xxxs-max-width:374px;--screen-xxs-min-width:375px;--screen-xxs-max-width:479px;--screen-xs-min-width:480px;--screen-xs-max-width:767px;--screen-sm-min-width:768px;--screen-sm-max-width:991px;--screen-md-min-width:992px;--screen-md-max-width:1199px;--screen-lg-min-width:1200px;--screen-lg-max-width:1365px;--screen-xlg-min-width:1366px;--focus-outline:2px solid #000}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;tab-size:4;font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;line-height:1.15}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentColor}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}body{height:100svh}body,button,input,select,textarea{color:var(--color-common-grey-dark);font-family:var(--typography-font-family-primary);font-size:var(--typography-font-size-base);font-weight:var(--typography-font-weight-regular);line-height:var(--typography-line-height-base)}:focus-visible{outline:var(--focus-outline)}
