
.hp-footer{
  margin-top:0;
  padding:58px 0 24px;
  background:linear-gradient(135deg,#0f1319,#10233d);
  color:#c5ccd5;
}
.hp-footer-top{
  display:grid;
  grid-template-columns:1.35fr .8fr .9fr 1.25fr;
  gap:44px;
  align-items:start;
}
.hp-footer-logo{
  display:flex;
  align-items:center;
  gap:12px;
  color:#fff!important;
}
.hp-footer-logo img{
  width:58px;
  height:58px;
  object-fit:contain;
}
.hp-footer-logo span{
  display:flex;
  flex-direction:column;
  line-height:.9;
}
.hp-footer-logo strong{
  font-size:24px;
  font-style:italic;
}
.hp-footer-logo small{
  margin-top:7px;
  letter-spacing:6px;
}
.hp-footer-brand p{
  max-width:300px;
  color:#aab4c2;
  font-family:Georgia,serif;
  font-size:17px;
  line-height:1.45;
}
.hp-footer h3{
  margin:0 0 15px;
  color:#fff;
  font-size:15px;
}
.hp-footer ul{
  list-style:none;
  margin:0;
  padding:0;
}
.hp-footer li{margin:8px 0}
.hp-footer a{color:#c5ccd5}
.hp-footer a:hover{color:#fff}
.hp-footer-social{
  display:flex;
  gap:12px;
}
.hp-footer-social a{
  display:inline-flex;
  width:24px;
  height:24px;
  color:#8fb5eb!important;
}
.hp-footer-social svg{
  width:24px;
  height:24px;
  fill:currentColor;
}
.hp-footer-newsletter{
  padding:22px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
  background:rgba(255,255,255,.05);
}
.hp-footer-newsletter>small{
  color:#8fb5eb;
  font-size:9px;
  font-weight:900;
  letter-spacing:.1em;
}
.hp-footer-newsletter h3{
  margin:10px 0 6px;
  font-size:20px;
  line-height:1.18;
}
.hp-footer-newsletter p{
  margin:0 0 14px;
  color:#aab4c2;
  font-size:12px;
}
.hp-footer-newsletter form{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
}
.hp-footer-newsletter input{
  min-width:0;
  height:42px;
  padding:0 11px;
  border:0;
  border-radius:4px 0 0 4px;
}
.hp-footer-newsletter button{
  height:42px;
  padding:0 15px;
  border:0;
  border-radius:0 4px 4px 0;
  background:#2a5da3;
  color:#fff;
  font-weight:800;
}
.hp-footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-top:42px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.12);
  color:#8995a5;
  font-size:11px;
}
@media(max-width:960px){
  .hp-footer-top{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .hp-footer-top{grid-template-columns:1fr}
  .hp-footer-bottom{display:block}
  .hp-footer-bottom span{display:block;margin-top:4px}
}

/* Beta 5.11 editable footer menu */
.hp-footer-menu,.hp-footer-explore{list-style:none;margin:0;padding:0}
.hp-footer-menu li,.hp-footer-explore li{margin:8px 0}
.hp-footer-menu a,.hp-footer-explore a{color:#c5ccd5}
.hp-footer-menu a:hover,.hp-footer-explore a:hover{color:#fff}
.hp-footer-menu-notice{margin:0;color:#8995a5;font-size:12px;line-height:1.45}
