code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,body,html{background-color:#f0f8ff;box-sizing:border-box;font-family:Quicksand,serif;margin:0;min-height:95vh;padding:0;width:100%}#root{align-items:center;display:flex;justify-content:center}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bubbleContainer{animation:bubbleFloatRight 3s ease-in infinite;height:20vh;position:absolute;right:10%;top:-15%;width:25vh}.bubble{animation:bubbleFloatUp 3s ease-out infinite,fade 3s linear infinite;border-radius:100%;height:100%;opacity:0;position:absolute;width:100%}body.loaded .bubble,body.loaded .bubbleContainer{animation-play-state:running}.bubble img{height:auto;width:100%}.bubbleContainer.one,.bubbleContainer.one .bubble{animation-delay:0}.bubbleContainer.two,.bubbleContainer.two .bubble{animation-delay:.5s}.bubbleContainer.three,.bubbleContainer.three .bubble{animation-delay:1s}.bubbleContainer.four,.bubbleContainer.four .bubble{animation-delay:1.5s}.bubbleContainer.five,.bubbleContainer.five .bubble{animation-delay:2s}.bubbleContainer.six,.bubbleContainer.six .bubble{animation-delay:2.5s}@keyframes bubbleFloatRight{0%{transform:translateX(0)}to{transform:translateX(-400%) scale(.3)}}@keyframes bubbleFloatFlip{0%{transform:translateX(0)}to{transform:translateX(200%) scale(.3)}}@keyframes bubbleFloatUp{0%{transform:translateY(0)}to{opacity:0;transform:translateY(-150%)}}@keyframes fade{0%,to{opacity:0}20%,90%{opacity:.8}}.splashTrain{animation:trainBump .5s linear infinite;bottom:4.5%;height:40%;left:0;position:absolute;width:124vh;z-index:5}.trainBody{bottom:2%;height:80%;position:absolute;right:0;width:100%}.trainWheel{animation:spinWheels 1s linear infinite;bottom:0;position:absolute;width:7%}.trainWheel.one{left:6%}.trainWheel.two{left:19.5%}.trainWheel.three{left:32.5%}.trainWheel.four{left:48.5%}.trainWheel.five{left:62%}.trainWheel.six{left:74.5%}@keyframes spinWheels{to{transform:rotate(1turn)}}@keyframes spinWheelsBack{to{transform:rotate(-1turn)}}@keyframes trainBump{50%{transform:translateY(1%)}}#Library{position:absolute}#Library.scrollLock{height:100%;overflow:hidden}.Library{align-items:center;background-position:bottom;background-repeat:repeat-y;background-size:cover;display:flex;flex-direction:column;justify-items:flex-start;padding-bottom:0;scrollbar-color:var(--green) var(--light-blue);width:100%}@media only screen and (max-width:767px){#Library{height:100%;overflow-y:scroll}#Library .libraryBottom,#Library .sallyBubbleWrap{display:none}#Library .libraryList{align-items:center;display:flex;flex-direction:column}#Library .libraryList,.libraryBody{justify-content:flex-start}.libraryScroll{height:80vh;margin-bottom:1rem}.libraryBody{display:flex;flex-direction:column-reverse}.libraryInfo{height:100%}.summaryEntryTop{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}}.closeButton{background:#d98c8c;border-color:#c66;height:2.5rem;padding:0 .6rem .5rem .5rem;position:absolute;right:.5rem;top:0;width:2.5rem;z-index:5}.closeButton p{font-size:2rem;line-height:1}button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}button span{align-items:center;display:flex;flex-direction:row;justify-content:center}.zoomButton{border-radius:100%}.zoomWrap{right:-4rem;top:1rem}.icon.rightArrow{border-bottom:.5em solid #0000;border-left:1em solid #fff;border-top:.5em solid #0000;height:0;margin:0 0 0 .4rem;width:0}.icon.downArrow{border:.5em solid #0000;border-top:1em solid #fff;height:0;margin:.1rem 0 0 .4rem;width:0}.icon.upArrow{border:.5em solid #0000;border-bottom:1em solid #fff;height:0;margin:-.5rem 0 .2rem .4rem;width:0}.icon.leftArrow{border-bottom:.5em solid #0000;border-right:1em solid #fff;border-top:.5em solid #0000;height:0;margin:0 .4rem;width:0}.icon.zoom{height:1.5rem;width:1.5rem}.icon.info{height:2rem;width:2rem}.icon.pointer{height:80%;width:80%}.Splash{align-items:center;display:grid;grid-template-rows:1fr;height:100%;position:relative;width:100vw}.Splash .TopNav{position:relative;width:100%}.Splash .splashBody{bottom:0;height:100%;overflow-y:hidden}.Splash .splashBody .menuWrap{height:100%;justify-content:center;padding:1rem;position:relative;width:100%}.Splash .splashGraphics{bottom:0;height:100%;position:absolute}.Splash .splashGraphics .trainCol{max-width:124vh;overflow:hidden;position:relative}.Splash .splashGraphics .trainCol .trainWrap{bottom:0;height:100%;left:auto;margin:0;padding:0;right:0;width:100vh}.Splash .splashGraphics .trainCol .splashTrain{--trainHeight:40vh;bottom:5%;height:var(--trainHeight);left:auto;margin:0;position:absolute;right:0;width:calc(var(--trainHeight)*3.1238)}.Splash .menu{background-color:var(--primary-blue);border-radius:1rem;padding:1rem;position:absolute;z-index:3}.Splash .menu button{width:15rem}.Splash .menu img{background-color:#fff;border-radius:3rem;margin-bottom:1rem;padding:1rem}.Splash .menu .info{border:.15rem solid #f0f8ff;border-radius:100%;margin:0 0 0 .5rem}.Splash .menu .langs{background-color:#f0f8ff;border-radius:1rem}.Splash .menu .langs button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Splash .menu .langs .current{background-color:var(--primary-blue)}.splashNav{height:100%;justify-content:flex-start;margin-top:1rem}.splashNav,.splashNav nav{align-items:center;display:flex;flex-direction:column}.splashNav .splashLogo{background-color:#fff;border-radius:2rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:1rem;max-width:12rem;padding:.25rem .5rem;width:100%}.splashNav .splashLogo img{height:auto;width:100%}@media only screen and (max-height:500px){.Splash .menuWrap{justify-content:flex-end!important}}.splashGraphics{align-items:center;animation:moveBG 35s linear infinite;background-image:url(/static/media/splashBGscrollCrop.fc16c65199d85edc33ae.jpg);background-position:83.25% 0;background-repeat:repeat-x;background-size:auto 100%;display:flex;height:100vh;justify-content:center;margin:0;overflow:hidden;padding:0;position:fixed;top:0;transform:translateZ(0);width:100vw}@keyframes moveBG{0%{background-position:0 0}to{background-position:83.25% 0}}@media only screen and (max-width:1200px){.splashTrain{left:auto;right:0}}#Summary{background-color:#696969bf;border-radius:0;box-sizing:border-box;height:100%;justify-content:flex-start;overflow:auto;position:fixed;width:100%;z-index:10}#Summary,#Summary .sessionHeader{align-items:center;display:flex;flex-direction:column;padding:.5rem}#Summary .sessionHeader{background-color:var(--primary-blue);border:0;box-shadow:0 0 1rem #191970;justify-content:center}#Summary .sessionHeader h2{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#Summary .closeButton{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}#Summary .closeButton p{margin-bottom:0}#Summary.noSummary{border:none}.materialList{margin:1rem}.summaryEntry{background-color:var(--primary-blue);border:0 solid #f0f8ff;border-radius:1rem;box-shadow:0 0 1rem #191970;margin:2rem;max-width:55rem;padding:2rem;position:relative}.summaryEntryGraphic img{border:.5rem solid #f0f8ff;border-radius:1rem;height:auto;width:100%}#partLabel,.summaryEntryGraphic img{background-color:var(--primary-green)}#partLabel{border:0;border-radius:1rem;box-shadow:0 0 1rem #191970;left:-2rem;position:absolute;top:-2rem;z-index:2}.summaryEntryBody{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-evenly}.summaryInfoHeader.label{border:0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}p{margin-bottom:0}.LibraryReadBy{align-items:center;border-radius:1rem;color:#fff;display:inline-flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;width:100%}.LibraryReadBy p{line-height:1rem;margin-bottom:.5rem}.readByContent{align-items:center;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;width:100%}.libReadByPhoto{background-color:var(--primary-green);background-position-x:center;background-position-y:top;background-size:cover;border-radius:100%;height:10em;margin:1rem;width:10em}.libReadByPhoto img{background:#4b9b55;background:linear-gradient(180deg,#6bc777,#568f5e);border:.2rem solid #f0f8ff;border-radius:100%;height:100%;width:100%}.libReadByName{background-color:initial;text-align:center}.sallyBubbleWrap{--wrap-width:20rem;--wrap-height:var(--wrap-width);--sallyHeight:calc(var(--wrap-height) - 5rem);--sallyWidth:var(--sallyHeight);align-items:center;flex-direction:column;height:var(--wrap-height);justify-content:flex-end;width:var(--wrap-width)}.sally,.sallyBubbleWrap{display:flex;position:absolute}.sally{animation:hop 1.25s linear 3;bottom:0;height:var(--sallyHeight);justify-content:center;width:var(--sallyWidth)}.sallyBubbleWrap .speechBubble{animation:bubbleHop 1.25s linear 3;max-width:100%;position:absolute;top:0}#sallyBody{bottom:14%;left:11%;position:absolute;width:calc(var(--sallyWidth)*.65);z-index:10}#sallyRightArm{animation:hopRightArm 1.25s linear 3;left:0;position:absolute;top:35%;width:calc(var(--sallyHeight)*.3)}#sallyLeftArm{animation:hopLeftArm 1.25s linear 3;left:33%;position:absolute;top:39%;width:calc(var(--sallyHeight)*.26)}#sallyTail{bottom:20%;position:absolute;right:1%;transform:rotate(-10deg);width:calc(var(--sallyWidth)*.3)}#sallyLeftFoot{animation:hopLeftFoot 1.25s linear 3;bottom:2%;right:42%}#sallyLeftFoot,#sallyRightFoot{position:absolute;width:calc(var(--sallyHeight)*.2)}#sallyRightFoot{animation:hopRightFoot 1.25s linear 3;bottom:0;left:22%}.sallyBubbleWrap:hover .sally{animation:hopFaster .5s ease-out 3}.sallyBubbleWrap:hover #sallyLeftArm{animation:hopLeftArmFast .5s ease-out 3}.sallyBubbleWrap:hover #sallyRightArm{animation:hopRightArmFast .5s ease-out 3}.sallyBubbleWrap:hover #sallyLeftFoot{animation:hopLeftFootFast .5s ease-out 3}.sallyBubbleWrap:hover #sallyRightFoot{animation:hopRightFootFast .5s ease-out 3}.sallyBubbleWrap:hover .speechBubble{animation:bubbleHopFast .5s ease-out 3}@keyframes hop{0%{transform:translate(0);transform:scaleX(1.1)}5%{transform:translateY(-15%)}15%{transform:translateY(-20%) scaleY(1.2)}25%{transform:translate(0) scale(1)}30%{transform:scaleX(1.1)}to{transform:translateY(2.5%) scale(1.1,.95)}}@keyframes hopLeftArm{5%{transform:rotate(0deg) translate(0)}15%{transform:rotate(-40deg) translateY(-15%)}25%,to{transform:rotate(0deg) translateY(10%)}}@keyframes hopRightArm{5%{transform:rotate(-30deg) translateY(-20%)}15%{transform:rotate(40deg) translate(0)}25%,to{transform:rotate(10deg) translateY(15%)}}@keyframes hopLeftFoot{15%{transform:rotate(30deg) translate(-10%,-30%)}25%,to{transform:rotate(0) translate(0)}}@keyframes hopRightFoot{15%{transform:rotate(30deg) translate(-10%,-30%)}25%,to{transform:rotate(0) translate(0)}}@keyframes tailWag{20%{border-color:#000;transform:rotate(-20deg) translate(-10%,-17%)}}@keyframes bubbleHop{0%,to{transform:translateY(0)}15%{transform:translateY(-15%)}}@keyframes hopFaster{0%,20%,80%,to{transform:translate(0) scale(1)}50%{transform:translateY(-20%) scaleY(1.2)}}@keyframes hopLeftArmFast{50%{transform:rotate(-40deg) translateY(-15%)}0%,20%,80%,to{transform:rotate(0deg) translateY(10%)}}@keyframes hopRightArmFast{50%{transform:rotate(40deg) translate(0)}0%,20%,80%,to{transform:rotate(10deg) translateY(15%)}}@keyframes hopLeftFootFast{50%{transform:rotate(30deg) translate(-10%,-30%)}0%,20%,80%,to{transform:rotate(0) translate(0)}}@keyframes hopRightFootFast{50%{transform:rotate(30deg) translate(-10%,-30%)}0%,20%,80%,to{transform:rotate(0) translate(0)}}@keyframes bubbleHopFast{0%,20%,80%,to{transform:translateY(0)}50%{transform:translateY(-15%)}}.pageBody.LibraryList{background-color:#87ceebbf;margin:1rem}.mediaListEntry{background-position:top;background-repeat:no-repeat;background-size:cover;border:.25rem solid #f0f8ff;border-radius:1em;box-shadow:0 0 1rem #191970;height:18rem;margin:1em;position:relative;width:13rem}#summaryMediaDets,.mediaListEntry{align-items:center;display:flex;flex-direction:column}#summaryMediaDets{animation:none;background-color:var(--primary-green);border:.25rem solid #f0f8ff;border-radius:1rem;bottom:-1rem;height:6rem;justify-content:center;padding:.25rem;position:absolute;width:100%}.tableContents{background-color:var(--dark-accent);border-top:.5rem solid var(--primary-blue);color:#f0f8ff;font-weight:700;margin:auto;padding:.5rem;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:5}.tableContents button{align-items:center;border-radius:1rem;display:flex;flex-direction:column;justify-content:center;margin:.25rem;padding:.25rem;width:3rem}.tableContents button svg{height:2rem;width:2rem}.tableContents button.current{background-color:var(--primary-blue)}.tableContents .materialWrap{background-color:var(--light-green);border-radius:1rem;display:flex;margin:.5rem 0;padding:.2rem}.tableContents .materialWrap button{box-shadow:none}.libraryExpWrap{align-items:center;background-color:var(--dark-accent);border:.25rem solid #f0f8ff;border-radius:1em;box-shadow:0 0 1rem #191970;display:flex;flex-direction:column;height:13rem;justify-content:flex-end;margin:1em;position:relative;width:13rem}.libraryExpWrap svg{height:5rem;width:5rem}.expHeader{animation:none;background-color:var(--primary-green);border:.25rem solid #f0f8ff;border-radius:1rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;padding:.25rem;position:absolute;top:0;width:100%}.expHeader,.libraryDramaWrap{align-items:center;display:flex;flex-direction:column}.libraryDramaWrap{background-color:var(--dark-accent);border:.25rem solid #f0f8ff;border-radius:1em;box-shadow:0 0 1rem #191970;height:13rem;justify-content:flex-end;margin:1em;position:relative;width:13rem}.libraryDramaWrap svg{height:5rem;width:5rem}.dramaHeader{animation:none;background-color:var(--primary-green);border:.25rem solid #f0f8ff;border-radius:1rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;padding:.25rem;position:absolute;top:0;width:100%}.dramaHeader,.libraryAwarenessWrap{align-items:center;display:flex;flex-direction:column}.libraryAwarenessWrap{background-color:var(--dark-accent);border:.25rem solid #f0f8ff;border-radius:1em;box-shadow:0 0 1rem #191970;height:13rem;justify-content:flex-end;margin:1em;position:relative;width:13rem}.libraryAwarenessWrap svg{height:5rem;width:5rem}.awarenessHeader{animation:none;background-color:var(--primary-green);border:.25rem solid #f0f8ff;border-radius:1rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;padding:.25rem;position:absolute;top:0;width:100%}.awarenessHeader,.libraryDiscussion{align-items:center;display:flex;flex-direction:column}.libraryDiscussion{background-color:var(--dark-accent);background-position:bottom;background-repeat:no-repeat;background-size:contain;border:.25rem solid #f0f8ff;border-radius:1em;box-shadow:0 0 1rem #191970;height:15rem;margin:1em;position:relative;width:13rem}.libraryDiscussion #summaryMediaDets{align-items:center;animation:none;background-color:var(--primary-green);border:.25rem solid #f0f8ff;border-radius:1rem;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;padding:.25rem;position:absolute;top:-1rem;width:100%}.mediaListEntry:hover{animation:none}.libraryRepeat{//background-attachment:fixed;align-items:center;background-image:url(/static/media/LibraryTile.2d31024a1c1a123657c3.png);background-repeat:repeat-y;height:100%;padding-bottom:0;padding-top:3rem}.libraryBottom,.libraryRepeat{background-position:bottom;background-size:100%;display:flex;flex-direction:column;width:100%}.libraryBottom{align-items:flex-end;background-image:url(/static/media/LibraryBottom.bb919af88240750f4250.png);height:20rem;justify-content:flex-end;position:relative}#sessionWrap{height:100%;transition:opacity .25s;width:20rem;z-index:2}.sessionItem{background-color:initial;border:0;height:100%;margin:0;padding:1rem}.sessionItem button{border:.2rem solid #f0f8ff;border-radius:100%;height:3rem;padding:0;width:3rem}.sessionItem button.disabled{background-color:#d3d3d3;color:dimgrey}.sessionTitle{background-color:var(--primary-green);border:.25rem solid #f0f8ff;border-radius:1rem;margin:.25rem;padding:.5rem 1rem}.sessionTitle ul{list-style-type:circle}.sessionGraphic{align-items:center;background-color:var(--dark-accent);border-radius:1em;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;margin:auto;overflow:hidden;padding:0;position:relative;width:15rem}.sessionGraphic img{border:.25rem solid #f0f8ff;border-radius:1rem;height:auto;width:100%}.sessionGraphic .awareness,.sessionGraphic .drama,.sessionGraphic .experiment{align-items:center;display:flex;height:12rem;justify-content:center;padding:1rem;width:100%}.sessionGraphic svg{max-height:100%;max-width:100%}.materialTitle{background-color:var(--primary-green);border:.25rem solid #f0f8ff;border-radius:1rem;margin:.25rem auto;max-width:12rem;padding:.5rem 1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.changeSession{border-radius:100%;height:3.5rem;padding:.25rem;position:absolute;width:3.5rem}.changeSession.forward{right:0}.changeSession.back{left:0}.sessionMap{display:grid;grid-template-rows:1fr auto;min-height:100vh;padding:0;width:100%}.sessionMap .mapRowGrid{display:grid;grid-template-columns:1fr auto;width:100vw}.sessionMap .trainCol{height:100%;max-width:max(59rem,60vh);overflow:hidden;position:relative;width:100%}.sessionMap .trainWrap{bottom:0;height:50%;left:auto;margin:0;padding:0;position:absolute;right:0;width:100%;z-index:1}.sessionMap .trainWrap .sizeTrain{bottom:0;height:100%;opacity:0;position:relative;right:0;width:auto}.sessionMap .trainWrap .splashTrain{bottom:5%;height:var(--trainHeight);left:auto;margin:0;min-height:20rem;min-width:60rem;position:absolute;right:0;width:calc(var(--trainHeight)*3.12)}.sessionMap .trainWrap .splashTrain .trainWheel{animation-play-state:paused}#bg{background-image:url(/static/media/splashBGscrollCrop.fc16c65199d85edc33ae.jpg);background-position:0 0;background-size:auto 100%;bottom:0;display:grid;grid-template-columns:1fr auto;min-height:max(75vh,30rem);position:relative;transition:background-position 3s}@media only screen and (max-width:767px){#bg{background-image:none}}.mapRepeat{//background-attachment:fixed;align-items:center;background-position:bottom;background-repeat:repeat-y;background-size:100%;display:flex;flex-direction:column;height:100%;padding-bottom:0;padding-top:3rem;width:100%}@keyframes slowGrowPulse{50%{transform:scale(1.2)}}.mapBottom{align-items:flex-end;background-position:bottom;background-size:100%;display:flex;flex-direction:column;height:20rem;justify-content:flex-end;position:relative;width:100%}.libraryBottomBG{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:hidden;width:100%}#libraryBottom{height:auto;object-position:bottom;width:100%}.penguinWrap{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:absolute;width:30%}.penguinWrap img{height:auto;width:100%}.fluff{bottom:1rem;left:2vw;position:absolute;width:10rem}.fluff img{width:100%}.sallyBubbleWrap.library{--wrap-width:15rem;bottom:1rem;position:absolute;right:0}@media only screen and (max-width:900px){.fluff{display:none}.sallyBubbleWrap.library{left:1rem}}@media only screen and (max-width:600px){.fluff{display:none}.sallyBubbleWrap.library{--wrap-width:70vw;right:0}}#loading{align-items:center;bottom:20px;display:none;height:50%;justify-content:center;left:50%;opacity:50%;position:fixed;transform:translateX(-50%);width:50%}.loadCircle{animation-duration:2.5s;animation-iteration-count:infinite;animation-name:spin;animation-timing-function:linear;border-radius:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0;min-height:2rem;min-width:2rem;padding:0;width:25%}.loadCircle.noBG{background-color:initial}#loading img{height:auto;margin:0;padding:0;width:100%}#loading.loading{align-items:center;display:flex;justify-content:center}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ReaderStart{align-items:center;background-color:var(--dark-accent);border-radius:1rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;margin-bottom:1rem;max-width:100%;padding:1rem;position:relative;text-align:center}.ReaderStart .readerTitleAuthor{margin-bottom:.5rem}.ReaderStart .readByName{margin:.5rem}.ReaderStart .readerReadBy,.ReaderStart .readerTitleAuthor{background-color:#fff3;border-radius:1rem;padding:.5rem}.ReaderStart hr{border-color:#0003;width:60%}.ReaderStart #playNarration{margin-top:1rem}.ReaderStart #readerStartLoading{align-items:center;background-color:var(--yellow);color:var(--blue);display:flex;flex-direction:row;justify-content:space-evenly;padding:.5rem;position:relative}.ReaderStart #readerStartLoading p{animation:pulse 2s ease-in-out infinite;margin-right:1rem}.ReaderStart .readerStartLoadingWrap{padding-right:1.5rem;position:relative}.ReaderStart .startDescr{border-bottom:.25rem solid var(--primary-blue);border-top:.25rem solid var(--primary-blue);margin:1rem 0;padding:.5rem 0}.ReaderStart .sessionInfo{background-color:var(--primary-blue);border:.25rem solid #f0f8ff;border-radius:1rem;margin-bottom:.5rem;padding:.25rem .75rem}.ReaderStart .sessionInfo h1{margin:0}.infoBubble{bottom:3rem;left:1rem;opacity:1;position:absolute;transition:opacity .25s;z-index:5}.infoBubble .infoMessage{align-items:center;background-color:#ff0;border:.25rem solid #0f618a;color:#000;display:flex;flex-direction:column;font-size:.8rem;font-weight:700;padding:.5rem;width:-webkit-max-content;width:max-content}.infoBubble .infoMessage button{margin:.1rem;padding:.25rem .5rem}.infoBubble .arrow{border-left:.5rem solid #0000;border-right:.5rem solid #0000;border-top:1rem solid #1f5c7a;margin-left:1rem;width:0}.infoBubble.up{top:3rem}.infoBubble.up .arrow{border-bottom:1rem solid #1f5c7a;border-left:.5rem solid #0000;border-right:.5rem solid #0000;border-top:0}.preloader{height:1px;opacity:0;position:fixed;width:1px}#complete,.preloader img{height:100%;width:100%}#complete{align-items:center;display:none;justify-content:center;left:0;position:fixed;text-align:center;top:0;z-index:6}.completeWindow{align-items:center;background:var(--dark-accent);border-radius:1rem;box-shadow:0 0 1rem #191970;display:flex;flex-direction:column;padding:1rem;position:relative}.completeWindow .label{padding:.5rem}.congratsOptions{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;margin-top:1rem}.congratsOptionsContainer{padding:.5rem}.otherOptions{flex-direction:row;flex-wrap:wrap}.otherOptions,.sallyWrap{display:flex;justify-content:center}.sallyWrap{align-items:center;height:10rem;width:100%}.sallyWrap .sally{--sallyWidth:5rem;bottom:auto;left:4rem;position:relative}.completeWindow #sallyBody{left:0}.sallyWrap .sally .speechBubble{left:-150%;top:0}@media only screen and (max-width:600px){.completeWindow{width:80%}h1{font-size:1.5rem}}@media only screen and (max-height:600px) and (orientation:landscape){.completeWindow{justify-content:space-between}}.nextMaterial{align-items:center;background-color:var(--dark-accent);border-radius:1rem;color:#f0f8ff;display:flex;flex-direction:column;margin:1rem;padding:1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.nextMaterial .sessionInfo{background-color:var(--primary-blue);border-radius:1rem;padding:.2rem .5rem}.Read{max-width:100%;min-height:100%}.ReaderContent{display:grid;grid-template-columns:auto 1fr auto;max-width:95vw}.materialHeader{background-color:var(--dark-accent);border-radius:1rem;color:#f0f8ff;margin:1rem 0;padding:.25rem 1rem}.materialHeader h1{font-weight:400}.pageImgFrame{align-items:baseline;box-sizing:border-box;display:inline-flex;height:80vh;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.pageImgFrame .pageImg{border:.5rem solid #f0f8ff;border-radius:1rem;box-shadow:0 1rem 1rem #0000004d;box-sizing:border-box;height:100%;min-width:20vw;width:auto}.pageImgFrame.skinnyWindow{height:auto;width:80vw}.pageImgFrame.skinnyWindow .pageImg{height:auto;width:100%}.pageImgFrame.zoom{align-items:baseline;border:.5rem solid #f0f8ff;border-radius:1rem;box-sizing:border-box;display:flex;height:80vh;overflow-y:auto;padding:1rem .5rem;width:80vw}.pageImgFrame.zoom .pageImg{border:none;height:auto;overflow-y:auto;width:100%}.translation{align-items:center;background-color:var(--dark-accent);border-radius:1rem;color:#f0f8ff;display:flex;flex-direction:column;height:100%;justify-content:center;margin:1rem;padding:.5rem}.translation p{margin-bottom:.2rem;padding-left:.5rem;padding-right:.5rem;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#nextPageInfo{left:auto;right:1rem}#nextPageInfo .arrow{background-color:var(--light-blue);margin-right:1rem}#imgWrap{height:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#imgWrap.sizeWidth{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}#pageImg{background-color:var(--light-blue);border:.25rem solid #f0f8ff;border-radius:1rem;height:100%;width:auto}#imgWrap.sizeWidth #pageImg{max-height:100%;width:100%}.zoomWrap{position:absolute;right:0;top:0}.ReaderControlBar{align-items:center;box-sizing:border-box;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;top:0;transition:opacity .5s;width:95vw;z-index:2}.ReaderControlBar .standard-close{padding:0}.ReaderControlBar .standard-close .closeButton{position:relative}.ReaderControlBar .standard-close .closeButton p{line-height:1rem;margin-bottom:0}#controlBar:hover{opacity:1}.mobileTop{align-items:center;display:flex;padding:0}.mobileTop .mobile-close{display:none}.transNarrCont{align-items:center;display:flex;width:100%}.readerProgressWrap{flex:1 1}.ReaderProgress{align-items:center;background-color:initial;display:inline-flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;margin:.5rem .5rem 0 0;width:100%}.pageCounter{background-color:var(--light-blue);display:inline-flex;margin:.5rem;padding:.5rem 1rem .5rem .5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#pageInput{background-color:#f0f8ff;border-radius:1rem;padding:0;text-align:center;width:3rem}#pageInput.error{background-color:#e87d7d}#totalPages{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}label{width:5rem}.progressSliderWrap{background-color:#add8e6;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:.5rem;width:90%}#progressSlider{border:5px solid #fff;border-radius:1rem;height:1em;width:90%}.rightButtons{align-items:flex-end;display:flex;flex-direction:column;margin:0}#readerPhoto{background:#4b9b55;background:linear-gradient(180deg,#6bc777,#568f5e);border:.2em solid #7dc4e8;border-radius:100%;box-shadow:none;height:auto;margin:.5rem 0;width:10rem}@keyframes pulse{50%{transform:scale(.9)}}.pageArrows{margin-bottom:2rem;max-width:100%}.pageArrows .col{display:flex;justify-content:center}#nextPage{border-radius:100%;height:4rem;padding:0;position:relative;width:4rem}.nextPageSymbol{border-bottom:1em solid #0000;border-left:2em solid #fff;border-top:1em solid #0000;height:0;margin:0 0 0 .4rem;width:0}#prevPage{border-radius:100%;height:4rem;padding:0;width:4rem;z-index:5}.prevPageSymbol{border-bottom:1em solid #0000;border-right:2em solid #fff;border-top:1em solid #0000;height:0;margin:0 .4rem 0 0;width:0}#prevPage.disabled{background:#ccc;background:linear-gradient(180deg,#ccc,gray);border-color:#b3b3b3;box-shadow:none}#prevPage.disabled .prevPageSymbol{border-right-color:dimgray}.mobileArrows{display:none}.readTranslate{padding:.5rem;position:static}.close.reader{margin:.5rem;position:static}#standardClose{position:relative}#mobileClose{display:none}.showControls{position:relative;top:2rem}.NarrationControl{display:flex;flex-direction:column;height:100%;justify-content:space-between;margin:.5rem;padding:.25rem;position:relative}.narrControls{align-items:center;display:flex;justify-content:center;width:100%}.loadingButton,.pauseButton,.playButton,.replayButton{align-items:center;border-radius:1.5rem;box-shadow:0 0 .5rem;display:inline-flex;height:3rem;justify-content:center;margin:.25rem;width:3rem}.playButton{padding:.4rem .4rem .4rem .6rem}.pauseButton{background-color:var(--yellow);padding:.4rem .6rem}.replayButton{background-color:var(--red);padding:.5rem}.loadingButton{align-items:center;background-color:var(--yellow);display:flex;height:4rem;justify-content:center;padding:0;position:relative;width:4rem}.pauseButton.disabled,.playButton.disabled,.replayButton.disabled{background:#ccc;border-color:#b3b3b3;box-shadow:none}.playSymbol{border-bottom:.5em solid #0000;border-left:1em solid #fff;border-top:.5em solid #0000;height:0;margin:0;width:0}.playButton.disabled .playSymbol{border-left-color:dimgray}.pauseSymbol{background-color:#fff;height:1em;margin:.1rem;width:.3em}.pauseButton.disabled .pauseSymbol{background-color:dimgray}.stopSymbol{background-color:#fff;height:1rem;width:1rem}.replaySymbolBar{background-color:#fff;height:1em;margin:0;width:.3em}.replaySymbolTriangle{border-bottom:.5em solid #0000;border-right:1em solid #fff;border-top:.5em solid #0000;height:0;margin:0;width:0}.replayButton.disabled .replaySymbolBar{background-color:dimgray}.replayButton.disabled .replaySymbolTriangle{border-right-color:dimgray}.discWrap{align-items:center;display:flex;justify-content:flex-start;width:100%}.discWrap,.discWrap.fullImg{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.discImgFrame{background:#85e085;display:flex;margin:1rem;padding:1rem}.discGrid,.discImgFrame{align-items:center;border-radius:1rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center}.discGrid{display:inline-flex;flex-wrap:wrap;width:100%}.discGridCharacter{align-items:center;animation:grow 1.5s ease-in-out infinite;background-color:var(--light-blue);border-radius:100%;box-shadow:0 0 2rem #f0f8ff;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;margin:.5rem;min-width:7rem}.discGridCharacter p{background-color:#f0f8ff;border-radius:1rem;padding:.1rem 1rem}.discGridCharacter.zoom{height:15rem;width:15rem}.discGridImg:hover{animation:growBig .25s ease-out forwards;z-index:5}@keyframes grow{50%{transform:scale(.95)}}@keyframes growBig{0%{transform:scale(1)}to{transform:scale(1.5)}}.discGridCharacter{height:10rem;width:10rem}#discGridImg{height:auto;width:80%}.discFullImgFrame{align-items:center;border-radius:1rem;display:inline-flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;position:static;width:50vw}.discFullImg{border-radius:1rem;height:auto;max-width:50vw;width:100%}.discText{border-radius:1rem;margin:1rem;max-width:100%;padding:1rem}.discText p{background-color:var(--light-blue);border-radius:1rem;color:#000;font-weight:700;margin-bottom:.25rem;padding:.25rem}.discWrap.fullImg .discText{max-height:80vh;overflow-y:auto}.discussSpeechBubble{border-radius:1rem;color:#379;font-weight:700;padding:.25rem}.textline{border:.25rem solid red}@media only screen and (max-width:1025px){.ReaderStart{max-width:30rem}.readerReadBy{align-items:center;display:flex}}@media only screen and (max-width:600px){.ReaderPages{width:95%}.pageImgFrame.tall{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:80%}.pageImgFrame.tall img{height:auto;width:100%}.pageImgFrame.wide{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.pageImgFrame.wide img{height:auto;width:100%}.ReaderProgress{display:flex;flex-direction:column}.ReaderStart{max-width:100%}.readerReadBy{align-items:center;flex-direction:column}#readerPhoto{height:auto;width:100%}.discFullImgFrame{width:100%}}@media only screen and (max-width:500px){.readerProgressWrap{display:none}.ReaderContent,.ReaderPages{align-items:center;flex-direction:column}.mobileArrows{display:flex}.ReaderContent.tallContent .readerPageAndTranslation{flex-direction:column}}@media only screen and (max-width:350px){.mobileTop{align-items:center;flex-direction:column-reverse}#mobileClose{position:static}}@media only screen and (max-height:500px){.ReaderControlBar{flex-direction:row;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ReaderProgress{display:none}.pageImgFrame{height:65vh}}table{background-color:var(--light-blue);border:.5rem solid #f0f8ff;color:#000;font-weight:700;margin:auto}thead{background-color:var(--blue);color:#f0f8ff;padding:1rem}thead,tr{border-bottom:.25rem solid #f0f8ff}td,th{border-right:.25rem solid #f0f8ff;padding:1rem}.videoWrap{align-items:center;display:flex;height:100%;justify-content:center;margin-top:1rem;width:100%}.video{background-color:var(--primary-green);border:.5rem solid #f0f8ff;border-radius:1rem;height:80vh;width:80vw}.nextUp{align-items:center;background-color:var(--dark-accent);display:flex;flex-direction:column;justify-content:center;margin:1rem auto;padding:1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.nextUpTitle{margin-bottom:1rem}.nextUpBody{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:2rem}.nextUpBody p{margin-bottom:1rem}.nextUp .summaryEntry .summaryEntryBody a{display:none}.experimentWrap{overflow-anchor:none}.experimentWrap ul{padding-left:1rem}.experimentWrap ul li{list-style-type:disc;margin-bottom:1rem}.experimentWrap ul ul li{list-style-type:circle}.experimentWrap ul ul ul li{list-style-type:disc}.experimentWrap h1{margin:1rem}.experimentWrap section{background-color:var(--dark-accent);border-radius:1rem;color:#fff;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:100%;overflow-anchor:none;padding:1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.experimentWrap .supplies{max-width:20rem}.experimentWrap .supplies section{position:-webkit-sticky;position:sticky;top:1rem}.experimentWrap .supplies ul li{margin-bottom:1rem}.experimentWrap .body{overflow-anchor:none}.experimentWrap .body section{margin-bottom:1rem}.experimentWrap .body h2{font-weight:700;text-align:center}.experimentWrap .body iframe{height:500px}.experimentWrap .body iframe,.experimentWrap .body img{border-radius:1rem;width:100%}.experimentWrap .body .videos{border-top:.5rem solid var(--primary-blue);margin-top:1rem;padding-top:1rem}.experimentWrap .instructions{overflow-anchor:none;width:100%}.experimentWrap .instructions a{background-color:var(--primary-green);border-radius:1rem;padding:.25rem}.experimentWrap .videoTranscript{align-items:center;display:flex;flex-direction:column}.experimentWrap .videoTranscript h3{font-weight:700}.experimentWrap .videoTranscript p{margin-bottom:1rem;width:100%}.experimentWrap aside img{width:100%}.dramaWrap{overflow-anchor:none}.dramaWrap ul{padding-left:1rem}.dramaWrap ul li{list-style-type:disc;margin-bottom:1rem}.dramaWrap ul ul li{list-style-type:circle}.dramaWrap ul ul ul li{list-style-type:disc}.dramaWrap h1{margin:1rem}.dramaWrap section{background-color:var(--dark-accent);border-radius:1rem;color:#fff;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:100%;overflow-anchor:none;padding:1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.dramaWrap .dramaSupplies{max-width:20rem}.dramaWrap .dramaSupplies section{position:-webkit-sticky;position:sticky;top:1rem}.dramaWrap .dramaSupplies ul li{margin-bottom:1rem}.dramaWrap .dramaBody{overflow-anchor:none}.dramaWrap .dramaBody section{margin-bottom:1rem}.dramaWrap .dramaBody h2{font-weight:700;text-align:center}.dramaWrap .dramaBody iframe{height:500px}.dramaWrap .dramaBody iframe,.dramaWrap .dramaBody img{border-radius:1rem;width:100%}.dramaWrap .dramaBody .dramaVideos{border-top:.5rem solid var(--primary-blue);margin-top:1rem;padding-top:1rem}.dramaWrap .dramaInstructions{overflow-anchor:none;width:100%}.dramaWrap .dramaInstructions a{background-color:var(--primary-green);border-radius:1rem;padding:.25rem}.dramaWrap .dramaVideoTranscript{align-items:center;display:flex;flex-direction:column}.dramaWrap .dramaVideoTranscript h3{font-weight:700}.dramaWrap .dramaVideoTranscript p{margin-bottom:1rem;width:100%}.dramaWrap aside img{width:100%}.awarenessWrap{overflow-anchor:none}.awarenessWrap ul{padding-left:1rem}.awarenessWrap ul li{list-style-type:disc;margin-bottom:1rem}.awarenessWrap ul ul li{list-style-type:circle}.awarenessWrap ul ul ul li{list-style-type:disc}.awarenessWrap h1{margin:1rem}.awarenessWrap section{background-color:var(--dark-accent);border-radius:1rem;color:#fff;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:100%;overflow-anchor:none;padding:1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.awarenessWrap .supplies{max-width:20rem}.awarenessWrap .supplies section{position:-webkit-sticky;position:sticky;top:1rem}.awarenessWrap .supplies ul li{margin-bottom:1rem}.awarenessWrap .body{overflow-anchor:none}.awarenessWrap .body section{margin-bottom:1rem}.awarenessWrap .body h2{font-weight:700;text-align:center}.awarenessWrap .body iframe{height:500px}.awarenessWrap .body iframe,.awarenessWrap .body img{border-radius:1rem;width:100%}.awarenessWrap .body .videos{border-top:.5rem solid var(--primary-blue);margin-top:1rem;padding-top:1rem}.awarenessWrap .instructions{overflow-anchor:none;width:100%}.awarenessWrap .instructions a{background-color:var(--primary-green);border-radius:1rem;padding:.25rem}.awarenessWrap .videoTranscript{align-items:center;display:flex;flex-direction:column}.awarenessWrap .videoTranscript h3{font-weight:700}.awarenessWrap .videoTranscript p{margin-bottom:1rem;width:100%}.awarenessWrap aside img{width:100%}.excerpt{border-top:.25rem solid var(--primary-blue);margin-bottom:1rem;padding-top:1rem}.excerpt img{border-radius:1rem}.lightbox{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;position:fixed;top:0;width:100%;z-index:100}.lightbox img{background-color:#f0f8ff;border:.5rem solid #f0f8ff;border-radius:1rem}.lightbox.skinnyWindow img{height:auto;width:80vw}.lightbox.wideWindow img{height:80vh;width:auto}.aboutGWE{margin:1rem;padding:1rem}.aboutGWE,.aboutGWE section{align-items:center;display:flex;flex-direction:column;justify-content:center}.aboutGWE section{margin:1rem 0}.aboutGWE section h2,.aboutGWE section h3{font-weight:700}.aboutGWE section p{text-align:center}.guide{align-items:center;display:flex;flex-direction:column;justify-content:center}.guide .guideSections{background-color:skyblue;border-radius:1rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:1rem;padding:1rem}.guide .guideSections .pageTitle{margin:0 0 1rem}.guide section h1{text-align:center}.guide section li,.guide section p{margin-bottom:1rem;text-align:left}.guide section li{list-style-position:inside;list-style-type:disc}.textLink{background-color:var(--primary-green);border-radius:1rem;color:#f0f8ff;font-weight:700;padding:.25rem}.sectionButton{margin:.25rem;padding:.5rem 1rem;width:15rem}@media only screen and (min-width:768px){.guideSections{max-height:100vh;overflow-y:auto;position:-webkit-sticky;position:sticky;top:0}}.TopNav{align-items:center;background-color:#f0f8ff;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:15}.TopNav button{width:11rem}.TopNav button span .icon{margin:0 .25rem}.TopNav .Button.current{background-color:var(--primary-blue)}.TopNav .icon{align-items:center;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:.5rem;max-width:5rem}.TopNav .icon img{height:auto;width:100%}.TopNav.mobile .navButtons{background-color:#f0f8ff;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;left:0;position:absolute;width:100%;z-index:10}.navButtons{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.langButtons{background-color:#f0f8ff;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;left:0;position:absolute;z-index:10}.langDrop button{width:7rem}.resourcePageWrap{flex-wrap:wrap;position:relative}.resourceCategory,.resourcePageWrap{align-items:center;display:flex;flex-direction:column}.resourceCategory{border-radius:1rem;color:#f0f8ff;justify-content:center;margin:.5rem 0;padding:.5rem 0;width:100%}.resourceCategory button{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:15rem}.resourceCategory .heading{background-color:var(--primary-blue);border-radius:1rem;padding:.5rem 2rem;text-align:center}.resourceCategory a{color:#006400}.filterColumn{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media only screen and (min-width:768px){.filterColumn{max-height:100vh;overflow-y:auto;position:-webkit-sticky;position:sticky;top:0}}.resourceError{background-color:#a9a9a9;border-radius:1rem;color:#f0f8ff;margin:1rem;padding:.5rem 1rem}.lightText{color:#f0f8ff}.medWhiteBorder{border:.25rem solid #f0f8ff}.roundBorder{border-radius:1rem}.circleBorder{border-radius:100%}.darkAccent{background-color:var(--dark-accent)}.primaryBlue{background-color:var(--primary-blue)}.darkShadow{box-shadow:0 0 1rem dimgrey}*{overflow-anchor:none}.App{background-attachment:fixed;background-color:var(--primary-blue);background-repeat:no-repeat;background-size:cover;box-sizing:border-box;display:grid;font-weight:400;grid-template-rows:auto 1fr;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0;min-height:100vh;padding:0;width:100%}:root{--green:#4db34d;--blue:#547aa5;--light-blue:#85c2e0;--yellow:#f0e675;--red:#d65c5c;--primary-blue:#46acc2;--primary-green:#3cb371;--light-green:#91c499;--dark-accent:#008b8b}.lightTransparent{background-color:#ffffff80}button,h1,h2,h3,label,p,table{font-family:Quicksand,sans-serif}html{font-size:100%;line-height:1.5em}h1{font-size:1.5em;font-weight:600}h2{font-size:1.3em}h3{font-size:1.2em}h4{font-size:1.1em}input,label,p{font-size:1em;line-height:1.5em}strong{font-weight:700}i{font-style:italic}@media screen and (min-width:1400px){html{font-size:110%}}@media screen and (min-width:2500px){html{font-size:200%}}@media screen and (min-width:3500px){html{font-size:300%}}@media screen and (min-width:4500px){html{font-size:350%}}.pageTitle{background:var(--dark-accent);margin:1rem 0 2rem;padding:1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.pageTitle,.sectionHeader{border-radius:1rem;color:#f0f8ff;text-align:center}.sectionHeader{background-color:var(--dark-accent);padding:.5rem 1rem;width:100%}.pageBody{background-color:#87ceeb;border-radius:1rem;margin-bottom:1rem}.pageBody,button{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}button{background-color:var(--primary-green);border:.2rem solid #fff;border-radius:1rem;color:#fff;font-size:1em;font-weight:700;margin:.4rem;padding:.65rem}button:hover{border-color:#ff0;transition:all .1s}button:active{animation-duration:.25s;animation-iteration-count:1;animation-name:click;animation-timing-function:ease-out}@keyframes click{0%{transform:scale(1.1)}to{transform:scale(.9)}}Link,a{color:#fff;text-decoration:none}.App{scrollbar-color:var(--green) var(--light-blue)}.App -webkit-scrollbar-track{background-color:var(--light-blue)}.App -webkit-scrollbar-thumb{background-color:var(--green)}.controlBox .label{border-radius:1rem;color:#f0f8ff;margin:.5rem;padding:.5rem;text-align:center}.controlBox .label hr{border-bottom:.1rem solid #f0f8ff;margin:.25rem auto;width:50%}.closeBar{display:inline-flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-end;width:100%}.close{background-color:#d98c8c;margin:0;position:absolute;right:1rem}.speechBubble{background-color:#fff;border:.25rem solid #f0f8ff;border-radius:1rem;color:#000;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;line-height:2.3rem;padding:1rem}@keyframes slide-up{0%{margin-top:100vh}to{margin-top:0}}
/*# sourceMappingURL=main.6a64426c.css.map*/