<!DOCTYPE html><html lang="en"> <head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Not Found</title><link rel="dns-prefetch" href="//fonts.gstatic.com"> <style>            .bg-bees-page {                background: #ffffff;                min-height: 400px;                margin:20px 0px;                display:flex;                align-items: center;                font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";            }            @media(min-width: 0px) and (max-width: 767px) {                .bg-bees-page {                    min-height: initial;                    margin:15px 0px;                }            }            .bg-bees-page h1 {                font-family: Roboto, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";                font-size: 50px;                line-height: 50px;                font-weight: bold;                background: #ffffff;                text-align: center;                position: relative;                width:100%;                padding:15px;            }            @media(min-width: 0px) and (max-width: 767px) {                .bg-bees-page h1{                    font-size:30px;                }            }            .bg-an-bees {                background-image: url(https://contents.bebee.com/public/img/error-bees-bg.svg);                background-repeat: no-repeat;                min-height: 400px;                background-position: center;                position: relative;                width: 100%;                display: flex;                align-items: center;            }            @media(min-width: 0px) and (max-width: 767px) {                .bg-an-bees {                    min-height: 200px;                }            }            .shape-bee {                background-image: url(https://contents.bebee.com/public/img/shape-bee.svg);;                background-repeat: no-repeat;                height: 82px;                width: 94px;                position: absolute;                -webkit-animation-fill-mode: both;                animation-fill-mode: both;                left: 15%;                top: -40px;                transform: rotate(160deg);                -webkit-animation-name: zoomInLeft;                animation-name: zoomInLeft;                -webkit-animation-duration: 1.5s;                animation-duration: 1.5s;            }            .bg-an-bees small{                color: #636b6f;                font-size: 16px;                font-weight: 400;                display: block;                line-height: 20px;            }            @media(min-width: 0px) and (max-width: 767px) {                .shape-bee {                    height: 45px;                    width: 49.28px;                }            }            .shape-bee:last-child {                left: initial;                top: initial;                right: 15%;                bottom: -40px;                -webkit-animation-duration: 1s;                animation-duration: 1s;                -webkit-animation-name: pulse;                animation-name: pulse;                -webkit-animation-iteration-count: infinite;                animation-iteration-count: infinite;            }            @-webkit-keyframes zoomInLeft {                0% {                    opacity: 0;                    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);                    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);                    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);                    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);                }                60% {                    opacity: 1;                    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);                    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);                    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);                    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);                }            }            @keyframes zoomInLeft {                0% {                    opacity: 0;                    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);                    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);                    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);                    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);                }                60% {                    opacity: 1;                    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);                    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);                    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);                    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);                }            }            .bb-logo-er{                display: flex;                justify-content: center;                margin:30px 0px 40px;            }            .btn{                display:flex;                justify-content: center;                margin-top:40px;            }            .btn a{                background:#f28f16;                width:150px;                padding: 0.5rem 1rem;                font-size: 1.25rem;                line-height: 1.5;                color:#fff;                font-family: Roboto, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";                display:block;                text-align:center;                text-decoration:none;                border-radius:8px;            }             .badge-secondary {                color: #fff;                background-color: #6c757d;            }        </style> </head><body><div class="bb-logo-er"><a href="https://bebee.com"><img src="https://contents.bebee.com/public/img/logovect-orange.svg" alt="orange logo" height="35px" width="124px"></a></div><div class="bg-bees-page"><div class="bg-an-bees"><h1><span> 404 <br><small> Not Found</small></span><span class="shape-bee"></span><span class="shape-bee"></span></h1></div></div><div class="btn"><a href="https://bebee.com">Back to homepage</a></div>  </body></html>