@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap);*{box-sizing:border-box}body{margin:0;background-color:#eee;font-family:"Open Sans",sans-serif;font-weight:400;width:100vw;color:#181c1f}#root{display:flex;flex-flow:column;height:100vh}#root>*{width:100%}main{flex:1 1 auto}section{display:flex;flex-flow:row wrap;height:100%}section div{flex:1 1 auto;display:flex}.outBound{background-position:bottom;background-size:cover;background-repeat:no-repeat;position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer}.outBound.left{background-image:url(/static/media/bgGrasboerke-min.40f88a73.webp)}.outBound.right{background-image:url(/static/media/bgHydroseeding-min.6d86196e.webp)}.outBound.left .card{border:.5rem solid #5c3f2d}.outBound.right .card{border:.5rem solid #53bfe6}.outBound:after{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:0;transition:all .3s ease}.outBound.active:after{background-color:rgba(0,0,0,.75)}.outBound.active .card{-webkit-animation:animateCircle 1s infinite;animation:animateCircle 1s infinite;background:#fff}.card{background:hsla(0,0%,100%,.75);padding:3rem;flex:0 1 auto;z-index:1;border-radius:100%;transition:all .5s ease;max-width:24rem;max-height:24rem;height:100%}.img-fluid{width:100%;height:auto}.btnOutbound{text-align:center;margin-top:2rem}h1{margin:0 0 .75rem}footer{background-color:#181c1f;padding:2rem 1rem;text-align:center}footer,footer a{color:#fff}footer a:hover{text-decoration:none}address{font-style:normal}@-webkit-keyframes animateCircle{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.875);transform:scale(.875)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes animateCircle{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.875);transform:scale(.875)}to{-webkit-transform:scale(1);transform:scale(1)}}@media (max-width:840px){section div{width:100%}.card{padding:10%;margin:15%;flex:auto;border-radius:5%;height:auto}}
/*# sourceMappingURL=main.917c55ec.chunk.css.map */