#footer.vw-footer {
  padding: 0;
  background: #002755
}
.vw-footer .container {
  padding-top: 0
}
.vw-footer__cta {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 60px 24px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  text-align: center;
  color: #fff;
  background: #00316e
}
.vw-footer__eyebrow {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase
}
#footer.vw-footer .vw-footer__cta h2 {
  margin: 0;
  max-width: 860px;
  color: #fff!important;
  line-height: 1.04;
  letter-spacing: -.04em
}
.vw-footer__lead {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 1.45rem;
  line-height: 1.5
}
.vw-footer__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 6px
}
.vw-footer__actions .custom-btn {
  min-width: 198px;
  min-height: 50px;
  padding: 0 24px;
  font-size: 1.08rem;
  -webkit-box-shadow: 0 16px 34px rgba(253,199,0,.22);
  box-shadow: 0 16px 34px rgba(253,199,0,.22)
}
.vw-footer__grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) 92px minmax(0,1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  background: #002755;
  min-height: 78px
}
.vw-footer__logo-image {
  display: block;
  width: 66px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.vw-footer__logo strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 1.35rem
}
.vw-footer__logo p {
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: 1rem;
  line-height: 1.55
}
.vw-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column: 1;
  gap: 10px 20px;
  margin: 0;
  padding: 0;
  color: rgba(255,255,255,.86)
}
.vw-footer__nav a {
  color: rgba(255,255,255,.86);
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: color .2s,opacity .2s;
  transition: color .2s,opacity .2s
}
.vw-footer__nav a:focus,
.vw-footer__nav a:hover {
  color: #fdc700
}
.vw-footer__grid-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-self: center;
  width: 92px
}
.vw-footer__grid-logo .vw-footer__logo-image {
  width: 58px
}
.vw-footer__copy {
  grid-column: 3;
  justify-self: flex-end
}
#footer.vw-footer .vw-footer__copy p {
  margin: 0;
  line-height: 1;
  color: rgba(255,255,255,.86);
  font-size: 1.2rem;
  text-align: right
}