body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{height:100%;text-align:center;width:100%}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}

/*!
 * React Transitions - http://joerezendes.com/projects/react-transitions
 * Version - 1.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Github - https://github.com/joerez/react-transitions
 *
 * Copyright (c) 2018 Joe Rezendes
 */.transition-container{perspective:800px}.react-transition{animation-fill-mode:both}@keyframes swipeUp{0%{opacity:0;transform:translate3d(0,100vh,0)}to{opacity:1;transform:translateZ(0)}}.swipe-up{animation-duration:.25s;animation-name:swipeUp;animation-timing-function:linear;transform-origin:bottom center}@keyframes swipeLeft{0%{opacity:0;transform:translate3d(-1000px,0,0)}to{opacity:1;transform:translateZ(0)}}.swipe-left{animation-duration:.3s;animation-name:swipeLeft;animation-timing-function:ease-in-out;transform-origin:bottom center}@keyframes swipeRight{0%{opacity:0;transform:translate3d(1000px,0,0)}to{opacity:1;transform:translateZ(0)}}.swipe-right{animation-duration:.3s;animation-name:swipeRight;animation-timing-function:ease-in-out;transform-origin:bottom center}@keyframes swipeDown{0%{opacity:0;transform:translate3d(0,-100vh,0)}to{opacity:1;transform:translateZ(0)}}.swipe-down{animation-duration:.3s;animation-name:swipeDown;animation-timing-function:ease-in-out;transform-origin:bottom center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation-duration:.25s;animation-name:fadeIn;animation-timing-function:ease-in-out;transform-origin:bottom center}@keyframes scaleIn{0%{transform:translateY(-500px) scale(.01)}to{transform:scale(1)}}.scale-in{animation-duration:.25s;animation-name:scaleIn;animation-timing-function:ease-in-out;transform-origin:bottom center}@keyframes scaleInRight{0%{transform:translateY(-500px) translateX(500px) scale(.01)}to{transform:scale(1)}}.scale-in-right{animation-duration:.25s;animation-name:scaleInRight;animation-timing-function:ease-in-out;transform-origin:bottom center}@keyframes scaleInLeft{0%{transform:translateY(-500px) translateX(-500px) scale(.01)}to{transform:scale(1)}}.scale-in-left{animation-duration:.25s;animation-name:scaleInLeft;animation-timing-function:ease-in-out;transform-origin:bottom center}@keyframes dropIn{0%{transform:scale(4) translateY(400px)}to{transform:scale(1)}}.drop-in{animation-duration:.25s;animation-name:dropIn;animation-timing-function:ease-in-out;transform-origin:bottom center}@keyframes dropInRight{0%{transform:scale(4) translateY(400px) translateX(400px)}to{transform:scale(1)}}.drop-in-right{animation-duration:.25s;animation-name:dropInRight;animation-timing-function:ease-in-out;transform-origin:bottom center}@keyframes dropInLeft{0%{transform:scale(4) translateY(400px) translateX(-400px)}to{transform:scale(1)}}.drop-in-left{animation-duration:.25s;animation-name:dropInLeft;animation-timing-function:ease-in-out;transform-origin:bottom center}@keyframes flipInX{0%{transform:rotateX(90deg)}70%{transform:rotateX(-10deg)}to{transform:rotateX(0deg)}}.flip-in-x{animation-duration:.3s;animation-name:flipInX;animation-timing-function:linear;transform-style:preserve-3d}@keyframes flipInXReverse{0%{transform:rotateX(-90deg)}70%{transform:rotateX(10deg)}to{transform:rotateX(0deg)}}.flip-in-x-reverse{animation-duration:.3s;animation-name:flipInXReverse;animation-timing-function:linear;transform-style:preserve-3d}@keyframes flipInY{0%{transform:rotateY(90deg)}70%{transform:rotateY(-10deg)}to{transform:rotateY(0deg)}}.flip-in-y{animation-duration:.3s;animation-name:flipInY;animation-timing-function:linear;transform-style:preserve-3d}@keyframes flipInYReverse{0%{transform:rotateY(-90deg)}70%{transform:rotateY(10deg)}to{transform:rotateY(0deg)}}.flip-in-y-reverse{animation-duration:.3s;animation-name:flipInYReverse;animation-timing-function:linear;transform-style:preserve-3d}@keyframes rotateIn{0%{transform:scale(.1) rotate(180deg)}to{transform:rotate(0deg)}}.rotate-in{animation-duration:.3s;animation-name:rotateIn;animation-timing-function:ease-in-out;transform-style:preserve-3d}@keyframes rotateInReverse{0%{transform:scale(.1) rotate(-180deg)}to{transform:rotate(0deg)}}.rotate-in-reverse{animation-duration:.3s;animation-name:rotateInReverse;animation-timing-function:ease-in-out;transform-style:preserve-3d}@keyframes woah{0%{transform:scale(.001) translateX(200px)}25%{transform:scale(.25) rotateY(180deg) translateX(100px) translateY(100px)}50%{transform:scale(.5) rotateY(0deg) rotateX(180deg) translateX(-100px) translateY(600px)}}.woah{animation-duration:1s;animation-name:woah;animation-timing-function:linear;transform-style:preserve-3d}
/*# sourceMappingURL=main.471c0676.css.map*/