.mtw-site-header{
  position:relative;
  z-index:50;
  width:100%;
  margin:0;
  padding:0;
  border:0;
  border-bottom:2px solid #12140f;
  background:#f7f8f3;
  box-shadow:none;
  color:#12140f;
  font-family:"Source Sans 3","Helvetica Neue",Arial,sans-serif;
}
.mtw-site-header *{box-sizing:border-box}
.mtw-site-header__inner{
  width:min(1180px,calc(100% - 32px));
  min-height:84px;
  margin:0 auto;
  padding:12px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.mtw-site-header__brand{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:44px;
  color:#12140f!important;
  font-family:"Archivo","Arial Narrow",Arial,sans-serif;
  font-size:1.05rem;
  font-weight:800;
  line-height:1;
  letter-spacing:-.02em;
  text-decoration:none!important;
}
.mtw-site-header__mark{
  width:38px;
  height:38px;
  flex:0 0 38px;
  display:grid;
  place-items:center;
  border-radius:0;
  background:#12140f;
  box-shadow:none;
}
.mtw-site-header__mark svg{display:block;width:23px;height:23px}
.mtw-site-header__links{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  flex-wrap:wrap;
}
.mtw-site-header__menu{display:none;min-width:0}
.mtw-site-header__menu summary{
  display:none;
  min-height:44px;
  align-items:center;
  justify-content:center;
  padding:.55rem .8rem;
  border:2px solid #12140f;
  background:#f7f8f3;
  color:#12140f;
  cursor:pointer;
  font-family:"IBM Plex Mono","SFMono-Regular",Consolas,monospace;
  font-size:.76rem;
  font-weight:700;
  letter-spacing:.06em;
  list-style:none;
  text-transform:uppercase;
}
.mtw-site-header__menu summary::-webkit-details-marker{display:none}
.mtw-site-header__menu summary:focus-visible{outline:4px solid #2457e6;outline-offset:3px}
.mtw-site-header__links a{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:44px;
  margin:0;
  padding:4px 0;
  border:0;
  border-radius:0;
  background:none;
  color:#12140f!important;
  font-size:.88rem;
  font-weight:700;
  line-height:1.2;
  text-decoration:none!important;
  white-space:nowrap;
}
.mtw-site-header__links a:hover{text-decoration:underline 3px #2457e6!important;text-underline-offset:6px}
.mtw-site-header__links a:focus-visible,.mtw-site-header__brand:focus-visible{
  outline:4px solid #2457e6;
  outline-offset:3px;
}
.mtw-site-header__links .mtw-site-header__cta{
  padding:.62rem .9rem;
  border:2px solid #12140f;
  border-radius:0;
  background:#12140f;
  color:#ffffff!important;
}
.mtw-site-header__links .mtw-site-header__cta:hover{background:#2457e6;color:#ffffff!important;text-decoration:none!important}
@media(max-width:820px){
  .mtw-site-header__inner{min-height:0;padding:12px 0;align-items:center;flex-wrap:wrap;gap:12px;overflow:visible}
  .mtw-site-header__links--desktop{display:none!important}
  .mtw-site-header__menu{display:block;margin-left:auto}
  .mtw-site-header__menu summary{display:inline-flex}
  .mtw-site-header__menu[open]{width:100%;margin-left:0}
  .mtw-site-header__menu[open] summary{margin-left:auto}
  .mtw-site-header__links{
    width:100%;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0;
    margin-top:10px;
    border-top:2px solid #12140f;
    border-left:2px solid #12140f;
  }
  .mtw-site-header__links a{
    min-height:46px;
    padding:.65rem .7rem;
    border-right:2px solid #12140f;
    border-bottom:2px solid #12140f;
    font-size:.9rem;
  }
  .mtw-site-header__links .mtw-site-header__cta{grid-column:1/-1;border-top:0;border-left:0}
}

.mtw-site-footer{
  width:100%;
  margin:0;
  padding:44px 0;
  border:0;
  border-top:2px solid #12140f;
  background:#12140f;
  color:#ffffff;
  font-family:"Source Sans 3","Helvetica Neue",Arial,sans-serif;
}
.mtw-site-footer *{box-sizing:border-box}
.mtw-site-footer__inner{
  width:min(1180px,calc(100% - 32px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(220px,1.3fr) repeat(2,minmax(150px,.7fr));
  gap:32px;
}
.mtw-site-footer__brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#ffffff!important;
  font-family:"Archivo","Arial Narrow",Arial,sans-serif;
  font-size:1.05rem;
  font-weight:800;
  text-decoration:none!important;
}
.mtw-site-footer__mark{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  background:#ffffff;
}
.mtw-site-footer__mark svg{display:block;width:23px;height:23px}
.mtw-site-footer__summary{max-width:390px;margin:16px 0 0;color:#d7ddd4;font-size:.94rem}
.mtw-site-footer__meta{margin:12px 0 0;color:#aeb7ad;font:500 .72rem/1.6 "IBM Plex Mono","SFMono-Regular",Consolas,monospace;text-transform:uppercase}
.mtw-site-footer__group{display:flex;flex-direction:column;align-items:flex-start;gap:11px}
.mtw-site-footer__label{margin:0 0 3px;color:#8eabff;font:700 .72rem/1.3 "IBM Plex Mono","SFMono-Regular",Consolas,monospace;letter-spacing:.08em;text-transform:uppercase}
.mtw-site-footer__group a{color:#ffffff!important;font-weight:700;text-decoration-color:#8eabff;text-underline-offset:4px}
.mtw-site-footer a:focus-visible{outline:4px solid #8eabff;outline-offset:3px}
@media(max-width:760px){
  .mtw-site-footer__inner{grid-template-columns:1fr;gap:28px}
  .mtw-site-footer__group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px}
  .mtw-site-footer__label{grid-column:1/-1}
}
