@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Inter,sans-serif}body{color:#000;background:#fff;background-image:url(/BG_image.png);background-position:50%;background-size:cover;background-repeat:no-repeat}a{color:inherit;text-decoration:none}.ContainerWrapper{position:relative;width:100vw;height:auto}@media screen and (min-width:900px){.blog_logo{display:none}}@media screen and (max-width:899px){.blog_logo{display:flex;align-items:center;justify-content:center;margin-top:30px;width:100vw;height:147px}.logo{left:10px;width:85px;height:147px}}.article p{font-size:16px;color:#000;margin-top:5px}.article h1,.article h2,.article h3,.article h4,.article h5,.article h6,.article strong{color:#294ea6;margin:8px 0}.article img{width:80%;margin:10px 0}@media screen and (max-width:899px){.article img{width:100%}}.truncated{max-height:unset;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.truncated p{color:rgba(65,65,65,.5);font-size:13px;font-family:Inter;font-style:normal;font-weight:300;line-height:20px}.truncated h1,.truncated h2,.truncated h3,.truncated h4,.truncated h5,.truncated h6{color:rgba(65,65,65,.5);font-size:13px;font-family:Inter;font-style:normal;font-weight:700;line-height:20px}