/* ======================= Footer CSS ======================= */
#footser-end * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#footser-end {
  --black: #000;
  --ink: #26304a;
  --steel: #5b6577;
  --line: #dde1e8;
  --red: #ab1e25;
  --white: #fff;
}
#footser-end {
  width: 100% !important;
  display: inline-block !important;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--white);
  color: var(--ink);
  padding: 0;
}
#footser-end .wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}
#footser-end a {
  color: inherit;
  text-decoration: none;
}
#footser-end footer::before {
  content: none;
}
#footser-end footer {
  border-top: 4px solid var(--black);
  background: var(--white);
  padding: 46px 0 0;
  width: 100% !important;
}
#footser-end .foot-grid {
  display: grid;
  grid-template-columns: 1.3fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr;
  gap: 0;
}
#footser-end .foot-cell {
  padding: 0 30px;
  align-content: center;
}
#footser-end .foot-cell:first-child {
  padding-left: 0;
}
#footser-end .foot-cell:last-child {
  padding-right: 0;
}
#footser-end .foot-rule {
  background: var(--line);
}
#footser-end .foot-cell h4 {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 20px;
}
#footser-end .foot-cell ul {
  list-style: none;
}
#footser-end .foot-cell li {
  margin-bottom: 10px;
  line-height: 0 !important;
}
#footser-end .foot-cell a {
  font-size: 12.5px;
  color: var(--ink) !important;
  font-weight: 400;
  line-height: 21px;
  word-break: unset !important;
}
#footser-end .foot-cell a:hover {
  color: var(--red) !important;
}

#footser-end .foot-social svg {
  width: 13px;
  height: 13px;
  fill: var(--white);
}
#footser-end .foot-strip {
  margin-top: 40px;
  background: var(--red);
  padding: 16px 0;
}
#footser-end .foot-strip .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
#footser-end .foot-strip .wrap p {
  color: var(--white) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  padding: 0;
  border: 0;
  line-height: 21px !important;
}
@media (min-width: 1200px) {
  #footser-end .foot-social {
    display: flex;
    justify-content: center;
    gap: 8px;
  }
}

@media (max-width: 820px) {
  #footser-end .foot-grid {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 30px;
  }
  #footser-end .foot-cell:first-child {
    grid-column: 1 / -1;
  }
  #footser-end .foot-rule {
    display: none;
  }
}
@media (max-width: 560px) {
  #footser-end .foot-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  #footser-end .foot-social img {
    width: 60% !important;
  }
}
