@keyframes moveInLeft{0%{opacity:0;transform:translateX(-10rem)}80%{transform:translateX(1rem)}to{opacity:1;transform:translate(0)}}@keyframes moveInRight{0%{opacity:0;transform:translateX(10rem)}80%{transform:translateX(-1rem)}to{opacity:1;transform:translateX(0)}}@keyframes moveInBottom{0%{opacity:0;transform:translateY(3rem)}to{opacity:1;transform:translate(0)}}@keyframes moveInTop{0%{opacity:0;transform:translateY(-4rem)}to{opacity:1;transform:translate(0)}}*,:after,:before{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width:75em){html{font-size:56.25%}}@media only screen and (max-width:56.25em){html{font-size:50%}}@media only screen and (min-width:112.5em){html{font-size:75%}}body{box-sizing:border-box;font-family:Roboto,sans-serif;background-color:#08233c}img{max-width:100%;height:auto;margin:0}::-moz-selection{background-color:#d7df71!important;color:#08233c!important;text-shadow:none}::selection{background-color:#d7df71!important;color:#08233c!important;text-shadow:none}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50;color:#08233c;background-color:#fff}@supports(-webkit-hyphens:none){.safari_only{bottom:1.5rem!important}}.grid{display:grid}.grid_explorer-boxes{display:grid;grid-template-rows:repeat(1,1fr);grid-template-columns:repeat(4,1fr);grid-gap:2.4rem;cursor:pointer}@media only screen and (max-width:75em){.grid_explorer-boxes{grid-template-columns:repeat(3,1fr);grid-gap:1.4rem}}@media only screen and (max-width:56.25em){.grid_explorer-boxes{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:40.5em){.grid_explorer-boxes{grid-template-columns:repeat(1,1fr)}}.grid_explorer-fullrow{display:grid;grid-template-rows:repeat(1,1fr);grid-template-columns:repeat(1,1fr);grid-gap:1rem;cursor:pointer}.grid_explorer-datasets{display:grid;grid-template-columns:repeat(4,1fr)}@media only screen and (max-width:90em){.grid_explorer-datasets{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:75em){.grid_explorer-datasets{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:40.5em){.grid_explorer-datasets{grid-template-columns:repeat(1,1fr)}}.grid_gap-smaller{grid-gap:.4rem}.grid_gap-small{grid-gap:1rem}.grid_gap-big{grid-gap:5rem}.grid_row-1{grid-template-rows:repeat(1,1fr)}.grid_row-2{grid-template-rows:repeat(2,1fr)}.grid_col-2{grid-template-columns:repeat(2,1fr)}@media only screen and (max-width:40.5em){.grid_col-2-responsive{grid-template-columns:repeat(1,1fr);justify-items:center}}.grid_col-3{grid-template-columns:repeat(3,1fr)}@media only screen and (max-width:40.5em){.grid_col-3{grid-template-columns:repeat(1,1fr);grid-gap:1.4rem}}.grid_col-4{grid-template-columns:repeat(4,1fr)}@media only screen and (max-width:40.5em){.grid_col-4{grid-template-columns:repeat(1,1fr);grid-gap:1.4rem}}.grid_col-5{grid-template-columns:repeat(5,1fr);grid-row-gap:3rem}@media only screen and (max-width:75em){.grid_col-5{grid-template-columns:repeat(3,1fr);grid-row-gap:5rem}}@media only screen and (max-width:56.25em){.grid_col-5{grid-template-columns:repeat(2,1fr);grid-row-gap:5rem}}@media only screen and (max-width:40.5em){.grid_col-5{grid-template-columns:repeat(1,1fr);grid-gap:1.4rem}}.grid_col-space-right{grid-template-columns:1fr 2fr}@media only screen and (max-width:40.5em){.grid_col-space-right{grid-template-columns:repeat(1,1fr);grid-gap:1rem}}.grid_col-space-left{grid-template-columns:2fr 1fr}.btn,.btn:link,.btn:visited,a.btn,a.btn:link,a.btn:visited{position:relative;text-transform:uppercase;text-decoration:none;padding:1rem 1.8rem;display:inline-block;border-radius:10rem;transition:all .2s;font-size:1.2rem;font-weight:700;text-decoration:none!important;border:none;cursor:pointer}.btn:hover:not([disabled=disabled]),a.btn:hover:not([disabled=disabled]){box-shadow:0 1rem 2rem rgba(0,0,0,.2);transform:scaleX(1.1) scaleY(1.1)}.btn[disabled=disabled],a.btn[disabled=disabled]{background-color:#dcdcdc;color:#a5a5a5;cursor:default}.btn:is(:active,:focus):not([disabled=disabled]),a.btn:is(:active,:focus):not([disabled=disabled]){outline:none;transform:translateY(-1px);box-shadow:0 .5rem 1rem rgba(0,0,0,.2)}.btn--white,a.btn--white{background-color:#fff;color:#083d56}.btn--white:after,a.btn--white:after{background-color:#fff}.btn--primary,a.btn--primary{background-color:#08233c!important;color:#fff}.btn--primary:after:not([disabled=disabled]),a.btn--primary:after:not([disabled=disabled]){background-color:#08233c}.btn--tertiary,a.btn--tertiary{background-color:#d7df71;color:#08233c!important}.btn--tertiary:after,a.btn--tertiary:after{background-color:#d7df71}.btn--normal,.btn--normal:after,a.btn--normal,a.btn--normal:after{border-radius:1.14rem!important;padding:.5rem 1rem!important;font-weight:300}@media only screen and (max-width:75em){.btn--normal,.btn--normal:after,a.btn--normal,a.btn--normal:after{font-size:.8rem!important}}.btn--noradius,.btn--noradius:after,a.btn--noradius,a.btn--noradius:after{border-radius:.1rem!important;padding:.5rem 1rem!important;font-weight:300}@media only screen and (max-width:75em){.btn--noradius,.btn--noradius:after,a.btn--noradius,a.btn--noradius:after{font-size:.8rem!important}}.btn:after,a.btn:after{position:absolute;content:"";display:inline-block;height:100%;width:100%;border-radius:10rem;top:0;left:0;z-index:-1;transition:all .4s}.btn--animated,a.btn--animated{animation:moveInBottom .5s ease-out .75s;animation-fill-mode:backwards}.btn-text:link,.btn-text:visited,a.btn-text:link,a.btn-text:visited{font-size:1.6rem;color:#08233c;display:inline-block;border-bottom:1px solid #08233c;padding:3px;transition:all .2s;text-decoration:none}.btn-text:hover,a.btn-text:hover{background-color:#08233c;color:#fff!important;box-shadow:0 1rem 2rem rgba(0,0,0,.15);transform:translateY(-2px);border-bottom:1px solid #083d56;padding:1rem 2rem}.btn-text:active,a.btn-text:active{box-shadow:0 .5rem 1rem rgba(0,0,0,.15);transform:translateY(0)}.md-icon-button.large{width:140px;min-width:120px;text-align:right}@media only screen and (max-width:75em){.md-icon-button.large{width:120px;min-width:100px}}.md-icon-button.large:hover{text-decoration:none;cursor:pointer}.viz-tab__button{display:inline-flex;padding:.8rem .8rem .4rem;font-size:1.3rem;font-weight:500;color:#a2a5a9!important;cursor:pointer}.viz-tab__button:hover{text-decoration:none!important}.viz-tab__button.active{border-bottom:.2rem solid #08233c}.return-btn{background-color:#fff!important;border:2px solid #08233c;border-radius:50%;cursor:pointer;width:-moz-fit-content;width:fit-content;color:#08233c!important}.return-btn:hover{background-color:#08233c!important;color:#fff!important}.return-btn-text{color:#08233c!important}.return-btn-text:hover{color:#fff!important}.facet{z-index:9;background-color:#fff;border:1px solid #d3d3d3;text-align:center;min-height:60px;min-width:320px;max-height:500px;max-width:600px;opacity:0}.facet_viewport{width:100%;display:inline-block;vertical-align:top;overflow:auto;border:1px solid rgba(0,0,0,.12)}.facet_active{opacity:.8}@media only screen and (min-width:112.5em){.facet_panel{visibility:hidden;display:none;opacity:0}}.facet{position:absolute;overflow:auto}.md-subheader.facet-header{min-height:35px;padding:5px;cursor:move;z-index:10;background-color:#08233c;color:#fff!important;font-weight:700;margin-bottom:.2rem}.facet .resizer{background:transparent;position:absolute;right:0;bottom:0}.facet .resizer-right{width:5px;cursor:e-resize}.facet .resizer-bottom{height:5px;cursor:n-resize}.facet .resizer-both{width:5px;height:5px;z-index:10;cursor:nw-resize}.facet *{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.facet-content_container{margin-top:.8rem}.facet-content_item{margin:0 auto}.facet-content_label{font-weight:500;text-align:left;padding-left:.5rem;color:#08233c}.footer_icon-img{transition:all 1.2s ease-out;width:30rem;display:block;margin-bottom:.2rem}@media only screen and (max-width:75em){.footer_icon-img{width:24rem}}@media only screen and (max-width:56.25em){.footer_icon-img{width:20rem}}@media only screen and (max-width:40.5em){.footer_icon-img{width:18rem}}.footer_icon-text{color:#fff;font-weight:500;display:block;word-spacing:.1rem;font-size:1.3rem}@media only screen and (max-width:90em){.footer_icon-text{font-size:1.25rem}}@media only screen and (max-width:56.25em){.footer_icon-text{font-size:1.33rem}}@media only screen and (max-width:40.5em){.footer_icon-text{font-size:1.2rem}}.footer_content{margin:2.2rem 0 10.5rem 0}@media only screen and (max-width:40.5em){.footer_content{margin:0}}.footer_content-mobile{display:none;visibility:hidden}@media only screen and (max-width:40.5em){.footer_content-mobile{display:block;visibility:visible;margin:1.2rem 0 .8rem 0}}.footer_list>ul{padding:0!important}.footer_list>ul>li{list-style:none;margin-bottom:1rem}.footer_list>ul>li>a,.footer_list>ul>li router-link{text-decoration:none;font-weight:400;color:#fff!important;font-size:1.8rem}.footer_list>ul>li>a:hover,.footer_list>ul>li router-link:hover{color:#d7df71!important}@media only screen and (max-width:56.25em){.footer_list>ul>li>a,.footer_list>ul>li router-link{font-size:1.6rem;padding:.4rem 0}}.form__group:not(:last-child){margin-bottom:2rem}.form__select{padding:.2rem;border:.1rem solid #083d56;width:98%}.form__input,.form__select{font-family:inherit;color:#08233c;background-color:hsla(0,0%,100%,.5);display:block;transition:all .3s}.form__input{font-size:1.5rem;padding:1.5rem 1rem;border-radius:2px;border:none;border-bottom:3px solid rgba(8,35,60,.1);width:100%}@media only screen and (max-width:40.5em){.form__input{padding:.95rem!important}}.form__input:focus{outline:none;box-shadow:0 1rem 2rem rgba(0,0,0,.1);border-bottom:3px solid #08233c}.form__input:focus:invalid{border-bottom:3px solid #d7df71}.form__input::-webkit-input-placeholder{color:#083d56}.form__input--adjust{padding:1.2rem}.form__input--adjust,.form__input--adjust:focus{border:.15rem solid #08233c}.form__input--adjust:focus:invalid{border:.15rem solid #d7df71}.form__input--flat{border-radius:0!important;border-bottom:1.4px solid rgba(8,35,60,.6);padding:.5rem}.form__input--flat::-webkit-input-placeholder{color:#08233c}.form__input--flat:focus{outline:none;box-shadow:none;border-bottom:1.4px solid #08233c}.form__input--flat:focus:invalid{border-bottom:1.4px solid rgba(8,35,60,.3)}.form__label{font-weight:200;font-size:1.2rem;font-weight:700;margin-left:.2rem;margin-top:.7rem;display:block;transition:all .3s}.form__input:-moz-placeholder-shown+.form__label{opacity:0;visibility:hidden;transform:translateY(-4rem)}.form__input:placeholder-shown+.form__label{opacity:0;visibility:hidden;transform:translateY(-4rem)}.form__radio-group{display:inline-block;width:100%;margin-bottom:2rem}.form__radio-input{display:none}.form__radio-label{font-size:1.4rem;color:#08233c;cursor:pointer;position:relative;padding-top:0;padding-left:4.5rem}.form__radio-button{height:2rem;width:2rem;border:3px solid #08233c;border-radius:50%;display:inline-block;position:absolute;left:0;top:-.4rem}.form__radio-button:after{content:"";display:block;height:.8rem;width:.8rem;border-radius:50%;position:absolute;top:47.38%;left:53%;transform:translate(-54%,-44%);background-color:#08233c;opacity:0;transition:opacity .2s}.form__radio-button_less{border:3px solid #08233c}.form__radio-input:checked~.form__radio-label .form__radio-button:after{opacity:1}.form__stepper .md-done .md-stepper-number{background-color:#a2a5a9!important}.form__stepper .md-active .md-button-content{color:#08233c!important;font-weight:500}.form__stepper .md-active .md-stepper-number{background-color:#08233c!important}.form__stepper .md-button-content{color:#a2a5a9!important;font-size:1.8rem}.form__stepper .md-button_next{background:#08233c}.form__stepper .md-button_next .md-button-content,.form__stepper .md-button_next .md-icon{color:#fff!important}.form__stepper .md-button_next .md-disabled{background:#a2a5a9}.form__stepper .md-button_next .md-disabled .md-button-content,.form__stepper .md-button_next .md-disabled .md-icon{color:#4b4b4b!important}.form__stepper .md-button_prev{background:#d7df71}.form__stepper .md-button_prev .md-button-content,.form__stepper .md-button_prev .md-icon{color:#08233c!important}.form__stepper-curate .md-button-content{font-size:1.2rem}.form__stepper-curate .md-stepper-header .md-ripple{padding:0 4px}.form__stepper-curate>.md-steppers-navigation{box-shadow:none!important}@media only screen and (max-width:56.25em){.form__stepper-curate>.md-steppers-navigation{display:none}}.form__stepper-curate>.md-steppers-navigation .md-stepper-header.md-done .md-stepper-number{border:unset!important}.form__file-input{width:100%;margin:0 auto;transition:.2s ease;cursor:pointer}.form__file-input input[type=file]{visibility:hidden}.form__drop-area{max-width:80%;margin:2.5rem;padding:3rem 1rem 0 1rem;outline:4px dashed #a2a5a9}.form__drop-area[data-active=true]{outline:4px dashed #0e5f76;color:#0e5f76}.form__drop-area_label{width:100%;margin:0 auto;padding:5rem;transition:.2s ease;place-items:center;text-align:center;cursor:pointer}.form__drop-area_label input[type=file]{visibility:hidden}.header{position:fixed;background-color:#08233c;z-index:11;width:100%;transition:background-color .4s ease-out;border-bottom:.1rem solid #fff;padding:.5rem}@media only screen and (max-width:40.5em){.header{border-bottom:.01rem solid #fff}}.header-logo{transition:all 1.2s ease-out;width:27rem;display:inline-block;margin:.5rem 0;cursor:pointer}@media only screen and (max-width:75em){.header-logo{width:21rem}}@media only screen and (max-width:56.25em){.header-logo{width:16rem}}@media only screen and (max-width:40.5em){.header-logo{width:14rem;padding:.4rem 0 0 0;margin:.1rem 0 .2rem 2rem}}.header_nav{position:absolute;right:6.1875rem;opacity:1;transition:all 1.2s ease-out;top:1.5rem}@media only screen and (max-width:75em){.header_nav{top:1.6rem;right:2.1875rem}}@media only screen and (max-width:60em){.header_nav{top:.9rem}}@media only screen and (max-width:56.25em){.header_nav{top:.1rem;right:3.1875rem}}@media only screen and (max-width:40.5em){.header_nav{visibility:hidden;display:none;opacity:0}}.header_404_nav{top:.6rem}@media only screen and (max-width:75em){.header_404_nav{top:.1rem}}.teams_text{font-size:2.2rem;font-weight:300;word-spacing:.2rem;margin:0 0 5rem 0;line-height:1.7;text-align:justify}.teams_text>span{font-weight:700}@media only screen and (max-width:40.5em){.teams_text{margin:0 0 3rem 0;font-size:1.5rem}}.teams_header{margin-bottom:0!important;text-align:left}@media only screen and (max-width:40.5em){.teams_header{margin-top:0!important}}.teams_header-partner,.teams_list{text-align:center}.teams_list{margin-bottom:5rem}@media only screen and (max-width:40.5em){.teams_list{margin-top:1rem;margin-bottom:6rem}}@media only screen and (max-width:40.5em){.teams_list>ul{padding-left:0}}.teams_list>ul>li{display:inline-block;list-style:none}.teams_list-ordered{margin:0 -.8rem!important}@media only screen and (max-width:90em){.teams_list-ordered{margin:0 -1.3rem!important}}@media only screen and (max-width:56.25em){.teams_list-ordered{margin:0 -1.5rem!important}}@media only screen and (max-width:40.5em){.teams_list-ordered{margin:0 -1.3rem!important}}.teams_list-ordered ol li{counter-increment:OrderedList;list-style:none;margin:2rem 1rem;font-size:1.6rem;line-height:1.5}@media only screen and (max-width:56.25em){.teams_list-ordered ol li{margin:2rem 1.4rem}}@media only screen and (max-width:40.5em){.teams_list-ordered ol li{font-size:1.1rem}}.teams_list-ordered ol li:before{content:"[" counter(OrderedList) "]  "}.teams_container{border:.01rem solid rgba(75,75,75,.1);box-shadow:0 1px 4px rgba(0,0,0,.16);width:35rem;height:45.5rem;border-radius:3px;margin:0 2.8rem 4.2rem 0;place-items:center;background:#fff;overflow:hidden;display:grid;line-height:1.5}@media only screen and (max-width:40.5em){.teams_container{width:95%!important;margin:0 1.4rem 4.2rem 0;height:57rem}}.teams_partner{position:relative}@media only screen and (max-width:40.5em){.teams_partner{margin:0 auto}}.teams_partner-nsf{width:16.8rem}@media only screen and (max-width:75em){.teams_partner-nsf{width:9.8rem}}.teams_partner-chimad{width:33.6rem}@media only screen and (max-width:75em){.teams_partner-chimad{width:18.2rem}}.teams_partner-naval,.teams_partner-nist{width:25.2rem}@media only screen and (max-width:75em){.teams_partner-naval,.teams_partner-nist{width:12.6rem}}.teams_partner-align{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media only screen and (max-width:40.5em){.teams_partner-align{position:relative;top:0;left:0;transform:none}}.teams_partner-container{margin-top:19.6rem}.teams_profile-pic{margin:5% auto;transition:.5s ease}.teams_profile-pic>img{width:140px;height:140px;-o-object-fit:cover;object-fit:cover;border-radius:50%;background-position:top}.teams_profile-header{margin:0 0 2px 0;font-size:2.1rem}@media only screen and (max-width:40.5em){.teams_profile-header{font-size:2.7rem}}.teams_profile-subhead{font-size:1.1rem}@media only screen and (max-width:40.5em){.teams_profile-subhead{font-size:1.4rem}}.teams_profile-text{font-size:1.26rem;color:#4b4b4b;font-style:italic;margin:.7rem 0;padding:0 1.4rem;letter-spacing:0}@media only screen and (max-width:40.5em){.teams_profile-text{font-size:1.6rem}}.teams_profile_link{position:relative;width:100%;height:100px;background:#08233c;border-radius:0 5px 0 0;transform:rotate(-8deg) translateY(69px);transition:.5s;transform-origin:left;right:1.3rem;bottom:.1px}@media only screen and (max-width:56.25em){.teams_profile_link{transform:rotate(-8deg) translateY(36px);bottom:-20px}}@media only screen and (max-width:40.5em){.teams_profile_link{transform:rotate(-8deg) translateY(63px)}}.teams_profile_link-list{position:absolute;top:20px;right:15px;transform:rotate(10deg)}@media only screen and (max-width:56.25em){.teams_profile_link-list{top:9px}}.teams_profile_link-list>a,.teams_profile_link-list span{color:#fff;font-size:2rem}@media only screen and (max-width:56.25em){.teams_profile_link-list>a,.teams_profile_link-list span{margin-right:.3rem}}@media only screen and (max-width:40.5em){.teams_profile_link-list>a,.teams_profile_link-list span{font-size:2.5rem}}.howto_item-header{cursor:pointer;display:-ms-flexbox;align-items:center}.howto_item-header>span{font-size:8.4rem;margin-right:2.1rem;background-image:linear-gradient(to right bottom,#08233c,rgba(8,61,86,.4));-webkit-background-clip:text;background-clip:text;color:transparent}@media only screen and (max-width:40.5em){.howto_item-header>span{font-size:4.2rem;margin-right:1.4rem}}.howto_item-header>h1{display:inline-block;text-align:left;padding-bottom:.2rem}@media only screen and (max-width:40.5em){.howto_item-header>h1{margin-top:0;font-size:2rem}}@media only screen and (max-width:40.5em){.howto_item-header{margin-bottom:.7rem}}.howto_item>p{padding:0 .7rem;font-weight:300;text-align:left;margin-bottom:1.6rem}@media only screen and (max-width:40.5em){.howto_item>p{font-size:1.5rem}}@media only screen and (max-width:40.5em){.howto_item{margin-bottom:1.4rem}.howto_item:not(:last-child){margin-bottom:2.8rem}}.news-container{width:75%;margin:0 auto;margin-bottom:5rem;transition:all .3s cubic-bezier(.25,.8,.25,1)}.news-container:hover{box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);border-radius:1rem;padding:3rem;cursor:pointer}.news_header{margin-top:2rem;text-align:center}.news_image{float:left;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);margin-right:3.2rem;padding:.5rem}@media only screen and (max-width:40.5em){.news_image{margin-right:1.2rem!important}}.news_image>img{height:21rem;width:auto}.news_image>i{font-size:14rem!important}@media only screen and (max-width:40.5em){.news_image>i{font-size:5.6rem!important}}.news_text{font-size:2rem;font-weight:300;word-spacing:.2rem;line-height:1.7;text-align:justify}@media only screen and (max-width:40.5em){.news_text{font-size:1.7rem!important}}.news_title{font-weight:500;font-size:2.8rem;line-height:1.7;color:#08233c}@media only screen and (max-width:40.5em){.news_title{font-size:2rem!important}}.news_info{margin-top:1rem}@media only screen and (max-width:40.5em){.news_info{font-size:1rem!important}}.news_info-left{color:#08233c;padding:.2rem;padding-right:1rem;border-right:.1rem solid #08233c;display:inline-block}.news_info-left>span{text-transform:uppercase}.news_info-right{color:#08233c;display:inline-block;padding-left:.8rem}.tools{background:#e2e1e0!important}.tools-simulation{margin-top:4rem}.tools_shortcuts-list{margin:0 auto}.tools_shortcuts-list>ul{padding-left:0;text-align:center}.tools_shortcuts-list>ul li{display:table-cell;margin-right:5rem;margin-bottom:5rem}@media only screen and (max-width:56.25em){.tools_shortcuts-list>ul li{display:block;margin-right:0}}.tools_box{background-size:cover;border-radius:.6rem;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);width:45rem;height:30rem}.tools_box--1{background-image:linear-gradient(0deg,#083d56,rgba(8,61,86,.5) 0,transparent 0),url(/nmstatic/img/recon_tool.PNG)}.tools_box--2{background-image:linear-gradient(0deg,#083d56,rgba(8,61,86,.5) 0,transparent 0),url(/nmstatic/img/dynamfit.png)}.tools_box--3{background-image:linear-gradient(0deg,#083d56,rgba(8,61,86,.5) 0,transparent 0),url(/nmstatic/img/prop_simu.png)}@media only screen and (max-width:90em){.tools_box{width:34rem;height:25rem}}@media only screen and (max-width:75em){.tools_box{width:28rem;height:20rem}}@media only screen and (max-width:56.25em){.tools_box{height:18rem}}.tools_box-content{margin-top:3rem;padding:.5rem 1rem;text-align:justify}.tools_box-content-odd{width:90%}.tools_description{font-size:1.1rem;font-weight:400;line-height:2}.tools_description:after{content:"";display:table;clear:both}.tools_laucher{float:right;line-height:1}.tools_name>h3{border-bottom:.1rem solid #000;margin-bottom:.5rem;font-size:1.5rem}.upload_text{margin-top:1.5rem}.upload_text>span{font-weight:700}.upload_lists{font-family:Roboto,sans-serif!important}.upload_lists * div.dataset-header,.upload_lists div.dataset-header{background-color:#08233c!important}.upload_btns,.upload_lists * button,.upload_lists button{background-color:#d7df71!important;color:#08233c!important}.upload_txt{font-family:Roboto,sans-serif!important;font-weight:300;font-size:1.2rem}.contactus{width:80%;margin:0 auto;border:.1rem solid #08233c;padding:2rem;border-radius:.4rem}.contactus_radios{padding-left:0!important}.contactus_radios>li{display:inline-block;padding:.5rem}.contactus_radios-text{font-size:1.6rem;font-weight:300;word-spacing:.2rem;text-align:justify;margin-bottom:1rem}.article_title{margin:1rem 0;padding-bottom:.2rem}.article_subtitle{margin:1rem 0;font-weight:700;font-size:2.2rem}.article_authors{margin:1rem 0;font-style:italic;font-size:2.2rem}.article_metadata{margin:1rem 0;font-size:1.5rem}.article_metadata_strong{font-weight:700}.article_abstract{width:90%;font-size:1.7rem;line-height:1.3;margin:1rem 0}.article_citations,.article_references{margin:2rem 0}.article_table{max-height:50rem;overflow:auto}.article_table>table{table-layout:fixed;width:100%;border-collapse:collapse}.article_table tr{border:solid;border-color:#555;border-width:1px 0}.article_table tr:first-child{border-top:none}.article_table tr:last-child{border-bottom:none}.article_table th{text-align:left;font-size:1.7rem;position:sticky;top:0;background:#eee}.article_table th:first-child{width:2.5em}.article_table th:nth-child(2){width:20%}.article_table th:nth-child(3){width:75%}.article_table td{overflow:hidden;max-width:30%;text-overflow:ellipsis;white-space:nowrap;font-size:1.5rem;text-align:left}.is-dragging{cursor:col-resize}.new-item-button-container{position:relative;display:inline-block}.new-item-new-badge{position:absolute;top:-10px;right:-10px;padding:2px 4px;background-color:#ff0;font-size:.75rem;font-weight:700;color:#000;border-radius:5px;z-index:1}.nav_menu>ul{margin:0;padding:.7rem 0}.nav_menu>ul>li{list-style:none;display:inline-block;padding-right:1.25rem}.nav_menu>ul>li>a,.nav_menu>ul>li>div>a{text-decoration:none!important;font-weight:500;color:#fff!important;padding:.1rem .2rem;font-size:1.4rem!important}.nav_menu>ul>li>a:hover,.nav_menu>ul>li>div>a:hover{color:#d7df71!important;border-bottom:.2rem solid #d7df71;text-decoration:none}@media only screen and (max-width:56.25em){.nav_menu>ul>li>a,.nav_menu>ul>li>div>a{font-size:1.2rem;padding:.3rem .6rem}}@media only screen and (max-width:40.5em){.nav_menu>ul>li>a,.nav_menu>ul>li>div>a{padding:0}}.nav_menu--lightbg ul>li>a,.nav_menu--lightbg ul>li>div>a{color:#08233c!important;padding:2.5rem 1rem}.nav_menu--lightbg ul>li>a:hover,.nav_menu--lightbg ul>li>div>a:hover{color:#08233c!important;text-decoration:none;background-color:rgba(8,35,60,.1);border-bottom:0 solid rgba(8,35,60,.1)}.nav_menu--handler:active+div.nav_menu--siblings,.nav_menu--handler:active+div.nav_menu--siblings-mm,.nav_menu--handler:hover+div.nav_menu--siblings,.nav_menu--handler:hover+div.nav_menu--siblings-mm{display:block;visibility:visible}.nav_menu--container{position:relative;z-index:100}.nav_menu--sibheader{top:1.8rem!important}.nav_menu--siblings-mm{padding:.3rem 0;position:absolute;top:4.3rem!important;left:0;line-height:2.5;min-width:20rem;background-color:#fff;border-bottom-left-radius:.5rem!important;border-bottom-right-radius:.5rem!important;box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14);display:none;visibility:hidden;z-index:10}.nav_menu--siblings-mm:hover{display:block;visibility:visible}.nav_menu--siblings-mm-lists{display:block;transition:background-color .5s ease-out;text-decoration:none!important;text-align:left}.nav_menu--siblings-mm-lists>a{color:#083d56!important;font-size:1.4rem;padding:0 .6rem}.nav_menu--siblings-mm-lists>a:hover{color:#fff}.nav_menu--siblings-mm-lists:hover{background-color:#4b4b4b;cursor:pointer}.nav_menu--siblings-mm-lists:hover>a{color:#fff!important;text-decoration:none!important}.nav_menu--siblings{padding:.3rem 0;border-bottom:.3rem solid #08233c;position:absolute;top:2.02rem;left:0;line-height:2.5;min-width:20rem;background-color:#fff;border-bottom-left-radius:.9rem;border-bottom-right-radius:.9rem;border-top-right-radius:.5rem;display:none;visibility:hidden;z-index:10}@media only screen and (max-width:90em){.nav_menu--siblings{top:2rem}}@media only screen and (max-width:75em){.nav_menu--siblings{top:1.8rem}}.nav_menu--siblings-lists{display:block;border-bottom:1px solid rgba(75,75,75,.2);transition:background-color .5s ease-out;text-decoration:none!important;text-align:left}.nav_menu--siblings-lists>a{color:#083d56!important;font-size:1.4rem;padding:0 .6rem}.nav_menu--siblings-lists>a:hover{color:#fff}.nav_menu--siblings-lists:hover{background-color:#08233c;cursor:pointer}.nav_menu--siblings-lists:hover>a{color:#fff!important;text-decoration:none!important}.nav_menu--siblings-lists-removebdr,.nav_menu--siblings-lists:last-child{border:none}.nav_menu--siblings:hover{display:block;visibility:visible}@media only screen and (max-width:75em){.nav_ul{width:100vw;text-align:center}}.nav_mobile-icon{display:none;visibility:hidden;text-align:left}@media only screen and (max-width:40.5em){.nav_mobile-icon{height:1.5rem;width:1.5rem;position:absolute;top:1.5rem;left:1rem;z-index:12;display:block;visibility:visible;cursor:pointer}}.nav_mobile-icon:before{content:"";position:absolute;top:0;width:1.25rem;height:.14rem;background-color:#fff;transform-origin:0 0;transition:transform .4s ease-out}.nav_mobile-icon-menu{top:.6rem;width:1.75rem;transition:all .4s ease-out}.nav_mobile-icon-menu,.nav_mobile-icon:after{position:absolute;height:.14rem;background-color:#fff;transform-origin:0 50%}.nav_mobile-icon:after{content:"";bottom:0;width:1.25rem;transition:transform .4s ease-out}.nav_mobile-icon--toggle:before{transform:rotate(45deg) translateY(-1.5px) scale(1.5);height:.09rem}.nav_mobile-icon--toggle .nav_mobile-icon-menu{opacity:0;transform:scale(0)}.nav_mobile-icon--toggle:after{transform:rotate(-45deg) scale(1.5);height:.09rem}.search_box{margin:0 auto;width:70%;font-size:2rem;font-weight:200;line-height:1.5}.search_box_header{font-size:5rem;font-weight:300;text-align:left;color:#08233c;margin-top:8rem}@media only screen and (max-width:56.25em){.search_box_header{font-size:2.5rem}}.search_box_text{font-size:1.4rem;text-align:left}.search_box_link{margin-top:-2rem;font-size:1.4rem}.search_box_form{display:flex;flex-direction:row}.search_box_form-item-1{flex-grow:220}.search_box_form-item-2{flex-grow:1;align-self:flex-start}.search_box_form-item-2 .md-field{width:40%;margin:0;padding-top:0}.search_box_form-item-2-padded .md-field{margin:1rem;padding-top:2rem}.search_box_form_btn{display:block!important;padding:1.65rem 3.5rem!important;font-size:1.2rem}.search_box_form_btn:hover{transform:translateY(0)!important}.search_box_form_label{text-align:left;color:#08233c}.explorer_page_header{margin:5rem 10rem}.explorer_page_header .md-tabs-navigation{border-bottom:1px solid #08233c!important}.explorer_page_header .md-tabs.md-theme-default .md-tabs-indicator{background-color:#fff!important;height:.5rem;bottom:-.25rem}.explorer_page_header .md-tab-nav-button{background-color:#08233c!important;padding:.5rem;transition:background-color .2s;border:1px solid #08233c!important;border-radius:.7rem .7rem 0 0;margin-right:1rem;height:-moz-max-content;height:max-content}.explorer_page_header .md-tab-nav-button .md-button-content{color:#fff!important;font-size:1.4rem}.explorer_page_header .md-active{background-color:transparent!important;border-bottom-color:#fff!important}.explorer_page_header .md-active .md-button-content{color:#08233c!important}.explorer_page_footer{color:#08233c;margin-top:1rem;text-align:center}.explorer_page_footer-text{font-size:1.5rem}.explorer_page-container{background-size:auto;background-image:linear-gradient(10deg,#08233c 5%,#083d56),url(../img/keyword.810441e2.png)!important;background-blend-mode:exclusion;padding:1rem}.explorer_page-nav{margin:0 auto;width:80%;margin-top:9rem;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.explorer_page-nav-card{height:25rem;border:.1rem solid #08233c;cursor:pointer;margin-right:2.5rem}@media only screen and (max-width:40.5em){.explorer_page-nav-card{margin-right:2rem;width:30rem!important}}.explorer_page-nav-card_icon{margin-top:9rem;font-size:12rem!important;color:#08233c!important}.explorer_page-nav-card_text{color:#08233c;font-size:2.8rem;font-weight:300}.explorer_page-nav-card:after{display:inline}.explorer_page-nav-card:hover{background-color:#d7df71}.explorer_page-nav-card:hover>.explorer_page-nav-card_icon,.explorer_page-nav-card:hover>.explorer_page-nav-card_text{color:#08233c!important}.explorer_page-list{margin-bottom:4rem}.explorer_page-results{margin:0 10rem}.explorer_page-results .md-card{padding:1rem;cursor:default}.explorer_page-results .results_card{margin:1rem;position:relative!important}.explorer_page-results .results_card-title{color:#0e5f76!important}.explorer_page-results .results_card-title :hover{color:#08233c!important}.explorer_page-results .results_card-type{color:#0e5f76!important;font-weight:500;font-size:small;font-style:italic}.explorer_page-results .results_card-description{color:#08233c!important;padding-left:2rem;font-style:italic}.explorer_page-results .results_card .md-avatar{border:none;border-radius:0;width:10rem;height:10rem}.explorer_page-results .results_card .md-avatar img{-o-object-fit:cover;object-fit:cover}.metamine_intro-banner{background:url(../img/random_network.4bff67e7.png) no-repeat bottom!important;background-size:cover!important;margin-top:-2rem;padding:1.5rem}.metamine_intro-content{text-align:center;color:#fff;padding:4rem 2rem}.metamine_intro-header{margin:2rem 0 2.5rem 0;font-size:5rem;font-weight:500}.metamine_intro-span{display:block;font-size:2.5rem}.metamine_sponsor{display:flex;justify-content:center;margin-bottom:1rem}.metamine_sponsor-content{align-self:center;text-align:center;width:70%}.metamine_sponsor-img{max-height:18rem!important}.metamine_headline{margin-top:1.5rem;text-align:center}@media only screen and (max-width:75em){.metamine_headline{margin:2rem}}.metamine_menu{color:#fff!important;font-weight:500}.metamine_menu-icon{color:#08233c!important}.metamine_footer-text{font-weight:700;text-align:left;padding-left:15%;padding-right:15%}.metamine_footer-ref{text-align:left;padding-left:12%;padding-right:12%}.metamine_footer-ref-header{margin-top:2rem}.card{background:#fff;border-radius:2px;display:inline-block;height:300px;margin:1rem;position:relative;width:300px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);transition:all .3s cubic-bezier(.25,.8,.25,1);cursor:pointer}@media only screen and (max-width:75em){.card-adjust{width:250px}}@media only screen and (max-width:56.25em){.card-adjust{width:270px}}.card-icon{font-size:10rem}@media only screen and (max-width:40.5em){.card-icon{font-size:4rem}}@media only screen and (max-width:40.5em){.card-icon-adjust{font-size:8rem!important}}.card-icon-container{margin-bottom:2.5rem;margin-top:1rem}.card-container{margin:1.5rem 0;padding:.5rem}.card-heading{font-size:2.5rem;font-weight:400;margin-bottom:1rem}.card-float{text-align:center;padding:.1rem 1rem}.inline-display{display:inline-flex!important}.mid-first{background-color:#08233c;padding:2.5rem 1rem;margin:1.5rem 0;margin-bottom:0;color:#fff}@media only screen and (max-width:40.5em){.mid-first{padding-bottom:.5rem!important}}.mid-first-span{display:block}.mid-first-p{line-height:1.2;margin-top:.5rem;font-size:3.5rem}@media only screen and (max-width:40.5em){.mid-first-p{font-size:2rem}}.mid-first-li{margin-right:5rem}@media only screen and (max-width:40.5em){.mid-first-li{margin-right:2rem}}.mid-first-container{height:8rem}.mid-second{background-color:rgba(0,0,0,.6);padding:6rem 15rem;margin:0 0 1.5rem 0;color:#fff;font-size:1.5rem;line-height:1.6}.mid-second-link{color:#fff!important;text-decoration:underline!important}@media only screen and (max-width:56.25em){.mid-second{padding:6rem 3rem}}.sample-page_header{font-size:1.6rem;font-weight:400;color:#08233c;margin:4rem 0 1.2rem 0;padding-bottom:.5rem;border-bottom:.1rem solid #08233c}.page-not-found{padding:5rem;height:100vh;text-align:center}@media only screen and (max-width:56.25em){.page-not-found{padding:1rem}}.page-not-found-header{padding:1.5em 0 .3em;font-size:6em;color:#08233c}.page-not-found p{padding:0 20em}.page-not-found p a a{color:#d7df71!important;font-weight:600}@media only screen and (max-width:56.25em){.page-not-found p{padding:0 5em}}@media only screen and (max-width:40.5em){.page-not-found p{padding:0}}.curate{display:block;padding:0 7rem;display:flex;flex-direction:column}@media only screen and (max-width:40.5em){.curate{padding:0 4rem}}@media only screen and (max-width:75em){.curate-actions_lg{visibility:hidden;display:none}}.curate-actions_sm{visibility:hidden;display:none}@media only screen and (max-width:75em){.curate-actions_sm{visibility:visible;display:block}}.curate-menu{padding:1rem 1rem 2rem 1rem;align-items:center;display:flex}@media only screen and (max-width:40.5em){.curate-menu-routes{visibility:hidden;display:none}}.curate-grid .md-card{margin:1.5rem;padding-bottom:1rem}@media only screen and (max-width:40.5em){.curate-grid .md-card .md-title{font-size:20px}}.curate-grid .md-card-content{overflow:auto}.curate-grid-icons{max-width:100%;max-height:28rem;overflow:auto}.curate-grid-icons .md-button{height:10rem;max-width:10rem!important}.curate-grid-icons .md-button .label{font-size:9px;color:#08233c}@media only screen and (max-width:40.5em){.curate-grid-icons .md-button{height:6rem;max-width:100%!important;width:40rem!important}.curate-grid-icons .md-button .md-ripple{justify-content:left}.curate-grid-icons .md-button .label{font-size:14px;top:2.8rem;left:10rem;position:absolute}.curate-grid-icons .md-button .md-icon{font-size:7rem!important;width:7rem;height:7rem;min-width:7rem;max-height:7rem}}.image-detail-page{padding:2rem 12rem;overflow:hidden}@media only screen and (max-width:75em){.image-detail-page{padding:0}}@media only screen and (max-width:56.25em){.image-detail-page{padding:0!important}}@media only screen and (max-width:40.5em){.image-detail-page-details-flex-item-col{flex-direction:column}}.image-detail-page-tab{border-bottom:.1px solid #a2a5a9}.image-detail-page__relatedImg{flex-direction:row}@media only screen and (max-width:40.5em){.image-detail-page__relatedImg{flex-direction:row!important}}.chart_editor{flex-direction:row;align-items:center;justify-content:center;height:75vh;min-height:450px;box-sizing:content-box;padding:36px 16px 12px}.chart_editor__left-view,.chart_editor__right-view{padding:16px 12px;max-height:100%}.chart_editor__right-view{padding-top:unset;padding-left:unset}.chart_editor-divider{width:1px;opacity:.2}.chart_editor-tabs:active{border-color:#08233c}.chart_editor__left-content,.chart_editor__right-content{height:calc(100% - 40px)}.chart_editor__left-content>.jsoneditor-container.min-box,.chart_editor__right-content>.jsoneditor-container.min-box{height:94%}.countdown-page>.section_banner{height:100vh}@media only screen and (max-width:75em){.countdown-page .header-logo{width:21rem}}.countdown-page .form__input--adjust{border:.15rem solid hsla(0,0%,100%,.5)}@media only screen and (max-width:40.5em){.countdown-page .visualize_header-h1{font-size:3.8rem;font-weight:400;margin:1rem 0 0 0}}@media only screen and (max-width:90em){.countdown-page button.submit_button{padding:1.6rem 3.5rem!important;margin-left:-1rem!important}}@media only screen and (max-width:75em){.countdown-page button.submit_button{padding:1.85rem 3.5rem!important;margin-left:-1rem!important}}@media only screen and (max-width:56.25em){.countdown-page button.submit_button{padding:1.86rem 3.5rem!important}}@media only screen and (max-width:40.5em){.countdown-page button.submit_button{padding:1.65rem 3.5rem!important}}.countdown-page .clock__box{background-color:rgba(0,0,0,.3);padding:12px 16px;width:12rem;max-width:23%;border-bottom:.3rem solid #d7df71}@media only screen and (max-width:40.5em){.countdown-page .clock__box{padding:4px 12px}}@media only screen and (max-width:40.5em){.countdown-page .p_mobile_small{font-size:1rem}}.deploy-page{display:flex;justify-content:center;align-items:center;height:calc(100vh - 128px)}.spreadsheet_list_form .md-chip.md-theme-default .md-icon.md-icon-image svg{fill:#08233c}.xmlLoader .md-app-side-drawer.md-app-container{height:calc(100vh - 149px)!important}@media only screen and (max-width:56.25em){.xmlLoader .md-app-side-drawer.md-app-container{height:calc(100vh - 139px)!important}}@media only screen and (max-width:40.5em){.xmlLoader .md-app-side-drawer.md-app-container{height:calc(100vh - 107px)!important}}.xmlLoader .md-right{z-index:25}.xmlLoader .md-drawer{width:414px}@media only screen and (max-width:40.5em){.xmlLoader .md-drawer{width:100%;max-width:100%}}.list-container{max-height:calc(100vh - 280px);padding-top:1rem;overflow-y:auto}.select-btn{position:absolute;bottom:50px;right:30px}.sidebar{position:fixed;right:0;top:0;width:40%;height:100vh;background:#fff;box-shadow:-2px 0 5px rgba(0,0,0,.2);padding:20px;z-index:100}@media only screen and (max-width:56.25em){.sidebar{width:60%}}@media only screen and (max-width:40.5em){.sidebar{width:95%}}.quicklinks{padding:0 7rem}@media only screen and (max-width:90em){.quicklinks{padding:0 3rem}}@media only screen and (max-width:56.25em){.quicklinks{padding:0 1rem}}.quicklinks-border{border-left:.1rem solid rgba(75,75,75,.2);border-right:.1rem solid rgba(75,75,75,.2)}@media only screen and (max-width:40.5em){.quicklinks-border{border:none}}.quicklinks_content{padding:1rem 2.2rem;transition:all .6s ease-out;cursor:pointer}@media only screen and (max-width:40.5em){.quicklinks_content{border:.1rem solid #08233c}}.quicklinks_content:hover{box-shadow:.1rem .505rem 1rem rgba(0,0,0,.25);transform:scale(1.25)}@media only screen and (max-width:40.5em){.quicklinks_content:hover{transform:scale(1.05)}}.quicklinks_content>i{font-size:10rem;font-weight:200;display:block;text-align:center;margin:3.8rem;color:#08233c}@media only screen and (max-width:75em){.quicklinks_content>i{font-size:8rem;margin:1.8rem}}@media only screen and (max-width:56.25em){.quicklinks_content>i{font-size:4rem}}@media only screen and (max-width:40.5em){.quicklinks_content>i{font-size:8rem}}.quicklinks_content>h2{font-weight:300;font-size:2.2rem;color:rgba(0,0,0,.35);text-align:center}@media only screen and (max-width:75em){.quicklinks_content>h2{font-size:1.5rem}}@media only screen and (max-width:56.25em){.quicklinks_content>h2{font-size:1.2rem}}@media only screen and (max-width:40.5em){.quicklinks_content>h2{font-size:2rem}}.quicklinks_content-description{font-size:1.4rem;font-weight:300;color:rgba(0,0,0,.35);padding:0 .1rem;text-align:center;margin:0 auto}@media only screen and (max-width:90em){.quicklinks_content-description{font-size:1rem}}@media only screen and (max-width:75em){.quicklinks_content-description{font-size:1rem}}@media only screen and (max-width:56.25em){.quicklinks_content-description{font-size:.9rem}}@media only screen and (max-width:40.5em){.quicklinks_content-description{font-size:1.2rem}}.md-app-internal-drawer,.md-app-side-drawer .md-app-container{height:100vh!important}.md-app-content{padding:0!important;padding-top:1rem!important}.md-drawer{width:258px;max-width:calc(100vw - 125px)}#reset_bg{background-color:#08233c!important;background-size:cover!important;z-index:20}#reset_tab_bg.md-tabs.md-theme-default.md-primary .md-tabs-navigation{background-color:transparent!important;font-weight:400;font-size:1.6rem}@media only screen and (max-width:40.5em){.md-tabs-navigation .md-ripple{padding:0 5px!important}}.md-avatar.md-theme-default{border:.2rem solid #d7df71}.md-button-content{font-weight:400;font-size:1.4rem;text-transform:capitalize!important;color:#afe3f1!important}.md-button-lightbg .md-button-content{color:#0e5f76!important}.md-active{border-bottom-color:#d7df71!important}.adjust_metamine-toolbar{background-color:#8cb2ca!important;min-height:60px!important}.adjust_metamine-title{font-weight:300!important;color:#08233c!important;font-size:3rem}.md-toolbar_adjust{border-radius:0!important;box-shadow:unset!important;min-height:unset!important;background-color:unset!important}@media only screen and (max-width:56.25em){.md-toolbar-section-end{display:none!important}}@media only screen and (max-width:56.25em){.md-toolbar-section-end_adjust{display:flex!important}}@media only screen and (max-width:40.5em){.md-toolbar-section-end_adjust{display:none!important}}.md-layout-item{height:40px}.md-layout-item:after{width:100%;height:100%;display:block;background:md-get-palette-color(red,200);content:" "}.md-layout-item_para{font-size:1rem;padding:1.5rem;text-align:justify;font-weight:400}.md-layout-item_para_fl{font-size:1.5rem}.md-layout-item_card{height:33rem!important;width:30rem!important;box-shadow:none!important;margin-bottom:4rem;margin-left:2rem}@media only screen and (max-width:40.5em){.md-layout-item_card{margin-left:0;margin-bottom:1rem}}.md-layout-item_card-tall{height:38rem!important}.md-layout-item_card-short#dynamfit-card{height:20rem!important;width:19rem!important}.md-layout-item_card-short#dynamfit-card .icons#mm{font-size:5rem!important;color:#08233c!important;margin-top:2rem!important}.md-layout-item_card-btn{margin-top:22rem!important}.md-layout-item_card:after{display:none!important;visibility:hidden!important}.md-layout-item_card>a{color:#08233c!important}.md-layout-item_card>a:hover{text-decoration:none!important}.md-menu-content{z-index:14}.search-dropdown-menu,.search-dropdown-menu-plain{width:100%!important;display:block;min-height:20rem;max-height:35rem;overflow-y:scroll;position:absolute;margin:0 auto;top:-4rem;box-shadow:0 1px 4px rgba(0,0,0,.16);background-color:#fff;line-height:1.6}.search-dropdown-menu_parent{position:relative;z-index:15!important}.search-dropdown-menu-plain>li,.search-dropdown-menu>li{font-size:1.5rem;padding:.5rem 1rem;overflow:hidden}.search-dropdown-menu-plain>li:hover,.search-dropdown-menu>li:hover{background-color:#d7df71;color:#08233c;cursor:pointer}.search-dropdown-menu-plain>li>a,.search-dropdown-menu>li>a{text-decoration:none!important;color:#000!important;font-weight:500!important}.search-dropdown-menu-plain>li>a:hover,.search-dropdown-menu>li>a:hover{cursor:pointer;color:#08233c!important}.search-dropdown-menu-plain>li:nth-child(odd),.search-dropdown-menu>li:nth-child(odd){background-color:rgba(8,61,86,.2);border-top:.05rem solid #08233c;border-bottom:.05rem solid #08233c}.search-dropdown-menu-plain>li:nth-child(odd):hover,.search-dropdown-menu>li:nth-child(odd):hover{background-color:#d7df71;color:#08233c}.search-dropdown-menu-plain>li:nth-child(odd){background-color:#fff!important;border-top:0;border-bottom:0}.search-dropdown-menu-plain>li:nth-child(odd):hover{background-color:#d7df71!important;color:#08233c}.md-card-class{width:320px;margin:4px;display:inline-block;vertical-align:top}@media only screen and (max-width:90em){.md-card-class{width:290px}}@media only screen and (max-width:75em){.md-card-class{width:280px!important}}@media only screen and (max-width:56.25em){.md-card-class{width:270px!important}}@media only screen and (max-width:40.5em){.md-card-class{width:250px!important}}.md-card-media.md-ratio-4-3 i{position:absolute;top:50%;right:0;left:0;transform:translateY(-5rem)}.md-card-media.md-ratio-4-3 i.media-icon-mod{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.md-snackbar.md-position-left.md-snackbar-adjust{min-width:auto;left:50%;transform:translateX(-50%)}.md-list.md-dense .md-list-item-content.md-list-item-content-reduce{min-height:auto;padding-left:0}@media only screen and (max-width:40.5em){.md-list.md-dense .md-list-item-content.md-list-item-content-reduce{padding-left:16px}}@media only screen and (max-width:40.5em){.md-icon.md-small-size-3x{height:72px;font-size:72px!important}}.section_banner{position:relative;background-image:linear-gradient(0deg,rgba(8,35,60,.2) 25%,rgba(14,95,118,.9)),url(../img/random_network.4bff67e7.png);height:40rem;width:100%;background-size:cover;z-index:10}@media only screen and (max-width:75em){.section_banner{height:34rem}}@media only screen and (max-width:56.25em){.section_banner{background-image:linear-gradient(0deg,rgba(8,35,60,.2) 25%,rgba(14,95,118,.9)),url(../img/random_network-medium.166a84ff.png);height:30rem}}@media only screen and (max-width:40.5em){.section_banner{background-image:linear-gradient(0deg,rgba(8,35,60,.2) 25%,rgba(14,95,118,.9)),url(../img/random_network-small.d9b8d560.png);height:26rem}}.section_banner__text-content{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);text-align:center;width:70%;letter-spacing:.02rem;font-weight:200;font-size:3rem;color:#fff;line-height:1.3}@media only screen and (max-width:90em){.section_banner__text-content{width:60%}}.section_banner__text-content>span{font-weight:400}.section_banner__text-content>i{color:#d7df71;font-size:10rem}@media only screen and (max-width:75em){.section_banner__text-content>i{transform:translateY(25%);font-size:7rem}}@media only screen and (max-width:40.5em){.section_banner__text-content>i{transform:translate(0);font-size:5rem}}@media only screen and (max-width:75em){.section_banner__text-content{width:75%;font-size:2.5rem}}@media only screen and (max-width:56.25em){.section_banner__text-content{width:75%;font-size:1.8rem;top:50%}}@media only screen and (max-width:40.5em){.section_banner__text-content{top:58%;width:86%;font-size:1rem;font-weight:300}}.section_banner__nav{position:absolute;left:50%;transform:translateX(-50%);bottom:.5rem}@media only screen and (max-width:40.5em){.section_banner__nav{display:none}}.section_banner__misc{height:26rem!important;background-position:0}@media only screen and (max-width:40.5em){.section_banner__misc{height:16rem!important}}.section_pages{margin:0 0 4rem 0;padding:2rem 0;background-color:#fff}@media only screen and (max-width:90em){.section_pages{margin:0 0 2.5rem 0}}@media only screen and (max-width:56.25em){.section_pages{margin:0}}.section_teams{margin:4rem 0 4rem 0;padding:2rem 0;background-color:#fff}@media only screen and (max-width:90em){.section_teams{margin:0 0 2.5rem 0}}@media only screen and (max-width:56.25em){.section_teams{margin:0}}.section_quicklinks{padding:5.5rem 0;background-color:#fff}@media only screen and (max-width:90em){.section_quicklinks{padding:3.5rem 0}}.section_footer{background-color:#08233c;padding:1rem 0}.section_visualize{padding:5.5rem 0 3.5rem 0;background-color:#fff}@media only screen and (max-width:90em){.section_visualize{position:relative;padding-top:1.5rem}}@media only screen and (max-width:75em){.section_visualize{padding-top:.5rem}}@media only screen and (max-width:56.25em){.section_visualize{padding-top:1.9rem 0 2.5rem 0}}@media only screen and (max-width:40.5em){.section_visualize{margin-top:0}}.section_loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.section_tabb-controller{color:#000;border-bottom:2px solid #000;margin-bottom:-.1rem}.section_text-col{margin:0 15rem 0 0}@media only screen and (max-width:75em){.section_text-col{margin:0 10rem 0 0}}@media only screen and (max-width:56.25em){.section_text-col{margin:0 5rem 0 0}}@media only screen and (max-width:40.5em){.section_text-col{margin:0}}@media only screen and (max-width:40.5em){.section_md-header{display:flex;flex-direction:column-reverse}}@media only screen and (max-width:40.5em){.section_md-header .flex-item{flex-basis:90%}}.section_md-header .img-div{width:45rem;height:30rem}@media only screen and (max-width:40.5em){.section_md-header .img-div{width:40rem}}.section_md-header .img{max-height:40rem}@media only screen and (max-width:40.5em){.section_md-header .img{max-height:none}}.section_contact_text-editor .editor{width:100%;min-height:6em;outline:none;border:1px solid #e2dcdc;border-radius:6px;padding:8px 16px;text-align:left}.section_contact_text-editor .editor:hover{border:.1rem solid #08233c}.section_contact_text-editor .editor>*{margin:.51rem 0}.section_contact_text-editor .editor>h1{margin:1rem 0}.section_contact__box-email{max-width:120px;text-overflow:ellipsis}@media only screen and (max-width:40.5em){.section_contact__box-email{max-width:-moz-fit-content;max-width:fit-content}}.wrapper{padding-left:1.1875rem;padding-right:1.1875rem;max-width:90%;margin-left:auto;margin-right:auto}@media only screen and (max-width:56.25em){.wrapper{padding-left:.5rem;padding-right:.5rem}}.wrapper--medium{max-width:80%}.wrapper .md-layout-item{height:-moz-fit-content;height:fit-content}.wrapper .wrapper{padding-left:0;padding-right:0}.u-reset-transform div.md-button-content{text-transform:none!important}.u_width--xs{width:4.5rem;border-width:0 0 1px 0;margin-left:1rem;padding-left:1rem}.u_width--small{width:15rem}.form__stepper-curate>.md-steppers-navigation .md-stepper-header.md-active .md-stepper-number,.u--bg{background-color:#08233c!important;color:#fff!important}.u--bg-grey{background-color:#a2a5a9}.u_display-flex{display:flex}.form__stepper-curate>.md-steppers-navigation .md-stepper-header.md-done .md-stepper-number,.u--alt-bg{background-color:#d7df71!important;color:#08233c!important}.u-clear:after{content:"";display:table;clear:both}.u_divider{height:.2rem;width:50%;margin:0 auto;background-color:rgba(75,75,75,.3)}.u_divider-fullspan{width:100%;margin-bottom:2rem;background-color:rgba(8,35,60,.7)}.u-fullspan{height:.5rem;width:100%;margin:0 auto;margin-bottom:1rem;background-color:rgba(0,0,0,.9)}.u--padding-zero{padding:0!important}@media only screen and (max-width:40.5em){.u--padding-zero-mobile{padding:0!important}}.u--padding-rl-xs{padding:0 5px}@media only screen and (max-width:40.5em){.u--margin-none{margin-left:0!important;margin-right:0!important}}.u--margin-neg-all{margin:-1rem}.u--margin-neg{margin-top:-1rem!important}.u--margin-neglg{margin-top:-6rem!important}.u--margin-neg-left{margin-left:-1rem!important}.u--margin-pos{margin:1rem}.u--margin-posmd{margin:2rem}.u--margin-toplg{margin-top:5rem}.u--margin-topxl{margin-top:7rem}.u--margin-bottommd{margin-bottom:5rem!important}.u--margin-rightsm{margin-right:2rem}.u--margin-rightmd{margin-right:5rem}.u--margin-rightml{margin-right:8rem}.u--margin-rightlg{margin-right:10rem}.u--margin-leftsm{margin-left:3rem!important}@media only screen and (max-width:40.5em){.u--margin-leftsm{margin-left:1.2rem!important}}.u--margin-leftxs{margin-left:1.2rem!important}.u--margin-left-auto{margin-left:auto!important}.u--margin-header{margin:2rem 0!important}.u--margin-centered{margin:auto}@media only screen and (min-width:40.5em)and (orientation:portrait){.u--margin-centered-verticalScreen{margin:auto}}.u_height--max{height:100%!important}.u_height--auto{height:auto!important}.u_width--max{width:100%!important}.u_width--auto{width:auto!important}.u--padding-lg{padding:0 10rem}.u--shadow-none{box-shadow:none!important}.u--layout-width{width:99%!important}.u--layout-flex{display:flex}.u--layout-flex-column{flex-direction:column}@media only screen and (min-width:40.5em)and (orientation:portrait){.u--layout-flex-verticalScreen{display:flex}}.u--layout-flex-justify-se{justify-content:space-evenly}.u--layout-flex-justify-sb{justify-content:space-between}.u--layout-flex-justify-fs{justify-content:flex-start}.u--layout-flex-switch{display:none}.u--layout-flex-justify-end{justify-content:end}.u--dimension-size-m{width:96%}.u--color-grey{color:#4b4b4b!important}.u--color-grey-sec{color:#a2a5a9!important}.form__stepper-curate>.md-steppers-navigation .md-stepper-header .md-stepper-number,.u--color-primary{color:#08233c!important}.u--color-secondary{color:#0e5f76!important}.u--color-black{color:#000}.u--color-tertiary,.u--color-tertiary .md-button-content,.u--color-tertiary>*{color:#d7df71!important}.u--color-success{color:green!important}.u--color-error{color:red!important}.u--font-emph-900{font-weight:900}.u--font-emph-700,.u--font-emph-xl{font-weight:700}.u--font-emph-xl{font-size:2rem}.u--font-emph-l{font-size:1.8rem!important;font-weight:500}.u--font-emph-m{font-size:1.4rem;font-weight:300}.u--font-emph-smm{font-size:1.3rem;font-weight:500}.u--font-emph-sl{font-weight:200!important;font-size:1.2rem!important}.u--b-rad{border-radius:3px}.u--inline{display:inline-block}.u--default-size{font-size:1.6rem!important}@media only screen and (max-width:75em){.u--default-size{font-size:1.4rem!important}}.u_adjust-banner-text{position:relative;top:-26px;font-size:5rem}@media only screen and (max-width:90em){.u_adjust-banner-text{font-size:4rem}}@media only screen and (max-width:75em){.u_adjust-banner-text{top:0;font-size:3.5rem}}@media only screen and (max-width:56.25em){.u_adjust-banner-text{top:0;font-size:3rem}}@media only screen and (max-width:40.5em){.u_adjust-banner-text{top:-10px!important;font-size:2.3rem}}.u_adjust-banner-text_subtitle{font-size:2.5rem}@media only screen and (max-width:75em){.u_adjust-banner-text_subtitle{font-size:2.3rem}}@media only screen and (max-width:56.25em){.u_adjust-banner-text_subtitle{font-size:1.9rem}}@media only screen and (max-width:40.5em){.u_adjust-banner-text_subtitle{font-size:1.5rem}}.u_margin-top-small{margin-top:1rem!important}.u_margin-top-med{margin-top:3.2rem!important}.u_margin-top-auto{margin-top:auto}.u_margin-none{margin:0!important}.u_margin-right-small{margin-right:1.5rem}@media only screen and (max-width:75em){.u_margin-right-small{margin-right:.5rem}}@media only screen and (max-width:56.25em){.u_margin-right-small{margin-right:.2rem}}.u_margin-bottom-big{margin-bottom:7rem}@media only screen and (max-width:40.5em){.u_margin-bottom-big{margin-bottom:.4rem}}.u_margin-bottom-med{margin-bottom:3rem!important}.u_margin-bottom-small{margin-bottom:1rem!important}@media only screen and (max-width:40.5em){.u_toggle-display-off{display:none}}.u_vertical-only-display{display:none}@media only screen and (min-width:40.5em)and (orientation:portrait){.u_vertical-only-display{display:block}}@media only screen and (min-width:40.5em)and (orientation:portrait){.u_vertical-only-hide{display:none}}.u_pointer{cursor:pointer!important}.u_pointer--ew{cursor:ew-resize!important}.u_centralize_text{text-align:center}.u_centralize_content{justify-content:center}.u_centralize_items{align-items:center}.u_centralize_other{margin:0 auto}.u_searchimage_form-group{margin-bottom:0!important;width:55%!important}@media only screen and (max-width:40.5em){.u_searchimage_form-group{width:80%!important}}.u_searchimage_input{padding:.2rem!important}.u_myprofile{position:relative;margin:.4rem}.u_myprofile--container{position:absolute;left:50%;right:50%;transform:translate(-50%,-50%)}.u_myprofile--image{height:12rem}.u_gridicon{position:absolute;right:.3rem;z-index:10000000}.u_gridicon>div{display:inline-block}.u_gridicon>div>i{font-size:1.5rem!important;cursor:pointer}.u_gridicon>div:hover{background-color:#083d56}.u_gridicon>div:hover>i,.u_gridicon>div:hover>p{color:#afe3f1!important}.u_gridicon-single{position:absolute;right:.05rem;z-index:10000000;top:.05rem}@media only screen and (max-width:75em){.u_gridicon-single{top:.2rem;right:.3rem}}.u_gridicon-single>div{display:inline-block}.u_show_hide>span.md-body-1{display:none!important;visibility:hidden!important;transition:all 3s ease-in-out}.u_show_hide:hover>span.md-body-1{display:block!important;visibility:visible!important}.u_content__result{font-size:.8rem;color:#789;margin:0 0 .5rem 0;padding:.6rem}.u_color{color:#08233c!important}.u_color_white,.u_color_white .md-button-content{color:#fff!important}.u_gridbg{background-color:rgba(0,0,0,.7)!important;border:1px solid #08233c!important}@media only screen and (max-width:40.5em){.u_icon_mobile_lg{height:72px;font-size:72px!important}}.u_superscript-icon{cursor:help;font-size:smaller;vertical-align:super;position:relative;top:.15em;font-weight:100;font-size:1.6rem!important;left:-.6rem}.u_relative{position:relative}@media only screen and (max-width:56.25em){.dialog-box .md-dialog-container{min-width:0!important}}.dialog-box_size-sm .md-dialog-container{min-width:40vh}.dialog-box_size-md .md-dialog-container{min-width:65vw}.dialog-box_size-lg .md-dialog-container{min-width:80vh}.dialog-box_header{background-color:#08233c!important;color:#fff!important;padding:1rem 1.5rem!important}.dialog-box_header>span{padding:0!important}.dialog-box_content{overflow:auto}.dialog-box_close{position:absolute;top:.5rem;right:0;width:2rem;height:2rem;min-width:2rem}.dialog-box_close .md-icon{background-color:#08233c!important;color:#fff!important}.utility-line-height-sm{line-height:1.5!important}.utility-align--right{text-align:right}.utility-gridbg{background-color:rgba(0,0,0,.7)!important}.form__stepper-curate>.md-steppers-navigation .md-stepper-header .md-stepper-number,.utility-gridbg,.utility-gridborder{border:1px solid #08233c!important}.utility-float-icon{background-color:#08233c!important}.utility-filter{transform:translate(10px,10px)!important;transition:all 95000s ease-out!important}.utility-margin{margin:1rem .2rem}.utility-margin span{display:block;margin-bottom:.4rem}.utility-margin-big{margin:3.2rem .2rem .2rem .2rem}.utility-margin-top{margin-top:.5rem}.utility-margin-right{margin-right:1.5rem}.utility-margin-top-intro{margin-top:15rem;margin-bottom:1rem}.utility-content__result{font-size:.8rem;color:#789;margin:0 0 2.5rem 0;padding:1rem}.utility-roverflow{overflow:hidden!important}.utility-color{color:#08233c!important}.utility-navfont#css-adjust-navfont{font-size:1rem!important}.utility-navfonticon{font-size:2rem!important}.utility-absolute-input{position:absolute;right:2rem}@media only screen and (max-width:75em){.utility-absolute-input{right:2rem}}.utility-gridicon{position:absolute;right:4.5rem;top:16rem;z-index:10000000}@media only screen and (max-width:75em){.utility-gridicon{right:2.5rem;top:19rem}}@media only screen and (max-width:40.5em){.utility-gridicon{top:15rem}}.utility-gridicon>div{display:inline-block}.utility-gridicon .md-icon-button{width:3rem!important;min-width:3rem!important}.utility-gridicon .md-icon{font-size:2.5rem!important;width:2.5rem!important;min-width:2.5rem!important;height:2.5rem!important;cursor:pointer}.utility-gridicon_explorer{position:absolute;right:.5rem;z-index:10000000}.utility-gridicon_explorer>div{display:inline-block}.utility-gridicon_explorer>div>i{font-size:2rem!important;cursor:pointer}.utility-gridicon-single{position:absolute;right:.05rem;z-index:10000000;top:.05rem}@media only screen and (max-width:75em){.utility-gridicon-single{top:.2rem;right:.3rem}}.utility-gridicon-single>div{display:inline-block}.utility-navadjust{margin-bottom:1.6rem;cursor:pointer}.utility-navadjust,.utility-navadjust>button,.utility-navadjust>button>div>i,.utility-navadjust>div,.utility-navadjust>div>div>i{color:#08233c!important}.utility-navadjust:hover{background-color:#08233c!important}.utility-navadjust:hover>button,.utility-navadjust:hover>button>div>i,.utility-navadjust:hover>div,.utility-navadjust:hover>div>div>i{color:#fff!important}.utility-show_hide>span.md-body-1{display:none!important;visibility:hidden!important;transition:all 3s ease-in-out}.utility-show_hide:hover>span.md-body-1{display:block!important;visibility:visible!important}.form__stepper-curate>.md-steppers-navigation .md-stepper-header .md-stepper-number,.utility-transparentbg{background-color:transparent!important}.utility-space{height:2rem;width:100%}.utility-cursor{cursor:pointer}.utility-content__result-dark{font-size:.8rem;color:#fff;margin:0 0 .5rem 0;padding:.6rem}.utility-color-dark{color:#000!important}.utility-float-icon-dark{background-color:#222!important;color:#fff!important}.utility-float-icon-dark>div>div>i{color:#fff!important}.utility-gridborder-dark{border:1px solid #000!important}.utility-bg-dark{background-color:#000!important;background:#000!important;color:#fff!important}.utility-bg_border-dark{border:.1rem solid #385979!important}.utility-navadjust-dark{color:#000!important;margin-bottom:1.6rem;cursor:pointer}.utility-navadjust-dark>button,.utility-navadjust-dark>button>div>i,.utility-navadjust-dark>div,.utility-navadjust-dark>div>div>i{color:#000!important}.utility-navadjust-dark:active .utility-navadjust-dark:hover{background-color:#000!important}.utility-navadjust-dark:active .utility-navadjust-dark:hover>button,.utility-navadjust-dark:active .utility-navadjust-dark:hover>button>div>i,.utility-navadjust-dark:active .utility-navadjust-dark:hover>div,.utility-navadjust-dark:active .utility-navadjust-dark:hover>div>div>i{color:#fff!important}@media only screen and (max-width:40.5em){.utility_flex_mobile{display:flex!important;flex-direction:column!important}}@media only screen and (max-width:40.5em){.utility-phone_margin{margin:0 auto!important}}.utility-half-width{width:50%}.utility-padding-sm{padding:.6rem}@media only screen and (max-width:40.5em){.metadata{flex-direction:column;margin:0 2rem}}.vega-view{margin:2.5rem}.vega-view .md-layout-item{height:-moz-fit-content;height:fit-content}.vega-tabs{height:100%!important}.vega-tabs .md-button-content{font-size:1.5rem!important;color:#08233c!important}.vega-tabs .jsoneditor-container.min-box{min-width:0!important}.vega-tabs .jsoneditor-container .ace_scroller{overflow:scroll!important}.vega-spec-container{height:600px;max-height:100%;width:724px;max-width:100%}.vega-spec-container,.vega-spec-controls{padding-left:20px;padding-right:20px}.vega-embed-chartview{margin-top:5rem}.vega-embed .chart-wrapper{width:-moz-fit-content;width:fit-content}.loading-dialog{text-align:center}.loading-dialog_justify{text-align:justify!important}.splitpane,.splitpane .splitter-pane.vertical{min-height:100rem}.splitpane .splitter-pane.horizontal{min-width:100rem}.splitpane_panel{padding-left:2.5rem;padding-right:1.5rem}.CodeMirror{height:auto}.CodeMirror-gutter{width:1.5rem!important}.CodeMirror-linenumber{left:0!important}.datavoyager{margin:1rem 2.5rem}.datavoyager-title{font-weight:500;color:#4b4b4b}.datavoyager ul{padding-left:2.5rem}.datavoyager #voyager-embed{background:#fff;height:100%;width:calc(100% - 2rem);margin:2rem 1rem}.visualize--link{position:absolute;display:none;visibility:hidden}@media only screen and (max-width:90em){.visualize--link{display:block;visibility:visible;position:relative}}.visualize--link-icons{display:none;visibility:hidden;position:absolute}@media only screen and (max-width:90em){.visualize--link-icons{display:block;visibility:visible;top:10.5rem;cursor:pointer}}@media only screen and (max-width:90em)and (max-width:56.25em){.visualize--link-icons{top:15.5rem}}@media only screen and (max-width:90em)and (max-width:40.5em){.visualize--link-icons{top:14.5rem}}@media only screen and (max-width:90em){.visualize--link-icons>i{font-size:6rem;font-weight:500;color:#08233c}}@media only screen and (max-width:90em)and (max-width:40.5em){.visualize--link-icons>i{font-size:4rem}}@media only screen and (max-width:90em){.visualize--link-mm{display:none;visibility:hidden;position:absolute}}@media only screen and (max-width:75em){.visualize--link-mm{display:block;visibility:visible;top:15rem;cursor:pointer}}.visualize--link-left{left:-.5rem}.visualize--link-right{right:0}.visualize--link-bottom{bottom:3rem}.visualize_header{text-align:center}.visualize_header-h1{font-size:4.2rem;font-weight:300;margin-bottom:2rem;line-height:1.2;background-image:linear-gradient(to right bottom,#08233c,rgba(8,61,86,.4));-webkit-background-clip:text;background-clip:text;color:transparent}@media only screen and (max-width:75em){.visualize_header-h1{margin:4rem 0 1.4rem 0}}@media only screen and (max-width:56.25em){.visualize_header-h1{margin:-1.4rem 0 1.4rem 0}}@media only screen and (max-width:40.5em){.visualize_header-h1{font-size:2.8rem;margin:1rem 0 1rem 0}}.visualize_header-h2{font-size:3.4rem;font-weight:300;line-height:1.2;background-image:linear-gradient(to right bottom,#08233c,rgba(8,61,86,.4));-webkit-background-clip:text;background-clip:text;color:transparent}@media only screen and (max-width:40.5em){.visualize_header-h2{font-size:2.8rem;margin-bottom:1rem}}.visualize_accordion{margin-bottom:6rem;text-align:center}@media only screen and (max-width:90em){.visualize_accordion{margin-bottom:3rem}}@media only screen and (max-width:75em){.visualize_accordion{margin-bottom:3rem}}@media only screen and (max-width:56.25em){.visualize_accordion{margin-bottom:1.5rem}}@media only screen and (max-width:40.5em){.visualize_accordion{margin-bottom:1rem}}.visualize_imagecontainer{margin-top:2.5rem;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly}.visualize_imagemodifier{margin-bottom:2rem}.visualize_imagemodifier:hover{position:relative;transform:scale(1.18);z-index:10!important;box-shadow:0 1px 4px rgba(8,35,60,.16),0 0 0 3px #083d56;background-color:rgba(8,35,60,.8);cursor:pointer}.visualize_imageerror{color:red;text-align:center}.visualize_chart{display:none;visibility:hidden;opacity:0}.visualize_chart-content{box-shadow:0 1px 4px rgba(0,0,0,.16);width:23rem;height:18rem;position:relative;border:.1rem solid rgba(0,0,0,.15);background-color:#fff;z-index:1}@media only screen and (max-width:90em){.visualize_chart-content{width:20.5rem;height:17.5rem}}@media only screen and (max-width:56.25em){.visualize_chart-content{width:23rem}}@media only screen and (max-width:40.5em){.visualize_chart-content{width:21rem;height:17.2rem}}.visualize_chart-content>img{width:100%;height:17rem}.visualize_chart-content>span{position:absolute;bottom:0;left:0;padding:1.25rem .5rem;font-size:1.3rem;font-weight:500;background-color:rgba(0,0,0,.6);width:100%;color:#fff;text-align:left;font-weight:600;line-height:1.5}.visualize_btn{text-align:right;margin:9rem 18rem 0 0}@media only screen and (max-width:90em){.visualize_btn{margin-right:1rem}}@media only screen and (max-width:56.25em){.visualize_btn{margin-right:0}}.visualize_text{font-size:1.6rem;font-weight:300;word-spacing:.2rem;text-align:center;margin:2rem 0}.visualize_text>p{padding:0 24rem;margin-bottom:0;color:rgba(0,0,0,.55)}@media only screen and (max-width:90em){.visualize_text>p{padding:3rem}}@media only screen and (max-width:75em){.visualize_text>p{padding:0}}@media only screen and (max-width:75em){.visualize_text{font-size:1.3rem}}@media only screen and (max-width:40.5em){.visualize_text{font-size:1.1rem;margin-bottom:1rem}}.charts-1{display:inline-block;visibility:visible;opacity:1;backface-visibility:hidden}.charts_content-1{animation-name:moveInTop;animation-duration:1s;animation-timing-function:ease-out;cursor:pointer;position:relative;z-index:1;top:60px;left:0}@media only screen and (max-width:90em){.charts_content-1{position:relative;top:30px;z-index:1}}@media only screen and (max-width:75em){.charts_content-1{position:relative;top:30px;z-index:1}}@media only screen and (max-width:56.25em){.charts_content-1{margin-top:0;top:0;margin-right:5rem;top:.4rem}}@media only screen and (max-width:40.5em){.charts_content-1{margin-right:0}}.charts_content-1:hover{position:relative;transform:scale(1.15);z-index:10!important;box-shadow:0 1px 4px rgba(8,35,60,.16),0 0 0 3px #083d56}.charts-2{display:inline-block;visibility:visible;opacity:1;backface-visibility:hidden}@media only screen and (max-width:40.5em){.charts-2{visibility:hidden;display:none;opacity:0}}.charts_content-2{animation-name:moveInTop;animation-duration:1s;animation-timing-function:ease-out;cursor:pointer;position:relative;z-index:1;top:30px;left:-25px}@media only screen and (max-width:90em){.charts_content-2{margin-top:0;top:0;z-index:2}}@media only screen and (max-width:75em){.charts_content-2{margin-top:0;top:0;z-index:2}}@media only screen and (max-width:56.25em){.charts_content-2{margin-top:0;top:0;top:.4rem}}@media only screen and (max-width:40.5em){.charts_content-2{margin-right:0}}.charts_content-2:hover{position:relative;transform:scale(1.15);z-index:10!important;box-shadow:0 1px 4px rgba(8,35,60,.16),0 0 0 3px #083d56}.charts-3{display:inline-block;visibility:visible;opacity:1;backface-visibility:hidden}@media only screen and (max-width:75em){.charts-3-narrow{visibility:hidden;display:none;opacity:0}}@media only screen and (max-width:56.25em){.charts-3{visibility:hidden;display:none;opacity:0}}@media only screen and (max-width:40.5em){.charts-3{visibility:hidden;display:none;opacity:0}}.charts_content-3{animation-name:moveInTop;animation-duration:1s;animation-timing-function:ease-out;cursor:pointer;position:relative;z-index:1;margin-top:0;z-index:3;left:-50px}@media only screen and (max-width:90em){.charts_content-3{margin-top:0;top:0;z-index:2}}@media only screen and (max-width:75em){.charts_content-3{position:relative;top:30px;z-index:1}}@media only screen and (max-width:56.25em){.charts_content-3{top:.4rem}}@media only screen and (max-width:40.5em){.charts_content-3{margin-right:0}}.charts_content-3:hover{position:relative;transform:scale(1.15);z-index:10!important;box-shadow:0 1px 4px rgba(8,35,60,.16),0 0 0 3px #083d56}.charts-4{display:inline-block;visibility:visible;opacity:1;backface-visibility:hidden}@media only screen and (max-width:90em){.charts-4-narrow{visibility:hidden;display:none;opacity:0}}@media only screen and (max-width:75em){.charts-4,.charts-4-narrow{visibility:hidden;display:none;opacity:0}}@media only screen and (max-width:56.25em){.charts-4{visibility:hidden;display:none;opacity:0}}@media only screen and (max-width:40.5em){.charts-4{visibility:hidden;display:none;opacity:0}}.charts_content-4{animation-name:moveInTop;animation-duration:1s;animation-timing-function:ease-out;cursor:pointer;position:relative;z-index:1;top:30px;z-index:2;left:-75px}@media only screen and (max-width:90em){.charts_content-4{position:relative;top:30px;z-index:1}}@media only screen and (max-width:56.25em){.charts_content-4{top:.4rem}}@media only screen and (max-width:40.5em){.charts_content-4{margin-right:0}}.charts_content-4:hover{position:relative;transform:scale(1.15);z-index:10!important;box-shadow:0 1px 4px rgba(8,35,60,.16),0 0 0 3px #083d56}.charts-5{display:inline-block;visibility:visible;opacity:1;backface-visibility:hidden}.charts-5-narrow{visibility:hidden;display:none;opacity:0}@media only screen and (max-width:90em){.charts-5,.charts-5-narrow{visibility:hidden;display:none;opacity:0}}@media only screen and (max-width:75em){.charts-5,.charts-5-narrow{visibility:hidden;display:none;opacity:0}}@media only screen and (max-width:56.25em){.charts-5{visibility:hidden;display:none;opacity:0}}@media only screen and (max-width:40.5em){.charts-5{visibility:hidden;display:none;opacity:0}}.charts_content-5{animation-name:moveInTop;animation-duration:1s;animation-timing-function:ease-out;cursor:pointer;position:relative;top:60px;z-index:1;left:-100px}@media only screen and (max-width:56.25em){.charts_content-5{top:.4rem}}@media only screen and (max-width:40.5em){.charts_content-5{margin-right:0}}.charts_content-5:hover{position:relative;transform:scale(1.15);z-index:10!important;box-shadow:0 1px 4px rgba(8,35,60,.16),0 0 0 3px #083d56}.visualize-pagination-container,.viz-pagination-container{width:80%;margin:1.5rem auto;text-align:center}@media only screen and (max-width:75em){.visualize-pagination-container,.viz-pagination-container{max-width:28%;margin:0 auto;margin-top:3.5rem}}.visualize-pagination,.viz-pagination{margin-top:.8rem}@media only screen and (max-width:56.25em){.visualize-pagination,.viz-pagination{margin:0 auto;margin:1rem auto;max-width:70%}.visualize-pagination_grid-4,.viz-pagination_grid-4{display:grid;grid-template-rows:repeat(1,100%);grid-template-columns:repeat(4,1fr);grid-column-gap:1rem}}@media only screen and (max-width:75em){.visualize-pagination,.viz-pagination{max-width:100%}}.visualize-pagination>.pagination-label,.viz-pagination>.pagination-label{padding:3.5rem .5rem 0 .5rem}.visualize-pagination>.pagination-field,.viz-pagination>.pagination-field{margin-left:0!important;padding-top:2.5rem}@media only screen and (max-width:75em){.visualize-pagination>.pagination-field,.viz-pagination>.pagination-field{padding-top:2.25rem}}.visualize-pagination>.pagination-field .md-input,.viz-pagination>.pagination-field .md-input{font-size:14px!important}.visualize-pagination>.pagination-field .md-error,.viz-pagination>.pagination-field .md-error{transform:translateZ(0) translateX(-2rem);width:9rem}.visualize-pagination>.pagination-button,.viz-pagination>.pagination-button{display:inline;padding:10px 24px!important;color:#fff!important;font-size:1rem;border:none;background-color:#08233c;text-align:center;cursor:pointer;font-weight:400;text-decoration:none}.visualize-pagination>.pagination-button:not(:last-child),.viz-pagination>.pagination-button:not(:last-child){margin-right:.8rem}@media only screen and (max-width:75em){.visualize-pagination>.pagination-button,.viz-pagination>.pagination-button{padding:10px!important;font-size:1rem;margin:0}}.visualize-pagination>.pagination-button:hover,.viz-pagination>.pagination-button:hover{text-decoration:none;border:none;background-color:rgba(8,35,60,.8);color:#fff!important}.visualize-pagination>.pagination-button[disabled=disabled],.viz-pagination>.pagination-button[disabled=disabled]{background-color:#4b4b4b;cursor:default}.visualize-pagination-active,.viz-pagination-active{background-color:rgba(8,35,60,.8)}.visualize-pagination__desktop,.viz-pagination__desktop{display:none;visibility:hidden}@media only screen and (max-width:75em){.visualize-pagination__desktop,.viz-pagination__desktop{display:block;visibility:visible}}.visualize-pagination-width-mod,.viz-pagination-width-mod{width:100%}.viz-u-display__ph{display:block}@media only screen and (max-width:75em){.viz-u-display__ph{display:none;visibility:hidden}}.viz-u-display__desktop{display:none;visibility:hidden}@media only screen and (max-width:75em){.viz-u-display__desktop{display:block;visibility:visible}}.viz-u-maxwidth{max-width:99%!important}.viz-u-postion__rel{position:relative!important}.viz-u-postion__abs{position:absolute!important}.viz-u-zIndex__min{z-index:1}.viz-u-display__show{display:block!important}.viz-u-display__hide{display:none!important}.viz-u-mgup-sm{margin-top:.8rem}.viz-u-mgup-md{margin-top:1.5rem}.viz-u-mgbottom-sm{margin-bottom:.8rem}.viz-u-mgbottom-big{margin-bottom:1.6rem}.viz-sample{margin:0 .5rem;height:100%}.viz-sample__header{padding:.8rem;font-size:1.6rem;font-weight:100;border-bottom:.05rem solid grey;color:grey}@media only screen and (max-width:75em){.viz-sample__header{padding:.4rem 0;margin:0 1.3rem}}.viz-sample__header .md-title{font-size:18px;font-weight:100;letter-spacing:.005em;line-height:22px;color:#08233c!important}.viz-sample__content{padding:.4rem .8rem;font-weight:300;color:grey;line-height:2rem}@media only screen and (max-width:75em){.viz-sample__content{padding:.4rem 1.3rem}}.viz-sample__content__card{background:#fff;border-radius:6px;border-left:.8rem solid #000;padding:.5rem 1rem;min-width:16rem;box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);top:1%;left:50%;transform:translate(-32%,-100%);z-index:1}.viz-sample__loading{font-size:2rem}.viz-sample__loading_anim{background:linear-gradient(#fff,#08233c) 0 no-repeat,rgba(0,0,0,.3);background-size:0 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:loading 2s ease-out infinite forwards}.tool_page .md-layout-item{height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content}.tool_set .md-layout-item{height:-moz-fit-content;height:fit-content;margin:.5rem}.md-layout-responsive{flex-flow:row wrap;justify-content:space-evenly;min-height:35rem;height:-moz-fit-content;height:fit-content;margin:0 auto;margin-left:4rem}@media only screen and (max-width:40.5em){.md-layout-responsive{flex-direction:column;min-height:35rem;margin-left:1rem}}@media only screen and (max-width:56.25em){.md-layout-responsive{min-height:70rem}}.chemprops html{scroll-behavior:smooth}.section_CSVPlotter .upload{border:5px dashed #777;min-height:400px}.section_CSVPlotter .md-layout-item{width:-moz-max-content;width:max-content;padding:1rem 0;margin-bottom:1.5rem}.section_LineChart .nm-line{stroke:#3cba54;stroke-width:2px;fill:none}.section_LineChart .tooltip{fill:#fff;stroke:#444}.section_LineChart .overlay{fill:none;pointer-events:all}.section_referenceContainer .reference{padding-left:36px;text-indent:-36px}.pixelunit #unit-cell{background-color:silver;position:relative;margin-left:0;margin-top:0;min-width:300px;min-height:300px;max-width:300px;max-height:300px}.pixelunit .adjust-padding{padding:3rem!important}.editImage_modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.3);flex-direction:column;justify-content:center;align-items:center;z-index:1}.editImage_modal h1{margin-top:0;background-color:#000;color:#fff;width:100%;border-top-left-radius:4px;border-top-right-radius:4px}.editImage_modal .image-cropper-container{width:700px;margin-top:48px;max-width:90%;max-height:calc(90% - 48px);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background-color:#fff;border:2px solid #000;border-radius:8px;overflow-y:auto}.editImage_modal .image-cropper-container img{margin-top:0}.editImage_modal .image-cropper-container-buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:20px}.editImage_modal .image-cropper-container-buttons p{margin-bottom:0;font-weight:700;margin-left:8px;margin-right:8px;background-color:hsla(0,0%,75.3%,.5);padding:8px 12px;border-radius:2px}.editImage_modal .imageWrapper{width:90%;height:75%;margin-bottom:20px}.editImage_modal .image{max-width:100%;max-height:100%}.editImage_modal .relative{position:relative}.editImage_modal .phaseDot{position:absolute;width:6px;height:6px;border-radius:50%}.editImage_modal .scale-bar-inputs{display:flex;flex-direction:row;justify-content:space-between;width:90%}.editImage_modal .scale-bar-inputs div{width:98%}.editImage_modal .calibrationLine{position:absolute;height:5px;border:1px solid #fff;background-color:#000}.section_imageUpload .fileButtonWrapper{margin-bottom:0}.section_imageUpload .fileButton{margin-left:0;margin-bottom:20px}.section_imageUpload .fileButton .md-button-content{color:#0e5f76!important}.section_imageUpload h4{text-align:left;margin-top:0;font-size:15px}.section_imageUpload .subheader{margin-bottom:15px;border-bottom:1px solid grey}.section_imageUpload .tooltipWrapper{display:flex;flex-direction:row;justify-content:flex-start}.section_imageUpload .alert{text-align:left;border:none}.section_imageUpload .imageTable{margin-bottom:20px}.section_imageUpload .imageTableHeader{border-bottom:1px solid grey;margin-bottom:15px}.section_imageUpload .imageTableContents,.section_imageUpload .imageTableHeader{display:flex;flex-direction:row;justify-content:flex-start}.section_imageUpload .imageTableContents{margin-bottom:5px}.section_imageUpload .imageTableContents p,.section_imageUpload .imageTableHeader h4,.section_imageUpload .tooltipWrapper{width:25%;text-align:left}.section_imageUpload .tooltipWrapper h4{width:auto}.section_imageUpload .imageTableContents p{overflow:hidden;text-overflow:ellipsis;padding-right:15px}.section_imageUpload .imageTableButtons{display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;width:25%}.section_imageUpload .imageTableButton{margin-top:0;margin-left:0}.section_imageUpload .imageSizeError{font-weight:700;color:red}.section_imageUpload .selectDropdownsWrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.section_imageUpload .singleSelectDropdown{width:49%}.section_imageUpload .imageDimensionsWrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center}.section_imageUpload .imgDimWidth{width:20%;max-width:225px;margin-right:15px}.section_imageUpload .imgDimHeight{width:20%;max-width:225px;margin-left:15px;margin-right:30px}.section_imageUpload .imgDimUnits{width:200px;max-width:25%}.section_imageUpload .imgDimButton{margin-left:30px}.dynamfit-note{position:absolute!important;bottom:1rem;right:1rem;border:.1rem solid #000;padding:.2rem .4rem;font-size:1rem;z-index:1000;color:#08233c;max-width:20rem}@media only screen and (max-width:75em){.dynamfit-note{max-width:14rem}}@media only screen and (max-width:56.25em){.dynamfit-note{max-width:calc(100% - 2rem)}}.nuplot-selected{opacity:1!important;stroke:#000!important;stroke-width:2px!important}.nuplot-highlighted{opacity:1!important;fill-opacity:1!important}.nuplot-masked{opacity:.3!important}.nuplot-table-title{margin:0 10px}.nuplot-tooltip{position:absolute;z-index:10;display:inline-block;background-color:#fff;padding:10px;visibility:hidden;pointer-events:none}.nuplot-button,.nuplot-button-disabled,.nuplot-button-link{display:inline-block;padding:10px 20px;background-color:#fec603;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s}.nuplot-button-disabled:hover,.nuplot-button-link:hover,.nuplot-button:hover{background-color:#ffa300}.nuplot-button-disabled:focus,.nuplot-button-link:focus,.nuplot-button:focus{background-color:#e68700;outline:none}.nuplot-button-disabled::-moz-focus-inner,.nuplot-button-link::-moz-focus-inner,.nuplot-button::-moz-focus-inner{border:0}.nuplot-button,.nuplot-button-disabled,.nuplot-button-link,.nuplot-button:link,.nuplot-button:visited{text-decoration:none}.button-primary.nuplot-button-disabled,.button-primary.nuplot-button-link,.nuplot-button.button-primary{background-color:#007bff}.button-alert.nuplot-button-disabled,.button-alert.nuplot-button-link,.nuplot-button.button-alert{background-color:red}.nuplot-button-disabled:disabled,.nuplot-button-link:disabled,.nuplot-button:disabled{background-color:#a2a5a9;cursor:not-allowed}.nuplot-button-disabled{background-color:#7a5e02}.nuplot-button-disabled:hover{background-color:#7a5e30}.nuplot-button-disabled:focus{background-color:#7a5e50;outline:none}.nuplot-button-link{text-align:center;text-decoration:none;background-color:#8a8bd0}.nuplot-button-link:hover{background-color:#7d7eaf}.nuplot-button-link:focus{background-color:#6f70a0;outline:none}.nuplot-button-link::-moz-focus-inner{border:0}.nuplot-button-link.disabled{background-color:#a0a0a0;cursor:not-allowed}.nuplot-range-slider{height:3em}.nuplot-slider-tooltip{position:absolute;display:none;background-color:rgba(0,0,0,.8);color:#fff;padding:5px;border-radius:3px;font-size:12px}.nuplot-range-slider input[type=range]{left:0;bottom:0;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;width:90%}.nuplot-range-slider input[type=range]:nth-child(3)::-webkit-slider-runnable-track{background-color:transparent}.nuplot-range-slider input[type=range]:nth-child(3)::-moz-range-track{background-color:transparent}.nuplot-range-slider input[type=range]::-webkit-slider-runnable-track{width:100%;height:5px;cursor:pointer;background:#2497e3;border-radius:1px;border:0}.nuplot-range-slider input[type=range]::-webkit-slider-thumb{position:relative;border:1px solid #2497e3;height:18px;width:18px;border-radius:25px;background:#a1d0ff;cursor:pointer;-webkit-appearance:none;margin-top:-7px;pointer-events:auto}.nuplot-range-slider input[type=range]::-moz-range-track{width:100%;height:5px;cursor:pointer;background:#2497e3;border-radius:1px;box-shadow:none;border:none}.nuplot-range-slider input[type=range]::-moz-range-thumb{position:relative;border:1px solid #2497e3;height:18px;width:18px;border-radius:25px;background:#a1d0ff;cursor:pointer;-moz-appearance:none;pointer-events:auto}