@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro);@property --base-color{syntax:"<color>";inherits:true;initial-value:#000}@property --base-foreground{syntax:"<color>";inherits:true;initial-value:#fff}@property --base-hue{syntax:"<number>";inherits:true;initial-value:278.03}@property --base-saturation{syntax:"<percentage>";inherits:true;initial-value:17.2%}@property --base-lum{syntax:"<percentage>";inherits:true;initial-value:60.31%}:root,[color-override]{--base-hue:278.03;--base-saturation:17.2%;--base-lum:60.31%;--main-color:var(--base-color);--inactive-main-color:var(--base-color-lighter);--disabled-main-color:var(--base-color-lightest);--darker-medium-main-color:var(--base-color-darker);--darker-main-color:var(--base-color-darkest);--foreground-color:var(--base-foreground);--glyco-button-radius:5px;--drop-shadow-size:2px;--drop-shadow-alpha:1;--drop-shadow-offset:calc(var(--drop-shadow-size) + 1px);--controls-shadow-alpha:0.25;--box-shadow-alpha:0.15}@supports(not (color:oklch(from red l c h))){:root,[color-override]{--base-hue:233.5;--base-saturation:29.5%;--base-lum:69%;--should-invert-fg:1;--threshold:70;--switch:calc((var(--base-lum) - var(--threshold))*-100%);--base-foreground:hsl(0,0%,var(--switch));--base-foreground:#fff;--darker-saturation:calc(var(--base-saturation) + 3%);--darker-lum:calc(var(--base-lum) - 25%);--lighter-saturation:calc(var(--base-saturation));--lighter-lum:calc(var(--base-lum) + 25%);--base-color:hsl(var(--base-hue),var(--base-saturation),var(--base-lum));--base-color-darker:hsl(var(--base-hue),var(--darker-saturation),var(--base-lum));--base-color-darkest:hsl(var(--base-hue),var(--darker-saturation),var(--darker-lum));--base-color-lighter:hsl(var(--base-hue),var(--lighter-saturation),var(--base-lum));--base-color-lightest:hsl(var(--base-hue),var(--lighter-saturation),var(--lighter-lum));--main-border-color:hsl(var(--base-hue),calc(var(--base-saturation) + 50%),calc(var(--base-lum) - 50%));--inactive-main-border-color:hsl(var(--base-hue),var(--lighter-saturation),calc(var(--base-lum) - 20%));--highlight-color:hsl(calc(var(--base-hue) - 120),var(--base-saturation),var(--base-lum));--error-color:hsl(calc(var(--base-hue) + 120),var(--base-saturation),var(--base-lum));--card-border:hsla(var(--base-hue),0%,var(--base-lum),0.5)}*{--drop-shadow-color:hsla(var(--base-hue),var(--base-saturation),var(--base-lum),var(--drop-shadow-alpha))}}@supports (color:oklch(from red l c h)){:root,[color-override]{--base-color:oklch(var(--base-lum) var(--base-saturation) var(--base-hue));--base-color-darker:oklch(from var(--base-color) calc(l - 0.025) c h);--base-color-darkest:oklch(from var(--base-color) calc(l - 0.095) c h);--base-color-lighter:oklch(from var(--base-color) calc(l + 0.05) calc(c - 0.03) h);--base-color-lightest:oklch(from var(--base-color) calc(l + 0.15) c h);--main-border-color:oklch(from var(--base-color) calc(l - 0.2) c h);--inactive-main-border-color:oklch(from var(--base-color) calc(l - 0.2) calc(c - 0.3) h);--highlight-color:oklch(from var(--base-color) calc(l + 0.1) c calc(h - 120));--error-color:oklch(from var(--base-color) calc(l + 0.1) c calc(h + 120));--l-threshold:0.7;--l:clamp(0,(var(--l-threshold)/l - 1) * infinity,1);--base-foreground:oklch(from var(--base-color) var(--l) 0 h);--drop-shadow-color-base:oklch(from var(--base-color) l calc(c - 0.02) h);--drop-shadow-alpha:0.3;--l-border-threshold:0.8;--card-border:oklch(from var(--base-color) clamp(0,l,var(--l-border-threshold)) 0% h/0.5)}*{--drop-shadow-color:oklch(from var(--drop-shadow-color-base) l c h/calc(alpha * var(--drop-shadow-alpha)))}}@supports (color:oklch(from red l c calc(h + 1deg))){:root,[color-override]{--highlight-color:oklch(from var(--base-color) calc(l + 0.1) c calc(h - 120deg));--error-color:oklch(from var(--base-color) calc(l + 0.1) c calc(h + 120deg))}}button{font-size:11px}button.big{font-size:1.5em}.contrast{-webkit-filter:sepia(100%) invert(1) saturate(2000%) grayscale(100%);filter:sepia(100%) invert(1) saturate(2000%) grayscale(100%)}a.glyco,button.glyco,div.glyco.spacer,h3,h4{background:var(--main-color);border:solid var(--main-border-color);border-width:1px 0;color:var(--foreground-color);display:inline-block;font-family:Helvetica,Verdana,sans-serif;font-weight:400;margin-left:1em;margin-right:1em;padding:3px;position:relative;white-space:nowrap;width:auto;z-index:1}a.glyco{font-size:calc(1em - 2px);text-decoration:none}a.glyco:after,a.glyco:before,button.glyco:after,button.glyco:before,div.glyco.spacer:after,div.glyco.spacer:before,h3:after,h3:before,h4:after,h4:before{background:var(--main-color);border:solid var(--main-border-color);border-bottom-left-radius:var(--glyco-button-radius,5px);border-top-left-radius:var(--glyco-button-radius,5px);border-width:1px 0 1px 1px;content:" ";display:block;height:100%;left:-.5em;position:absolute;top:-1px;-webkit-transform:skewX(-15deg);transform:skewX(-15deg);width:1em;z-index:-1}a.glyco:after,button.glyco:after,div.glyco.spacer:after,h3:after,h4:after{border-bottom-left-radius:0;border-bottom-right-radius:var(--glyco-button-radius,5px);border-top-left-radius:0;border-top-right-radius:var(--glyco-button-radius,5px);border-width:1px 1px 1px 0;left:calc(100% - .5em)}h3,h3:after,h3:before,h4,h4:after,h4:before{border-bottom-color:hsl(var(--base-hue),0%,calc(var(--base-lum-percent)));border-left-color:hsl(var(--base-hue),0%,calc(var(--base-lum-percent)));border-right-color:hsl(var(--base-hue),0%,calc(var(--base-lum-percent)))}@supports (color:oklch(from red l c h)){h3,h3:after,h3:before,h4,h4:after,h4:before{border-bottom-color:oklch(from var(--base-color) l 0 h/.5);border-left-color:oklch(from var(--base-color) l 0 h/.5);border-right-color:oklch(from var(--base-color) l 0 h/.5)}}.div.glyco.spacer:after,a.glyco,a.glyco:after,button.glyco,button.glyco:after{--drop-shadow-size:3px;--drop-shadow-alpha:var(--controls-shadow-alpha);background:var(--darker-medium-main-color)}a.glyco,button.glyco{-webkit-box-shadow:calc(-.6em + var(--drop-shadow-size)) calc(var(--drop-shadow-size) + 1px) var(--drop-shadow-size) var(--drop-shadow-color);box-shadow:calc(-.6em + var(--drop-shadow-size)) calc(var(--drop-shadow-size) + 1px) var(--drop-shadow-size) var(--drop-shadow-color)}a.glyco:after,button.glyco:after{-webkit-box-shadow:calc(1px + var(--drop-shadow-size)) calc(var(--drop-shadow-size) + 1px) var(--drop-shadow-size) var(--drop-shadow-color);box-shadow:calc(1px + var(--drop-shadow-size)) calc(var(--drop-shadow-size) + 1px) var(--drop-shadow-size) var(--drop-shadow-color)}button.glyco{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}a.glyco:after,a.glyco:before,button.glyco:after,button.glyco:before{background:var(--darker-medium-main-color);z-index:-1}a.glyco:hover,a.glyco:hover:after,a.glyco:hover:before,button.glyco:hover,button.glyco:hover:after,button.glyco:hover:before{background:var(--darker-main-color);color:var(--foreground-color);cursor:pointer}div.glyco.spacer{margin-right:.5em;opacity:.8;padding:0;width:0}div.glyco.spacer:after,div.glyco.spacer:before{border-bottom-right-radius:0;left:.15em;width:.3em}div.glyco.spacer:before{border-radius:0;display:none;left:calc(100% - .15em)}h1,h2{display:block;font-family:Verdana,Helvetica,sans-serif;margin-left:1em}h2{font-size:1em}h4{font-size:.9em}a[target=_blank].glyco,a[target=_blank].glyco:hover{font-size:11px;text-decoration:none}a[target=_blank].glyco:not(:has(span)),a[target=_blank].glyco:not(:has(span)):hover,button[target=_blank].glyco:not(:has(span)){background-image:url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjIwMCIgd2lkdGg9IjIwMCIgZmlsbD0iI2ZmZiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZD0iTTc1Ljc4OCAxOCA0Ni41NjQgNDcuMjI0YTQuNDAyIDQuNDAyIDAgMCAwIDAgNi4yMjMgNC40MDMgNC40MDMgMCAwIDAgNi4yMjMgMEw4MiAyNC4yMzN2OS43N0E0LjAwMSA0LjAwMSAwIDAgMCA4NiAzOGMyLjIwNSAwIDQtMS43OSA0LTMuOTk3VjEzLjk5N2MwLTEuMTAxLS40NDctMi4xLTEuMTctMi44MjRBMy45ODMgMy45ODMgMCAwIDAgODYuMDAyIDEwSDY1Ljk5N0E0LjAwMSA0LjAwMSAwIDAgMCA2MiAxNGMwIDIuMjA1IDEuNzkgNCAzLjk5NyA0aDkuNzkxWk05MCA1OFYzOC45ODUgODAuMDNjMCA1LjUwNi0zLjk2NyA5Ljk3LTguODY3IDkuOTdIMTguODY3QzEzLjk3IDkwIDEwIDg1LjUyNyAxMCA4MC4wM1YxOS45N2MwLTUuNTA2IDMuOTY3LTkuOTcgOC44NjctOS45N2g0Mi43SDQyYTQgNCAwIDEgMSAwIDhIMjAuMjc4QzE5LjAwNSAxOCAxOCAxOS4xOTUgMTggMjAuNjY5Vjc5LjMzQzE4IDgwLjc4IDE5LjAyIDgyIDIwLjI3OCA4Mmg1OS40NDRDODAuOTk1IDgyIDgyIDgwLjgwNSA4MiA3OS4zMzFWNThhNCA0IDAgMSAxIDggMFoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");background-position-x:.75em;background-position-y:.33em;background-repeat:no-repeat;background-size:1em;padding-left:2em}a[target=_blank].glyco:has(span),a[target=_blank].glyco:has(span):hover,button[target=_blank].glyco:has(span){padding-left:1.5em}a[target=_blank].glyco span:before,button[target=_blank].glyco span:before{background-color:var(--foreground-color);content:"";display:block;height:1.5em;left:0;-webkit-mask:url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjIwMCIgd2lkdGg9IjIwMCIgZmlsbD0iI2ZmZiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZD0iTTc1Ljc4OCAxOCA0Ni41NjQgNDcuMjI0YTQuNDAyIDQuNDAyIDAgMCAwIDAgNi4yMjMgNC40MDMgNC40MDMgMCAwIDAgNi4yMjMgMEw4MiAyNC4yMzN2OS43N0E0LjAwMSA0LjAwMSAwIDAgMCA4NiAzOGMyLjIwNSAwIDQtMS43OSA0LTMuOTk3VjEzLjk5N2MwLTEuMTAxLS40NDctMi4xLTEuMTctMi44MjRBMy45ODMgMy45ODMgMCAwIDAgODYuMDAyIDEwSDY1Ljk5N0E0LjAwMSA0LjAwMSAwIDAgMCA2MiAxNGMwIDIuMjA1IDEuNzkgNCAzLjk5NyA0aDkuNzkxWk05MCA1OFYzOC45ODUgODAuMDNjMCA1LjUwNi0zLjk2NyA5Ljk3LTguODY3IDkuOTdIMTguODY3QzEzLjk3IDkwIDEwIDg1LjUyNyAxMCA4MC4wM1YxOS45N2MwLTUuNTA2IDMuOTY3LTkuOTcgOC44NjctOS45N2g0Mi43SDQyYTQgNCAwIDEgMSAwIDhIMjAuMjc4QzE5LjAwNSAxOCAxOCAxOS4xOTUgMTggMjAuNjY5Vjc5LjMzQzE4IDgwLjc4IDE5LjAyIDgyIDIwLjI3OCA4Mmg1OS40NDRDODAuOTk1IDgyIDgyIDgwLjgwNSA4MiA3OS4zMzFWNThhNCA0IDAgMSAxIDggMFoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") no-repeat .2em 0/1em 2em exclude;mask:url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjIwMCIgd2lkdGg9IjIwMCIgZmlsbD0iI2ZmZiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZD0iTTc1Ljc4OCAxOCA0Ni41NjQgNDcuMjI0YTQuNDAyIDQuNDAyIDAgMCAwIDAgNi4yMjMgNC40MDMgNC40MDMgMCAwIDAgNi4yMjMgMEw4MiAyNC4yMzN2OS43N0E0LjAwMSA0LjAwMSAwIDAgMCA4NiAzOGMyLjIwNSAwIDQtMS43OSA0LTMuOTk3VjEzLjk5N2MwLTEuMTAxLS40NDctMi4xLTEuMTctMi44MjRBMy45ODMgMy45ODMgMCAwIDAgODYuMDAyIDEwSDY1Ljk5N0E0LjAwMSA0LjAwMSAwIDAgMCA2MiAxNGMwIDIuMjA1IDEuNzkgNCAzLjk5NyA0aDkuNzkxWk05MCA1OFYzOC45ODUgODAuMDNjMCA1LjUwNi0zLjk2NyA5Ljk3LTguODY3IDkuOTdIMTguODY3QzEzLjk3IDkwIDEwIDg1LjUyNyAxMCA4MC4wM1YxOS45N2MwLTUuNTA2IDMuOTY3LTkuOTcgOC44NjctOS45N2g0Mi43SDQyYTQgNCAwIDEgMSAwIDhIMjAuMjc4QzE5LjAwNSAxOCAxOCAxOS4xOTUgMTggMjAuNjY5Vjc5LjMzQzE4IDgwLjc4IDE5LjAyIDgyIDIwLjI3OCA4Mmg1OS40NDRDODAuOTk1IDgyIDgyIDgwLjgwNSA4MiA3OS4zMzFWNThhNCA0IDAgMSAxIDggMFoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") no-repeat .2em 0/1em 2em exclude;position:absolute;top:-2px;width:1.5em}section.datasources p{font-family:Arial,Verdana;font-size:10pt;margin-left:1em}section.datasources p .data_title{color:#aaa;font-style:italic}section.info_card{--drop-shadow-size:4px;--drop-shadow-alpha:var(--box-shadow-alpha);-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;background:#fafafa;border:1px solid var(--card-border);border-radius:2.5em 0 10px 10px;border-top:0;-webkit-box-shadow:var(--drop-shadow-offset) var(--drop-shadow-offset) var(--drop-shadow-size) var(--drop-shadow-color);box-shadow:var(--drop-shadow-offset) var(--drop-shadow-offset) var(--drop-shadow-size) var(--drop-shadow-color);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:space-between;position:relative;width:100%}section.info_card>*{margin-left:1em;margin-right:1em;width:calc(100% - 2em)}section.info_card>a.glyco,section.info_card>button.glyco{font-size:.9em}section.info_card>h3+*{margin-top:0}section.info_card>:last-child{margin-bottom:1em}section.info_card>a:last-child,section.info_card>button:last-child{-ms-flex-item-align:end;align-self:end;margin-right:2em;width:-webkit-min-content;width:-moz-min-content;width:min-content}section.info_card h3{margin-left:calc(.5em + 3px);margin-top:0;width:calc(100% - 1em - 3px)}section.action_card{--drop-shadow-size:3px;--shadow-alpha:0.3;border:1px solid var(--card-border);border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top-color:var(--main-border-color);-webkit-box-shadow:var(--drop-shadow-offset) var(--drop-shadow-offset) var(--drop-shadow-size) var(--drop-shadow-color);box-shadow:var(--drop-shadow-offset) var(--drop-shadow-offset) var(--drop-shadow-size) var(--drop-shadow-color);display:block;margin-left:1em}section.action_card>:not(h3){margin:.5em}section.action_card>h3{margin-left:0;margin-top:-1px}section.action_card>h3:after{border-top-right-radius:0}.toasted-container .glycosuite.toasted{background-color:var(--highlight-color)}.toasted-container .glycosuite.toasted,.toasted-container .glycosuite.toasted.error{color:var(--foreground-color);font-family:Verdana,Helvetica,sans-serif;font-weight:bolder}.toasted-container .glycosuite.toasted.error{background-color:var(--error-color)}[data-loading].glyco-loader{display:inline-block;font-family:Arial,Verdana;font-size:10pt;height:1em;padding-right:2em;position:relative}[data-loading].glyco-loader:after{-webkit-animation:loader 1.3s linear infinite;animation:loader 1.3s linear infinite;border-radius:50%;color:#555;content:"";display:block;font-size:6px;height:.5em;margin:0;position:absolute;right:0;text-indent:-9999em;top:50%;-webkit-transform:translateZ(0);transform:translateZ(0);width:.5em}@-webkit-keyframes loader{0%,to{-webkit-box-shadow:0 -3em 0 .2em,2em -2em 0 0,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 0;box-shadow:0 -3em 0 .2em,2em -2em 0 0,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 0}12.5%{-webkit-box-shadow:0 -3em 0 0,2em -2em 0 .2em,3em 0 0 0,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em;box-shadow:0 -3em 0 0,2em -2em 0 .2em,3em 0 0 0,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}25%{-webkit-box-shadow:0 -3em 0 -.5em,2em -2em 0 0,3em 0 0 .2em,2em 2em 0 0,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em;box-shadow:0 -3em 0 -.5em,2em -2em 0 0,3em 0 0 .2em,2em 2em 0 0,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}37.5%{-webkit-box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 0,2em 2em 0 .2em,0 3em 0 0,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em;box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 0,2em 2em 0 .2em,0 3em 0 0,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}50%{-webkit-box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 0,0 3em 0 .2em,-2em 2em 0 0,-3em 0 0 -1em,-2em -2em 0 -1em;box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 0,0 3em 0 .2em,-2em 2em 0 0,-3em 0 0 -1em,-2em -2em 0 -1em}62.5%{-webkit-box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 0,-2em 2em 0 .2em,-3em 0 0 0,-2em -2em 0 -1em;box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 0,-2em 2em 0 .2em,-3em 0 0 0,-2em -2em 0 -1em}75%{-webkit-box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 .2em,-2em -2em 0 0;box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 .2em,-2em -2em 0 0}87.5%{-webkit-box-shadow:0 -3em 0 0,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 0,-2em -2em 0 .2em;box-shadow:0 -3em 0 0,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 0,-2em -2em 0 .2em}}@keyframes loader{0%,to{-webkit-box-shadow:0 -3em 0 .2em,2em -2em 0 0,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 0;box-shadow:0 -3em 0 .2em,2em -2em 0 0,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 0}12.5%{-webkit-box-shadow:0 -3em 0 0,2em -2em 0 .2em,3em 0 0 0,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em;box-shadow:0 -3em 0 0,2em -2em 0 .2em,3em 0 0 0,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}25%{-webkit-box-shadow:0 -3em 0 -.5em,2em -2em 0 0,3em 0 0 .2em,2em 2em 0 0,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em;box-shadow:0 -3em 0 -.5em,2em -2em 0 0,3em 0 0 .2em,2em 2em 0 0,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}37.5%{-webkit-box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 0,2em 2em 0 .2em,0 3em 0 0,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em;box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 0,2em 2em 0 .2em,0 3em 0 0,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}50%{-webkit-box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 0,0 3em 0 .2em,-2em 2em 0 0,-3em 0 0 -1em,-2em -2em 0 -1em;box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 0,0 3em 0 .2em,-2em 2em 0 0,-3em 0 0 -1em,-2em -2em 0 -1em}62.5%{-webkit-box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 0,-2em 2em 0 .2em,-3em 0 0 0,-2em -2em 0 -1em;box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 0,-2em 2em 0 .2em,-3em 0 0 0,-2em -2em 0 -1em}75%{-webkit-box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 .2em,-2em -2em 0 0;box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 .2em,-2em -2em 0 0}87.5%{-webkit-box-shadow:0 -3em 0 0,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 0,-2em -2em 0 .2em;box-shadow:0 -3em 0 0,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 0,-2em -2em 0 .2em}}[rainbow]{-webkit-animation-duration:3s,12s,24s;animation-duration:3s,12s,24s;-webkit-animation-iteration-count:infinite,infinite,infinite;animation-iteration-count:infinite,infinite,infinite;-webkit-animation-name:rainbow-base,rainbow-saturation,rainbow-lum;animation-name:rainbow-base,rainbow-saturation,rainbow-lum}@-webkit-keyframes rainbow-base{0%,to{--base-hue:0}50%{--base-hue:180}}@keyframes rainbow-base{0%,to{--base-hue:0}50%{--base-hue:180}}@-webkit-keyframes rainbow-saturation{0%,to{--base-saturation:0}50%{--base-saturation:100%}}@keyframes rainbow-saturation{0%,to{--base-saturation:0}50%{--base-saturation:100%}}@-webkit-keyframes rainbow-lum{0%,to{--base-lum:40%}50%{--base-lum:80%}}@keyframes rainbow-lum{0%,to{--base-lum:40%}50%{--base-lum:80%}}.main{grid-gap:10px;display:grid;grid-template-columns:repeat(12,1fr);margin:0 auto;max-width:1280px;width:100%}.eight,.eleven,.five,.four,.nine,.one,.seven,.six,.ten,.three,.twelve,.two{grid-column-end:span 12}.nested{grid-gap:10px;display:grid;grid-template-columns:repeat(12,1fr)}.merge-two-rows{grid-row-end:span 2}.merge-three-rows{grid-row-end:span 3}.merge-four-rows{grid-row-end:span 4}.merge-five-rows{grid-row-end:span 5}.merge-six-rows{grid-row-end:span 6}@media only screen and (min-width:481px){.one{grid-column-end:span 1}.two{grid-column-end:span 2}.three{grid-column-end:span 3}.four{grid-column-end:span 4}.five{grid-column-end:span 5}.six{grid-column-end:span 6}.seven{grid-column-end:span 7}.eight{grid-column-end:span 8}.nine{grid-column-end:span 9}.ten{grid-column-end:span 10}.eleven{grid-column-end:span 11}}#app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{font-size:11pt;height:100%;margin:0}div.body[data-v-751ee3bd]{-webkit-box-orient:vertical;-webkit-box-direction:normal;--logon-background-color:hsl(var(--base-hue),var(--darker-saturation),92.7%);--innercontent-border-color:var(--inactive-main-border-color);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:100vh;overflow-x:hidden}@supports (color:oklch(from red l c h)){div.body[data-v-751ee3bd]{--logon-background-color:oklch(from var(--base-color) calc(l + 0.35) calc(c - 0.05) h);--innercontent-border-color:oklch(from var(--base-color) calc(l + 0.1) calc(c - 0.027) calc(h + 7))}}@supports (color:oklch(from red l c calc(h + 1deg))){div.body[data-v-751ee3bd]{--logon-background-color:oklch(from var(--base-color) calc(l + 0.35) calc(c - 0.05) h);--innercontent-border-color:oklch(from var(--base-color) calc(l + 0.1) calc(c - 0.027) calc(h + 7deg))}}div.body>header[data-v-751ee3bd]{z-index:1}div.body>section.content[data-v-751ee3bd]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:0}.logon[data-v-751ee3bd]{background:var(--logon-background-color);color:#000;font-family:Verdana,Helvetica,sans-serif;font-weight:bolder;height:100%;margin-left:auto;min-width:5em;padding-right:3em;position:relative;-webkit-transform:skewX(-15deg);transform:skewX(-15deg);-webkit-transform-origin:bottom right;transform-origin:bottom right;width:20vw}.logon>[data-v-751ee3bd]{-webkit-transform:skewX(15deg);transform:skewX(15deg)}.logon p[data-v-751ee3bd]{bottom:2.5em;display:inline-box;left:2em;margin:0;overflow:hidden;position:absolute;right:2em;text-overflow:ellipsis;top:1em;white-space:nowrap}.logon .button_box[data-v-751ee3bd]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;bottom:1em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:1.5em;max-width:10em;position:absolute;right:0}.content header.flex_header[data-v-751ee3bd],.heroimg[data-v-751ee3bd],.heroimgfront[data-v-751ee3bd]{--header-height:7.5em;--carbon-hue:calc(var(--base-hue) + 270);--nitrogen-lightness:60%}.content header.flex_header[data-v-751ee3bd]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:left;-ms-flex-pack:left;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:var(--header-height);justify-content:left;overflow:hidden;position:relative}.content header.flex_header h1[data-v-751ee3bd]{color:oklch(from var(--base-color) l c calc(h + 270));font-style:oblique;margin-left:0;text-align:right;top:4vw;white-space:nowrap}@supports (color:oklch(from red l c calc(h + 1deg))){.content header.flex_header h1[data-v-751ee3bd]{color:oklch(from var(--base-color) l c calc(h + 270deg))}}h1 .tag[data-v-751ee3bd]{font-size:.75em;font-weight:400}.heroimgfront[data-v-751ee3bd]{left:0;position:absolute;top:calc(var(--extra-height)*-.5)}.heroimg[data-v-751ee3bd],.heroimgfront[data-v-751ee3bd]{--extra-height:6em;-ms-flex-negative:0;-ms-flex-item-align:middle;align-self:middle;flex-shrink:0;height:calc(var(--header-height) + var(--extra-height));width:calc(var(--header-height)*2.25)}.content header.flex_header .heroimg[data-v-751ee3bd]{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.content header.flex_header h1[data-v-751ee3bd]{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.content header.flex_header .logon[data-v-751ee3bd]{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.innercontent[data-v-751ee3bd]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:top;-ms-flex-align:top;align-items:top;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.innercontent>[data-v-751ee3bd]{margin-left:2em;margin-right:2em}.introduction h1[data-v-751ee3bd]{text-align:right}.intro_sidebar[data-v-751ee3bd]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;-webkit-column-gap:1em;-moz-column-gap:1em;column-gap:1em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;height:-webkit-min-content;height:-moz-min-content;height:min-content;justify-content:space-evenly;row-gap:1em}.intro_sidebar>[data-v-751ee3bd]{margin-bottom:0;max-width:30ch;z-index:0}.intro_sidebar .searcharea[data-v-751ee3bd]{z-index:1}p.checkingUser[data-v-751ee3bd]:after{-webkit-animation:load4-751ee3bd 1.3s linear infinite;animation:load4-751ee3bd 1.3s linear infinite;border-radius:50%;color:#555;content:"";display:inline-block;font-size:3px;height:.9em;margin-left:15px;margin-top:-30px;position:relative;text-indent:-9999em;-webkit-transform:translateZ(0);transform:translateZ(0);width:.9em}@-webkit-keyframes load4-751ee3bd{0%,to{-webkit-box-shadow:0 -3em 0 .2em,2em -2em 0 0,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 0;box-shadow:0 -3em 0 .2em,2em -2em 0 0,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 0}12.5%{-webkit-box-shadow:0 -3em 0 0,2em -2em 0 .2em,3em 0 0 0,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em;box-shadow:0 -3em 0 0,2em -2em 0 .2em,3em 0 0 0,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}25%{-webkit-box-shadow:0 -3em 0 -.5em,2em -2em 0 0,3em 0 0 .2em,2em 2em 0 0,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em;box-shadow:0 -3em 0 -.5em,2em -2em 0 0,3em 0 0 .2em,2em 2em 0 0,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}37.5%{-webkit-box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 0,2em 2em 0 .2em,0 3em 0 0,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em;box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 0,2em 2em 0 .2em,0 3em 0 0,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}50%{-webkit-box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 0,0 3em 0 .2em,-2em 2em 0 0,-3em 0 0 -1em,-2em -2em 0 -1em;box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 0,0 3em 0 .2em,-2em 2em 0 0,-3em 0 0 -1em,-2em -2em 0 -1em}62.5%{-webkit-box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 0,-2em 2em 0 .2em,-3em 0 0 0,-2em -2em 0 -1em;box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 0,-2em 2em 0 .2em,-3em 0 0 0,-2em -2em 0 -1em}75%{-webkit-box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 .2em,-2em -2em 0 0;box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 .2em,-2em -2em 0 0}87.5%{-webkit-box-shadow:0 -3em 0 0,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 0,-2em -2em 0 .2em;box-shadow:0 -3em 0 0,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 0,-2em -2em 0 .2em}}@keyframes load4-751ee3bd{0%,to{-webkit-box-shadow:0 -3em 0 .2em,2em -2em 0 0,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 0;box-shadow:0 -3em 0 .2em,2em -2em 0 0,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 0}12.5%{-webkit-box-shadow:0 -3em 0 0,2em -2em 0 .2em,3em 0 0 0,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em;box-shadow:0 -3em 0 0,2em -2em 0 .2em,3em 0 0 0,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}25%{-webkit-box-shadow:0 -3em 0 -.5em,2em -2em 0 0,3em 0 0 .2em,2em 2em 0 0,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em;box-shadow:0 -3em 0 -.5em,2em -2em 0 0,3em 0 0 .2em,2em 2em 0 0,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}37.5%{-webkit-box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 0,2em 2em 0 .2em,0 3em 0 0,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em;box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 0,2em 2em 0 .2em,0 3em 0 0,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}50%{-webkit-box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 0,0 3em 0 .2em,-2em 2em 0 0,-3em 0 0 -1em,-2em -2em 0 -1em;box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 0,0 3em 0 .2em,-2em 2em 0 0,-3em 0 0 -1em,-2em -2em 0 -1em}62.5%{-webkit-box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 0,-2em 2em 0 .2em,-3em 0 0 0,-2em -2em 0 -1em;box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 0,-2em 2em 0 .2em,-3em 0 0 0,-2em -2em 0 -1em}75%{-webkit-box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 .2em,-2em -2em 0 0;box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 .2em,-2em -2em 0 0}87.5%{-webkit-box-shadow:0 -3em 0 0,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 0,-2em -2em 0 .2em;box-shadow:0 -3em 0 0,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 0,-2em -2em 0 .2em}}@media (min-width:992px){.introduction>.grid[data-v-751ee3bd]{grid-template-columns:65ch auto}}@media only screen and (min-width:320px) and (max-width:600px) and (-webkit-min-device-pixel-ratio:1){.content header.flex_header[data-v-751ee3bd],.heroimg[data-v-751ee3bd],.heroimgfront[data-v-751ee3bd]{--header-height:4em}.heroimg[data-v-751ee3bd],.heroimgfront[data-v-751ee3bd]{display:-webkit-box;display:-ms-flexbox;display:flex}.heroimgfront[data-v-751ee3bd]{display:none}.content header.flex_header[data-v-751ee3bd]{-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto}.content header.flex_header .logon[data-v-751ee3bd]{height:3em;width:80vw}.content header.flex_header .logon p[data-v-751ee3bd]{position:relative}.content header.flex_header .logon p br[data-v-751ee3bd]{display:none}.logon .button_box[data-v-751ee3bd]{bottom:unset;top:1em}}@media only screen and (min-width:320px) and (max-width:480px) and (-webkit-min-device-pixel-ratio:2){.content header h1[data-v-751ee3bd]{font-size:0;margin-left:12vw}.content header h1 .tag[data-v-751ee3bd]{font-size:5vw;font-weight:700}.logon[data-v-751ee3bd]{display:none}.content header[data-v-751ee3bd]{height:18vw}.content header.flex_header[data-v-751ee3bd],.heroimg[data-v-751ee3bd],.heroimgfront[data-v-751ee3bd]{--header-height:4em}.innercontent[data-v-751ee3bd]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.innercontent[data-v-751ee3bd]{border-top:1px solid #9c9cbe;border-top-color:var(--innercontent-border-color)}range-slider[data-v-d7d5f7d4]{--range-background:#c8c8c8;--range-background-hover:var(--base-color-darker);--thumb-offset-min:calc(var(--labelwidth)*-0.5*var(--are-thumbs-close));border-bottom:calc(1em + 5px) solid transparent;border-top:calc(1em + 5px) solid transparent;width:100%}range-slider input[type=range][data-v-d7d5f7d4]{-webkit-appearance:none;background:transparent;height:auto}range-slider input[type=range][data-v-d7d5f7d4]::-moz-range-thumb{background:var(--base-color-darker);border:solid var(--main-border-color);border-radius:0;border-width:0 1px 1px;box-shadow:var(--drop-shadow-offset) var(--drop-shadow-offset) var(--drop-shadow-size) var(--drop-shadow-color);cursor:pointer;display:block;height:1.5em;pointer-events:all;position:relative;transform:skewX(-15deg);-moz-user-select:none;user-select:none;width:1em;z-index:4}range-slider input[type=range][data-v-d7d5f7d4]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--base-color-darker);border:solid var(--main-border-color);border-width:0 1px 1px;-webkit-box-shadow:var(--drop-shadow-offset) var(--drop-shadow-offset) var(--drop-shadow-size) var(--drop-shadow-color);box-shadow:var(--drop-shadow-offset) var(--drop-shadow-offset) var(--drop-shadow-size) var(--drop-shadow-color);cursor:pointer;display:block;height:1.5em;pointer-events:all;position:relative;-webkit-transform:skewX(-15deg);transform:skewX(-15deg);-webkit-user-select:none;user-select:none;width:1em;z-index:4}range-slider input[type=range][data-v-d7d5f7d4]::-webkit-slider-thumb:hover{background:var(--base-color-darkest)}range-slider input[type=range][data-v-d7d5f7d4]::-moz-range-thumb:hover{background:var(--base-color-darkest)}range-slider:has(label.maxval.outer:hover) input[type=range].maxval[data-v-d7d5f7d4]::-webkit-slider-thumb{background:var(--base-color-darkest)}range-slider:has(label.maxval.outer:hover) input[type=range].maxval[data-v-d7d5f7d4]::-moz-range-thumb{background:var(--base-color-darkest)}range-slider:has(label.minval.outer:hover) input[type=range].minval[data-v-d7d5f7d4]::-webkit-slider-thumb{background:var(--base-color-darkest)}range-slider:has(label.minval.outer:hover) input[type=range].minval[data-v-d7d5f7d4]::-moz-range-thumb{background:var(--base-color-darkest)}range-slider:has(input[type=range].maxval:hover) label.maxval.outer[data-v-d7d5f7d4]{background:var(--base-color-darkest)}range-slider:has(input[type=range].minval:hover) label.minval.outer[data-v-d7d5f7d4]{background:var(--base-color-darkest)}range-slider label.outer[data-v-d7d5f7d4]{background:var(--base-color-darker);border-bottom-color:var(--main-border-color);border:1px solid var(--main-border-color);border-radius:calc(var(--labelwidth)*.2) calc(var(--labelwidth)*.2) calc(var(--labelwidth)*.4) calc(var(--labelwidth)*.4);bottom:-3px;-webkit-box-shadow:var(--drop-shadow-offset) var(--drop-shadow-offset) var(--drop-shadow-size) var(--drop-shadow-color);box-shadow:var(--drop-shadow-offset) var(--drop-shadow-offset) var(--drop-shadow-size) var(--drop-shadow-color);color:var(--base-foreground);display:inline-block;font-family:Verdana,Arial,sans-serif;font-size:9pt;height:var(--labelheight,2em);left:calc(var(--labelwidth)*-.5 + .5em);line-height:var(--lineheight,2em);opacity:1;overflow:hidden;position:absolute;text-align:center;-webkit-transform:skewX(-15deg);transform:skewX(-15deg);-webkit-transition:width .5s ease-in,height .5s ease-in,left .25s linear;transition:width .5s ease-in,height .5s ease-in,left .25s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;width:var(--labelwidth,3em);z-index:3}range-slider label.outer[data-v-d7d5f7d4]:hover{background:var(--base-color-darkest)}label.outer>input[type=checkbox][data-v-d7d5f7d4]{left:-100000px;opacity:0;position:absolute}label.outer>div[data-v-d7d5f7d4]{font-size:.8em}label.outer>div .tracklabel[data-v-d7d5f7d4]{font-size:.6em;font-weight:700}label.outer[data-v-d7d5f7d4]:has(input:checked){--labelwidth:8em;--labelheight:5em;--lineheight:1.5em;border-radius:calc(var(--labelwidth)*.1) calc(var(--labelwidth)*.1) calc(var(--labelwidth)*.1) calc(var(--labelwidth)*.1);overflow-y:auto}label.outer>div .tracklabel[data-v-d7d5f7d4]{display:none}label.outer:has(input:checked)>div .tracklabel[data-v-d7d5f7d4]{display:block;width:2em}label.outer:has(input:checked) div:first-of-type>.tracklabel[data-v-d7d5f7d4]{visibility:hidden}label.outer:has(input:checked) div.trackrow[data-v-d7d5f7d4]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}label.outer:has(input:checked) div.trackrow .tracklabel[data-v-d7d5f7d4]{-ms-flex-item-align:start;align-self:start;margin-top:-.75em}label.outer:has(input:checked) div.trackrow .position[data-v-d7d5f7d4]{-webkit-box-flex:1;-ms-flex:1 0;flex:1 0}range-slider label.outer+label.outer[data-v-d7d5f7d4]{left:calc(var(--labelwidth)*-.5)}range-slider label.outer[data-v-d7d5f7d4]:first-of-type{padding-right:calc(var(--labelwidth)*.5*var(--are-thumbs-close))}range-slider label.outer[data-v-d7d5f7d4]:nth-of-type(2){padding-left:calc(var(--labelwidth)*.5*var(--are-thumbs-close))}@media only screen and (min-width:320px) and (max-width:480px) and (-webkit-min-device-pixel-ratio:2){range-slider input[type=range][data-v-d7d5f7d4]::-webkit-slider-thumb{height:3em;width:2em}range-slider label[data-v-d7d5f7d4]{left:calc(var(--labelwidth)*-.5 + 1em)}range-slider label+label label[data-v-d7d5f7d4]{left:calc(var(--labelwidth)*-.5)}}div.VueTables{font-family:Helvetica,Verdana,sans-serif;font-size:9pt}div.VueTables table{border-spacing:0}div.VueTables table td a:not(.glyco){color:#000}table.table td,table.table th{border:1px solid transparent}table.table.is-striped tbody tr.is-selected{background:#fff}table.table.is-striped tbody tr:not(.is-selected):nth-child(2n){background:#fafafa}table.table.is-striped tbody tr:not(.is-selected):nth-child(odd){background:#efeffe}.pagination-list{-webkit-padding-start:0;padding-inline-start:0}@media only screen and (min-width:320px) and (max-width:480px) and (-webkit-min-device-pixel-ratio:2){div.VueTables table a.glyco{max-width:1em}}section.viewer[data-v-4f8b4e16]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:1;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column}section.datasources[data-v-4f8b4e16]{margin-left:2em}section.datatable[data-v-4f8b4e16],section.gtex_expression[data-v-4f8b4e16]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:auto}section.tooloptions[data-v-4f8b4e16]{margin-left:5%;margin-right:5%}section.datatable .VueTables[data-v-4f8b4e16],section.gtex_expression #expdata[data-v-4f8b4e16]{width:90%}#slider[data-v-4f8b4e16]{--labelwidth:8em;width:80%}ccg-geneviewer[data-v-4f8b4e16]{width:80%}@media only screen and (min-width:320px) and (max-width:480px) and (-webkit-min-device-pixel-ratio:2){#expdata>div[data-v-4f8b4e16]{width:200vw!important}#expdata[data-v-4f8b4e16]{overflow:scroll;width:100%}[data-v-4f8b4e16]::-webkit-scrollbar{-webkit-appearance:none;width:6px}[data-v-4f8b4e16]::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.5);border-radius:6px;-webkit-box-shadow:0 0 1px hsla(0,0%,100%,.5)}}div.selectsource[data-v-88798168]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-line-pack:start;-webkit-box-align:center;-ms-flex-align:center;align-content:flex-start;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}label[data-v-88798168],label[data-v-88798168]:after,label[data-v-88798168]:before{color:transparent;display:inline-block;height:1.5em;margin-left:1em;position:relative;-webkit-transform-origin:center;transform-origin:center;width:1.5em}label[data-v-88798168]{--drop-shadow-alpha:calc(var(--controls-shadow-alpha) + 0.2)}label.drop_shadow[data-v-88798168]{--drop-shadow-size:2px;-webkit-filter:drop-shadow(var(--drop-shadow-offset) var(--drop-shadow-offset) var(--drop-shadow-size) var(--drop-shadow-color));filter:drop-shadow(var(--drop-shadow-offset) var(--drop-shadow-offset) var(--drop-shadow-size) var(--drop-shadow-color))}label[data-v-88798168]:before{background:var(--main-color);content:"";-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cstyle%3E*{stroke-width:.05;stroke:%23000;fill:%23000}%3C/style%3E%3Ccircle cx='.5' cy='.5' r='.4'/%3E%3Cpath d='M.5.25v.5M.25.5h.5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cstyle%3E*{stroke-width:.05;stroke:%23000;fill:%23000}%3C/style%3E%3Ccircle cx='.5' cy='.5' r='.4'/%3E%3Cpath d='M.5.25v.5M.25.5h.5'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}label[data-v-88798168]:after,label[data-v-88798168]:before{position:absolute;top:0}label[data-v-88798168]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cstyle%3E*{stroke-width:.05;stroke:%23000;fill:none}%3C/style%3E%3Ccircle cx='.5' cy='.5' r='.4'/%3E%3Cpath style='stroke:%23fff' d='M.5.25v.5M.25.5h.5'/%3E%3C/svg%3E");content:"";cursor:pointer;left:0;-webkit-transition:transform .5s ease-in-out;-webkit-transition:-webkit-transform .5s ease-in-out;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out}label[data-v-88798168]:hover:before{background:var(--darker-main-color)}div.selectsource:focus-within input[type=checkbox]~label[data-v-88798168]:after,input[type=checkbox]:checked~label[data-v-88798168]:after{-webkit-transform:rotate(405deg);transform:rotate(405deg)}label[data-v-88798168]{--drop-shadow-size:2px;--shadow-alpha:1}input[type=checkbox][data-v-88798168]{display:none}div.selectors[data-v-88798168]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;height:0;margin-left:-200vw;margin-top:.25em;width:100%}input[type=checkbox]:checked~label~div.selectors[data-v-88798168]{height:auto;margin-left:0}div.selectsource:focus-within input[type=checkbox]~label~div.selectors[data-v-88798168]{height:auto;margin-left:0}div.selectors section[data-v-88798168]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-line-pack:start;-webkit-box-align:start;-ms-flex-align:start;align-content:flex-start;align-items:flex-start;border-bottom:10px solid transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;min-width:100%;position:relative;width:100%}div.selectors section[data-v-88798168]:last-child{border-bottom:0}div.selectors section h4[data-v-88798168]{margin-bottom:0;margin-top:0}.vue-simple-suggest.designed[data-v-88798168]{border-bottom:1px solid hsla(0,0%,39%,.5);border-right:1px solid hsla(0,0%,39%,.5);border-top:1px solid #33075e;height:1.5em;margin-left:4.2em;margin-right:0;margin-top:0;padding-left:1em;position:absolute;width:50%}.vue-simple-suggest.designed[data-v-88798168] .input-wrapper{height:100%;position:relative}.vue-simple-suggest.designed[data-v-88798168] .input-wrapper input{border:1px solid transparent;height:100%;padding:0;position:relative}.vue-simple-suggest.designed.focus[data-v-88798168] .input-wrapper input{border:1px solid transparent}.vue-simple-suggest.designed[data-v-88798168] .suggestions{font-family:Helvetica,Verdana,sans-serif;font-size:9pt}.vue-simple-suggest.designed[data-v-88798168] .suggestions .suggest-item.hover{background:#eee!important;color:#000!important}form[data-v-6d6beefb]{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Helvetica,Verdana,sans-serif;height:100%;margin-bottom:3em;margin-top:1em;position:relative;width:100%}form:focus-within div[data-v-6d6beefb]{outline:auto}input[data-v-6d6beefb]{margin-left:-2rem;opacity:0;position:absolute}label[data-v-6d6beefb]{border:1px solid hsla(0,0%,50%,.5);cursor:pointer;height:100%;left:calc(var(--itempercent));position:absolute;right:0;width:calc(100% - var(--itempercent))}label span[data-v-6d6beefb]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:8pt;height:5em;left:-.25em;position:absolute;text-align:left;text-orientation:mixed;top:90%;top:calc(100% + .25em);-webkit-transform-origin:left bottom;transform-origin:left bottom;width:var(--percentofremaining);-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl}input:checked~label>span[data-v-6d6beefb]{color:var(--selected-label-color,red)}input:checked~label[data-v-6d6beefb]{background:var(--selected-color,#0f0)}input:checked~label[data-v-6d6beefb]:hover,input~label[data-v-6d6beefb]:hover{background:var(--hover-color,red)}label[data-v-6d6beefb]:after{background:var(--color,hsla(0,0%,50%,.5));bottom:0;content:"";display:block;height:var(--percent);position:absolute;width:var(--percentofremaining)}

/*! bulma.io v0.7.1 | MIT License | github.com/jgthms/bulma */@-webkit-keyframes spinAround{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spinAround{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.table-container:not(:last-child),.table:not(:last-child){margin-bottom:1.5rem}.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:start;-ms-flex-pack:start;align-items:center;-moz-appearance:none;-webkit-appearance:none;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:none;box-shadow:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:1rem;height:2.25em;justify-content:flex-start;line-height:1.5;padding:calc(.375em - 1px) calc(.625em - 1px);position:relative;vertical-align:top}.is-active.pagination-ellipsis,.is-active.pagination-link,.is-active.pagination-next,.is-active.pagination-previous,.is-focused.pagination-ellipsis,.is-focused.pagination-link,.is-focused.pagination-next,.is-focused.pagination-previous,.pagination-ellipsis:active,.pagination-ellipsis:focus,.pagination-link:active,.pagination-link:focus,.pagination-next:active,.pagination-next:focus,.pagination-previous:active,.pagination-previous:focus{outline:none}.pagination-ellipsis[disabled],.pagination-link[disabled],.pagination-next[disabled],.pagination-previous[disabled]{cursor:not-allowed}.table{background-color:#fff;color:#363636}.table td,.table th{border:solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.table tr td:only-child{font-size:0;line-height:1px}.table td.is-white,.table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}.table td.is-black,.table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.table td.is-light,.table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636}.table td.is-dark,.table th.is-dark{background-color:#363636;border-color:#363636;color:#f5f5f5}.table td.is-primary,.table th.is-primary{background-color:#00d1b2;border-color:#00d1b2;color:#fff}.table td.is-link,.table th.is-link{background-color:#3273dc;border-color:#3273dc;color:#fff}.table td.is-info,.table th.is-info{background-color:#209cee;border-color:#209cee;color:#fff}.table td.is-success,.table th.is-success{background-color:#23d160;border-color:#23d160;color:#fff}.table td.is-warning,.table th.is-warning{background-color:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,.7)}.table td.is-danger,.table th.is-danger{background-color:#ff3860;border-color:#ff3860;color:#fff}.table td.is-narrow,.table th.is-narrow{white-space:nowrap;width:1%}.table td.is-selected,.table th.is-selected{background-color:#00d1b2;color:#fff}.table td.is-selected a,.table td.is-selected strong,.table th.is-selected a,.table th.is-selected strong{color:currentColor}.table th{color:#363636;text-align:left}.table tr.is-selected{background-color:#00d1b2;color:#fff}.table tr.is-selected a,.table tr.is-selected strong{color:currentColor}.table tr.is-selected td,.table tr.is-selected th{border-color:#fff;color:currentColor}.table thead td,.table thead th{border-width:0 0 2px;color:#363636}.table tfoot td,.table tfoot th{border-width:2px 0 0;color:#363636}.table tbody tr:last-child td,.table tbody tr:last-child th{border-bottom-width:0}.table.is-bordered td,.table.is-bordered th{border-width:1px}.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th{border-bottom-width:1px}.table.is-fullwidth{width:100%}.table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#f5f5f5}.table.is-narrow td,.table.is-narrow th{padding:.25em .5em}.table.is-striped tbody tr:not(.is-selected):nth-child(2n){background-color:#fafafa}.table-container{-webkit-overflow-scrolling:touch;max-width:100%;overflow:auto;overflow-y:hidden}.pagination{font-size:1rem;margin:-.25rem}.pagination.is-small{font-size:.75rem}.pagination.is-medium{font-size:1.25rem}.pagination.is-large{font-size:1.5rem}.pagination.is-rounded .pagination-next,.pagination.is-rounded .pagination-previous{border-radius:290486px;padding-left:1em;padding-right:1em}.pagination.is-rounded .pagination-link{border-radius:290486px}.pagination,.pagination-list{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;list-style-type:none;text-align:center}.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous{-webkit-box-pack:center;-ms-flex-pack:center;font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}.pagination-link,.pagination-next,.pagination-previous{border-color:#dbdbdb;color:#363636;min-width:2.25em}.pagination-link:hover,.pagination-next:hover,.pagination-previous:hover{border-color:#b5b5b5;color:#363636}.pagination-link:focus,.pagination-next:focus,.pagination-previous:focus{border-color:#3273dc}.pagination-link:active,.pagination-next:active,.pagination-previous:active{-webkit-box-shadow:inset 0 1px 2px hsla(0,0%,4%,.2);box-shadow:inset 0 1px 2px hsla(0,0%,4%,.2)}.pagination-link[disabled],.pagination-next[disabled],.pagination-previous[disabled]{background-color:#dbdbdb;border-color:#dbdbdb;-webkit-box-shadow:none;box-shadow:none;color:#7a7a7a;opacity:.5}.pagination-next,.pagination-previous{padding-left:.75em;padding-right:.75em;white-space:nowrap}.pagination-link.is-current{background-color:var(--base-color-lighter);border-color:var(--main-border-color);color:#fff}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:768px){.pagination{-ms-flex-wrap:wrap;flex-wrap:wrap}.pagination-list li,.pagination-next,.pagination-previous{-webkit-box-flex:1;-ms-flex-positive:1;-ms-flex-negative:1;flex-grow:1;flex-shrink:1}}@media print,screen and (min-width:769px){.pagination-list{-webkit-box-flex:1;-ms-flex-positive:1;-ms-flex-negative:1;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-ordinal-group:2;-ms-flex-order:1;flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}.pagination-previous{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.pagination-next{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.pagination{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.pagination.is-centered .pagination-previous{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.pagination.is-centered .pagination-list{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-ordinal-group:3;-ms-flex-order:2;justify-content:center;order:2}.pagination.is-centered .pagination-next{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.pagination.is-right .pagination-previous{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.pagination.is-right .pagination-next{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.pagination.is-right .pagination-list{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-box-ordinal-group:4;-ms-flex-order:3;justify-content:flex-end;order:3}}.table{table-layout:fixed}.table td{overflow:hidden}#options_heatmap>*{font-family:Helvetica,Verdana,sans-serif;font-size:8pt;margin-left:.5em}.map_loading_box[data-v-67e46d1a]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}section.blurb[data-v-67e46d1a],section.controls[data-v-67e46d1a]{font-family:Helvetica,Verdana,sans-serif;margin:1em}#glycotopiary_section[data-v-67e46d1a]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}x-glycotopiary[data-v-67e46d1a]{-webkit-box-flex:2;-ms-flex:2 0 auto;flex:2 0 auto;height:0;margin:1em;position:relative}x-glycotopiary.loaded[data-v-67e46d1a]{height:80vh;-webkit-transition:height 1s;transition:height 1s;width:60vw}x-glycotopiary[aspect=landscape].loaded[data-v-67e46d1a]{height:auto;max-height:80vh;max-width:calc(100% - 2em);min-height:50vh;min-width:70vw;width:60vw;width:auto}x-glycotopiary[aspect=portrait].loaded[data-v-67e46d1a]{height:80vh;height:90%;max-width:95vw;width:auto}section.datatable[data-v-67e46d1a]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:auto}section.datatable .VueTables[data-v-67e46d1a]{width:90%}#options_container[data-v-67e46d1a]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1 0 30ch;flex:1 0 30ch;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:1em;min-width:50ch}#options_expression[data-v-67e46d1a],#options_paste[data-v-67e46d1a]{min-height:6em}#cutoff_options[data-v-67e46d1a],#options_genes[data-v-67e46d1a],#upload_options[data-v-67e46d1a]{width:45vw}[data-v-67e46d1a] td.hgnc,[data-v-67e46d1a] th.hgnc{width:3em}[data-v-67e46d1a] th.entrez input,[data-v-67e46d1a] th.hgnc input{width:6em}[data-v-67e46d1a] td.entrez,[data-v-67e46d1a] td.expression,[data-v-67e46d1a] th.entrez,[data-v-67e46d1a] th.expression{width:2em}[data-v-67e46d1a] tbody tr{cursor:pointer}[data-v-67e46d1a] tbody tr.expressed.expressed.expressed.expressed{background:var(--selected-color)}[data-v-67e46d1a] .histogram{--selected-label-color:var(--selected-color);--hover-color:#d3e5f799}div.color_scale[data-v-67e46d1a]{display:grid;font-family:Helvetica,Verdana,sans-serif;font-size:100%;grid-auto-columns:1fr;grid-auto-flow:column;padding:.5em 1em 2em}div.color_scale>div[data-v-67e46d1a]{grid-row-start:2}div.color_scale>div.unexpressed[data-v-67e46d1a]{border-bottom:1px solid #000;grid-column-start:1;grid-row-start:1;margin-bottom:.5em;text-align:center}div.color_scale>div>label[data-v-67e46d1a]{display:block;overflow:hidden;padding-left:.1em;padding-right:.1em;position:relative;text-align:center;top:100%}div.color_scale>div>label[data-v-67e46d1a]:before{content:"|";display:block;height:.5em;overflow:hidden;text-align:center}@media only screen and (min-width:320px) and (max-width:480px) and (-webkit-min-device-pixel-ratio:2){x-glycotopiary[data-v-67e46d1a]{margin:.5em}x-glycotopiary.loaded[data-v-67e46d1a]{height:auto;max-height:auto;-webkit-transition:height 1s;transition:height 1s;width:calc(100vw - 3em)}#options_container[data-v-67e46d1a]{margin:.5em}#cutoff_options[data-v-67e46d1a],#upload_options[data-v-67e46d1a]{width:90vw}#options_paste[data-v-67e46d1a],.options_paste[data-v-67e46d1a]{display:none}}@media only screen and (min-width:320px) and (max-width:480px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait){#options_genes[data-v-67e46d1a]{display:none!important}}ccg-sugarbuilder[data-v-5217cd89]{--selection-color:var(--base-color-darkest);--button-default-background-color:var(--main-color);--drop-shadow-alpha:calc(var(--controls-shadow-alpha) + 0.1);height:50vh;margin-left:1em;width:100%}ccg-sugarbuilder[strict][data-v-5217cd89]::part(donor-disabled){display:none}div.templates_flow[data-v-5217cd89]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}div.templates_flow>[data-v-5217cd89]:last-child{margin-right:2em;min-width:10em;width:60vw}section.parameters[data-v-5217cd89],section.templates[data-v-5217cd89]{grid-gap:1em;display:grid;grid-template-columns:repeat(2,1fr)}.parameters[data-v-5217cd89],.sequence[data-v-5217cd89]{margin-bottom:1em;margin-left:2em;margin-top:1em}.sequence[data-v-5217cd89]{font-family:monospace}.parameters label[data-v-5217cd89]{display:block;font-family:Verdana,Helvetica,sans-serif;font-size:9pt}.repeat_parameters[data-v-5217cd89]{font-family:Verdana,Helvetica,sans-serif;font-size:16px;margin-left:3em;margin-top:.5em}.repeat_parameters label[data-v-5217cd89]{font-family:Verdana,Helvetica,sans-serif;font-size:9pt}.inline_control_group>span[data-v-5217cd89]{color:#555;font-size:11px}section.templates ccg-sviewer[data-v-5217cd89]{cursor:pointer;min-height:5em;min-width:5em}.repeat_parameters h4[data-v-5217cd89]{margin:0}.repeat_parameters h4 span[data-v-5217cd89]{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:150px}.repeat_parameters .switch[data-v-5217cd89]{margin-top:1px}.inline_control_group[data-v-5217cd89]{--drop-shadow-alpha:var(--box-shadow-alpha);-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;align-items:center;-webkit-box-shadow:var(--drop-shadow-offset) var(--drop-shadow-offset) var(--drop-shadow-size) var(--drop-shadow-color);box-shadow:var(--drop-shadow-offset) var(--drop-shadow-offset) var(--drop-shadow-size) var(--drop-shadow-color);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;position:relative;z-index:0}.inline_control_group[data-v-5217cd89]:before{background:#fff;border-bottom:1px solid var(--card-border);border-top:1px solid var(--main-border-color);content:" ";height:calc(100% - 2px);pointer-events:none;position:absolute;width:100%;z-index:-1}.inline_control_group>span[data-v-5217cd89]{display:inline-block;padding-bottom:0;padding-right:5px;padding-top:0;position:relative}.inline_control_group input[data-v-5217cd89]{border:0;margin:0;padding:2px 2px 2px .5em;text-align:right;width:3em}.inline_control_group input[type=number][data-v-5217cd89]::-webkit-inner-spin-button,.inline_control_group input[type=number][data-v-5217cd89]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.inline_control_group[data-v-5217cd89]:after{background:#fff;border-bottom:1px solid var(--card-border);border-left:0;border-right:1px solid var(--card-border);border-top:1px solid var(--main-border-color);-webkit-box-shadow:var(--drop-shadow-offset) 0 var(--drop-shadow-size) var(--drop-shadow-color);box-shadow:var(--drop-shadow-offset) 0 var(--drop-shadow-size) var(--drop-shadow-color);content:" ";display:block;height:calc(100% - 2px);left:calc(100% - .5em);position:absolute;top:0;-webkit-transform:skewX(-15deg);transform:skewX(-15deg);width:1em;z-index:-1}.prepared_image[data-v-5217cd89]{border-top:1px solid var(--main-border-color,#000);display:-webkit-box;display:-ms-flexbox;display:flex;height:calc(2em - 11px);margin-left:.5em}.prepared_image h4[data-v-5217cd89]{-webkit-touch-callout:none;display:block;font-size:12px;line-height:12px;margin:-1px 0 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.prepared_image img[data-v-5217cd89]{cursor:-webkit-grab;cursor:grab;display:block;height:calc(2em - 6px);margin-left:5px;margin-top:-2px;width:2em}@media only screen and (min-width:320px) and (max-width:480px) and (-webkit-min-device-pixel-ratio:2){button.savebutton[data-v-5217cd89]{display:none}section.templates ccg-sviewer[data-v-5217cd89]{min-height:3em;min-width:2.5em}section.templates[data-v-5217cd89]{grid-gap:0;grid-template-columns:repeat(8,1fr)}.parameters[data-v-5217cd89]{margin-left:.5em}ccg-sugarbuilder[data-v-5217cd89]{margin-left:0;margin-right:0}div.templates_flow[data-v-5217cd89]{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}div.templates_flow>[data-v-5217cd89]:last-child{width:100%}.repeat_parameters[data-v-5217cd89]{margin-left:1em}.repeat_parameters h4 span[data-v-5217cd89]{width:25vw}.inline_control_group>input[data-v-5217cd89]{font-size:16px;padding-left:.5em;position:relative;width:2em}}ccg-sugarbuilder[data-v-613ca3d2]{height:50vh;width:100%}div.templates_flow[data-v-613ca3d2]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}div.templates_flow>[data-v-613ca3d2]:last-child{min-width:10em;width:60vw}section.parameters[data-v-613ca3d2],section.templates[data-v-613ca3d2]{grid-gap:1em;display:grid;grid-template-columns:repeat(2,1fr)}.parameters label[data-v-613ca3d2]{display:block;font-family:Verdana,Helvetica,sans-serif;font-size:9pt}section.templates ccg-sviewer[data-v-613ca3d2]{cursor:pointer;min-height:5em;min-width:5em}@media only screen and (min-width:320px) and (max-width:480px) and (-webkit-min-device-pixel-ratio:2){button.savebutton[data-v-613ca3d2]{display:none}section.templates ccg-sviewer[data-v-613ca3d2]{min-height:3em;min-width:3em}section.templates[data-v-613ca3d2]{grid-gap:0;grid-template-columns:repeat(8,1fr)}div.templates_flow[data-v-613ca3d2]{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}div.templates_flow>[data-v-613ca3d2]:last-child{width:100vw}}.protein_info_block[data-v-174d3e8e]{display:inline-block;font-family:Helvetica,Verdana,sans-serif;font-size:10pt;width:100%}.symbol[data-v-174d3e8e]{display:inline-block;font-weight:bolder;overflow-x:auto;width:15%}.protein_info_block>[data-v-174d3e8e]{display:inline-block;height:1em;line-height:1em}.taxinfo[data-v-174d3e8e]{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:.75em;width:8em}.taxinfo>span[data-v-174d3e8e]:first-child{font-weight:bolder}.protein_name[data-v-174d3e8e],.taxinfo>[data-v-174d3e8e]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.protein_name[data-v-174d3e8e]{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.VueTables[data-v-e7a620ea]{width:90%}.singlet_disabled_ko .gene_wt[data-v-e7a620ea],.singlet_wt .gene_ko[data-v-e7a620ea]{font-weight:700}tbody tr.VueTables__child-row,tbody tr.is-selected{display:none}@media only screen and (min-width:320px) and (max-width:480px) and (-webkit-min-device-pixel-ratio:2){thead tr{display:-webkit-box;display:-ms-flexbox;display:flex}tbody tr.VueTables__row,thead tr th.position:nth-of-type(4),thead tr th.sourceinfo,thead tr:first-of-type th.composition{display:none}tbody tr.VueTables__child-row{display:table-row;position:relative;width:100%}tbody tr.VueTables__child-row td:only-child{font-size:inherit;line-height:normal}tbody tr.VueTables__child-row td:only-child>div{display:grid;grid-template-areas:"position position composition quant" "sourceinfo sourceinfo sourceinfo sourceinfo";grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr;position:relative;width:100%}tbody tr.VueTables__child-row td:only-child .position{grid-area:position}tbody tr.VueTables__child-row td:only-child .sourceinfo{grid-area:sourceinfo}tbody tr.VueTables__child-row td:only-child .composition{grid-area:composition}tbody tr.VueTables__child-row td:only-child .quant{grid-area:quant}}div.selectprotein[data-v-31c19ebb]{display:contents}button.reset[data-v-31c19ebb]:before,button[type=reset][data-v-31c19ebb]:before{background:#ddd;border:0;border-radius:1em;color:#fff;content:"X";cursor:pointer;display:block;font-size:1em;height:1.25em;line-height:1.25em;margin:0;padding:0;visibility:hidden;width:1.5em}button.reset[data-v-31c19ebb]:focus:before,button[type=reset][data-v-31c19ebb]:focus:before{background:var(--base-color-darkest)}button.reset[data-v-31c19ebb],button[type=reset][data-v-31c19ebb]{background:transparent;border:0;margin:0;outline:none;padding:0;position:absolute;right:10px;top:calc(.5em - 2px);z-index:2}.vue-simple-suggest.designed[data-v-31c19ebb]{--menu-height:2em;background:#fff;border:1px solid #000;border-radius:5px;-webkit-box-sizing:content-box;box-sizing:content-box;display:block;font-family:Verdana,Helvetica,sans-serif;font-size:9pt;left:0;line-height:1em;min-width:15em;top:0}.vue-simple-suggest.designed[data-v-31c19ebb] .input-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:calc(var(--menu-height) - 4px);position:sticky;width:calc(100% - 2px);z-index:2}.vue-simple-suggest.designed[data-v-31c19ebb] .input-wrapper input{border:0;border-radius:5px;font-size:1em;height:calc(100% - 1px);left:0;padding:0 0 0 .5em;top:1px;width:100%}div.selectprotein[data-v-31c19ebb]:has(.vue-simple-suggest.designed.focus) button[type=reset]:before{visibility:visible}div.selectprotein[data-v-31c19ebb]:has(.vue-simple-suggest.designed.focus) button.reset:before{visibility:visible}.vue-simple-suggest.designed.focus[data-v-31c19ebb] .input-wrapper input{border:0;border-radius:5px!important;-webkit-box-sizing:content-box;box-sizing:content-box}.vue-simple-suggest.designed[data-v-31c19ebb] .suggestions{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-color:#000;border-top:3px solid #fff;border-top-left-radius:0;border-top-right-radius:0;font-size:.85em;left:-1px;max-height:19em;overflow-y:auto;top:1.5em;width:calc(100% + 2px)}.vue-simple-suggest.designed[data-v-31c19ebb] .suggestions::-webkit-scrollbar{-webkit-appearance:none;width:6px}.vue-simple-suggest.designed[data-v-31c19ebb] .suggestions::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:3px;-webkit-box-shadow:0 0 1px hsla(0,0%,100%,.5)}.vue-simple-suggest.designed[data-v-31c19ebb] .suggestions .suggest-item label{margin-right:1em;max-width:calc(100% - 4em);overflow:hidden;text-overflow:ellipsis;width:calc(100% - 4em)}.vue-simple-suggest.designed[data-v-31c19ebb] .suggestions .suggest-item a.glyco{font-size:1em}.vue-simple-suggest.designed[data-v-31c19ebb] .suggestions .suggest-item{background:#eee;border-bottom:1px solid #fff;-webkit-box-sizing:content-box;box-sizing:content-box;height:2.5em;overflow:hidden;padding-bottom:10px;padding-top:10px;white-space:nowrap}.vue-simple-suggest.designed[data-v-31c19ebb] .suggestions .suggest-item:last-child{border-bottom:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.vue-simple-suggest.designed[data-v-31c19ebb] .suggestions .suggest-item.hover{background:#eee!important;color:#000!important}.vue-simple-suggest.designed[data-v-31c19ebb] .suggestions [aria-selected=true].suggest-item{background:var(--main-color)!important;border-bottom:1px solid #fff;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);color:var(--foreground-color)!important;position:relative;z-index:3}@media only screen and (min-width:320px) and (max-width:480px) and (-webkit-min-device-pixel-ratio:2){.vue-simple-suggest.designed[data-v-31c19ebb] .input-wrapper input{font-size:16px}}ccg-highlight{display:none}h1 .subtitle[data-v-04fa7935]{font-size:.5em;font-style:oblique;font-weight:lighter}section.datatable[data-v-04fa7935]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:center;-ms-flex-direction:column;flex-direction:column;overflow:auto}.body[data-v-04fa7935]{min-height:100vh;overflow-x:hidden}.body[data-v-04fa7935],section.content[data-v-04fa7935]{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}section.content[data-v-04fa7935]{-webkit-box-flex:1;-ms-flex:1;flex:1}section.viewer[data-v-04fa7935]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:1;-webkit-touch-callout:none;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}ccg-protviewer[data-v-04fa7935],ccg-summary-protviewer[data-v-04fa7935]{--selection-color:var(--base-color-darkest);--button-default-background-color:var(--main-color);width:80%}.gene_background[data-v-04fa7935]{color:#999;font-weight:lighter}#slider[data-v-04fa7935]{--labelwidth:3em;width:80%}#options_container[data-v-04fa7935]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:left;-ms-flex-pack:left;-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1 0 30ch;flex:1 0 30ch;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5em;justify-content:left;margin:1em;width:calc(100% - 2em)}@media only screen and (max-width:95ch){#options_container[data-v-04fa7935]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}#options_container>section[data-v-04fa7935]{width:clamp(50ch,30vw,100ch)}#align_options section.body[data-v-04fa7935]{margin-left:.5em}#options_container>section.tooloption[data-v-04fa7935]{min-height:1.5em}#align_options>.body>*>section.tooloption[data-v-04fa7935]{margin-left:.5em;margin-top:.5em;width:calc(100% - 1em)}ul.highlights[data-v-04fa7935],ul.patterns[data-v-04fa7935]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-padding-start:0;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;margin:0 0 .25em;padding-inline-start:0}ul.patterns[data-v-04fa7935]{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}ul.highlights[data-v-04fa7935]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-height:5em;overflow-y:auto}ul.highlights .sequence[data-v-04fa7935]{display:inline-block;font-family:monospace;font-size:.75em}ul.highlights .sequence span[data-v-04fa7935]:nth-child(10n):after{content:" "}ul.highlights li span.seqinfo[data-v-04fa7935]{--highlight-idx:1;background-color:oklch(80% 20% calc(var(--highlight-idx)*50)/.8);border-radius:5px;padding:calc(.75em + 5px) 5px 5px;position:relative;width:100%}ul.highlights li .from[data-v-04fa7935],ul.highlights li .to[data-v-04fa7935]{display:block;font-family:Verdana,Helvetica,Arial,sans-serif;font-size:.75em;font-weight:700;position:absolute}ul.highlights li .from[data-v-04fa7935]{left:.25em;top:.25em}ul.highlights li .to[data-v-04fa7935]{right:.25em;top:.25em}ul.highlights button.glyco[data-v-04fa7935]{-ms-flex-item-align:start;align-self:flex-start;height:2em}ul.highlights button.glyco+button.glyco[data-v-04fa7935]{margin-left:-.5em}ul.highlights button.glyco+button.glyco[data-v-04fa7935]:before{border-bottom-left-radius:0;border-top-left-radius:0}ul.highlights li[data-v-04fa7935],ul.patterns li[data-v-04fa7935]{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;align-items:center;border:.25em solid transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;list-style:none}ul.patterns li input[data-v-04fa7935]{background-color:oklch(80% 50% calc(var(--pattern-idx)*125)/.75);border:0;margin-right:-1em;max-width:clamp(5ch,10ch,20ch);padding:4px}section.actions[data-v-04fa7935]{-webkit-box-flex:1;grid-row-gap:5px;display:grid;-ms-flex:1;flex:1;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));margin-left:5px}section.actions [data-v-04fa7935]{-ms-flex-item-align:start;align-self:start;justify-self:start;max-height:2em}section.proteinlist[data-v-04fa7935] button{background-color:#aaa;border:1px solid #000}section.proteinlist[data-v-04fa7935] button.active{background-color:var(--main-color);color:#eee}.datatable[data-v-04fa7935]{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (min-width:320px) and (max-width:480px) and (-webkit-min-device-pixel-ratio:2){.datatable[data-v-04fa7935]{display:none}#options_container>section[data-v-04fa7935]{width:90%}#other_prots_options_body select[data-v-04fa7935]{width:7ch}}@media only screen and (min-width:720px) and (-webkit-min-device-pixel-ratio:2){.datatable[data-v-04fa7935]{display:-webkit-box;display:-ms-flexbox;display:flex}}div.toolpage_page.mydatasets[data-v-4c679d66]>section.content{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.new_set_option[data-v-4c679d66] .body section{margin:.5em}.new_set_option[data-v-4c679d66] .body>button{-ms-flex-item-align:end;align-self:end}.new_set_option[data-v-4c679d66] .body,ul[data-v-4c679d66]{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}ul[data-v-4c679d66]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:.5em;padding:0}ul li[data-v-4c679d66]{-webkit-box-flex:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-basis:0;flex-grow:1;list-style-type:none;margin-bottom:.5em;max-width:clamp(20ch,80vw,80ch);width:100%}.set_row[data-v-4c679d66]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Helvetica,Verdana,Arial,sans-serif}.set_row div[data-v-4c679d66]{-webkit-box-flex:1;-ms-flex-positive:1;border-top:1px solid #000;flex-grow:1;margin-right:-.5em;overflow:hidden;padding:2.5px 1em 2.5px .5em;text-overflow:ellipsis;white-space:nowrap}.set_row button.glyco[data-v-4c679d66],.set_row h4[data-v-4c679d66]{font-size:.8em;margin:-1px .5em 0}.set_row button.glyco[data-v-4c679d66]{--base-color:oklch(var(--base-lum) calc(var(--base-saturation) + 10%) 10)}li .description[data-v-4c679d66]{font-family:Helvetica,Verdana,Arial,sans-serif;margin:.25em 0 0 .5em}textarea[data-v-4c679d66]{border:0}ccg-pastemapper[data-v-4c679d66]{border:2px dashed #999}section.seqrange .sequence[data-v-1bac4f10]{display:inline-block;font-family:monospace;font-size:.9em;font-weight:lighter;max-width:26em;min-width:26em;padding-top:1em;position:relative}section.seqrange h3[data-v-1bac4f10]{font-size:.75em;margin-right:.25em}section.seqrange .sequence span[data-v-1bac4f10]:nth-of-type(10n):after{content:" "}section.seqrange .from[data-v-1bac4f10],section.seqrange .to[data-v-1bac4f10]{display:block;font-family:Verdana,Helvetica,Arial,sans-serif;font-size:.75em;font-weight:700;position:absolute}section.seqrange .from[data-v-1bac4f10]{left:0;top:.25em}section.seqrange .to[data-v-1bac4f10]{right:.25em;top:.25em}section.seqrange .sequence span[data-v-1bac4f10]:has(b){color:oklch(60% 80% calc(var(--pattern-idx)*125)/1);font-weight:bolder}ul.proteinsites li[data-v-1bac4f10]{background-color:oklch(80% 30% calc(var(--pattern-idx)*125)/.1)}section.seqrange input[data-v-1bac4f10]{background-color:oklch(80% 50% calc(var(--pattern-idx)*125)/.2);border-bottom:1px solid #000;border-top:1px solid #000;border-color:oklch(80% 50% calc(var(--pattern-idx)*125)/.6);padding-bottom:.25em;padding-left:.5em}ccg-sugarbuilder[data-v-1bac4f10]{--selection-color:var(--base-color-darkest);--button-default-background-color:var(--main-color);height:50vh;margin-left:1em;width:100%}ccg-sugarbuilder[strict][data-v-1bac4f10]::part(donor-disabled){display:none}div.templates_flow[data-v-1bac4f10]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin-top:1em}div.templates_flow>[data-v-1bac4f10]:last-child{margin-right:2em;min-width:10em;width:60vw}section.parameters[data-v-1bac4f10],section.templates[data-v-1bac4f10]{grid-gap:1em;display:grid;grid-template-columns:repeat(2,1fr)}.parameters[data-v-1bac4f10],.sequence[data-v-1bac4f10]{margin-bottom:1em;margin-left:2em;margin-top:1em}.sequence[data-v-1bac4f10]{font-family:monospace}.parameters label[data-v-1bac4f10]{display:block;font-family:Verdana,Helvetica,sans-serif;font-size:9pt}.repeat_parameters[data-v-1bac4f10]{font-family:Verdana,Helvetica,sans-serif;font-size:16px;margin-left:3em;margin-top:.5em}.repeat_parameters label[data-v-1bac4f10]{font-family:Verdana,Helvetica,sans-serif;font-size:9pt}ul.proteinsites[data-v-1bac4f10]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;font-family:Verdana,Helvetica,sans-serif;list-style-type:none;margin:0;overflow:hidden}.scrollbox[data-v-1bac4f10]{background:-webkit-gradient(linear,left top,left bottom,color-stop(30%,#fff),to(hsla(0,0%,100%,0))),-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(70%,#fff)) 0 100%,radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.2),transparent),radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.2),transparent) 0 100%;background:linear-gradient(#fff 30%,hsla(0,0%,100%,0)),linear-gradient(hsla(0,0%,100%,0),#fff 70%) 0 100%,radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.2),transparent),radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.2),transparent) 0 100%;background-attachment:local,local,scroll,scroll;background-color:#fff;background-repeat:no-repeat;background-size:100% 40px,100% 40px,100% 14px,100% 14px;max-height:var(--scrollbox-height);overflow:auto}ul.proteinsites input[type=radio][data-v-1bac4f10]{left:-1000px;position:absolute}div.sviewer-placeholder[data-v-1bac4f10]{height:3em;width:3em}ul div.sviewer-placeholder[data-v-1bac4f10],ul.proteinsites ccg-sviewer-cache[data-v-1bac4f10],ul.proteinsites ccg-sviewer[data-v-1bac4f10]{max-height:3em;max-width:3em;pointer-events:none}ul.proteinsites li label[data-v-1bac4f10]{cursor:pointer}ul.proteinsites li[data-v-1bac4f10]:has(input[type=radio]){border:1px solid transparent;border-radius:5px}ul.proteinsites li[data-v-1bac4f10]:has(input[type=radio]):hover,ul.proteinsites li[data-v-1bac4f10]:has(input[type=radio]:checked){border:1px dotted #000}.inline_control_group>span[data-v-1bac4f10],.inline_control_group[data-v-1bac4f10]{color:#555;font-family:Verdana,Helvetica,sans-serif}section.templates ccg-sviewer-cache[data-v-1bac4f10],section.templates ccg-sviewer[data-v-1bac4f10]{cursor:pointer;min-height:5em;min-width:5em}.inline_control_group[data-v-1bac4f10]{--drop-shadow-alpha:var(--box-shadow-alpha);-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;align-items:center;-webkit-box-shadow:0 var(--drop-shadow-offset) var(--drop-shadow-size) var(--drop-shadow-color);box-shadow:0 var(--drop-shadow-offset) var(--drop-shadow-size) var(--drop-shadow-color);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;position:relative;z-index:0}.inline_control_group[data-v-1bac4f10]:before{background:#fff;border-bottom:1px solid var(--card-border);border-bottom-left-radius:5px;border-left:1px solid var(--card-border);border-top:1px solid var(--main-border-color);border-top-left-radius:5px;content:" ";height:calc(100% - 2px);pointer-events:none;position:absolute;width:100%;z-index:-1}.inline_control_group>span[data-v-1bac4f10]{display:inline-block;padding-bottom:0;padding-right:5px;padding-top:0;position:relative}.inline_control_group input[data-v-1bac4f10]{border:0;margin:0;padding:2px 2px 2px .5em;text-align:right;width:3em}.inline_control_group input[type=number][data-v-1bac4f10]::-webkit-inner-spin-button,.inline_control_group input[type=number][data-v-1bac4f10]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.inline_control_group[data-v-1bac4f10]:after{background:#fff;border-bottom:1px solid var(--card-border);border-left:0;border-right:1px solid var(--card-border);border-top:1px solid var(--main-border-color);-webkit-box-shadow:var(--drop-shadow-offset) 0 var(--drop-shadow-size) var(--drop-shadow-color);box-shadow:var(--drop-shadow-offset) 0 var(--drop-shadow-size) var(--drop-shadow-color);content:" ";display:block;height:calc(100% - 2px);left:calc(100% - .5em - 1px);position:absolute;top:0;-webkit-transform:skewX(-15deg);transform:skewX(-15deg);width:1em;z-index:-1}@media only screen and (min-width:320px) and (max-width:480px) and (-webkit-min-device-pixel-ratio:2){button.savebutton[data-v-1bac4f10]{display:none}section.templates ccg-sviewer-cache[data-v-1bac4f10],section.templates ccg-sviewer[data-v-1bac4f10]{min-height:3em;min-width:2.5em}section.templates[data-v-1bac4f10]{grid-gap:0;grid-template-columns:repeat(8,1fr)}.parameters[data-v-1bac4f10]{margin-left:.5em}ccg-sugarbuilder[data-v-1bac4f10]{margin-left:0;margin-right:0}div.templates_flow[data-v-1bac4f10]{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}div.templates_flow>[data-v-1bac4f10]:last-child{width:100%}.repeat_parameters[data-v-1bac4f10]{margin-left:1em}.repeat_parameters h4 span[data-v-1bac4f10]{width:25vw}.inline_control_group>input[data-v-1bac4f10]{font-size:16px;padding-left:.5em;position:relative;width:2em}}.inline_control_group label.switch input[type=checkbox]+span{padding-right:0!important}header.pageheader section.logo{--logo-background:var(--darker-main-color);-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:center;background-color:var(--logo-background);background-position-x:1em;background-position-y:1.25em;background-repeat:no-repeat;background-size:auto 1.2em;color:var(--foreground-color);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:Verdana,sans-serif;height:3em;justify-content:center;position:relative}header.pageheader section.logo h1{-ms-flex-item-align:start;align-self:flex-start;font-size:.9em;margin:0;margin-left:calc(var(--logo-width) + 2em);top:1.32em}header.pageheader section.logo h1,header.pageheader section.logo span.user{color:var(--foreground-color);display:inline-block;font-family:Verdana,sans-serif;font-style:oblique;font-weight:lighter;position:absolute}header.pageheader section.logo span.user{-ms-flex-item-align:end;align-self:flex-end;bottom:1em;font-size:.75em;margin:0;max-height:calc(100% - 1em);max-width:30%;overflow:hidden;right:2em}header.pageheader span.user .username{display:block;max-height:1.3em;overflow:hidden;text-overflow:ellipsis;width:100%}header.pageheader span.user a{cursor:pointer;text-decoration:underline}header.pageheader section.logo a.center+span.user{margin-right:4em}@media only screen and (min-width:320px) and (max-width:480px) and (-webkit-min-device-pixel-ratio:2){header.pageheader section.logo:before{-webkit-mask-position:2em 6px!important;mask-position:2em 6px!important}header.pageheader section.logo span.user{margin-left:-10px}header.pageheader section.logo>a.home{display:none}header.pageheader section.logo h1{-ms-flex-item-align:start;align-self:flex-start;margin-left:calc(3.5em + var(--logo-width));max-width:calc(70% - var(--logo-width)*1 - 3.5em);overflow:hidden;text-overflow:ellipsis;top:1.47em;white-space:nowrap}}header.pageheader section.logo>a.home{-ms-flex-item-align:start;align-self:flex-start;display:inline-block;height:100%;left:0;width:6em}header.pageheader section.logo>a.center:before{background-color:var(--foreground-color);content:"";height:100%;left:0;-webkit-mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NjMuNSA1NjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDc2My41IDU2MCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I2ZmZiIgZD0iTTIyLjYgMzI5LjEgOSAzMjRsODMuOS0xNDAuNlYxNi41aDE1LjJ2MTYwLjFsMTk2LjYgMTM0LjctMzMuOS0xMjMuNiAxNi45LTEuNyAzOS44IDE0OC4yIDE5MC42IDIyLjlMNjEzIDE4Ni44IDM2OC4yIDMxNC43bC0yOC03LjYgNTAuOS0yNS40IDUgNS4xTDYyNCAxNjYuNVY0LjdoMTQuNHYxNjMuNWwxMTcuOCAxMTYuOS0xMS45IDExTDYzNSAxODAuOWwtNzIgMTc2LjIgMTI3LjktMzUuNiA1LjEgMTMuNi0xNTguNCAzOC4xdjE2NmgtMTYuMWwuOS0xNTYuN0wzMjEuNiAzNjMgMjQ3IDQ5NC4zbC0xMy41LTguNSA3NS40LTEyNC41LTE5NS43LTE1OS4yTDE3NSAzODYuN2wxOS41LTg0LjcgMTEuOSA3LjYtMjAuMyA4My45IDczLjctMzkgNy42IDQuMyA1LjUgMy42LTk0LjUgNDYuNC01My4zIDk5LjktMTMuNi03LjYgNTYuOC05NC45LTcxLjItMjA2Ljd6Ii8+PC9zdmc+") 0 0/100% 100% no-repeat exclude;mask:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NjMuNSA1NjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDc2My41IDU2MCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I2ZmZiIgZD0iTTIyLjYgMzI5LjEgOSAzMjRsODMuOS0xNDAuNlYxNi41aDE1LjJ2MTYwLjFsMTk2LjYgMTM0LjctMzMuOS0xMjMuNiAxNi45LTEuNyAzOS44IDE0OC4yIDE5MC42IDIyLjlMNjEzIDE4Ni44IDM2OC4yIDMxNC43bC0yOC03LjYgNTAuOS0yNS40IDUgNS4xTDYyNCAxNjYuNVY0LjdoMTQuNHYxNjMuNWwxMTcuOCAxMTYuOS0xMS45IDExTDYzNSAxODAuOWwtNzIgMTc2LjIgMTI3LjktMzUuNiA1LjEgMTMuNi0xNTguNCAzOC4xdjE2NmgtMTYuMWwuOS0xNTYuN0wzMjEuNiAzNjMgMjQ3IDQ5NC4zbC0xMy41LTguNSA3NS40LTEyNC41LTE5NS43LTE1OS4yTDE3NSAzODYuN2wxOS41LTg0LjcgMTEuOSA3LjYtMjAuMyA4My45IDczLjctMzkgNy42IDQuMyA1LjUgMy42LTk0LjUgNDYuNC01My4zIDk5LjktMTMuNi03LjYgNTYuOC05NC45LTcxLjItMjA2Ljd6Ii8+PC9zdmc+") 0 0/100% 100% no-repeat exclude;pointer-events:none;position:absolute;top:0;width:100%}header.pageheader section.logo>a.center{-ms-flex-item-align:end;align-self:flex-end;display:inline-block;height:80%;padding-right:1em;position:absolute;width:3em}header.pageheader section.logo[data-v-34f2420f]{--logo-width:5em}header.pageheader section.logo[data-v-34f2420f]:before{background-color:var(--foreground-color);content:"";display:block;height:100%;left:0;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjEuNyAzMC43Ij48c3R5bGU+LnN0MHtmaWxsOiNmZmZ9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNS45IDEzYy0uNCAyLjEtLjIgMy44LjggNSAxIDEuMyAyLjUgMS45IDQuNSAxLjkuNiAwIDEuMSAwIDEuNS0uMS40LS4xLjgtLjIgMS0uM2wxLjEtNWgtNC4xbC43LTMuMWg3LjlMMTcgMjJjLS42LjItMS41LjQtMi44LjdzLTIuNi4zLTMuOC4zQzcgMjMgNC41IDIyLjIgMyAyMC40cy0xLjktNC4yLTEuMi03LjVDMi41IDkuOCA0IDcuNCA2LjMgNS42czUuMS0yLjcgOC40LTIuN2MxLjIgMCAyLjMuMSAzLjIuMi45LjIgMS43LjQgMi4zLjZMMTkuMyA3Yy0uNy0uMy0xLjUtLjYtMi4zLS44LS44LS4yLTEuNy0uMy0yLjYtLjMtMi4xIDAtMy45LjctNS41IDItMS41IDEuMy0yLjUgMy0zIDUuMXpNMjUuMSAxLjdoMy43bC00LjUgMjFoLTMuN2w0LjUtMjF6TTQwLjkgOC4zaDMuOGwtOS4yIDE1LjVjLTEgMS45LTIuMSAzLjItMy4xIDQtMSAuOC0yLjIgMS4xLTMuNiAxLjEtLjUgMC0xLS4xLTEuNS0uMnMtLjgtLjItMS0uM2wuOC0yLjhjLjIuMS40LjIuOC4yLjMgMCAuNy4xIDEgLjEuNiAwIDEuMS0uMSAxLjYtLjQuNS0uMyAxLS45IDEuNC0ydi0uMmwtMi4xLTE1aDQuMWwxLjIgMTAuNiA1LjgtMTAuNnpNNTQuMyAxOS40bC0uNSAzYy0uMi4xLS43LjItMS4zLjRzLTEuMy4yLTIuMi4yYy0yLjMgMC00LS43LTUtMi0xLTEuNC0xLjMtMy4yLS44LTUuNi41LTIuMiAxLjUtNCAzLjEtNS40UzUxIDggNTMgOGMuNyAwIDEuNCAwIDIgLjEuNi4xIDEuMi4yIDEuNi4zbC0xIDNjLS4yLS4xLS41LS4yLS45LS4zLS40LS4xLS45LS4yLTEuNC0uMi0xLjIgMC0yLjIuNC0zLjEgMS4yLS45LjgtMS40IDItMS43IDMuNC0uMyAxLjQtLjIgMi42LjMgMy40LjUuOCAxLjQgMS4yIDIuNiAxLjIuNyAwIDEuMy0uMSAxLjktLjMuNS0uMi45LS4zIDEtLjR6TTcxLjkgMTUuNWMtLjUgMi4yLTEuNiA0LTMuMiA1LjQtMS43IDEuNC0zLjYgMi4xLTUuOSAyLjEtMi4zIDAtMy45LS43LTUtMi4xLTEuMS0xLjQtMS40LTMuMi0uOS01LjQuNS0yLjIgMS42LTQuMSAzLjMtNS40UzYzLjggOCA2NiA4YzIuMiAwIDMuOS43IDUgMi4xczEuNCAzLjIuOSA1LjR6bS0zLjkgMGMuMy0xLjQuMi0yLjYtLjItMy40LS41LS44LTEuMy0xLjItMi40LTEuMi0xLjEgMC0yLjEuNC0yLjkgMS4yLS44LjgtMS40IDItMS43IDMuNC0uMyAxLjQtLjIgMi41LjMgMy40LjUuOCAxLjMgMS4zIDIuNCAxLjMgMS4xIDAgMi4xLS40IDIuOS0xLjMuOC0uOSAxLjMtMiAxLjYtMy40ek03NC4yIDE4LjhINzhsLS44IDMuOWgtMy45bC45LTMuOXpNMTAyLjIgMjIuN2gtMy43bDEuOC04LjRjLjItMS4xLjItMiAwLTIuNXMtLjctLjktMS41LS45Yy0uOSAwLTEuNy40LTIuMyAxLjMtLjYuOC0xLjEgMi4xLTEuNSAzLjdsLTEuNCA2LjhoLTMuOGwxLjgtOC40Yy4yLTEuMS4zLTIgLjEtMi41LS4yLS42LS43LS45LTEuNC0uOS0xIDAtMS44LjQtMi40IDEuMi0uNi44LTEuMSAyLjEtMS41IDMuOEw4NSAyMi43aC0zLjdsMy4xLTE0LjRIODhsLS40IDIuMWMuNS0uNyAxLjItMS4zIDItMS43LjUtLjUgMS41LS43IDIuNS0uNyAxLjEgMCAxLjkuMiAyLjUuNy42LjUgMSAxLjEgMS4xIDEuOS41LS43IDEuMi0xLjMgMi4xLTEuOC45LS41IDEuOS0uOCAzLjEtLjggMS41IDAgMi42LjUgMy4xIDEuNXMuNiAyLjQuMiA0LjNsLTIgOC45ek0xMTcuNyAyMS45Yy0uNy40LTEuNS42LTIuMy44LS44LjItMS43LjMtMi43LjMtMi41IDAtNC4zLS43LTUuMy0yLTEuMS0xLjMtMS4zLTMuMi0uOC01LjYuNS0yLjMgMS41LTQuMSAzLTUuNCAxLjUtMS40IDMuMy0yLjEgNS4zLTIuMSAyLjQgMCA0IC43IDQuOCAyLjIuNyAxLjUuOCAzLjYuMiA2LjVoLTEwYzAgMSAuMSAxLjguNSAyLjMuNS45IDEuNSAxLjMgMi45IDEuMyAxIDAgMi0uMiAzLS42IDEtLjQgMS43LS43IDIuMS0uOWwtLjcgMy4yem0tNy4zLTcuOGg2LjVjLjItMS4xLjEtMS45LS4zLTIuNS0uNC0uNi0xLjEtLjktMi0uOS0xLjEgMC0yIC40LTIuOCAxLjMtLjcuNS0xLjEgMS4yLTEuNCAyLjF6Ii8+PC9zdmc+");mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjEuNyAzMC43Ij48c3R5bGU+LnN0MHtmaWxsOiNmZmZ9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNS45IDEzYy0uNCAyLjEtLjIgMy44LjggNSAxIDEuMyAyLjUgMS45IDQuNSAxLjkuNiAwIDEuMSAwIDEuNS0uMS40LS4xLjgtLjIgMS0uM2wxLjEtNWgtNC4xbC43LTMuMWg3LjlMMTcgMjJjLS42LjItMS41LjQtMi44LjdzLTIuNi4zLTMuOC4zQzcgMjMgNC41IDIyLjIgMyAyMC40cy0xLjktNC4yLTEuMi03LjVDMi41IDkuOCA0IDcuNCA2LjMgNS42czUuMS0yLjcgOC40LTIuN2MxLjIgMCAyLjMuMSAzLjIuMi45LjIgMS43LjQgMi4zLjZMMTkuMyA3Yy0uNy0uMy0xLjUtLjYtMi4zLS44LS44LS4yLTEuNy0uMy0yLjYtLjMtMi4xIDAtMy45LjctNS41IDItMS41IDEuMy0yLjUgMy0zIDUuMXpNMjUuMSAxLjdoMy43bC00LjUgMjFoLTMuN2w0LjUtMjF6TTQwLjkgOC4zaDMuOGwtOS4yIDE1LjVjLTEgMS45LTIuMSAzLjItMy4xIDQtMSAuOC0yLjIgMS4xLTMuNiAxLjEtLjUgMC0xLS4xLTEuNS0uMnMtLjgtLjItMS0uM2wuOC0yLjhjLjIuMS40LjIuOC4yLjMgMCAuNy4xIDEgLjEuNiAwIDEuMS0uMSAxLjYtLjQuNS0uMyAxLS45IDEuNC0ydi0uMmwtMi4xLTE1aDQuMWwxLjIgMTAuNiA1LjgtMTAuNnpNNTQuMyAxOS40bC0uNSAzYy0uMi4xLS43LjItMS4zLjRzLTEuMy4yLTIuMi4yYy0yLjMgMC00LS43LTUtMi0xLTEuNC0xLjMtMy4yLS44LTUuNi41LTIuMiAxLjUtNCAzLjEtNS40UzUxIDggNTMgOGMuNyAwIDEuNCAwIDIgLjEuNi4xIDEuMi4yIDEuNi4zbC0xIDNjLS4yLS4xLS41LS4yLS45LS4zLS40LS4xLS45LS4yLTEuNC0uMi0xLjIgMC0yLjIuNC0zLjEgMS4yLS45LjgtMS40IDItMS43IDMuNC0uMyAxLjQtLjIgMi42LjMgMy40LjUuOCAxLjQgMS4yIDIuNiAxLjIuNyAwIDEuMy0uMSAxLjktLjMuNS0uMi45LS4zIDEtLjR6TTcxLjkgMTUuNWMtLjUgMi4yLTEuNiA0LTMuMiA1LjQtMS43IDEuNC0zLjYgMi4xLTUuOSAyLjEtMi4zIDAtMy45LS43LTUtMi4xLTEuMS0xLjQtMS40LTMuMi0uOS01LjQuNS0yLjIgMS42LTQuMSAzLjMtNS40UzYzLjggOCA2NiA4YzIuMiAwIDMuOS43IDUgMi4xczEuNCAzLjIuOSA1LjR6bS0zLjkgMGMuMy0xLjQuMi0yLjYtLjItMy40LS41LS44LTEuMy0xLjItMi40LTEuMi0xLjEgMC0yLjEuNC0yLjkgMS4yLS44LjgtMS40IDItMS43IDMuNC0uMyAxLjQtLjIgMi41LjMgMy40LjUuOCAxLjMgMS4zIDIuNCAxLjMgMS4xIDAgMi4xLS40IDIuOS0xLjMuOC0uOSAxLjMtMiAxLjYtMy40ek03NC4yIDE4LjhINzhsLS44IDMuOWgtMy45bC45LTMuOXpNMTAyLjIgMjIuN2gtMy43bDEuOC04LjRjLjItMS4xLjItMiAwLTIuNXMtLjctLjktMS41LS45Yy0uOSAwLTEuNy40LTIuMyAxLjMtLjYuOC0xLjEgMi4xLTEuNSAzLjdsLTEuNCA2LjhoLTMuOGwxLjgtOC40Yy4yLTEuMS4zLTIgLjEtMi41LS4yLS42LS43LS45LTEuNC0uOS0xIDAtMS44LjQtMi40IDEuMi0uNi44LTEuMSAyLjEtMS41IDMuOEw4NSAyMi43aC0zLjdsMy4xLTE0LjRIODhsLS40IDIuMWMuNS0uNyAxLjItMS4zIDItMS43LjUtLjUgMS41LS43IDIuNS0uNyAxLjEgMCAxLjkuMiAyLjUuNy42LjUgMSAxLjEgMS4xIDEuOS41LS43IDEuMi0xLjMgMi4xLTEuOC45LS41IDEuOS0uOCAzLjEtLjggMS41IDAgMi42LjUgMy4xIDEuNXMuNiAyLjQuMiA0LjNsLTIgOC45ek0xMTcuNyAyMS45Yy0uNy40LTEuNS42LTIuMy44LS44LjItMS43LjMtMi43LjMtMi41IDAtNC4zLS43LTUuMy0yLTEuMS0xLjMtMS4zLTMuMi0uOC01LjYuNS0yLjMgMS41LTQuMSAzLTUuNCAxLjUtMS40IDMuMy0yLjEgNS4zLTIuMSAyLjQgMCA0IC43IDQuOCAyLjIuNyAxLjUuOCAzLjYuMiA2LjVoLTEwYzAgMSAuMSAxLjguNSAyLjMuNS45IDEuNSAxLjMgMi45IDEuMyAxIDAgMi0uMiAzLS42IDEtLjQgMS43LS43IDIuMS0uOWwtLjcgMy4yem0tNy4zLTcuOGg2LjVjLjItMS4xLjEtMS45LS4zLTIuNS0uNC0uNi0xLjEtLjktMi0uOS0xLjEgMC0yIC40LTIuOCAxLjMtLjcuNS0xLjEgMS4yLTEuNCAyLjF6Ii8+PC9zdmc+");-webkit-mask-position:10px 4px;mask-position:10px 4px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:var(--logo-width) 100%;mask-size:var(--logo-width) 100%;pointer-events:none;position:absolute;top:0;width:100%}section.menu{--menu-outline:var(--main-border-color);--menu-background:var(--darker-medium-main-color);--menu-highlight:var(--darker-main-color);--menu-foreground:var(--base-foreground);--menu-font:9pt;--menu-height:calc(var(--menu-font)*1.25 + 6px);--submenu-height:calc(var(--menu-font)*1.25 + 6px + 1em);--menu-item-width:155px;--menu-border-width:1px;--menu-box-shadow-color:var(--drop-shadow-color);--menu-shadow-definition:2px 3px 5px 1px;-webkit-touch-callout:none;display:block;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;z-index:var(--header-z-index)}section.menu input+label+ul{height:0;visibility:hidden}section.menu>input+label+ul{height:auto;visibility:visible}section.menu input[type=checkbox],section.menu input[type=radio]{left:0;opacity:0;position:fixed}section.menu input[type=checkbox]:checked+label+ul{height:auto;-webkit-transform:skewX(0deg);transform:skewX(0deg);visibility:visible}section.menu input[type=checkbox]:checked+label:after{content:" ";display:block;position:absolute;right:-.5em;top:3px}label a,section.menu>ul{color:var(--menu-foreground);text-decoration:none}section.menu>ul{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-box-align:end;-ms-flex-align:end;-webkit-box-pack:end;-ms-flex-pack:end;align-items:flex-end;background:var(--menu-background);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-wrap:wrap;flex-wrap:wrap;font-family:Verdana,sans-serif;font-size:var(--menu-font);font-weight:700;justify-content:flex-end;margin:0;padding-left:0;text-transform:uppercase}section.menu li ul{border-bottom-right-radius:var(--glyco-button-radius)}section.menu ul>li:nth-child(10){z-index:1}section.menu ul>li:nth-child(9){z-index:2}section.menu ul>li:nth-child(8){z-index:3}section.menu ul>li:nth-child(7){z-index:4}section.menu ul>li:nth-child(6){z-index:5}section.menu ul>li:nth-child(5){z-index:6}section.menu ul>li:nth-child(4){z-index:7}section.menu ul>li:nth-child(3){z-index:8}section.menu ul>li:nth-child(2){z-index:9}section.menu ul>li:first-child{z-index:10}section.menu ul>li{border-bottom:solid var(--menu-outline) var(--menu-border-width);border-right:solid var(--menu-outline) var(--menu-border-width);border-top:solid var(--menu-outline) var(--menu-border-width);display:block;margin-top:-1px;max-height:var(--menu-height);position:relative;-webkit-transform:skewX(-15deg);transform:skewX(-15deg)}section.menu ul>li>*{-webkit-transform:skewX(15deg);transform:skewX(15deg);-webkit-transform-origin:0 0;transform-origin:0 0}section.menu ul>li>input{height:0;-webkit-transform:none;transform:none;width:0}section.menu ul>li{margin-left:-.25em;margin-right:.25em}section.menu label{display:inline-block;height:100%;line-height:var(--menu-height);padding-left:2em;padding-right:0;position:relative;width:calc(100% - 2em)}section.menu input+label{cursor:pointer}section.menu label:before{color:var(--menu-outline);content:"⸬";display:block;font-size:1em;height:var(--menu-height);left:.25em;line-height:1.6em;overflow:hidden;padding-right:.5em;position:absolute}@supports (-webkit-touch-callout:none){section.menu label:before{content:"⠶";font-size:1.5em;line-height:.9em}}section.menu li ul label:before{display:none}li:hover,section.menu ul>li[onfocusout]:focus-within{background:var(--menu-highlight)}section.menu ul>li:focus-within a{outline:none}li:hover label:before,section.menu ul>li[onfocusout]:focus-within label:before{color:var(--menu-foreground)}li:hover:before,section.menu ul>li:focus-within:before{background:var(--menu-highlight)}li:hover:after,section.menu ul>li:focus-within:after{content:" ";display:block;height:100%;left:100%;position:absolute;top:0;width:calc(var(--menu-height)*.9)}section.menu label a{display:inline-block;left:-1em;padding-left:1em;position:relative;width:calc(100% - 1em)}section.menu li ul li label a{padding-right:1em;width:100%}section.menu li ul{background:var(--menu-background);border-bottom:solid var(--menu-outline) var(--menu-border-width);border-left:solid var(--menu-outline) var(--menu-border-width);border-right:solid var(--menu-outline) var(--menu-border-width);-webkit-box-shadow:var(--menu-shadow-definition) var(--menu-box-shadow-color);box-shadow:var(--menu-shadow-definition) var(--menu-box-shadow-color);left:-1px;padding:0;position:relative;top:2px;width:100%}section.menu li ul li{border:0;margin-right:0;-webkit-transform:none;transform:none;width:100%}section.menu li ul li>*{-webkit-transform:skewX(15deg);transform:skewX(15deg)}section.menu li ul>li{margin-left:0}section.menu li ul li label{padding-left:1em}section.menu label.mobiletoggle,section.menu li ul li:before,section.menu li ul li:hover:after,section.menu li ul li:last-child:after,section.menu li.mobiletoggle{display:none}section.menu>ul>li:not([class^=menuitem]){-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}section.menu>ul>li:not([class^=menuitem]).mobiletoggle{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media not screen and (min-width:320px) and (max-width:480px) and (-webkit-min-device-pixel-ratio:2){section.menu input#mobiletoggle{display:none}section.menu>ul>:nth-last-child(-n+2 of li[class^=menuitem])>ul>li:first-child>label{padding-left:1.1em}section.menu>ul>:nth-last-child(-n+2 of li[class^=menuitem])>ul>li:nth-child(2)>label{padding-left:1.5em}section.menu>ul>:nth-last-child(-n+2 of li[class^=menuitem])>ul>li:nth-child(n+3)>label{padding-left:1.9em}section.menu>ul>li[class^=menuitem]:last-of-type>ul>li:first-child>label{padding-left:1.1em}section.menu>ul>li[class^=menuitem]:last-of-type>ul>li:nth-child(2)>label{padding-left:1.5em}section.menu>ul>li[class^=menuitem]:last-of-type>ul>li:nth-child(3) label{padding-left:1.9em}}@media not screen and (min-width:320px) and (max-width:480px) and (-webkit-min-device-pixel-ratio:2),screen and (orientation:landscape){section.menu>ul{padding-left:calc(env(safe-area-inset-left)*.75)}section.menu>ul>li[class^=menuitem]:last-child{border-left:solid var(--menu-outline) var(--menu-border-width)}}@media only screen and (min-width:320px) and (max-width:480px) and (-webkit-min-device-pixel-ratio:2){section.menu *{--menu-font:9pt;--submenu-height:calc(var(--menu-font)*2 + 6px);font-weight:400}section.menu>ul{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}section.menu>input[type=checkbox]~ul{-webkit-box-shadow:none;box-shadow:none;-webkit-transition:-webkit-box-shadow .5s;transition:-webkit-box-shadow .5s;transition:box-shadow .5s;transition:box-shadow .5s,-webkit-box-shadow .5s}section.menu>input[type=checkbox]:checked~ul{-webkit-box-shadow:var(--menu-shadow-definition) var(--menu-box-shadow-color);box-shadow:var(--menu-shadow-definition) var(--menu-box-shadow-color)}section.menu ul li{-webkit-transition:height .5s,opacity .25s,max-height .5s;transition:height .5s,opacity .25s,max-height .5s}section.menu li.mobiletoggle{display:block}section.menu label.mobiletoggle{display:block;height:2em;left:0;padding-top:1em;position:absolute;top:-3em;width:6em}section.menu>input[type=checkbox]~ul{border:0;display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;overflow:hidden}section.menu>input[type=checkbox]~ul>li{max-height:0}section.menu>input[type=checkbox]:checked~ul>li{max-height:calc(var(--menu-height)*10)}section.menu ul input[type=checkbox]~ul li{height:0;opacity:0;overflow:hidden}section.menu ul input[type=checkbox]:checked~ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:auto}section.menu ul input[type=checkbox]~label~ul{height:auto}section.menu ul input[type=checkbox]:checked~ul li{height:var(--menu-height);opacity:1}section.menu input[type=checkbox]:checked+label:before{-webkit-transform:translate(0);transform:translate(0)}section.menu input[type=checkbox]+label:before{content:"▼";height:1em;line-height:1em;padding:0;text-align:center;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;vertical-align:middle;width:1em}section.menu input[type=checkbox]:checked+label.mobiletoggle:before{content:"✕";-webkit-transform:rotate(4500deg);transform:rotate(4500deg)}section.menu input[type=checkbox]+label.mobiletoggle:before{content:"☰";left:.25em;top:1.25em;-webkit-transform:scale(1);transform:scale(1)}section.menu input[type=checkbox]+label:before{color:var(--menu-foreground);display:block;font-size:1em;left:.5em;position:absolute;top:.95em}section.menu{position:absolute}section.menu>ul{height:auto}section.menu>ul li:after,section.menu>ul li:before,section.menu>ul li:last-child:after{display:none}section.menu ul>li{border:0;margin:0;width:100%}section.menu li ul li>*,section.menu ul>li,section.menu ul>li>*{-webkit-transform:none;transform:none}section.menu li>ul{left:0;top:0;width:100%}section.menu li ul,section.menu li>ul{border:0;border-bottom:0;border-left:0;border-right:0}section.menu li ul{border-radius:0;-webkit-box-shadow:none;box-shadow:none}section.menu li>ul li{left:0;width:100%}section.menu>input[type=checkbox]+label+ul>li>input[type=checkbox]+label+ul{--menu-height:var(--submenu-height)}section.menu>input[type=checkbox]+label+ul>li label{padding-left:2em}section.menu>input[type=checkbox]+label+ul>li>input[type=checkbox]+label,section.menu>input[type=checkbox]+label+ul>li>label{padding-bottom:.5em;padding-top:.5em}section.menu li>input[type=checkbox]:checked+label+ul li:last-child{padding-bottom:0}section.menu label,section.menu li ul li label{padding:0 0 0 2em}}section.menu ccg-searchbox::part(root) *{--main-color:var(--main-color);--base-color-darkest:var(--base-color-darkest);--main-border-color:var(--main-border-color);--darker-medium-main-color:var(--darker-medium-main-color);--darker-main-color:var(--darker-main-color);--highlight-color:var(--highlight-color);--error-color:var(--error-color);--foreground-color:var(--foreground-color)}section.menu ccg-searchbox{text-transform:none}section.menu ccg-searchbox::part(root){--dropdown-font-weight:lighter}section.menu ccg-searchbox::part(form){--result-rows:3;color:#000;left:0;margin-right:1em;position:relative;top:calc(var(--menu-height)*.25 - .25em - 1.25px);width:15em;z-index:4}@media only screen and (min-width:320px) and (max-width:480px) and (-webkit-min-device-pixel-ratio:2){section.menu ccg-searchbox::part(form){margin-right:0;min-height:1.5em;top:0}section.menu ccg-searchbox::part(form){width:calc(100% - 2em)}}section.menu ccg-searchbox[menu]::part(button){-webkit-box-shadow:none;box-shadow:none;padding:0}section.menu ccg-searchbox[menu]::part(button){margin-left:0}ccg-searchbox[menu]::part(button):before,section.menu ccg-searchbox[menu]::part(button):after{-webkit-box-shadow:none;box-shadow:none}header.tooloption{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;position:relative}.tooloption h4{margin:0 0 0 1em}.tooloption h4:after{border-top-right-radius:0}.tooloption .toolpage_page{margin:.5em}h4.selectedtab,h4.selectedtab:after,h4.selectedtab:before{border-color:var(--main-border-color)}h4.selectedtab{max-height:1.5em}button.unselectedtab,button.unselectedtab:after,button.unselectedtab:before,div.glyco.spacer.unselectedtab,div.glyco.unselectedtab:after,div.glyco.unselectedtab:before{background:var(--inactive-main-color);border-color:var(--inactive-main-border-color)}div.glyco.spacer.unselectedtab:after{background:transparent;border-bottom-color:transparent}header.tooloption button.glyco{-ms-flex-item-align:end;align-self:flex-end;font-size:.9em;margin-right:0;margin-top:0}header.tooloption button.glyco:last-child{margin-right:.5em}header.tooloption button.glyco:after,header.tooloption button.glyco:before{border-radius:0}header.tooloption button.glyco:first-of-type:before{border-bottom-left-radius:var(--glyco-button-radius,0);border-top-left-radius:0}header.tooloption button.glyco:last-of-type:after{border-bottom-right-radius:var(--glyco-button-radius,0);border-top-right-radius:var(--glyco-button-radius,0)}header.tooloption:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cline stroke='%2333075e' stroke-width='2' x2='100%25'/%3E%3C/svg%3E");background-repeat:repeat-x;content:"";height:2px;left:2em;position:absolute;width:calc(100% - 2em)}@media only screen and (min-width:320px) and (max-width:480px) and (-webkit-min-device-pixel-ratio:2){header.tooloption button.glyco,header.tooloption h4{font-size:10pt;padding:2px}.tooloption h4,.tooloption header button.glyco{margin-bottom:5px}}@media only screen and (min-width:320px) and (max-width:376px) and (-webkit-min-device-pixel-ratio:2){button.unselectedtab{max-width:clamp(3ch,3ch,1%)}}@media only screen and (min-width:375px) and (max-width:480px) and (-webkit-min-device-pixel-ratio:2){button.unselectedtab{max-width:clamp(5ch,7ch,30%)}}div.toolpage_page[data-v-efdc7c98]{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:100vh;overflow-x:hidden;position:relative}div.toolpage_page>header[data-v-efdc7c98]{z-index:1}div.toolpage_page>section.content[data-v-efdc7c98]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-flex:1;-ms-flex-positive:1;-ms-flex-negative:1;-ms-flex-preferred-size:0%;display:-webkit-box;display:-ms-flexbox;display:flex;flex-basis:0%;-ms-flex-direction:column;flex-direction:column;flex-grow:1;flex-shrink:1;margin-left:calc(env(safe-area-inset-left)*.75);margin-top:.5em;z-index:0}input.toggle_visibility[data-v-efdc7c98],label.toggle_visibility[data-v-efdc7c98]{position:absolute;z-index:3}label.toggle_visibility[data-v-efdc7c98]:before{background:var(--main-color);border:1px solid #000;content:"";display:inline-block;height:1.5em;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cstyle%3E*{stroke-width:.05;stroke:%23000;fill:%23000}%3C/style%3E%3Ccircle cx='.5' cy='.5' r='.4'/%3E%3Cpath d='M.5.25v.5M.25.5h.5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cstyle%3E*{stroke-width:.05;stroke:%23000;fill:%23000}%3C/style%3E%3Ccircle cx='.5' cy='.5' r='.4'/%3E%3Cpath d='M.5.25v.5M.25.5h.5'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:1.5em 1.5em;mask-size:1.5em 1.5em;position:absolute;top:.5em;width:1.5em;z-index:0}label.toggle_visibility[data-v-efdc7c98]{color:transparent;display:inline-block;height:1.5em;width:1.5em}label.toggle_visibility[data-v-efdc7c98]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cstyle%3E*{stroke-width:.05;stroke:%23000;fill:none}%3C/style%3E%3Ccircle cx='.5' cy='.5' r='.4'/%3E%3Cpath style='stroke:%23fff' d='M.5.25v.5M.25.5h.5'/%3E%3C/svg%3E");background-repeat:no-repeat;content:"";cursor:pointer;display:inline-block;height:1.5em;left:0;margin-left:0;margin-top:.5em;pointer-events:auto;position:absolute;top:0;-webkit-transform-origin:center;transform-origin:center;-webkit-transition:transform .6s ease-in-out;-webkit-transition:-webkit-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out;width:1.5em}label.toggle_visibility[data-v-efdc7c98]{--drop-shadow-size:2px;--drop-shadow-alpha:calc(var(--controls-shadow-alpha) + 0.2)}.toggle_visibility.drop_shadow[data-v-efdc7c98]{--drop-shadow-size:2px;-webkit-filter:drop-shadow(var(--drop-shadow-offset) var(--drop-shadow-offset) var(--drop-shadow-size) var(--drop-shadow-color));filter:drop-shadow(var(--drop-shadow-offset) var(--drop-shadow-offset) var(--drop-shadow-size) var(--drop-shadow-color))}input.toggle_visibility[type=checkbox][data-v-efdc7c98]{display:none}section.toolpage_sidebar:has(input.toggle_visibility[type=checkbox]:checked)+header[data-v-efdc7c98]{margin-left:15ch}input.toggle_visibility[type=checkbox]:checked~label.toggle_visibility[data-v-efdc7c98],input.toggle_visibility[type=checkbox]:checked~label.toggle_visibility[data-v-efdc7c98]:after,input.toggle_visibility[type=checkbox]:checked~label.toggle_visibility[data-v-efdc7c98]:before{-webkit-filter:none;filter:none;right:5px;top:0;-webkit-transform:rotate(382.5deg);transform:rotate(382.5deg)}input.toggle_visibility[type=checkbox]:checked~label.toggle_visibility[data-v-efdc7c98]:before{background:none}input.toggle_visibility[type=checkbox]:checked~label.toggle_visibility[data-v-efdc7c98]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cstyle%3E*{stroke-width:.05;fill:none;stroke:%23fff}%3C/style%3E%3Ccircle cx='.5' cy='.5' r='.4'/%3E%3Cpath d='M.5.25v.5M.25.5h.5'/%3E%3C/svg%3E")}.toolpage_sidebar:focus-within input.toggle_visibility[type=checkbox]~label.toggle_visibility[data-v-efdc7c98]:after{-webkit-transform:rotate(405deg);transform:rotate(405deg)}div.toolpage_page section.toolpage_sidebar>input.toggle_visibility~label.toggle_visibility~section.sidebar_body[data-v-efdc7c98]{display:none}div.toolpage_page section.toolpage_sidebar>input.toggle_visibility:checked~label.toggle_visibility~section.sidebar_body[data-v-efdc7c98]{background:rgba(0,0,0,.8);display:block;height:calc(100% - .5em);overflow-y:auto;padding-top:.5em;pointer-events:auto}div.toolpage_page section.toolpage_sidebar[data-v-efdc7c98]{bottom:0;height:auto;margin-top:-.5em;pointer-events:none;position:absolute;top:calc(4.5em + 5px);-webkit-transition:width .25s ease-in-out;transition:width .25s ease-in-out;width:0;z-index:5}div.toolpage_page section.toolpage_sidebar[data-v-efdc7c98]:has(input.toggle_visibility:checked){width:15ch}section.content header[data-v-efdc7c98]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1em;margin-top:.5em;width:100%}section.content header h1[data-v-efdc7c98]{-ms-flex-negative:0;flex-shrink:0}section.content>header>section.actions[data-v-efdc7c98]{-webkit-box-flex:1;grid-row-gap:5px;display:grid;-ms-flex:1;flex:1;grid-template-columns:repeat(auto-fill,minmax(5.5em,1fr));margin-left:5px}section.content>header>section.actions>[data-v-efdc7c98]{-ms-flex-item-align:center;align-self:center;justify-self:center;max-height:2em}section.content>header>section.actions>a.glyco[data-v-efdc7c98]{font-size:11px;text-decoration:none}h1[data-v-efdc7c98]:empty{display:none}h1[data-v-efdc7c98]{margin-bottom:0;margin-top:0;max-width:50%;overflow:hidden}h1 .subtitle[data-v-efdc7c98]{display:inline-block;font-size:.5em;font-style:oblique;font-weight:lighter;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}section.tool_options[data-v-efdc7c98]{margin:2em;max-width:100vw}section.tool_body[data-v-efdc7c98]{-webkit-box-flex:1;-ms-flex:1;flex:1}section.tool_help[data-v-efdc7c98]{min-height:100vh}section.tool_help section.help_body[data-v-efdc7c98]{font-family:Helvetica,Verdana,sans-serif;margin:1em}@media only screen and (min-width:320px) and (max-width:480px) and (-webkit-min-device-pixel-ratio:2){section.tool_body[data-v-efdc7c98],section.tool_options[data-v-efdc7c98]{margin:.5em}div.toolpage_page section.toolpage_sidebar[data-v-efdc7c98]{top:calc(3em + 5px)}}.documentation_root{--font-family:system-ui,-apple-system,"Segoe UI","Roboto","Ubuntu","Cantarell","Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--line-height:1.5;--font-weight:400;--font-size:16px;--border-radius:0.25rem;--border-width:1px;--outline-width:3px;--spacing:1rem;--typography-spacing-vertical:1.5rem;--block-spacing-vertical:calc(var(--spacing)*2);--block-spacing-horizontal:var(--spacing);--grid-spacing-vertical:0;--grid-spacing-horizontal:var(--spacing);--transition:0.2s ease-in-out}:where(.documentation_root){-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;background-color:var(--background-color);color:var(--color);cursor:default;font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight);line-height:var(--line-height);overflow-wrap:break-word;-moz-tab-size:4;-o-tab-size:4;tab-size:4;text-rendering:optimizeLegibility}@media (min-width:576px){body>footer,body>header,body>main,section{--block-spacing-vertical:calc(var(--spacing)*2.5)}}@media (min-width:768px){body>footer,body>header,body>main,section{--block-spacing-vertical:calc(var(--spacing)*3)}}@media (min-width:992px){body>footer,body>header,body>main,section{--block-spacing-vertical:calc(var(--spacing)*3.5)}}@media (min-width:1200px){body>footer,body>header,body>main,section{--block-spacing-vertical:calc(var(--spacing)*4)}}@media (min-width:576px){article{--block-spacing-horizontal:calc(var(--spacing)*1.25)}}@media (min-width:768px){article{--block-spacing-horizontal:calc(var(--spacing)*1.5)}}@media (min-width:992px){article{--block-spacing-horizontal:calc(var(--spacing)*1.75)}}@media (min-width:1200px){article{--block-spacing-horizontal:calc(var(--spacing)*2)}}dialog>article{--block-spacing-vertical:calc(var(--spacing)*2);--block-spacing-horizontal:var(--spacing)}@media (min-width:576px){dialog>article{--block-spacing-vertical:calc(var(--spacing)*2.5);--block-spacing-horizontal:calc(var(--spacing)*1.25)}}@media (min-width:768px){dialog>article{--block-spacing-vertical:calc(var(--spacing)*3);--block-spacing-horizontal:calc(var(--spacing)*1.5)}}code,kbd,pre,samp{--font-family:"Menlo","Consolas","Roboto Mono","Ubuntu Monospace","Noto Mono","Oxygen Mono","Liberation Mono",monospace,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}kbd{--font-weight:bolder}main{display:block}body{margin:0;width:100%}body>footer,body>header,body>main{margin-left:auto;margin-right:auto;padding:var(--block-spacing-vertical) 0;width:100%}.container,.container-fluid{margin-left:auto;margin-right:auto;padding-left:var(--spacing);padding-right:var(--spacing);width:calc(100% - var(--spacing)*2)}@media (min-width:576px){.container{max-width:510px;padding-left:0;padding-right:0}}@media (min-width:768px){.container{max-width:700px}}@media (min-width:992px){.container{max-width:920px}}@media (min-width:1200px){.container{max-width:1130px}}section{margin-bottom:var(--block-spacing-vertical)}.grid{grid-column-gap:var(--grid-spacing-horizontal);grid-row-gap:var(--grid-spacing-vertical);display:grid;grid-template-columns:1fr;margin:0}@media (min-width:992px){.grid{grid-template-columns:repeat(auto-fit,minmax(0,1fr))}}.grid>*{min-width:0}figure{display:block;margin:0;overflow-x:auto;padding:0}figure figcaption{color:var(--muted-color);padding:calc(var(--spacing)*.5) 0}:where(audio,canvas,iframe,img,svg,video){vertical-align:middle}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}:where(iframe){border-style:none}img{border-style:none;height:auto;max-width:100%}:where(svg:not([fill])){fill:currentColor}svg:not(:root){overflow:hidden}section.content[data-v-3b754b6a]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}section.content>section[data-v-3b754b6a]{max-width:75vw}label.switch input[type=checkbox][data-v-7683042d]{display:none}label.switch input[type=checkbox]:checked+span[data-v-7683042d]:before{background-color:var(--base-color-darker)}label.switch input[type=checkbox]:checked+span[data-v-7683042d]:after{background-color:var(--base-color-darkest);-webkit-transform:skewX(-15deg) translate(100%,-50%);transform:skewX(-15deg) translate(100%,-50%)}label.switch input[type=checkbox]+span[data-v-7683042d]{cursor:pointer;display:inline-block;font-weight:500;margin:0;padding:0 44px;position:relative;text-align:left}label.switch input[type=checkbox]+span[data-v-7683042d]:after,label.switch input[type=checkbox]+span[data-v-7683042d]:before{content:"";cursor:pointer;margin:0;outline:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .2s ease-out;transition:all .2s ease-out}label.switch input[type=checkbox]+span[data-v-7683042d]:before{background-color:rgba(0,0,0,.2);border-radius:8px;height:14px;left:1px;width:34px}label.switch input[type=checkbox]+span[data-v-7683042d]:after{background-color:rgba(80,80,80,.8);border-radius:3px;-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.098),0 1px 5px 0 rgba(0,0,0,.084);box-shadow:0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.098),0 1px 5px 0 rgba(0,0,0,.084);height:20px;left:0;-webkit-transform:skewX(-15deg) translateY(-50%);transform:skewX(-15deg) translateY(-50%);width:18px}label.switch input[type=checkbox]:checked+span label.switch input[type=checkbox][data-v-7683042d]:after{-webkit-transform:translate(80%,-50%);transform:translate(80%,-50%)}
/*# sourceMappingURL=app.4c2438043cefd3156195.css.map */