.js-is-hidden{display:none!important}.sr-only:not(:focus):not(:active){position:absolute;width:1px;height:1px;overflow:hidden;white-space:nowrap;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%)}body{--breakpoint:"xsmall";--companyHeight:36px;margin:0;padding:0 1rem;color:#333;font-family:Hind,sans-serif;font-size:18px;font-size:1.125rem}@media screen and (min-width:35em){body{--breakpoint:"small"}}@media screen and (min-width:48em){body{--breakpoint:"medium"}}@media screen and (min-width:64em){body{--breakpoint:"large"}}.interactive__title{margin:1rem auto;color:#000;font-family:Roboto,sans-serif;font-size:23px;font-size:1.4375rem;font-weight:400;line-height:1.36;text-align:center}@media screen and (min-width:48em){.interactive__title{font-size:25px;font-size:1.5625rem}}a{color:#ed392a;text-decoration:none;-webkit-transition:color .3s ease-in-out,box-shadow .3s ease-in-out;transition:color .3s ease-in-out,box-shadow .3s ease-in-out}a:hover{box-shadow:inset 0 -2px 0 0 #d4d0cb}p{margin:0 0 1rem;line-height:1.8}.btn{margin:0;padding:.25rem .75rem;color:#fff;font-family:Roboto,sans-serif;font-size:13px;font-size:.8125rem;line-height:1.69;letter-spacing:.7px;text-transform:uppercase;border:0;border-radius:2px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.btn:not([disabled]){cursor:pointer}.btn[disabled]{cursor:not-allowed}.btn.btn--blue{color:#fff;background-color:#455a64}.btn.btn--blue:hover{background-color:#303f46}.btn.btn--transparent{color:#808081;text-transform:none;background-color:transparent}.btn.btn--transparent:hover{color:#5a5a5b}label{color:grey}.filter-label,label{font-family:Roboto,sans-serif;display:block}.filter-label{font-size:16px;font-weight:700;line-height:1.4;margin:0 0 5px;color:#000}@media screen and (min-width:48em){.filter-label{font-size:18px}}.filter-label-info{color:#808081;font-weight:400}.filter-desc{margin:0 0 5px;color:#808081;font-size:14px;font-size:.875rem;line-height:1.3}.filter-select{font-size:15px;line-height:1.28571em;display:inline-block;box-sizing:border-box;width:100%;height:30px;margin:0;padding:3px 35px 3px 7px;-webkit-user-select:none;white-space:nowrap;text-overflow:ellipsis;color:#555;border:2px solid #455a64;-webkit-border-radius:2px;background:#fff;background-image:url(b1b0d3dedcc2d31610845d58239d8d8d.svg),-webkit-gradient(linear,left top,right top,from(#455a64),to(#455a64));background-image:url(b1b0d3dedcc2d31610845d58239d8d8d.svg),linear-gradient(90deg,#455a64,#455a64);background-repeat:no-repeat;background-position:100%;background-size:30px 30px,30px 30px;-moz-appearance:none;-webkit-appearance:button}.filter-select:disabled{opacity:.5}.filter-input{margin:0;padding:5px 9px;background:#f1f1f1;border:1px solid #455a64;border-radius:2px;font-family:Roboto,sans-serif;font-size:15px;line-height:1.2}.filter-input:focus{background:#fff}.checkbox-container{position:relative}.checkbox-container input[type=checkbox]{position:absolute;opacity:0;-webkit-transition:.2s;transition:.2s}.checkbox-container input[type=checkbox]+label{display:inline-block;font-weight:400;color:#000}.checkbox-container input[type=checkbox]+label:before{content:"";display:inline-block;box-sizing:content-box;vertical-align:-.2em;width:1rem;height:1rem;border:2px solid #455a64;border-radius:.2em;margin-right:.3em;background-color:#fff;-webkit-transition:.2s;transition:.2s}.checkbox-container input[type=checkbox]:checked+label{font-weight:semibold;font-color:red}.checkbox-container input[type=checkbox]:checked:focus+label:before,.checkbox-container input[type=checkbox]:focus+label:before{outline:2px solid rgba(69,90,100,.5)}.checkbox-container input[type=checkbox]:hover+label:before{background-color:rgba(69,90,100,.5);box-shadow:inset 0 0 0 .15em #fff}.checkbox-container input[type=checkbox]:checked+label:before{background-color:#455a64;box-shadow:inset 0 0 0 .15em #fff}.checkbox-container input[type=checkbox]:checked:disabled+label:before{box-shadow:none}.loading-container{position:relative}.loading{position:absolute;top:50%;left:50%;display:none;width:50px;height:50px;border:5px solid #fff;border-top-color:rgba(0,0,0,.3);border-radius:40px;-webkit-animation:loading 1.2s linear infinite;animation:loading 1.2s linear infinite}@media screen and (min-width:48em){.loading{display:block}}@-webkit-keyframes loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.hide-on-load{visibility:hidden;opacity:0}.interactive__source{margin-top:1rem;padding-bottom:2rem;text-align:right}.interactive__source a{box-shadow:none}.interactive__source img{max-width:300px;height:auto}.interactive__source p{margin:0;color:#808081;font-size:.8rem;line-height:1.3;text-align:right}#interactive__charts{position:relative}#interactive__charts .js-isActive{opacity:1}#interactive__charts .js-isNotActive{opacity:.5}.axis{pointer-events:none}.axis .domain{stroke:#808081}.axis line{stroke:#f1f1f1}.axis text{font-size:14px;font-size:.875rem;fill:#808081}.axis--x .tick:not(.tick--origin) line{display:none}.axis--y .domain{stroke:#808081}.axis--y .tick text{opacity:.54;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;fill:#000}.axis--y .tick circle{fill:#728c99;stroke:#fff;stroke-width:2}.axis--y .tick--ends text{opacity:1}.axis--y .tick--ends line{display:none}.axis--y .tick--ends circle{fill:#fff;stroke:#000;stroke-width:2}.axis--y .tick--year{opacity:0;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.axis--y .tick.js-isActive text{font-weight:700;opacity:1}.axis--countries .domain,.axis--countries line{display:none}.axis--countries text{font-weight:600;font-size:14px;font-size:.875rem;text-transform:uppercase;fill:#000}.axis--countries rect{fill:#f3f3f3}.axis--countries .tick:last-of-type text{font-size:12px;font-size:.75rem}@media screen and (min-width:48em){.axis--countries .tick:last-of-type text{font-size:14px;font-size:.875rem}}.bar{-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;pointer-events:none}.bar--payloads:not(.bar--payloads-pattern){fill:#8cb561}.bar--payloads-pattern{stroke:#8cb561;stroke-width:.2}.bar--launches:not(.bar--launches-pattern){fill:#455a64}.bar--launches-pattern{stroke:#455a64;stroke-width:.2}.bar__label{font-weight:700;font-size:12px;font-size:.75rem;opacity:0;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;pointer-events:none}@media screen and (min-width:48em){.bar__label--payloads{text-anchor:end}}#pattern--payloads{stroke:#8cb561}#pattern--launches{stroke:#455a64}.year-bar{opacity:0;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;fill:#f1f1f1}.totals__label{text-transform:uppercase;text-anchor:end}.totals__label,.totals__value{font-weight:600;font-size:14px;font-size:.875rem;fill:#000}.totals__value{text-anchor:middle}.totals__value--payloads{fill:#8cb561}.totals__value--launches{fill:#455a64}#interactive__charts,#interactive__filters,#interactive__header{margin-bottom:2rem}#interactive__header{max-width:700px;margin-right:auto;margin-left:auto}#interactive__charts,#interactive__filters,.interactive__source{max-width:1000px;margin-right:auto;margin-left:auto}#interactive__filters{position:relative}.legend{display:-webkit-box;display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none}.legend__item{margin-right:2rem}.legend__item:before{content:"";display:inline-block;width:12px;height:12px;margin-right:.4rem;border-radius:50%}.legend__item--payloads{display:none}@media screen and (min-width:48em){.legend__item--payloads{display:list-item}}.legend__item--payloads:before{background:#8cb561}.legend__item--launches{display:none}@media screen and (min-width:48em){.legend__item--launches{display:list-item}}.legend__item--launches:before{background:#455a64}.legend__item--pattern:before{background:repeating-linear-gradient(45deg,#333,#333 1px,#fff 2px,#fff 3px)}.walkthrough{display:none}@media screen and (min-width:48em){.walkthrough{position:absolute;top:-75%;right:0;z-index:10;display:-ms-grid;display:grid;-ms-grid-columns:auto minmax(-webkit-min-content,100px);-ms-grid-columns:auto minmax(min-content,100px);grid-template-columns:auto minmax(-webkit-min-content,100px);grid-template-columns:auto minmax(min-content,100px);width:50%;max-width:400px;padding:1rem;background:#fff;border-radius:5px;box-shadow:0 0 11px -6px #000}}.walkthrough__title{-ms-grid-row-align:center;align-self:center;margin:0;padding:0;color:#000;font-weight:600;font-size:18px;font-size:1.125rem;line-height:1.4}.walkthrough__content{position:relative;grid-column:1/-1;margin-top:1rem;-webkit-transform-origin:top center;transform-origin:top center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.js-isHidden .walkthrough__content{display:none}.walkthrough__content:before{content:"";position:absolute;top:-.5rem;right:-1rem;left:-1rem;height:1px;background:#d5d5d5}.walkthrough__steps{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;margin:1rem 0;padding:0;list-style:none}.walkthrough__steps li{position:relative;-webkit-box-flex:1;flex:1 1 33%}.walkthrough__steps li:after{content:"";position:absolute;top:calc(50% - 1px);left:1px;z-index:-1;width:100%;height:3px;background:#c9cfd2;-webkit-transition:background .3s ease-in-out;transition:background .3s ease-in-out}.walkthrough__steps li:last-of-type{-webkit-box-flex:0;flex:0}.walkthrough__steps li:last-of-type:after{display:none}.walkthrough__steps button{width:24px;height:24px;color:#fff;font-size:14px;font-size:.875rem;background:#c9cfd2;border:0;border-radius:50%;-webkit-transition:background .3s ease-in-out;transition:background .3s ease-in-out}.walkthrough__steps .js-currentStep button{background:#455a64}.walkthrough__steps .js-completedStep:after,.walkthrough__steps .js-completedStep button{background:#728c99}.walkthrough .btn--transparent{padding:0;font-size:15px;font-size:.9375rem}.walkthrough #walkthrough__restart{display:none;text-align:right}.walkthrough #walkthrough__restart span{display:inline-block;-webkit-transform:rotate(-70deg);transform:rotate(-70deg)}.walkthrough.js-isHidden #walkthrough__restart{display:inline-block}.walkthrough #walkthrough__next{float:right}.interactive__filters-type{margin-bottom:1rem}@media screen and (min-width:48em){.interactive__filters-type{display:none}}