.bottom-pane-wrapper{height:210px;position:relative;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.bottom-pane-buttons{display:flex;flex-wrap:wrap;justify-content:center;margin-top:1rem;z-index:2}.bottom-pane-wrapper p{font-size:1.5rem;font-weight:700;margin:.5rem 0;z-index:2}.bottom-pane-wrapper a{background-color:#000;border:2px solid #000;border-radius:2px;color:#fabf00;cursor:pointer;font-size:1rem;font-weight:700;padding:.7rem 2.5rem;text-decoration:none}.bottom-pane-wrapper a.btn-style2{background-color:#fabf00;color:#000}.bottom-pane-wrapper .spots-container{height:100%;position:absolute;width:100%}.bottom-pane-wrapper .rising-spots{height:100%;overflow:hidden;position:relative;width:100%}.bottom-pane-wrapper .rising-spots img.spot{-webkit-animation:spot-rising 5s infinite;animation:spot-rising 5s infinite;opacity:0;position:absolute;width:2rem}@media (max-width:768px){.bottom-pane-wrapper p{font-size:1.3rem;padding:0 1rem;text-align:center}}