@import"//fonts.googleapis.com/css?family=Lato:300:400";*{font-family:DM Sans,sans-serif;font-weight:400}body{margin:0;padding:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#80ffd7}.header{height:40%;width:100%;display:flex;justify-content:center;align-items:center;position:absolute;top:0%;text-align:center;color:#fff;z-index:3}.background-waves{width:100%;height:20%;display:flex;position:absolute;top:21%;z-index:2}.centered-container{width:100%;height:70%;display:flex;justify-content:center;align-items:flex-start;position:absolute;top:41%;background:#00855b;z-index:1}.logo-container{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.logo-gum-img{height:180px;width:180px;border-radius:50%;filter:drop-shadow(0 0 2px rgba(128,255,215))}.landpage{z-index:9999;position:absolute}.landpage h2{font-size:1.3rem;font-weight:500}.landpage h4{font-size:.9rem;letter-spacing:1px}.content-container{max-width:680px;max-height:50%;width:33.333333%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.container-box{width:33.333333%;min-width:600px;height:60px;display:flex;justify-content:center;align-items:center;background-color:#fff;z-index:9999;border-radius:12px;margin:8px 0;cursor:pointer}.container-box:hover{transition:all .3s;transform:scale(1.008)}.col-icon{width:8%;display:flex;justify-content:center;align-items:center}.col-text{width:100%;display:flex;justify-content:center;align-items:center}.container-box>h4{font-size:1rem;font-weight:500;letter-spacing:1.1px}.web-header-title{color:#fff;width:100vw;min-height:10px;height:50px;display:flex;justify-content:center;align-items:end;margin:0 0 10px;padding:0;font-size:1rem;font-weight:600}.social-media{width:100%;height:80px;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.facebook,.instagram{width:50%;height:fit-content;display:flex;align-items:center}.facebook{justify-content:right;margin-right:8px}.instagram{justify-content:left;margin-left:8px}.animatable{animation:animatable 3s linear 0s infinite normal none running}@keyframes animatable{0%{transform:translate(3px) rotate(1deg)}2.5%{transform:translate(-3px) rotate(-1deg)}5%{transform:translate(3px) rotate(1deg)}7.5%{transform:translate(-3px) rotate(-1deg)}10%{transform:translate(2px) rotate(1deg)}12.5%{transform:translate(-2px) rotate(-1deg)}15%{transform:translate(2px) rotate(1deg)}17.5%{transform:translate(-2px) rotate(-1deg)}20%{transform:translate(1px) rotate(1deg)}22.5%{transform:translate(-1px) rotate(-1deg)}25%{transform:translate(0) rotate(0)}}.waves{width:100%;height:100%}.parallax>use{animation:move-forever 25s ease-in-out infinite}.parallax>use:nth-child(1){animation-duration:14s}.parallax>use:nth-child(2){animation-delay:-4s;animation-duration:14s}.parallax>use:nth-child(3){animation-delay:-8s;animation-duration:16s}.parallax>use:nth-child(4){animation-delay:-8s;animation-duration:18s}@keyframes move-forever{0%,50%,to{transform:translate(0)}25%,75%{transform:translate(50%,-10px)}}
