/* Copyright (c) 2018-present Tenjin, All Rights Reserved. */

body{background:#202326;font-family:Lato,sans-serif;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}body>div{height:100vh;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}body>div:first-of-type{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-left:20vw}body>div:first-of-type>img{height:20vw;max-height:500px;padding:0 30px 0 20px;border-bottom:1px solid #bfbfbf}body>div:last-of-type{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-right:30vw}body>div:last-of-type>svg{width:35%;margin:0;padding-bottom:15px;min-width:100px}body>div:last-of-type p{color:#bfbfbf;width:100%;letter-spacing:.03em;line-height:1.4em;margin:0;padding-bottom:12px}body>div:last-of-type p:last-of-type{padding-bottom:40px}body>div:last-of-type div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:15px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}body>div:last-of-type div svg{height:20px;fill:maroon;margin-bottom:-2px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}body>div:last-of-type div a{color:#bfbfbf;text-decoration:none;margin-left:10px;border-bottom:dashed 1px #bfbfbf}body>div:last-of-type div a:hover{color:maroon;border-bottom:solid 1px maroon}body>div:last-of-type div span{color:#bfbfbf;margin-left:10px}@media only screen and (max-width:1000px),screen and (max-height:700px){body{display:block;height:100vh;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}body>div:first-of-type{display:none}body>div:last-of-type{padding:16px 30px;height:auto;margin:auto;max-width:440px}}