footer {
  width: 100%;
  border: 0;
  text-align: left;
  display: block;
  background-color: #FFF7F2;
  position: relative;
  color: #2E6680;
  padding-bottom: 50px;
}

.footer-widget strong {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "HyberDisplay", "Helvetica", "Open Sans", sans-serif;
}

.footer-widget {
  margin: 50px 0;
  
}

.footer-widget p {
  line-height: 1.2;
  font-size: 1.167rem;
}

.footer-logo {
  margin-bottom: 9px;
  max-width: 100%;
  width: 140px;
  height: 42px;
  object-fit: contain;
}

.footer-widget ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-widget ul.menu li {
  padding: 0 0 12px 0;
}
.footer-widget ul.menu li a {
  font-size: 1.5rem;
  text-decoration: none;
  color: #2E6680;
}
.footer-widget ul.menu li a:hover {
  text-decoration: underline;
}

.footer-payment {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  border: 1px solid #2E6680;
}

.chard_bottom {
  width: 100%;
  display: block;
}
.chard_bottom-container {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /*mix-blend-mode: multiply;*/
  isolation: isolate;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}

footer table {
  table-layout: auto !important;
  margin-bottom: 0 !important;
}

footer table th {
  border-bottom: none !important;
  margin-top: 0 !important;
}

footer table img {
  max-width: unset !important;
  height: auto !important;
}

footer table a {
  text-decoration: none;
}