﻿.tms-global-footer{
  background:#07164a;
  color:#ffffff;
  border-top:1px solid rgba(255,255,255,.08);
  margin-top:56px;
}
.tms-global-footer,
.tms-global-footer *{
  box-sizing:border-box;
}
.tms-global-footer a{
  color:#ffffff;
  text-decoration:none;
}
.tms-global-footer a:hover{
  color:#dbe8ff;
}
.tms-global-footer-wrap{
  max-width:1240px;
  margin:0 auto;
  padding:44px 24px 20px;
}
.tms-global-footer-top{
  display:grid;
  grid-template-columns:1.35fr 1fr 1fr 1fr;
  gap:28px;
  align-items:start;
}
.tms-global-footer-brand .eyebrow{
  display:inline-block;
  margin:0 0 12px;
  font-size:12px;
  line-height:1;
  letter-spacing:.18em;
  font-weight:800;
  text-transform:uppercase;
  color:#9dc3ff;
}
.tms-global-footer-brand h2{
  margin:0 0 12px;
  color:#ffffff;
  font-size:30px;
  line-height:1.05;
  font-weight:800;
}
.tms-global-footer-brand p{
  margin:0 0 18px;
  color:rgba(255,255,255,.82);
  font-size:15px;
  line-height:1.75;
  max-width:560px;
}
.tms-global-footer-cta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.tms-global-footer-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:12px 20px;
  border-radius:999px;
  border:2px solid #ffffff;
  font-weight:700;
  font-size:14px;
  line-height:1;
}
.tms-global-footer-btn.primary{
  background:#ffffff;
  color:#07164a;
}
.tms-global-footer-btn.primary:hover{
  color:#07164a;
  background:#e7efff;
}
.tms-global-footer-btn.secondary{
  background:transparent;
  color:#ffffff;
}
.tms-global-footer-btn.secondary:hover{
  background:rgba(255,255,255,.08);
}
.tms-global-footer-col h3{
  margin:0 0 14px;
  color:#ffffff;
  font-size:16px;
  line-height:1.2;
  font-weight:800;
}
.tms-global-footer-list{
  list-style:none;
  padding:0;
  margin:0;
}
.tms-global-footer-list li{
  margin:0 0 10px;
}
.tms-global-footer-list a,
.tms-global-footer-list span{
  color:rgba(255,255,255,.82);
  font-size:15px;
  line-height:1.55;
}
.tms-global-footer-list a:hover{
  color:#ffffff;
}
.tms-global-footer-divider{
  height:1px;
  margin:28px 0 16px;
  background:rgba(255,255,255,.12);
}
.tms-global-footer-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}
.tms-global-footer-bottom p{
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.6;
}
.tms-global-footer-bottom-links{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}
.tms-global-footer-bottom-links a{
  color:rgba(255,255,255,.82);
  font-size:14px;
}
.tms-global-footer-bottom-links a:hover{
  color:#ffffff;
}
@media (max-width:1100px){
  .tms-global-footer-top{
    grid-template-columns:1fr 1fr;
  }
}
@media (max-width:760px){
  .tms-global-footer-wrap{
    padding:34px 18px 18px;
  }
  .tms-global-footer-top{
    grid-template-columns:1fr;
    gap:22px;
  }
  .tms-global-footer-brand h2{
    font-size:26px;
  }
  .tms-global-footer-cta{
    flex-direction:column;
  }
  .tms-global-footer-btn{
    width:100%;
  }
  .tms-global-footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}
