@import url(https://fonts.googleapis.com/css?family=Lato);.lineup{display:flex;justify-content:space-between}.lineup>*{margin-inline:1rem}.lineup>:first-child{margin-inline-start:0}*{box-sizing:border-box;margin:0;padding:0}:root{--grey_monochromatic_1:#fff;--grey_monochromatic_2:#f6f7f9;--grey_monochromatic_3:#e6eaef;--grey_monochromatic_4:#d6dde5;--grey_monochromatic_5:#c7d0db;--grey_monochromatic_6:#b7c3d1;--grey_monochromatic_7:#a8b9c7;--grey_monochromatic_8:#98adbd;--grey_monochromatic_9:#899fb3;--grey_monochromatic_10:#7992a9;--yellow_monochromatic_3:#fff3cd;--yellow_monochromatic_4:#ffedb4;--yellow_monochromatic_5:#ffe79b;--yellow_monochromatic_6:#ffe181;--yellow_monochromatic_7:#ffdb68;--yellow_highlight:#fff200;--yellow_hover:#f8b34a;--blue_primary:#276192;--text_dark:#323c47;--section_header_background:var(--grey_monochromatic_4);--section_header_title_hover_color:var(--blue_primary);--section_header_divider_color:var(--grey_monochromatic_5);--expandable_text_box_title_hover_color:var(--yellow_hover)}body,html{margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#e6eaef;font-family:Lato,sans-serif;font-size:1em;height:100vh;line-height:1.25em;overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}p{color:#282828}a,p{font-size:1em;line-height:1.375em}a{color:#276192;text-decoration:none}h1,h2,h3,h4,h5,h6{color:#323c47;font-weight:600}h1{font-size:3em;line-height:1.05em}h2{font-size:2.25em}h2,h3{line-height:1.25em}h3{font-size:1.75em}h4{font-size:1em;line-height:1.22em}.layout__root{display:flex;flex-direction:column;height:100%;width:100%}.layout__head{flex:0 0 10px}.layout__body{display:flex;flex:1 1 auto;overflow:hidden;padding-top:1rem;position:relative}.layout__body .standard-image{bottom:16px;height:58px;left:20px;opacity:.6;position:absolute;width:170px;z-index:-1}.layout__sidebar{display:flex;flex:0 0 18rem;flex-direction:column;padding-right:1rem;width:33%}.layout__content{border-radius:.25rem .25rem 0 0;display:flex;flex:1 1 auto;overflow:hidden;padding:15px}.layout__content-main{flex:1 1 55%;overflow:auto;padding-right:1rem}.layout__content-top-doc-h3{color:#474232;float:left;font-size:1em;font-weight:600;line-height:1.22em;margin-bottom:15px;margin-top:8px;overflow:hidden;text-overflow:ellipsis!important;width:100%}.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{float:left;min-height:1px;padding-left:15px;padding-right:15px;position:relative}.col-3{flex:0 0 25%;max-width:25%}.col-9{flex:0 0 75%;max-width:75%}.col-12{flex:0 0 100%;max-width:100%}.grey-bg{background:#f3f5f7}.dark{color:#323c47}.smallish{font-size:90%}.root{height:100vh;position:relative;width:100vw}.app-wrapper{height:100%}.env-test{padding-top:1.75rem}.env-test:before{background-color:#639;color:#fff;content:"Test environment";font-weight:700;height:1.75rem;left:0;line-height:1.75rem;padding-left:.5rem;position:fixed;top:0;width:100vw;z-index:1}.env-test .root{border:1rem solid #639;border-top-width:1.5rem}.menu-bar{background:#f3f5f7;border-bottom:1px solid #ddd;display:flex;flex-direction:row;height:47px;justify-content:flex-start;width:100%}.menu-bar__primary-navigation{align-items:center;display:flex;flex-direction:row;gap:32px;padding-left:36px;width:25%}.menu-bar__secondary-navigation{align-items:center;display:flex;flex-direction:row;gap:8px;width:25%}.menu-bar__tertiary{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;padding-right:36px;width:50%}.menu-bar a:not(.menu-bar__secondary-navigation a),.menu-bar span{align-items:center;border-top:2px solid #0000;color:#276192;display:flex;font-weight:700;padding:6px 0;text-decoration:none;text-transform:uppercase}.menu-bar a.active:not(.menu-bar__secondary-navigation a){color:#f8b34a}.document-information-expander-content-initial-collapsed{max-height:0;overflow:hidden}.document-information-expander-content{overflow:hidden;transition:max-height .2s ease-out}.expander-icon{margin-right:4px}.expander-icon svg{transition:transform .2s ease-out}.expander-icon.expanded svg{transform:rotate(90deg)}.document-information-section{background:var(--section_header_background);display:block;height:65px;margin-top:15px;overflow-y:auto;padding:5px 8px;width:100%}.document-information-top{align-items:baseline;display:flex;width:100%}.document-information-top:hover *{color:var(--section_header_title_hover_color)}.document-information-expander-content .expandable-text-box:last-child{margin-bottom:0}.expandable-text-box{background:#fff;display:block;margin-bottom:8px;margin-top:8px;overflow-y:auto;padding:5px 8px;width:100%}.expandable-text-box.variant-dark{background:var(--section_header_background)}.expandable-text-box.variant-highlight{background:var(--yellow_monochromatic_3)}.expandable-text-box-content-initial-collapsed{max-height:0;overflow:hidden}.expandable-text-box-content{color:#323c47;overflow:hidden;transition:max-height .2s ease-out}.expandable-text-box-title{align-items:baseline;color:#323c47;display:flex;width:100%}.expandable-text-box-title:hover *{color:var(--expandable_text_box_title_hover_color)}.expandable-text-box-title.variant-dark:hover *{color:var(--section_header_title_hover_color)}.expandable-text-box-title.variant-highlight:hover *{color:#ec9209}.variant-highlight .underline{border-bottom:1px solid var(--yellow_monochromatic_5)}.underline{border-bottom:1px solid #d3d3d3}.underline,.underline-dark{margin-bottom:5px;padding-bottom:5px}.underline-dark{border-bottom:1px solid var(--section_header_divider_color)}.show-as-clickable{cursor:pointer}.text-with-line-break p:not(:first-child){margin-top:1.5em}.modal-overlay{align-items:center;background:#00000080;cursor:pointer;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{border-radius:8px;box-shadow:0 2px 10px #0000001a;cursor:default;max-width:90%;position:relative}.close-btn{background:none;border:none;color:#323c47;cursor:pointer;position:absolute;right:16px;top:16px}.close-btn svg{height:1.5em!important;width:1.5em!important}.front-emptystate{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;margin:0 auto;text-align:center;width:100%}.front-emptystate-headline-container{align-items:center;border-bottom:1px solid var(--grey_monochromatic_6);box-sizing:initial;display:flex;height:150px;justify-content:center;padding-bottom:1px;width:100%}.section-container{align-items:start;display:flex;flex-direction:column;gap:4px;margin-top:32px;padding:0 200px;text-align:left;width:100%}.standards-links{border-top:2px solid #b7c3d1;flex-direction:row;gap:2%;justify-content:space-around;padding:26px 32px 0}.standards-link-item,.standards-links{align-items:center;display:flex;width:100%}.standards-link-item{border:1px solid #b7c3d1;border-radius:.25rem;flex-direction:column;justify-content:center;padding:16px 32px;text-decoration:none}.standards-link-item-header{font-size:2.25em;line-height:1.25em}.standards-link-item-label{font-size:1.25em;line-height:1.5em}.standards-link-item:hover{background-color:#e6eaef}.benefits-ingress{border-top:2px solid #b7c3d1;padding:16px;text-align:left}.support-news-container{border-top:2px solid #b7c3d1;display:flex;flex-direction:row;gap:5%;padding:16px;width:100%}.support-news-footer{padding-left:16px}ul{list-style:none;padding-left:32px}li{align-items:flex-start;display:flex;gap:8px}li:before{content:"\25aa";flex-shrink:0}.grow{flex-grow:1}.layout__sidebar-container{height:100%;position:relative;width:100%}.layout__sidebar-container img{position:absolute;width:100%}.gradient-overlay{background:linear-gradient(270deg,#e6eaef 0,#0000);height:100%;position:absolute;right:0;top:0;width:20%}.document-info{background:#fff;display:flex;flex-direction:column;margin-bottom:8px;margin-top:8px;padding:5px 8px;width:100%}.document-info-title{border-bottom:1px solid #d3d3d3;color:#323c47;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:5px;padding-bottom:5px;width:100%}.document-info-title-pop-out-link{align-items:center;color:var(--blue_primary);cursor:pointer;display:flex;flex-direction:row;font-size:.9em;gap:4px;padding-right:3px}.document-info-title-pop-out-link:hover{color:var(--yellow_hover)}.document-info-content{color:#323c47;max-height:5.5em;min-height:1.375em;overflow:auto}.document-info-content.tall{max-height:16.5em}.document-info-modal{background:var(--grey_monochromatic_2);border-radius:4px;padding:16px;width:50vw}.document-info-modal-title{border-bottom:1px solid #d3d3d3;color:#323c47;font-size:1.25em;font-weight:700;margin-bottom:5px;padding-bottom:5px;width:100%}.document-info-modal-content{color:#323c47;max-height:75vh;min-height:10em;overflow:auto}
/*# sourceMappingURL=main.096a5ed8.css.map*/