@import url(https://fonts.googleapis.com/css2?family=Open+Sans&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"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}#AddEntry{padding:60px;white-space:break-spaces}#App{overflow:auto!important}.addEntryForm{width:100%;text-align:center}.addEntryQuery{font-size:1.8em;padding:7px;box-shadow:1px 1px 7px rgba(14,19,48,.3843137254901961);border:none;width:30vw;text-align:center}.addEntryQuery::-webkit-input-placeholder{opacity:.2}.addEntryQuery:-ms-input-placeholder{opacity:.2}.addEntryQuery::placeholder{opacity:.2}.addEntryExtract{width:100%;height:200px;margin-bottom:20px;border-color:rgba(133,133,138,.09019607843137255)}.addEntrySubmit{font-size:1.6em;background-color:#3378a7;box-shadow:1px 1px 7px rgba(14,19,48,.23921568627450981);border:none;padding:15px 25px;color:#fff;border-radius:4px;cursor:pointer;transition:all .1s ease-in-out}.addEntrySubmit:hover{background-color:#5190bb}.addEntrySubmit:disabled{background-color:#77848d}.boxJoinGame{width:35vw;padding:20px;margin:auto auto 8vh}h2{margin:0 0 10px}.inputUsername{width:100%;box-sizing:border-box;font-size:1.3em;padding:5px;border:0;border-bottom:3px solid #ccc;font-family:"open-sans",sans-serif;transition:all .2s ease-in-out}.inputUsername:hover{border-bottom:3px solid #d8c1e7}.inputUsername:focus{outline:none;border-bottom:3px solid #b384d3;background-color:#fdfdfd}.nameLanguageInputs{display:flex;margin:0 0 7px}.inputLanguage{background-color:#fff;font-size:1em;padding:0 5px;text-align:center;cursor:pointer;transition:all .2s ease-in-out;border:none;border-bottom:3px solid #ccc;border-left:2px solid #f1eeee}.inputLanguage:hover{border-bottom:3px solid #b2c7ee}.inputLanguage:focus{border-bottom:3px solid #7ea7f1}.buttonCreateGame,.buttonJoinGame{width:100%;font-size:1.6em;border:none;margin:5px 0;border-radius:3px;color:#faf9f4;cursor:pointer;transition:all .1s ease-in-out;font-family:"neue-kabel",sans-serif}.buttonJoinGame{background-color:#4bb361;border:1px solid #3d9651;text-shadow:2px 2px 0 #3d9651;padding:13px;font-weight:600}.buttonJoinGame:hover:not(.buttonJoinGame:disabled){background-color:#64c77a}.buttonJoinGame:active{background-color:#3d9651}.buttonJoinGame:disabled,.buttonJoinGame:disabled:hover{-webkit-filter:saturate(.2);filter:saturate(.2)}.buttonCreateGame{background-color:#7ea7f1;border:1px solid #6c8ac2;text-shadow:1px 1px 0 #6c8ac2;padding:4px;font-size:1.2em}.buttonCreateGame:hover{background-color:#92b4f5}.buttonCreateGame:active{border:1px solid #6c8ac2}.credits{color:#faf9f4;font-style:italic;position:absolute;text-decoration:none;right:1vh;bottom:1vh}.credits .name{color:#faf9f4;border-bottom:1px solid #faf9f4}.hiddenWord{background-image:linear-gradient(90deg,#8548ad 0,#713699 50%,#8548ad);background-position:0 1.04em;background-repeat:repeat-x;color:rgba(250,249,244,0);border-radius:3px}.formError{color:#963d3d}@media only screen and (max-width:800px){.boxJoinGame{width:calc(100vw - 10px);box-sizing:border-box;margin-right:5px;margin-left:5px;margin-bottom:10px}#App{overflow-y:auto!important}}.aboutText{color:#473e4d}#Title{-webkit-user-select:none;-ms-user-select:none;user-select:none}#Title,h1{text-align:center}h1{color:#faf9f4;font-size:4em;margin:8vh auto;text-shadow:4px 4px 0 #713699;display:inline-block;background:linear-gradient(90deg,#fafafa 0,#fafafa);background-size:100% 5px;background-position:100% 100%;background-repeat:no-repeat;animation:lineDisappear .4s cubic-bezier(0,0,.79,1) .4s forwards}.titleAnimation span{animation:lettersUp .4s ease-out backwards;animation-delay:.3s;display:inline-block}.titleAnimation span:nth-child(2){animation-delay:.4s}.titleAnimation span:nth-child(3){animation-delay:.5s}.titleAnimation span:nth-child(4){animation-delay:.6s}.titleAnimation span:nth-child(5){animation-delay:.7s}.titleAnimation span:nth-child(6){animation-delay:.8s}.titleAnimation span:nth-child(7){animation-delay:.9s}@keyframes lettersUp{0%{transform:translateY(40px) scale(1);opacity:0}60%{transform:translateY(0) scale(1.2);opacity:1}to{transform:translateY(0) scale(1)}}@keyframes letterSpacing{0%{letter-spacing:0}50%{letter-spacing:10px}to{letter-spacing:0}}@keyframes lineDisappear{0%{background-size:100% 5px}to{background-size:0 5px}}@media only screen and (max-width:800px){h1{margin-top:4vh;margin-bottom:4vh}}.localeSelector{position:absolute;top:15px;left:15px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fcf9fd;border:none;padding:5px;margin:0;font-family:inherit;line-height:inherit;font-weight:700;font-size:1em;cursor:pointer;text-align:center;transition:all .2s ease-in-out}.localeSelector:hover{background-color:#f1ebf3}#bottomUI{background-color:#fdfdfd;width:100vw;height:40vh;position:absolute;bottom:0;box-shadow:0 -2px 25px rgba(0,0,0,.055),0 -2px 5px rgba(0,0,0,.288);animation:bottomUI .4s}@keyframes bottomUI{0%{opacity:0;transform:translateY(200px)}to{opacity:1;transform:translateY(0)}}#connectToRoom .box{width:50%;padding:20px;margin:4vh auto auto}.joinMessage{font-size:1.5em}.joinMessage,.playerCount{text-align:center;margin-top:0}.playerCount{font-size:1.3em}.playerMax{opacity:.5}.audioOff,.audioOn{position:absolute;background-repeat:no-repeat;background-size:35px;height:35px;width:35px;top:15px;left:15px;cursor:pointer;transition:all .1s ease-in-out;opacity:.7}.audioOff:hover,.audioOn:hover{opacity:1;transform:rotate(13deg)}.audioOn{background-image:url(/static/media/soundOn.ef759bd4.svg)}.audioOff{background-image:url(/static/media/soundOff.b67b0da6.svg)}@media only screen and (max-width:800px){#bottomUI{height:auto;display:flex;flex-direction:column;max-height:30vh}.audioOff,.audioOn{top:unset;bottom:calc(30vh + 7px);left:15px}}#PlayerList{width:20vw;position:absolute;right:2vw;background-color:transparent;animation:fadeIn .2s ease-out;top:2vw}.list_User,.list_UserFound{font-size:1.4em;padding:10px;list-style:none;border-bottom:2px solid #ccc;overflow:hidden;background-color:#fafafa;text-overflow:ellipsis;display:flex;justify-content:left}.list_Username{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#PlayerList li:first-child{border-top-left-radius:3px;border-top-right-radius:3px}#PlayerList li:last-child{border-bottom:none;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.list_UserFound{background-color:#7ea7f1;background:linear-gradient(-45deg,#7ea7f1,#94b5f3,#7ea7f1,#537ac4);text-shadow:1px 1px 0 #6d6014;color:#fafafa}@keyframes gradientBG{0%{background-position:0 50%}to{background-position:100% 50%}}.list_Score{color:rgba(42,18,58,.4117647058823529);margin-left:10px;text-shadow:none}.list_UserFound .list_Score{color:rgba(245,236,252,.6313725490196078)}.list_TooltipHidden{display:none}.list_Tooltip{font-size:.8em;padding:5px 10px;border-radius:3px;text-align:right;transform:translateX(calc(-100% - 20px));animation:tooltipSide 1s ease-out 1 forwards;box-shadow:1px 1px 3px #4c146d}.list_Tooltip,.list_Tooltip:after{background-color:#fafafa;position:absolute}.list_Tooltip:after{content:" ";width:10px;height:10px;display:inline-block;transform:translate(5px,7px) rotate(45deg)}.list_UserFound .list_Tooltip{background-color:#7ea7f1;color:#fafafa;font-weight:600}.list_UserFound .list_Tooltip:after{background-color:#7ea7f1}@keyframes tooltipSide{0%{transform:translateX(-100%);opacity:0}30%,80%{opacity:1}to{transform:translateX(calc(-100% - 50px));opacity:0}}@keyframes tooltipBottom{0%{transform:translateY(calc(100% - 10px));opacity:0}30%,80%{opacity:1}to{transform:translateY(calc(100% + 20px));opacity:0}}@media only screen and (max-width:800px){#PlayerList{position:inherit;width:100%;display:flex;box-shadow:none;flex-wrap:wrap;justify-content:center}#PlayerList li:first-child,#PlayerList li:last-child{border-radius:0}.list_User,.list_UserFound{border:0;font-size:1em;width:20vw;box-sizing:border-box;text-align:center;justify-content:center}.list_Score{margin-left:5px}.list_Tooltip{display:none;animation:tooltipsBottom 1s ease-out infinite forwards;text-align:center;transform:translateY(100%)}.list_Tooltip:after{display:none;top:0;left:40%;transform:translateY(-4px) rotate(45deg)}}#Chat{position:absolute;right:2vw;top:2vh;width:20vw;height:calc(100% - 4vh);font-size:1.2em}.chatMessages{overflow:auto;height:100%}#Chat li{list-style:none}#gradient{pointer-events:none;touch-action:none;background:linear-gradient(180deg,hsla(0,0%,100%,0) 60%,#fdfdfd 99%);position:absolute;z-index:2;right:0;bottom:0;left:0;height:100%}.chat_Message{color:#2a123a}.chat_User{color:rgba(42,18,58,.4117647058823529);font-weight:700}.chat_UserJoined{color:#3d9651;font-weight:700}.chat_UserLeft{color:#963d3d;font-weight:700}.chat_Answer{color:#2a123a;font-weight:700}.chat_RoundStarted{color:#6c8ac2;font-weight:700}.chat_UserFound{color:#9255b8;font-weight:700}.chat_UserClose{color:#95acd6;font-weight:700;font-style:italic}@media only screen and (max-width:800px){#Chat{width:calc(100vw - 40px);height:calc(30vh - 50px);margin:auto auto 50px;position:static;order:1;overflow:auto;padding:5px 5px 0;font-size:1em}#gradient{display:none}}#MainInput{margin-top:2vh}.mainInputForm{margin:auto;width:40%;display:flex}.mainInputInput{box-sizing:border-box;text-align:center;flex-grow:1;font-size:1.6em;padding:5px;border:0;margin:auto;border-bottom:3px solid #ccc;font-family:"open-sans",sans-serif;transition:all .2s ease-in-out;background-color:transparent;font-family:"neue-kabel";width:100px}.mainInputInput:hover{border-bottom:3px solid #d8c1e7}.mainInputInput:focus{outline:none;border-bottom:3px solid #b384d3}.submitAnswer,.submitMessage{font-size:1.5em;font-weight:700;border:none;margin:5px 0 5px 20px;border-radius:300px;color:#faf9f4;cursor:pointer;transition:all .1s ease-in-out;box-sizing:border-box;aspect-ratio:1;font-family:"neue-kabel",sans-serif;width:40px;height:40px}.submitAnswer{background-color:#4bb361;border:1px solid #3d9651;text-shadow:1px 1px 0 #3d9651;transform:rotate(-90deg)}.submitAnswer:hover{background-color:#64c77a}.submitAnswer:active{background-color:#3d9651}.submitMessage{background-color:#7ea7f1;border:1px solid #6c8ac2;text-shadow:1px 1px 0 #6c8ac2}.submitMessage:hover{background-color:#92b4f5}.submitMessage:active{border:1px solid #6c8ac2}@media only screen and (max-width:800px){#MainInput{margin-top:5px;order:2;position:absolute;bottom:0;background-color:#fdfdfd;width:100vw;height:50px}.mainInputForm{width:calc(100vw - 40px);margin:auto}}.extractPanel{width:60vw;margin-left:10vw;margin-top:4vw}#Extract{color:#fafafa;font-size:1.4em;line-height:1.5em;max-height:50vh;overflow:hidden;white-space:break-spaces;overflow:auto}.wordHidden{display:none}.wordDisplay{display:inline;animation:wordDisplay .5s ease-out;-webkit-user-select:none;-ms-user-select:none;user-select:none}.obfuscatedWord{color:rgba(250,249,244,0);background-image:linear-gradient(90deg,#eae3ee 0,#9a6eb6 50%,#e9def0);background-position:-100% 100%;background-repeat:repeat-x;background-size:200% 2px;animation:obfuscatedWord 3s ease-in-out infinite alternate;border-radius:3px}@keyframes obfuscatedWord{0%{background-position:-100% 100%}to{background-position:100% 100%}}@keyframes wordDisplay{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@media only screen and (max-width:800px){#Extract{font-size:1em;height:calc(70vh - 140px)}.extractPanel{width:100vw;margin:auto;padding:10px;box-sizing:border-box}}.linkShareBox,.roomSettings{width:30vw;margin-left:25vw;padding:20px;margin-top:4vw;animation:fadeIn .2s ease-out}.formRoomSettings{-webkit-user-select:none;-ms-user-select:none;user-select:none}.formRoomSettings label{font-size:1.3em;font-weight:700}.formRoomSettings label .settingValue{margin-left:6px;font-weight:400}.rangeInput{margin-bottom:20px}.settingsMessage{text-align:center;width:100%;display:inline-block;font-style:italic}.settingsDisabled{opacity:.5;-webkit-filter:saturate(.5);filter:saturate(.5)}.linkShareBox{margin-top:2vw;padding-top:15px}.linkSharePrompt{display:inline-block;margin-bottom:1vh;font-feature-settings:"smcp";font-variant:small-caps}input[type=range]{-webkit-appearance:none;width:100%;background:transparent}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;border:1px solid #6c8ac2;height:12px;width:12px;border-radius:100px;background:#7ea7f1;cursor:pointer;margin-top:-4px}input[type=range]::-moz-range-thumb{border:1px solid #6c8ac2;height:12px;width:12px;border-radius:100px;background:#7ea7f1;cursor:pointer}input[type=range]::-ms-thumb{border:1px solid #6c8ac2;height:12px;width:12px;border-radius:100px;background:#7ea7f1;cursor:pointer}input[type=range]::-webkit-slider-runnable-track{width:100%;height:4px;cursor:pointer;background:#ccc;border-radius:100px}input[type=range]:focus::-webkit-slider-runnable-track{background:#ccc}input[type=range]::-moz-range-track{width:100%;height:4px;cursor:pointer;background:#ccc;border-radius:100px}input[type=range]::-ms-track{width:100%;height:4x;cursor:pointer;background:transparent;border-color:transparent;color:transparent}input[type=range]::-ms-fill-lower{width:100%;height:4px;cursor:pointer;background:#ccc;border-radius:100px}input[type=range]:focus::-ms-fill-lower{background:#ccc}input[type=range]::-ms-fill-upper{background:#ccc;border-radius:100px}input[type=range]:focus::-ms-fill-upper{background:#ccc}@media only screen and (max-width:800px){.linkShareBox,.roomSettings{width:10px;width:calc(100vw - 10px);margin-left:5px;margin-right:5px;box-sizing:border-box}}#timeRemaining{color:#fafafa;text-shadow:3px 3px 0 #713699;font-size:2.2em;margin:auto;text-align:center;-webkit-user-select:none;-ms-user-select:none;user-select:none}.timeOff{opacity:0}.timeBarContainer{width:100%;padding:4px;margin:4px 0;border-radius:100px;background-color:rgba(0,0,0,.1);box-sizing:border-box}.timeBar{height:3px;background-color:#fafafa;border-radius:100px;transition:width 1s linear}.endRoundTimeBar{animation:endRoundTimeBar 10s linear}.source{color:#fafafa;font-feature-settings:"smcp";font-variant:small-caps;font-size:.4em;margin-left:10px}@keyframes endRoundTimeBar{0%{width:0}to{width:100%}}#ScoreBoard{width:70vw;margin-left:15vw}.scoreBoard_List{list-style:none;counter-reset:custom-counter;display:flex;flex-direction:column;flex-wrap:wrap;height:40vh}.scoreBoard_Item{counter-increment:custom-counter;background-color:#ede8ee;display:inline-block;text-align:center;margin:5px;font-weight:600;font-size:1.4em;box-shadow:4px 4px 0 rgba(42,20,66,.4);animation:scoreBoardLine2 1.2s ease-out 1.2s backwards}.scoreBoard_Item:before{content:counter(custom-counter) ". "}.scoreBoard_Item:first-child{font-size:2.2em;color:#fafafa;text-shadow:2px 2px 0 #8f7648;background:linear-gradient(-45deg,#b69b6a,#ddd7b3,#b69b6a,#8f7648);animation:scoreBoardLine .5s ease-out backwards}.scoreBoard_Item:before{font-weight:700}.scoreBoard_Item:nth-child(2){font-size:1.8em;color:#fafafa;text-shadow:2px 2px 0 #636c6d;background:linear-gradient(-45deg,#98a7ad,#d9e6e9,#98a7ad,#636c6d);animation:scoreBoardLine .5s ease-out .2s backwards}.scoreBoard_Item:nth-child(3){font-size:1.6em;color:#fafafa;text-shadow:2px 2px 0 #8f5c48;background:linear-gradient(-45deg,#b6826a,#ddbfb3,#b67c6a,#8f5c48);animation:scoreBoardLine .5s ease-out .4s backwards}.scoreBoard_Score{margin-left:15px;opacity:.6}.list_You{font-weight:700}.restartButton{width:40vw;margin-left:16vw}@keyframes scoreBoardLine{0%{transform:translateX(50px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes scoreBoardLine2{0%{opacity:0}to{opacity:1}}@media only screen and (max-width:800px){#ScoreBoard{width:calc(100vw - 10px);margin:5px}.scoreBoard_List{padding:0}.restartButton{width:calc(100vw - 20px);margin:5px;box-sizing:border-box}}.wordFoundAnimCanvas{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;position:absolute;top:0;left:0;z-index:50;pointer-events:none;touch-action:none}.WordFoundAnimationWrapper{background:transparent;display:inline-block;animation:wordFoundAnimationWrapper 1.7s ease forwards}.WordFoundAnimation{width:100%;box-sizing:border-box;transition:width .5s ease;overflow:hidden;background-color:#4bb361;background:linear-gradient(-45deg,#4bb361,#68da81,#4bb361,#3a944e);color:#fafafa;font-size:2.7em;font-weight:700;text-shadow:3px 3px 0 #3a944e;box-shadow:5px 5px 0 #2c7a3d;transform:skewX(-5deg);animation:wordFoundAnimation 1.7s ease forwards}.WordFoundAnimation span{padding:.2em .4em;display:inline-block;white-space:nowrap;z-index:50}@keyframes wordFoundAnimation{0%{width:0}20%{width:100%}80%{width:100%}to{width:0}}@keyframes wordFoundAnimationWrapper{0%{transform:translateX(50%)}20%{transform:translateX(0)}30%{transform:scale(1.4)}80%{transform:scale(1.4)}to{transform:translateX(50%) scale(1.4)}}#AdminPanel{display:flex;flex-direction:column;width:100vw;height:100vh}.boxAdmin{width:35vw;margin:auto;padding:20px}.statsPanel{width:100vw;height:20vh;display:flex;justify-content:space-around}.languageStat{font-size:3em;font-weight:700;text-align:center;padding:25px;margin:20px}.bottomlanguageStat{font-size:.5em}.adminButtons{flex-direction:column;display:flex;align-items:center}.adminButton{padding:10px;font-size:1.3em;font-weight:700;margin:15px;min-width:20vw;text-align:center;cursor:pointer;line-height:1em;border:none}.adminButton span{font-weight:400;font-size:.8em;font-style:italic}.inputSearch{font-size:1.8em;padding:7px;box-shadow:1px 1px 7px rgba(14,19,48,.3843137254901961);border:none;width:50vw;text-align:center;box-sizing:border-box}.buttonSearch{width:auto;font-size:1.5em;font-weight:700;margin:0 20px;height:60px}.getWikiDataForm{text-align:center;padding:20px}.getWikiDataForm .formError{background-color:#fff;padding:5px 10px;border-radius:0 0 3px 3px}.getWikiDataForm .formError:empty{padding:0}.languageSelect{font-size:1.4em;padding:5px;margin:0 20px}.adminWordLimit{display:inline-block;text-align:center;width:100vw}#addToDatabaseForm h2,.adminExtract,.changeExtract,.didyoumeanContainer{width:75vw;margin:auto}.changeExtract{text-align:center}.didyoumeanContainer{color:#fff}.didyoumean{padding:0 10px;background-color:#fff;color:#7c40a1;line-height:2.5em;border-radius:2px;margin:5px 7px 5px 0;cursor:pointer;transition:all .2s ease-in-out}.didyoumean:hover{background-color:#ebebeb}.backButton{background:top;border:0;font-size:3em;color:#fff;position:fixed;font-weight:700;top:5px;left:18px;padding:0;cursor:pointer}#App,.backButton{font-family:"neue-kabel",sans-serif}#App{width:100vw;height:100vh;position:absolute;overflow:hidden;color:#2a123a;background-color:#7c40a1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='540' height='450' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='.02'%3E%3Cpath fill='%23444' d='M90 150L0 300h180z'/%3E%3Cpath d='M90 150L180 0H0z'/%3E%3Cpath fill='%23AAA' d='M270 150L360 0H180z'/%3E%3Cpath fill='%23DDD' d='M450 150l-90 150h180z'/%3E%3Cpath fill='%23999' d='M450 150L540 0H360z'/%3E%3Cpath d='M630 150l-90 150h180z'/%3E%3Cpath fill='%23DDD' d='M630 150L720 0H540z'/%3E%3Cpath fill='%23444' d='M810 150l-90 150h180z'/%3E%3Cpath fill='%23FFF' d='M810 150L900 0H720z'/%3E%3Cpath fill='%23DDD' d='M990 150l-90 150h180z'/%3E%3Cpath fill='%23444' d='M990 150l90-150H900z'/%3E%3Cpath fill='%23DDD' d='M90 450L0 600h180z'/%3E%3Cpath d='M90 450l90-150H0z'/%3E%3Cpath fill='%23666' d='M270 450l-90 150h180z'/%3E%3Cpath fill='%23AAA' d='M270 450l90-150H180z'/%3E%3Cpath fill='%23DDD' d='M450 450l-90 150h180z'/%3E%3Cpath fill='%23999' d='M450 450l90-150H360zM630 450l-90 150h180z'/%3E%3Cpath fill='%23FFF' d='M630 450l90-150H540z'/%3E%3Cpath d='M810 450l-90 150h180z'/%3E%3Cpath fill='%23DDD' d='M810 450l90-150H720z'/%3E%3Cpath fill='%23AAA' d='M990 450l-90 150h180z'/%3E%3Cpath fill='%23444' d='M990 450l90-150H900z'/%3E%3Cpath fill='%23222' d='M90 750L0 900h180z'/%3E%3Cpath d='M270 750l-90 150h180z'/%3E%3Cpath fill='%23DDD' d='M270 750l90-150H180z'/%3E%3Cpath d='M450 750l90-150H360zM630 750l-90 150h180z'/%3E%3Cpath fill='%23444' d='M630 750l90-150H540z'/%3E%3Cpath fill='%23AAA' d='M810 750l-90 150h180z'/%3E%3Cpath fill='%23666' d='M810 750l90-150H720z'/%3E%3Cpath fill='%23999' d='M990 750l-90 150h180zM180 0L90 150h180z'/%3E%3Cpath fill='%23444' d='M360 0l-90 150h180z'/%3E%3Cpath fill='%23FFF' d='M540 0l-90 150h180z'/%3E%3Cpath d='M900 0l-90 150h180z'/%3E%3Cpath fill='%23222' d='M0 300l-90 150H90z'/%3E%3Cpath fill='%23FFF' d='M0 300l90-150H-90zM180 300L90 450h180z'/%3E%3Cpath fill='%23666' d='M180 300l90-150H90z'/%3E%3Cpath fill='%23222' d='M360 300l-90 150h180z'/%3E%3Cpath fill='%23FFF' d='M360 300l90-150H270z'/%3E%3Cpath fill='%23444' d='M540 300l-90 150h180z'/%3E%3Cpath fill='%23222' d='M540 300l90-150H450z'/%3E%3Cpath fill='%23AAA' d='M720 300l-90 150h180z'/%3E%3Cpath fill='%23666' d='M720 300l90-150H630z'/%3E%3Cpath fill='%23FFF' d='M900 300l-90 150h180z'/%3E%3Cpath fill='%23999' d='M900 300l90-150H810z'/%3E%3Cpath d='M0 600l-90 150H90z'/%3E%3Cpath fill='%23666' d='M0 600l90-150H-90z'/%3E%3Cpath fill='%23AAA' d='M180 600L90 750h180z'/%3E%3Cpath fill='%23444' d='M180 600l90-150H90zM360 600l-90 150h180z'/%3E%3Cpath fill='%23999' d='M360 600l90-150H270z'/%3E%3Cpath fill='%23666' d='M540 600l90-150H450z'/%3E%3Cpath fill='%23222' d='M720 600l-90 150h180z'/%3E%3Cpath fill='%23FFF' d='M900 600l-90 150h180z'/%3E%3Cpath fill='%23222' d='M900 600l90-150H810z'/%3E%3Cpath fill='%23DDD' d='M0 900l90-150H-90z'/%3E%3Cpath fill='%23444' d='M180 900l90-150H90z'/%3E%3Cpath fill='%23FFF' d='M360 900l90-150H270z'/%3E%3Cpath fill='%23AAA' d='M540 900l90-150H450z'/%3E%3Cpath fill='%23FFF' d='M720 900l90-150H630z'/%3E%3Cpath fill='%23222' d='M900 900l90-150H810zM1080 300l-90 150h180z'/%3E%3Cpath fill='%23FFF' d='M1080 300l90-150H990z'/%3E%3Cpath d='M1080 600l-90 150h180z'/%3E%3Cpath fill='%23666' d='M1080 600l90-150H990z'/%3E%3Cpath fill='%23DDD' d='M1080 900l90-150H990z'/%3E%3C/g%3E%3C/svg%3E")}.box{background-color:#fcf9fd;border-radius:3px;box-shadow:5px 5px 0 rgba(41,37,43,.3)}@keyframes fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media only screen and (max-width:800px){#App{overflow:hidden}}
/*# sourceMappingURL=main.60ee3776.chunk.css.map */