@import"https://fonts.googleapis.com/css2?family=Krub:wght@300;400;500&display=swap";.component_wrapper{display:flex;flex-direction:column;align-items:stretch;align-self:stretch;padding:0 1em}@media only screen and (max-width:480px){.component_wrapper{margin-bottom:1em;padding:0}}@media print{.component_wrapper{padding:0;display:block}}.component_title{margin:.3em 0;display:flex;gap:12px;align-items:center}@media only screen and (max-width:480px){.component_title{justify-content:center}}.component_title span{flex:1 1;display:flex;justify-content:flex-end;-webkit-text-fill-color:#fff}.component_container{display:flex;flex-direction:column;align-items:stretch;align-self:stretch;margin-bottom:1em;background:#fff;padding:.5em;background-clip:padding-box;border:8px solid hsla(0,0%,100%,.729);filter:drop-shadow(2px 4px 6px #8a9dbb);border-radius:20px}@media only screen and (max-width:480px){.component_container{margin:0;padding:0;border-width:4px}}.component_container .header_btn_bar{display:flex;justify-content:flex-end;align-items:center}@media only print{.component_container{display:block}}.grid2col{display:grid;grid-template-columns:50% 50%;align-items:flex-end}@media only screen and (max-width:720px){.grid2col{grid-template-columns:1fr}}.grid3col{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:flex-end}@media only screen and (max-width:720px){.grid3col{grid-template-columns:1fr}}.grid2span{grid-column:span 2}.error_label{text-align:center;color:rgba(255,0,0,.655)}html{font-family:Krub,sans-serif;margin:0}body{margin:0;background-color:rgba(185,239,210,.8);background-image:linear-gradient(45deg,rgba(67,165,220,.62),rgba(46,224,125,.8))}body>div:first-child{display:flex;flex-direction:column}@media print{html{font-family:Krub,sans-serif}body,html{height:auto}body{margin:0;background-image:none;background-color:#fff}body>div:first-child{height:auto;display:block;width:100%;flex-direction:column}}