*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;overflow-x:hidden;background:#fff;color:#111c26;word-break:keep-all;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;height:100%;object-fit:cover}
h1,h2,h3,p{margin:0}
.wrap{width:min(calc(100% - 64px),1180px);margin-inline:auto}
.board-row{color:#1a2732}
.board-row.is-linked{cursor:pointer}.board-row.is-linked .author{color:#173b63;font-weight:650}.board-row.is-linked:focus-visible{outline:3px solid rgba(35,115,189,.28);outline-offset:3px;background:#f4f7f9}
.board-empty{padding:34px 6px;border-bottom:1px solid #dbe2e8;color:#60707d;font-size:15px}
.board-row .category{font-size:12.5px;font-weight:500;color:#173b63}
.board-row h2{font-weight:575!important}
.gallery-card h2{font-weight:585!important}
.gallery-card p{margin-top:8px;font-size:14.5px;line-height:1.65;color:#60707d}
.resource-note{margin:0 0 30px;padding:17px 20px;background:#f4f7f9;font-size:14px;line-height:1.65;color:#5e6d79}
.final-footer{padding:44px 32px;background:#101c28;color:rgba(255,255,255,.68)}
.final-footer .wrap{display:flex;justify-content:space-between;gap:30px;align-items:flex-end}
.final-footer strong{font-size:15px;font-weight:550;color:#fff}
.final-footer p{margin-top:9px;font-size:12.5px;line-height:1.6}
.final-footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:18px;font-size:12.5px}
@media(max-width:760px){.wrap{width:min(calc(100% - 40px),1180px)}.final-footer .wrap{display:block}.final-footer nav{justify-content:flex-start;margin-top:24px}}
