footer {
  background: #006EFF;
  color: white;
  padding: 50px 0;
  clear: both;
}

footer .default-content-wrapper {
  display: flex;
  justify-content: space-between;
}

footer .row {
  padding: 0 15px;
}

footer img {
  width: 160px;
  height: auto;
  margin-bottom: 15px;
}

footer p {
  margin: 0;
  font-size: 16px;
}

footer a, footer .footer__links a, .footer__copy {
  color: white !important;
  font-size: 16px;
  padding: 0 2px;
}

footer .footer__links a {
  color: #fff;
  text-decoration: none;
  display: block;
  transition: 0.2s color;
  padding: 0 2px;
}

footer a:hover, footer .footer__links a:hover {
  opacity: 0.6;
  color: white;
}

footer strong {
  font-size: 32px;
  font-weight: bold;
  color: white;
}

footer .footer__copy {
  margin: 2px 0 0;
  padding-bottom: 0;
}

footer p.trustedAlways {
  font-size: 32px;
  font-weight: bold;
}

footer .footer__links {
  margin-top: 15px;
  padding-left: 0;
  margin-bottom: 0;
}

.footer__links li {
  display: inline-block;
  position: relative;
  padding: 0 6px 0 0;
}

footer .footer__links li::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 15px;
  background: #fff;
  margin: auto;
}

footer .footer__links li:last-child {
  padding-right: 0;
}

footer .footer__links li:last-child::after {
  display: none;
}

footer:has(.new-design) {
  padding-top: 0;
  background-color: #0059D6;
  padding-bottom: 24px;
}
footer:has(.new-design) .image-section {
  padding: 20px 0 5px;
  background-color: #006DFF;
}
footer:has(.new-design) .image-section .default-content-wrapper {
  max-width: 1350px;
}
footer:has(.new-design) .image-section .default-content-wrapper p {
  display: flex;
  min-width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
footer:has(.new-design) .image-section .default-content-wrapper p img {
  width: 125px;
}
@media (width >= 768px) {
  footer:has(.new-design) .image-section .default-content-wrapper p {
    padding: 0 30px;
  }
}
@media (width >= 992px) {
  footer:has(.new-design) .image-section .default-content-wrapper p {
    padding: 0 30px;
  }
  footer:has(.new-design) .image-section .default-content-wrapper p img {
    width: 160px;
  }
}

footer .new-design .default-content-wrapper {
  display: flex;
  flex-direction: column;
  padding: 24px 0 0;
  max-width: 1350px;
}
footer .new-design .default-content-wrapper p {
  font-size: 14px;
  padding: 0 20px;
}
footer .new-design .default-content-wrapper p:nth-of-type(1) {
  display: flex;
  padding-bottom: 25px;
  max-width: 700px;
  justify-content: space-between;
  flex-direction: column;
  color: #0059D6;
}
footer .new-design .default-content-wrapper p:last-of-type {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  width: calc(100% - 60px);
  padding-left: 0;
  margin: auto;
}
@media (width >= 768px) {
  footer .new-design .default-content-wrapper p:first-of-type {
    flex-direction: row;
    color: inherit;
    max-width: 740px;
  }
  footer .new-design .default-content-wrapper p {
    padding: 0 30px;
  }
}
@media (width >= 992px) {
  footer .new-design .default-content-wrapper p {
    padding: 0 30px;
  }
}

/* for mobile */
@media (width <= 768px) {
  footer {
    padding: 18px 0;
  }
  footer .default-content-wrapper {
    display: block;
  }
  footer img {
    margin-bottom: 10px;
  }
  footer a, footer .footer__links a, .footer__copy {
    font-size: 13px;
    padding: 0 1px;
  }
  footer p {
    font-size: 13px;
  }
  footer strong {
    font-size: 20px;
    text-align: left;
    display: block;
    margin-top: 9px;
  }
}