.no-padding,
.no-spacing {
  padding: 0 !important;
}
.container.footer-bottom > .row {
  width: 100%;
  max-width: 1226px;
  padding: 12px 16px 24px;
  min-height: 16px;
  border-top: none;
}
.container.footer-bottom > .row .copy-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: default;
}
.container.footer-bottom > .row .copy-section p,
.container.footer-bottom > .row .rule-section > a p {
  font-size: 12px;
  font-weight: 300;
  line-height: 15.996px;
  letter-spacing: -0.028px;
  color: #434343;
}
.container.footers p {
  white-space: pre-wrap;
}
.container.footer-bottom > .row .rule-section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  -moz-column-gap: 32px;
  column-gap: 32px;
  margin-top: 10px;
}
.container.footer-bottom > .row .rule-section > a:last-child {
  margin-right: 0;
}
.container.footer-bottom > .row .rule-section > a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
  min-width: 30px;
  height: 30px;
  margin: 6px 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.container.footer-bottom > .row .rule-section > a p {
  transition: color 0.3s;
}
.container.footer-bottom > .row .rule-section > a img {
  height: 30px;
  width: auto;
  min-width: 30px;
}
@media (min-width: 1024px) {
  .container.footer-bottom > .row .copy-section p,
  .container.footer-bottom > .row .rule-section > a p {
    font-size: 14px;
    line-height: 20px;
  }
  .container.footer-bottom > .row .rule-section > a {
    display: flex;
    align-items: center;
    float: none;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .container.footer-bottom > .row .rule-section {
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin: 0;
  }
  .container.footer-bottom > .row {
    padding: 16px 0;
    min-height: 62px;
  }
}

@media (max-width: 1226px) {
  .container.footer-bottom > .row {
    padding: 0;
  }
}
