@charset "UTF-8";

#v2m-cs *, 
#v2m-cs *::before, 
#v2m-cs *::after {margin:0;padding:0;box-sizing:border-box}

#v2m-cs :where([hidden]:not([hidden='until-found'])){display:none!important}

#v2m-cs{
  -webkit-text-size-adjust:none;
  color-scheme:dark light;
  line-height:1.5;
  font-family:system-ui,sans-serif;
  -webkit-font-smoothing:antialiased;
}

@media (prefers-reduced-motion:no-preference){
  #v2m-cs:focus-within{scroll-behavior:smooth}
}

#v2m-cs :where(input,button,textarea,select){font:inherit;color:inherit}
#v2m-cs :where(textarea){resize:vertical;resize:block}
#v2m-cs :where(button,label,select,summary,[role='button'],[role='option']){cursor:pointer}
#v2m-cs :where(:disabled){cursor:not-allowed}
#v2m-cs :where(label:has(>input:disabled),label:has(+input:disabled)){cursor:not-allowed}
#v2m-cs :where(button){border-style:solid}
#v2m-cs :where(a){color:inherit;text-underline-offset:.2ex}
#v2m-cs :where(ul,ol){list-style:none}
#v2m-cs :where(img,svg,video,canvas,audio,iframe,embed,object){display:block}
#v2m-cs :where(img,picture,svg){max-inline-size:100%;block-size:auto}
#v2m-cs :where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}
#v2m-cs :where(h1,h2,h3){line-height:calc(1em + 0.5rem)}
#v2m-cs :where(hr){border:none;border-block-start:1px solid;color:inherit;block-size:0;overflow:visible}
#v2m-cs :where(:focus-visible){outline:3px solid Highlight;outline-offset:2px;scroll-margin-block:10vh}
#v2m-cs :where(.visually-hidden:not(:focus-within,:active)){
  clip-path:inset(50%)!important;
  height:1px!important;
  width:1px!important;
  overflow:hidden!important;
  position:absolute!important;
  white-space:nowrap!important;
  border:0!important
}