@import url(https://fonts.googleapis.com/css2?family=Urbanist:wght@200&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Urbanist","Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}:root{--main-font-color:#543f2e;--blue-font-color:#2e608b;--core-bg-color:#c9c5bd;--main-bg-color:#ebe5d9;--core-box-color:#9e8a79}.App{text-align:center;background-color:#ebe5d9;display:flex;flex-direction:column;height:100vh}.coresPage{display:flex;justify-content:center}.intro{display:flex;flex-direction:column;align-items:flex-start;color:var(--main-font-color);padding:0 3vw 30px;text-align:start}.intro-title{font-size:50px}.intro-text{font-size:30px}@media screen and (max-width:710px){.intro-title{font-size:12vw}.intro-text{font-size:8vw}}.nav{display:flex;justify-content:space-between;background:#ebe5d9;padding-bottom:40px}.nav-title{justify-content:flex-start;width:500px;padding-bottom:30px;font-size:70px;line-height:.75;text-align:start;color:#543f2e}.nav-links,.nav-title{display:flex;align-items:flex-start}.nav-links{width:70%;justify-content:flex-end}.nav-link{line-height:.8;font-size:55px;color:#543f2e;border-top-style:solid;border-width:6px;padding:0 1px;margin-left:25px}.nav-link:hover{background-color:#543f2e;border-color:#543f2e;color:#ebe5d9;height:180px;line-height:1;display:flex;align-items:flex-end;transition:.2s}@media screen and (max-width:1300px){.nav-links{flex-direction:column;align-items:flex-end;justify-content:flex-start}.nav-title{width:50%;font-size:min(11vw,70px)}.nav-link{font-size:min(7vw,55px);border-bottom:solid;border-top:none;margin-bottom:5px}.nav-link:hover{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;line-height:.8}}.footer{display:flex;flex-direction:row;justify-content:space-between;background-color:#ebe5d9;margin-top:auto}.footer-left{font-size:30px;color:#543f2e;padding:20px 0 0 15px}.footer-right{font-size:25px;padding:20px 10px 0 0;color:#543f2e}.footer-link{color:#543f2e}.aaa{color:red}.year{display:flex;flex-direction:row;justify-content:center;width:100%}.allLaunch{flex-wrap:wrap;justify-content:space-evenly}.allLaunch,.allLaunch-card{display:flex;background:#d9e2e8}.allLaunch-card{flex-direction:column;width:20%;margin-top:3%;border-style:solid;border-color:#d9e2e8;border-radius:27px;box-shadow:14px 14px 28px #cad2d8,-14px -14px 28px #e8f2f8}.allLaunch-card-first{display:flex;justify-content:space-between}.allLaunch-card-first-number{display:flex;justify-content:flex-start;padding-left:4%;width:30%;font-size:9vh;list-style:none;color:#000;text-decoration:none}.allLaunch-card-first-img{display:flex;width:40%;padding:2px}.allLaunch-card-first-img-img{width:100%}.allLaunch-card-second{display:flex;text-align:start;padding-left:5%;font-size:3vh}.allLaunch-card-fourth{display:flex;flex-direction:row;justify-content:flex-start;padding:2px}.reused{color:#2fce29}.unreused{color:#a9aca9}.core-name{margin:1px}.allCores{display:flex;flex-wrap:wrap;justify-content:space-between;padding:0 2.5%;background-color:#ebe5d9}.singleCore{display:flex;flex-direction:column;margin:20px 15px;min-width:190px;border-radius:19px;background:#c9c5bd}.singleCore-name{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:40px;font-weight:350;color:#543f2e;margin-top:-24px;margin-left:15px}.launch-patches{display:flex;flex-wrap:wrap;padding:10px}.launch-patch-div{margin:0 5px}.launch-patch{max-width:80px}.launch-hoverBox{display:flex;flex-direction:column;position:absolute;z-index:2;visibility:hidden;margin-top:-50px;margin-left:-65px;width:220px;border-radius:10px;color:#ebe5d9}.launch-hoverBox-number{font-size:90px;font-weight:150;opacity:.2;line-height:.5;text-align:end;margin-top:-40px}.launch-hoverBox-img{width:90px;margin-top:-35px;margin-left:60px;z-index:2}.launch-hoverBox-name{color:#ebe5d9;text-decoration:none;font-size:22px;font-weight:350;padding:5px 10px 10px}.launch-hoverBox-last{display:flex;flex-direction:row;justify-content:space-between;font-size:15px;font-weight:350;padding:0 10px}.launch-hoverBox-links{display:flex}.launch-hoverBox-link{padding:5px;color:#ebe5d9}.launch-patch-div:hover .launch-hoverBox{background-color:#9e8a79;color:#ebe5d9;visibility:visible;transition:.3s;text-align:center}.launch-patch-div:hover .launch-patch{visibility:hidden}@media screen and (max-width:710px){.allCores{justify-content:center;padding:10px}.launch-hoverBox{margin-top:-50px;margin-left:-65px;width:200px}}.launchDetail{display:flex;flex-direction:column;background-color:var(--main-bg-color)}.launchDetail-controlPanal{padding:0 2%;line-height:.8}.launchDetail-controlPanal,.launchDetail-controlPanal-page{display:flex;flex-direction:row;justify-content:space-between}.launchDetail-controlPanal-page{width:max(23vw,16em)}.launchDetail-controlPanal-button{text-decoration:none;color:#9e8a79;font-size:max(3vw,35px);font-weight:200;text-align:start}.launchDetail-first{display:flex;justify-content:space-evenly;flex-wrap:wrap;padding:30px 0 10px}.launchDetail-first-left{border-top:solid;padding-top:20px;width:30%;height:200px}@media (min-width:600px) and (max-width:900px){.launchDetail-first-left{width:45%}}.launchDetail-first-middle{border-top:solid;padding-top:20px;width:30%;color:#543f2e;text-align:start}@media (min-width:600px) and (max-width:900px){.launchDetail-first-middle{width:45%}}.launchDetail-first-right{border-top:solid;padding-top:30px;width:30%}@media (min-width:600px) and (max-width:900px){.launchDetail-first-right{width:90%}}@media (max-width:600px){.launchDetail-first-left,.launchDetail-first-middle,.launchDetail-first-right{width:90vw}}.launchDetail-patch{display:flex;justify-content:end;opacity:.25;height:200px}.launchDetail-basic{color:#543f2e;font-size:2em;text-align:start;height:300px;margin-top:-200px}.launchDetail-basic-name{font-size:1.5em}.launchDetail-core-title{font-size:3em}.launchDetail-core{display:flex;flex-direction:column;width:95%;margin:2% 2% 2% 0}.launchDetail-core-h{font-size:1.5em}.launchDetail-core-p{font-size:1.8em;font-weight:200;margin-left:20px;margin-bottom:5px;border-bottom:1px solid}.launchDetail-embedVideo{width:100%;min-height:300px}.launchDetail-detail{text-align:justify;color:#543f2e;font-size:1.3em}@media screen and (max-width:710px){.launchDetail-controlPanal{flex-direction:column}}.filter{background-color:#ebe5d9}.filter-years{padding:0 2.6vw;display:flex;flex-wrap:wrap}.filter-option{display:flex;flex-wrap:wrap;justify-content:flex-start;border-left:solid;margin-bottom:10px}.SelectButton-active{color:var(--main-font-color)}.SelectButton-inactive{color:#9e9b9b;-webkit-text-decoration:line-through #9e9b9b;text-decoration:line-through #9e9b9b}button{padding:10px 5px;margin:5px;line-height:.5;font-weight:700;font-size:30px;font-family:-apple-system,BlinkMacSystemFont,"Urbanist",sans-serif;background-color:#ebe5d9;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;border:none;outline:none;cursor:pointer;transition:.2s ease-in-out;white-space:nowrap}.filter-nodes{display:flex;flex-wrap:wrap;justify-content:space-between;padding:2vw}.new-node{display:flex;flex-direction:column;background-color:#5f84a5;border-radius:20px;width:300px;height:210px;margin:20px}.new-node-first{display:flex;flex-direction:row;justify-content:space-between;background-color:transparent}.new-node-first-patch{margin-top:-25px;margin-left:20px;width:110px;height:110px;background-color:transparent}.new-node-first-number{font-size:100px;font-weight:200;line-height:.8;color:#ebe5d9;padding-right:5px}.new-node-second{padding:5px 5px 5px 50px;height:50px;font-size:25px;line-height:1.1;text-decoration:none}.new-node-second,.new-node-third{text-align:end;font-weight:200;color:#ebe5d9}.new-node-third{display:flex;justify-content:space-between;padding:8px 10px 5px;font-size:15px;line-height:1}.new-node-reuse{font-size:18px}.new-node-last{display:flex;justify-content:space-between;padding:2px 10px 10px;font-size:20px;font-weight:200;color:#ebe5d9}.new-node-link{padding:0 2px;color:#ebe5d9}@media screen and (max-width:710px){.filter-nodes{justify-content:center}}.test-page{display:flex;flex-direction:column;align-items:center;height:100vh;font-size:20px;font-weight:500}.color-picker{display:flex;flex-direction:row;padding:2%}.color-picker-component{display:flex;flex-direction:row;margin:0 1vw;padding:0 1vw;border-style:solid;border-radius:7px}.color-picker-individual{margin:1vw}.component-display{display:flex;flex-direction:column;width:90vw;padding:10px;border-style:solid;border-radius:7px}.display-button{display:flex}.display-node{display:flex;flex-direction:row}.node{align-items:center;margin:.3vw;padding:.5vw;width:140px;background-color:#fff;font-weight:600;border-style:solid;border-radius:7px}.mainpage,.node{display:flex;justify-content:center}.mainpage{flex-direction:row;flex-wrap:wrap;background-color:var(--main-bg-color);color:var(--main-font-color)}.mainpage-block{display:flex;justify-content:space-around;align-items:center;align-content:center;flex-wrap:wrap;margin:5px;width:500px;height:300px;border-color:var(--main-font-color)}.launch-block-m{width:470px;height:250px;background-color:var(--core-bg-color);border-radius:20px}.launch-block-m-patch{display:flex;justify-content:end;opacity:.2}.launch-block-m-patch-img{height:170px;padding:10px}.launch-block-m-title{font-size:25px;text-align:start;margin-top:-208px;margin-left:10px}.launch-block-m-name{font-size:40px;text-align:start;padding:4px 0 5px 10px}.launch-block-m-time{font-size:30px;text-align:start;padding:4px 0 15px 10px}.launch-block-m-blockunit{display:flex;align-items:flex-start;flex-direction:column;padding-left:10px;padding-right:10px}.blockunit-row{display:flex;flex-direction:row;padding-bottom:6px}.launch-block-m-blockunit-name{font-weight:700}.launch-block-m-blockunit-content{font-size:28px}.launch-block-s{width:210px;height:110px;margin:15px;background-color:var(--core-bg-color);border-radius:20px}.launch-block-s-title{font-size:25px;text-align:start;margin-top:-18px;margin-left:10px}.launch-block-s-number{font-size:100px;margin-top:-10px}.mainpage-block-chart{width:470px}@media screen and (max-width:700px){.mainpage-block{width:90vw;max-width:500px;height:80vw;max-height:300px}.launch-block-m{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:1vw}.launch-block-m-patch-img{height:min(40vw,170px)}.launch-block-m-name{font-size:min(12vw,40px)}.launch-block-m-time{font-size:min(8vw,30px)}.launch-block-m-blockunit-name{text-align:start}.launch-block-m-blockunit-content{font-size:min(6vw,28px);text-align:start}.launch-block-s{width:35vw;height:30vw;max-width:210px;max-height:110px}.launch-block-s-title{font-size:4vw}.launch-block-s-number{font-size:min(25vw,100px);margin-top:0}.mainpage-block-chart{width:90vw}}@media screen and (max-width:400px){.launch-block-m-title{margin-top:-52vw}}.lds-roller{display:inline-block;position:relative;width:80px;height:80px}.lds-roller div{animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;transform-origin:40px 40px}.lds-roller div:after{content:" ";display:block;position:absolute;width:7px;height:7px;border-radius:50%;background:#543f2e;margin:-4px 0 0 -4px}.lds-roller div:first-child{animation-delay:-36ms}.lds-roller div:first-child:after{top:63px;left:63px}.lds-roller div:nth-child(2){animation-delay:-72ms}.lds-roller div:nth-child(2):after{top:68px;left:56px}.lds-roller div:nth-child(3){animation-delay:-.108s}.lds-roller div:nth-child(3):after{top:71px;left:48px}.lds-roller div:nth-child(4){animation-delay:-.144s}.lds-roller div:nth-child(4):after{top:72px;left:40px}.lds-roller div:nth-child(5){animation-delay:-.18s}.lds-roller div:nth-child(5):after{top:71px;left:32px}.lds-roller div:nth-child(6){animation-delay:-.216s}.lds-roller div:nth-child(6):after{top:68px;left:24px}.lds-roller div:nth-child(7){animation-delay:-.252s}.lds-roller div:nth-child(7):after{top:63px;left:17px}.lds-roller div:nth-child(8){animation-delay:-.288s}.lds-roller div:nth-child(8):after{top:56px;left:12px}@keyframes lds-roller{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.boosterPage{display:flex;flex-direction:row;overflow-x:auto;background-color:var(--main-bg-color);padding:5px 180px 50px 30px}.boosterPage::-webkit-scrollbar{display:none}.boosterPage-core{display:flex;flex-direction:column;align-items:center;margin-left:5px}.boosterPage-status{display:flex;align-items:center;justify-content:center;color:var(--main-bg-color);font-size:17px;border-radius:5px;width:50px;min-height:25px}.boosterPage-status-active{background-color:#5e8b5e}.boosterPage-status-lost{background-color:#555353}.boosterPage-status-unknown{background-color:#a9cca8}.boosterPage-status-expended{background-color:#8b8181}.boosterPage-status-inactive{background-color:#d47878}.boosterPage-name{color:var(--main-font-color);padding-top:5px;font-weight:700;text-align:center;line-height:1.2;min-height:40px;text-wrap:balance}.boosterPage-launchBlock,.boosterPage-name{display:flex;align-items:center;justify-content:center}.boosterPage-launchBlock{color:#fff;font-family:monospace;font-size:24px;line-height:1;padding:2px;box-sizing:border-box;height:45px;width:45px;border-radius:5px;margin-top:5px;border:2px solid transparent}.boosterPage-launchBlock-upcoming{background-color:grey}.boosterPage-launchBlock-noattempt{background-color:#464242}.boosterPage-launchBlock-fail{background-color:#e78888}.boosterPage-launchBlock-ocean{background-color:#c59d52}.boosterPage-launchBlock-RTLS{background-color:#93c793}.boosterPage-launchBlock-ASDS{background-color:#adcbdd}.boosterPage-launchBlock{position:relative}.boosterPage-launchBlock:hover{border-color:#000}.boosterPage-hoverBox{position:fixed;z-index:1;visibility:hidden;width:120px;height:120px;background-color:#d1bbd1;border-radius:10px}.boosterPage-launchBlock:hover .boosterPage-hoverBox{visibility:visible}.boosterPage-hoverBox-imgDiv{margin-top:-20px}.boosterPage-hoverBox-img{width:50px;height:50px}.boosterPage-hoverBox-time{font-size:20px;font-weight:700;color:var(--main-font-color)}.boosterPage-hoverBox-name{font-size:15px;font-weight:700;padding-top:5px;height:80px;color:#000}.boosterPage-hoverBox-link{text-decoration:none;color:#000}.boosterPage-count{color:var(--main-font-color);padding-top:2px;padding-bottom:5px;font-weight:700}.legend{flex-direction:column}.boosterPage-topRow,.legend{display:flex;align-items:flex-start}.boosterPage-topRow{justify-content:space-between;padding:5px 30px}.boosterPage-downloadButton{padding:6px 12px;border-radius:5px;border:none;background-color:var(--main-font-color);color:var(--main-bg-color);font-weight:700;cursor:pointer}.boosterPage-downloadButton:hover{opacity:.9}.legend-block-line{display:flex;flex-direction:row;flex-wrap:wrap;padding-bottom:5px}.legend-block-unit{display:flex;align-items:center;padding-top:2px}.legend-toggle-container{display:flex;align-items:center;margin-left:10px}.legend-toggle-checkbox{display:none}.legend-toggle-label{position:relative;display:inline-block;width:50px;height:25px;background-color:#8b8181;border-radius:5px;transition:.4s;cursor:pointer;margin-right:8px}.legend-toggle-label:before{position:absolute;content:"";height:19px;width:19px;left:3px;bottom:3px;background-color:#fff;border-radius:3px;transition:.4s}.legend-toggle-checkbox:checked+.legend-toggle-label{background-color:#5e8b5e}.legend-toggle-checkbox:checked+.legend-toggle-label:before{transform:translateX(25px)}.legend-toggle-text{font-size:14px;font-weight:700;color:var(--main-font-color);cursor:pointer}.turnaround-display{width:45px;height:25px;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;background-color:initial;border-style:solid;border-width:3px;box-sizing:border-box;margin-top:5px;margin-bottom:5px}.legend-singleBlock{margin-right:5px;margin-left:5px}.legend-statusBlock{width:30px;height:30px;border-radius:5px}.boosterPage-scrollButtons{display:flex;justify-content:space-between;padding-top:3px}.TimelinePage{text-align:left;background-color:#d9e2e8;font-size:16px}.PageTitle{text-align:center;background-color:#d9e2e8;font-family:"bebas Neue",sans-serif}h3{padding-top:.25em}.vertical-timeline-element-content{padding:2em 3em!important}#description{margin:1.5em 0 2em}.Button{text-decoration:none;padding:.5em;border-radius:5px;color:#fff;background-color:#06d6a0}@media only screen and (max-width:1700px){.vertical-timeline-element-date{display:block!important;float:none!important;margin-top:.5em}}
/*# sourceMappingURL=main.ad727473.chunk.css.map */