@layer normalize,base,page-layout,user-preferences,utils;@layer normalize{html{box-sizing:border-box;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}*,*::before,*::after{box-sizing:inherit;margin:0;padding:0}body{line-height:1.5;-webkit-font-smoothing:antialiased;font-weight:var(--tkds-font-weights-soleto-tk-text-regular);overflow-x:hidden}input,button,textarea,select{font:inherit}h1,h2,h3,h4,h5,h6{text-wrap:balance;font-weight:var(--tkds-font-weights-soleto-tk-headline-regular)}strong,b{font-weight:var(--tkds-font-weights-soleto-tk-text-emphasized)}}@layer base{:root{--page-layout-banner-visible-height:var(--banner-visible-height,0px);--page-layout-header-visible-height:var(--header-visible-height,0px)}body,html{font-family:var(--tkds-font-families-soleto-tk);background-color:var(--tkds-color-background-neutral-flat);color:var(--tkds-color-foreground-neutral-default)}h1,h2,h3,h4,h5,h6{font-family:var(--tkds-font-families-soleto-tk-headline)}}@layer properties{@property --component-is-ondimmed{syntax:'<custom-ident>';initial-value:false;inherits:false}@property --component-is-in-xs-view-breakout-start{syntax:'<custom-ident>';initial-value:false;inherits:false}@property --component-is-in-xs-view-breakout-end{syntax:'<custom-ident>';initial-value:false;inherits:false}}@layer page-layout{.tkds-page-layout{--page-layout-sidebar-primary-width-expanded:22.5rem;--page-layout-sidebar-primary-width:0rem;min-height:100vh;display:grid;grid-template-areas:'banner banner' 'sidebar-primary header' 'sidebar-primary main' 'sidebar-primary footer';grid-template-rows:min-content min-content 1fr min-content;grid-template-columns:[sidebar-primary-start] var(--page-layout-sidebar-primary-width) [sidebar-primary-end];transition:grid-template-columns var(--tkds-motion-duration-fast)}[data-tkds-page-layout-area='banner']{grid-area:banner}[data-tkds-page-layout-area='header']{grid-area:header}[data-tkds-page-layout-area='main']{grid-area:main}[data-tkds-page-layout-area='footer']{grid-area:footer}[data-tkds-page-layout-area='sidebar-primary']{grid-area:sidebar-primary;display:none}[data-tkds-page-layout-area='main'] [data-tkds-tagname='tkds-layout-section']{margin-block-end:var(--tkds-spacing-fluid-xxlarge);&:last-child{margin-block-end:var(--tkds-spacing-fluid-xxxlarge);&[background-context='brand-dimmed'],&[background-context='sunken']{margin-block-end:0}}}.tkds-page-layout--multi-section-form{[data-tkds-page-layout-area='sidebar-primary']{display:grid}@media screen and (min-width:720px){--page-layout-sidebar-primary-width:var(--page-layout-sidebar-primary-width-expanded)}}}@layer user-preferences{@media (prefers-reduced-motion:reduce){:root{--tkds-motion-duration-fast:1ms;--tkds-motion-duration-faster:1ms;--tkds-motion-duration-fastest:1ms;--tkds-motion-duration-slow:1ms;--tkds-motion-duration-slower:1ms;--tkds-motion-duration-slowest:1ms}*,::before,::after{animation-delay:-1ms !important;animation-duration:1ms !important;animation-iteration-count:1 !important;background-attachment:initial !important;scroll-behavior:auto !important;transition-duration:1ms !important;transition-delay:-1ms !important}}}@layer utils{.tkds-u-center{display:grid;place-content:center}.tkds-u-hyphenate{-webkit-hyphenate-limit-before:var(--tkds-font-hyphens-before);-webkit-hyphenate-limit-after:var(--tkds-font-hyphens-after);-webkit-hyphenate-limit-chars:var(--tkds-font-hyphens-length) var(--tkds-font-hyphens-before) var(--tkds-font-hyphens-after);-webkit-hyphenate-limit-lines:var(--tkds-font-hyphens-lines);-webkit-hyphenate-limit-last:var(--tkds-font-hyphens-last);-webkit-hyphenate-limit-zone:var(--tkds-font-hyphens-zone);-moz-hyphenate-limit-chars:var(--tkds-font-hyphens-length) var(--tkds-font-hyphens-before) var(--tkds-font-hyphens-after);-moz-hyphenate-limit-lines:var(--tkds-font-hyphens-lines);-moz-hyphenate-limit-last:var(--tkds-font-hyphens-last);-moz-hyphenate-limit-zone:var(--tkds-font-hyphens-zone);-ms-hyphenate-limit-chars:var(--tkds-font-hyphens-length) var(--tkds-font-hyphens-before) var(--tkds-font-hyphens-after);-ms-hyphenate-limit-lines:var(--tkds-font-hyphens-lines);-ms-hyphenate-limit-last:var(--tkds-font-hyphens-last);-ms-hyphenate-limit-zone:var(--tkds-font-hyphens-zone);hyphens:var(--tkds-font-hyphens);hyphenate-limit-chars:var(--tkds-font-hyphens-length) var(--tkds-font-hyphens-before) var(--tkds-font-hyphens-after);hyphenate-limit-lines:var(--tkds-font-hyphens-lines);hyphenate-limit-last:var(--tkds-font-hyphens-last);hyphenate-limit-zone:var(--tkds-font-hyphens-zone)}.tkds-toast-stack{--page-layout-safe-area-inset-top:calc(var(--page-layout-banner-visible-height) + var(--page-layout-header-visible-height));position:fixed;top:calc(var(--page-layout-safe-area-inset-top) + var(--tkds-spacing-static-4));inset-inline-end:0;z-index:var(--tkds-z-index-notification);width:28rem;max-width:100%;max-height:100%;overflow:auto}.tkds-toast-stack .tkds-alert{margin:var(--tkds-spacing-static-4)}.tkds-toast-stack .tkds-alert::part(base){box-shadow:var(--tkds-shadow-brand-small)}@media (width >= 768px){.tkds-toast-stack{--evoheader-module-height:var(--evoheader-module-height-m,0)}}@media (width >= 1025px){.tkds-toast-stack{--evoheader-module-height:var(--evoheader-module-height-l,0)}}:has(.evoheader) .tkds-toast-stack{top:var(--evoheader-module-height,0);margin-block-start:var(--tkds-spacing-static-4)}.tkds-u-content-spacing{--grid-row-gap:0rem;>*:not(br,:empty:not(.tkds-divider,.tkds-image)){margin-block-end:var(--tkds-spacing-fluid-large);&:last-child{margin-block-end:0}&:has(+.tkds-headline[level='1']:not([size]),+.tkds-headline[size='xxxlarge'],+.tkds-headline[level='2']:not([size]),+.tkds-headline[size='xxlarge']){margin-block-end:var(--tkds-spacing-fluid-xxlarge)}&:has(+.tkds-headline[level='3']:not([size]),+.tkds-headline[size='xlarge']){margin-block-end:var(--tkds-spacing-fluid-xlarge)}&:has(+.tkds-headline[level='4']:not([size]),+.tkds-headline[size='large']){margin-block-end:var(--tkds-spacing-fluid-large)}&:has(+.tkds-link){margin-block-end:var(--tkds-spacing-static-4)}}>.tkds-headline[level='1']:not([size]),>.tkds-headline[size='xxxlarge'],>.tkds-headline[level='2']:not([size]),>.tkds-headline[size='xxlarge']{margin-block-end:var(--tkds-spacing-fluid-large);&:has(+.tkds-headline){margin-block-end:var(--tkds-spacing-fluid-medium)}&:last-child{margin-block-end:0}}>.tkds-headline[level='3']:not([size]),>.tkds-headline[size='xlarge'],>.tkds-headline[level='4']:not([size]),>.tkds-headline[size='large'],>.tkds-headline[level='5']:not([size]),>.tkds-headline[level='6']:not([size]),>.tkds-headline[size='medium']{margin-block-end:var(--tkds-spacing-fluid-medium);&:last-child{margin-block-end:0}}>.tkds-headline[level='1']:not([size]),>.tkds-headline[size='xxxlarge'],>.tkds-headline[level='2']:not([size]),>.tkds-headline[size='xxlarge'],>.tkds-headline[level='3']:not([size]),>.tkds-headline[size='xlarge']{&:has(+.tkds-text,+p){margin-block-end:var(--tkds-spacing-fluid-medium)}}>.tkds-headline[level='4']:not([size]),>.tkds-headline[size='large'],>.tkds-headline[level='5']:not([size]),>.tkds-headline[level='6']:not([size]),>.tkds-headline[size='medium']{&:has(+.tkds-text,+p){margin-block-end:var(--tkds-spacing-fluid-small)}}>.tkds-text,>p{&:has(+.tkds-text,+p){margin-block-end:var(--tkds-font-text-medium-regular-paragraph-spacing)}&:has(+.media){margin-block-end:var(--tkds-spacing-static-6)}&:has(+.tkds-textlist,+ul,+ol){margin-block-end:var(--tkds-spacing-static-6)}}>.tkds-textlist,>ol,>ul{&:has(+.tkds-text,+p){margin-block-end:var(--tkds-spacing-static-6)}}>.media{&:has(+.tkds-text,+p,+.media){margin-block-end:var(--tkds-spacing-static-6)}}>.tkds-text[size='small']{&:has(+.tkds-text,+p){margin-block-end:var(--tkds-font-text-small-regular-paragraph-spacing)}}}:root,:host{--tkds-u-xs-view-content-inset-horizontal:var(--tkds-spacing-fluid-layout-horizontal);@media (width >= 640px){--tkds-u-xs-view-content-inset-horizontal:0rem}}.tkds-u-xs-view-breakout--start{--breakout-xs-view-start:true;margin-inline-start:calc(-1 * var(--tkds-u-xs-view-content-inset-horizontal));@media (width >= 640px){--breakout-xs-view-start:false}}.tkds-u-xs-view-breakout--end{--breakout-xs-view-end:true;margin-inline-end:calc(-1 * var(--tkds-u-xs-view-content-inset-horizontal));@media (width >= 640px){--breakout-xs-view-end:false}}.tkds-u-xs-view-breakout--both{--breakout-xs-view-start:true;--breakout-xs-view-end:true;margin-inline:calc(-1 * var(--tkds-u-xs-view-content-inset-horizontal));@media (width >= 640px){--breakout-xs-view-start:false;--breakout-xs-view-end:false}}@supports (scrollbar-gutter:stable){.tkds-u-scroll-lock{scrollbar-gutter:var(--tkds-scroll-lock-gutter)}.tkds-u-scroll-lock body{overflow:hidden}}@supports not (scrollbar-gutter:stable){.tkds-u-scroll-lock body{padding-inline-end:var(--tkds-scroll-lock-size);overflow:hidden}}}

/*# sourceMappingURL=global.css.map */