<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.memory-game{min-height:75vh;position:relative;background-color:#fff;z-index:2}.memory-game:after,.memory-game:before{position:absolute;width:100%;height:100%;left:0;background-size:100% auto;background-repeat:no-repeat;z-index:1}.memory-game:before{content:"";top:0;background-image:url(/Images/memory-game/sky.png);background-position:0 -40px}.memory-game:after{content:"";bottom:0;background-image:url(/Images/memory-game/treeline.png);background-position:bottom}.memory-game .wrapper{position:relative;z-index:2}.memory-game h1,.memory-game h2{margin-top:0;font-family:groldrounded-bold,Oswald,Helvetica,Arial,sans-serif;color:#094a6c;font-size:2em;margin-bottom:.2em}@media screen and (min-width:760px){.memory-game h1,.memory-game h2{font-size:3em}}.memory-game h3{margin-top:0;font-family:groldrounded-bold,Oswald,Helvetica,Arial,sans-serif;color:#5a5a5a;font-size:1.5em;margin-bottom:.2em}@media screen and (min-width:760px){.memory-game h3{font-size:2rem}}.select-theme{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style-type:none;padding:0}.select-theme--item{width:33.33333%;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.select-theme--link{position:relative;display:block;margin:.5rem;padding:0;border:0;border-radius:4px;overflow:hidden}.select-theme--link img{width:100%}.select-theme--link span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;bottom:0;left:0;right:0;margin:0;padding:1rem;background-color:rgba(0,0,0,.5);color:#fff;font-size:1.2rem;font-family:groldrounded-bold,Oswald,Helvetica,Arial,sans-serif}@media screen and (min-width:480px){.select-theme--link span{font-size:1.6rem}}@media screen and (min-width:600px){.select-theme--link span{font-size:2rem}}@media screen and (min-width:760px){.select-theme--link span{font-size:1.4rem}}@media screen and (min-width:1023px){.select-theme--link span{font-size:1.8rem}}@media screen and (min-width:1200px){.select-theme--link span{font-size:2.1rem}}.memory-stats{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1rem 0;border-radius:4px;background-color:#e07438;color:#fff;font-size:1.25rem}@media screen and (min-width:760px){.memory-stats{font-size:1.5rem}}@media screen and (min-width:1023px){.memory-stats{font-size:1.8rem}}.memory-stats div{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width:1023px){.memory-stats div{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:.5rem 0}}.memory-stats div p{margin:5px 0 0;padding:0 .5rem;line-height:.8}.memory-stats--time{-ms-flex-preferred-size:25%;flex-basis:25%}@media screen and (min-width:1023px){.memory-stats--time{-ms-flex-preferred-size:30%;flex-basis:30%}}.memory-stats--time p:first-child{margin-top:0;line-height:0}.memory-stats--time p:last-child{min-width:80px}.memory-stats--svg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.memory-stats--svg svg{width:22px;height:30px;fill:#fff}.memory-stats--matches{-ms-flex-preferred-size:50%;flex-basis:50%;border-left:1px solid #fff;border-right:1px solid #fff}@media screen and (min-width:1023px){.memory-stats--matches{-ms-flex-preferred-size:40%;flex-basis:40%}}.memory-stats--turns{-ms-flex-preferred-size:25%;flex-basis:25%}@media screen and (min-width:1023px){.memory-stats--turns{-ms-flex-preferred-size:30%;flex-basis:30%}}.memory-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style-type:none;padding:0}.memory-grid--card{position:relative;-ms-flex-preferred-size:calc(25% - 1rem);flex-basis:calc(25% - 1rem);margin:.5rem}@media screen and (min-width:760px){.memory-grid--card{-ms-flex-preferred-size:calc(20% - 1rem);flex-basis:calc(20% - 1rem)}}.memory-grid--card:before{content:"";display:block;padding-top:100%}.memory-grid--card button{position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;padding:0;background-image:url(/Images/memory-game/memorygamecard.png?maxwidth=200&amp;mode=crop&amp;quality=70&amp;cache=always);background-size:100% 100%;border:0;border-radius:4px;font-size:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;overflow:hidden;pointer-events:all;z-index:-1}.memory-grid--card button.open{-webkit-transform:rotateY(0);transform:rotateY(0);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;cursor:default}.memory-grid--card button.show{font-size:33px}.memory-grid--card button.show img{opacity:1}.memory-grid--card button.match{-webkit-transform:rotateY(0);transform:rotateY(0);cursor:default;background:green;font-size:33px}.memory-grid--card button.match img{opacity:1}.memory-grid--card button.notmatch{-webkit-transform-style:unset;transform-style:unset;background:red}.memory-grid--card button img{width:100%;opacity:0}.memory-buttons{border-top:2px dashed #e5e6de;padding-top:1rem;pointer-events:all}.memory-buttons .button,.memory-buttons button{display:inline-block;margin-bottom:.75em;padding:.75em;background-color:#e07438;font-family:groldrounded-bold,Oswald,Helvetica,Arial,sans-serif;color:#fff;font-size:1.2rem;letter-spacing:.75px;border:0;border-radius:4px;line-height:23px}.memory-buttons .button.button-gray,.memory-buttons button.button-gray{background-color:#e5e6de;color:#5a5a5a}.modal-open{overflow:hidden}.modal-open .memory-modal{overflow-x:hidden;overflow-y:auto}.memory-modal{position:fixed;top:0;left:0;display:none;width:100%;height:100%;background-color:rgba(0,0,0,.6);overflow:hidden;outline:0;z-index:1050}.memory-modal.show{display:block}.memory-modal.fade{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.memory-modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.memory-modal .modal-dialog{position:relative;top:35%;width:auto;max-width:500px;margin:1.75rem auto;pointer-events:none}.memory-modal .modal-dialog .modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.memory-modal .modal-dialog .modal-content .modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.memory-modal .modal-dialog .modal-content .modal-body h2{margin-bottom:0}.memory-modal .modal-dialog .modal-content .modal-body .memory-results{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 2rem;padding:1rem 0;font-size:1.25rem;border-bottom:2px dashed #e5e6de}@media screen and (min-width:760px){.memory-modal .modal-dialog .modal-content .modal-body .memory-results{font-size:1.5rem}}.memory-modal .modal-dialog .modal-content .modal-body .memory-results div{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-preferred-size:50%;flex-basis:50%}.memory-modal .modal-dialog .modal-content .modal-body .memory-results div p{margin:0;padding:0 .5rem}.memory-modal .modal-dialog .modal-content .modal-body .memory-results--time,.memory-modal .modal-dialog .modal-content .modal-body .memory-results--turns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.memory-modal .modal-dialog .modal-content .modal-body .memory-results--turns p:first-child{margin-top:3px}.memory-modal .modal-dialog .modal-content .modal-body .memory-results--svg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.memory-modal .modal-dialog .modal-content .modal-body .memory-results--svg svg{width:22px;height:30px;fill:#000}.memory-modal .modal-dialog .modal-content .modal-body .memory-results--next{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 2rem;padding:1rem 2rem}.memory-modal .modal-dialog .modal-content .modal-body .memory-results--next button{width:100%;margin-bottom:.75em;padding:.75em;background-color:#e07438;font-family:groldrounded-bold,Oswald,Helvetica,Arial,sans-serif;color:#fff;font-weight:700;letter-spacing:.75px;border:0;border-radius:4px}.memory-modal .modal-dialog .modal-content .modal-body .memory-results--next button.button-gray{background-color:#e5e6de;color:#5a5a5a}.memory-modal .modal-dialog .modal-content .modal-body .memory-results--next a{color:#5a5a5a;text-decoration:none}.memory-modal .modal-dialog .modal-content .modal-body .memory-results--next a:hover{text-decoration:underline}.mb-20{margin-bottom:20%}@media screen and (min-width:1200px){.mb-20{margin-bottom:28%}}.text-center{text-align:center}.font-family-grold{font-family:groldrounded-bold,Oswald,Helvetica,Arial,sans-serif}.text-off-white{color:#fcfcfc}.text-blue{color:#094a6c}.text-blue svg{fill:#094a6c!important}.no-pointer-event{pointer-events:none}.lds-ring{display:inline-block;position:relative;width:80px;height:80px}.lds-ring div{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border-radius:50%;-webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid transparent;border-top-color:#094a6c}.lds-ring div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.lds-ring div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.lds-ring div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
/*# sourceMappingURL=../maps/memory-game/screen.css.map */
</pre></body></html>