/* Provided all.css (trimmed for brevity in this workspace). If you have the full file, replace this content with the complete version. */
/* Root and reset */
:root {}
*,*::before,*::after{box-sizing:border-box}
html{line-height:1.15}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}
body{margin:0;font-family:Poppins,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Nortune",sans-serif}
hr{box-sizing:content-box;height:0;overflow:visible}
h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}
p{margin-top:0;margin-bottom:1rem}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto}
/* Bootstrap-like grid utilities (minimal) */
.container{max-width:1140px;margin:0 auto;padding:0 15px}
.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
.col{flex:1 0 0;padding-right:15px;padding-left:15px}
/* Primary menu base */
.primary-menu{display:flex;align-items:center}
.primary-menu .menu-container{list-style:none;display:flex;margin:0;padding:0}
.primary-menu .menu-item{position:relative;padding:0 18px}
.primary-menu .menu-link{display:block;padding:18px 0}
.primary-menu .menu-link > div{font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.primary-menu .menu-link > span{display:block;font-size:.8rem;color:#777;margin-top:2px}
.primary-menu.sub-title .menu-item.current > .menu-link{color:#971836}
.primary-menu.sub-title .menu-item + .menu-item{border-left:1px solid #e5e5e5}
/* Header layout */
#header{border-bottom:1px solid #eee}
#header-wrap{background:#fff}
.header-row{display:flex;align-items:center;justify-content:space-between}
#logo img{height:48px}
/* Misc helpers */
.text-center{text-align:center}
.border-top{border-top:1px solid #e5e5e5}
.border-bottom{border-bottom:1px solid #e5e5e5}
/* Color theme hooks based on style.css */
.color{color:#971836!important}
.bg-color{background-color:#971836!important}
.border-color{border-color:#971836!important}
/* Make submenu subtle separator */
.primary-menu.sub-title .menu-container .menu-item{padding:0 22px}
