.thank-you{margin:0;font-family:Segoe UI,sans-serif;background:#eaf5f5;overflow:hidden;height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.bg-bubbles{position:absolute;pointer-events:none;width:100%;height:100%;top:0;left:0;overflow:hidden;z-index:0}.bg-bubbles span{position:absolute;display:block;width:20px;height:20px;background:#044c4f;border-radius:50%;animation:bubble 20s linear infinite;bottom:-150px}.bg-bubbles span:first-child{left:10%;animation-duration:15s}.bg-bubbles span:nth-child(2){left:20%;width:25px;height:25px;animation-duration:18s}.bg-bubbles span:nth-child(3){left:25%;animation-duration:12s}.bg-bubbles span:nth-child(4){left:40%;width:30px;height:30px;animation-duration:20s}.bg-bubbles span:nth-child(5){left:70%;animation-duration:16s}.bg-bubbles span:nth-child(6){left:80%;width:22px;height:22px;animation-duration:25s}.bg-bubbles span:nth-child(7){left:90%;animation-duration:17s}@keyframes bubble{0%{transform:translateY(0) scale(1);opacity:.7}to{transform:translateY(-1000px) scale(.5);opacity:0}}.thank-you .container{position:relative;z-index:1;text-align:center}.thank-you .logo{padding-left:20px;width:140px;margin-bottom:30px}.thank-you .thank-you-text{padding-top:30px;font-size:6rem;margin-bottom:60px}.thank-you .not-found-text,.thank-you .thank-you-text{font-weight:900;color:#044c4f;animation:slideDown 1s ease-out forwards;transform:translateY(-100px);opacity:0;letter-spacing:2px;text-transform:uppercase;text-shadow:1px 1px 0 #e1e1e1,2px 2px 0 #cfcfcf,3px 3px 0 #b1b1b1,4px 4px 0 #999,5px 5px 5px rgba(0,0,0,.3)}.thank-you .not-found-text{padding-top:50px;font-size:10rem;margin-bottom:80px}.thank-you .message{font-size:1.2rem;font-weight:500;color:#682504;animation:fadeIn 2s ease 1s forwards;opacity:0}.thank-you .btn{display:inline-block;margin:30px 20px 50px 10px;padding:12px 30px;background:#d6581b;color:#fff;text-decoration:none;border-radius:30px;font-weight:700;transition:background .3s}.thank-you .btn:hover{background:#f66a2c}@keyframes slideDown{to{transform:translateY(0);opacity:1}}@keyframes fadeIn{to{opacity:1}}@media (max-width:600px){.thank-you-text{font-size:2.5rem}}