body,html{padding:0;margin:0}*{-webkit-box-sizing:border-box;box-sizing:border-box}body{background:#fff;color:#262626;font-size:16px;line-height:26px;font-family:'Roboto',sans-serif}#page_error{padding-top:2em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;min-height:100vh;text-align:center}#page_error .content{width:100%;max-width:900px;margin:0 auto;padding:0 15px}#page_error .content>div{display:inline-block;vertical-align:middle}div.left{width:39%}div.left>img{max-width:100%;height:auto}div.right{width:59%;text-align:left}div.right h1{font-size:48px;color:#ff5b60}div.right p{font-size:28px;margin:10px 0}div.right p>a{color:#0055ac}@media only screen and (max-width:991px){div.left,div.right{width:100%}div.right{text-align:center}}