#footer[data-shared-footer='true'] {
  background: #000016;
  color: #f5f5f5;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

#footer[data-shared-footer='true'] > div {
  padding: 48px 0 !important;
  background: #000016 !important;
}

#footer[data-shared-footer='true'] > div > div {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 0 16px !important;
}

#footer[data-shared-footer='true'] > div > div > div:first-child {
  margin-bottom: 48px !important;
  text-align: center;
}

#footer[data-shared-footer='true'] > div > div > div:first-child h2 {
  margin: 0 0 12px !important;
  color: #f5f5f5 !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.035em;
}

#footer[data-shared-footer='true'] > div > div > div:first-child p {
  max-width: 672px !important;
  margin: 0 auto 24px !important;
  color: #f5f5f5 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

#footer[data-shared-footer='true']
  > div
  > div
  > div:first-child
  > button {
  display: inline-flex !important;
  min-width: 0 !important;
  height: 45px !important;
  padding: 12px 24px !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: none !important;
  transition: background 180ms ease, transform 180ms ease;
}

#footer[data-shared-footer='true']
  > div
  > div
  > div:first-child
  > button:hover {
  background: #f3f4f6 !important;
  transform: translateY(-1px);
}

#footer[data-shared-footer='true']
  > div
  > div
  > div:first-child
  > button
  span {
  color: #001145 !important;
  font-size: 14px !important;
  font-weight: 650 !important;
}

#footer[data-shared-footer='true'] > div > div > div:nth-child(2) {
  display: flex !important;
  margin-bottom: 48px !important;
  align-items: center !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 24px !important;
}

#footer[data-shared-footer='true']
  > div
  > div
  > div:nth-child(2)
  > div:first-child
  img {
  width: auto !important;
  height: 40px !important;
  object-fit: contain;
}

#footer[data-shared-footer='true']
  > div
  > div
  > div:nth-child(2)
  > div:nth-child(2) {
  display: flex;
  flex: 1;
  justify-content: center;
  order: 3 !important;
}

#footer[data-shared-footer='true']
  > div
  > div
  > div:nth-child(2)
  > div:nth-child(2)
  > div {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 16px 24px !important;
}

#footer[data-shared-footer='true']
  > div
  > div
  > div:nth-child(2)
  > div:nth-child(2)
  button {
  color: #f5f5f5 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  white-space: nowrap;
}

#footer[data-shared-footer='true']
  > div
  > div
  > div:nth-child(2)
  > div:nth-child(2)
  button
  svg {
  display: none;
}

#footer[data-shared-footer='true']
  > div
  > div
  > div:nth-child(2)
  > div:last-child {
  order: 2 !important;
}

#footer[data-shared-footer='true']
  > div
  > div
  > div:nth-child(2)
  > div:last-child
  > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px !important;
}

#footer[data-shared-footer='true'] button[aria-label] {
  display: inline-flex !important;
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #fff !important;
  transition: background 180ms ease, border-color 180ms ease,
    transform 180ms ease;
}

#footer[data-shared-footer='true'] button[aria-label]:hover {
  border-color: #fa9971 !important;
  background: #fd4b00 !important;
  transform: translateY(-2px) !important;
}

#footer[data-shared-footer='true'] button[aria-label] svg {
  width: 17px !important;
  height: 17px !important;
  color: #fff !important;
}

#footer[data-shared-footer='true'] > div > div > div:last-child {
  padding-top: 24px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

#footer[data-shared-footer='true'] > div > div > div:last-child p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 12.8px !important;
  line-height: 1.5 !important;
  text-align: center;
}

@media (min-width: 901px) {
  #footer[data-shared-footer='true'] > div {
    padding: 80px 0 !important;
  }

  #footer[data-shared-footer='true'] > div > div {
    padding: 0 clamp(32px, 6vw, 80px) !important;
  }

  #footer[data-shared-footer='true'] > div > div > div:first-child {
    margin-bottom: 64px !important;
  }

  #footer[data-shared-footer='true'] > div > div > div:first-child h2 {
    font-size: 60px !important;
    line-height: 1.07 !important;
  }

  #footer[data-shared-footer='true'] > div > div > div:first-child p {
    margin-bottom: 32px !important;
    font-size: 20px !important;
  }

  #footer[data-shared-footer='true']
    > div
    > div
    > div:first-child
    > button {
    height: 51px !important;
    padding-inline: 32px !important;
  }

  #footer[data-shared-footer='true']
    > div
    > div
    > div:first-child
    > button
    span {
    font-size: 16px !important;
  }

  #footer[data-shared-footer='true'] > div > div > div:nth-child(2) {
    margin-bottom: 64px !important;
    flex-direction: row !important;
    gap: 40px !important;
  }

  #footer[data-shared-footer='true']
    > div
    > div
    > div:nth-child(2)
    > div:first-child
    img {
    height: 50px !important;
  }

  #footer[data-shared-footer='true']
    > div
    > div
    > div:nth-child(2)
    > div:nth-child(2) {
    order: 2 !important;
  }

  #footer[data-shared-footer='true']
    > div
    > div
    > div:nth-child(2)
    > div:nth-child(2)
    button {
    font-size: 16px !important;
  }

  #footer[data-shared-footer='true']
    > div
    > div
    > div:nth-child(2)
    > div:last-child {
    order: 3 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #footer[data-shared-footer='true'] button {
    transition: none !important;
  }
}
