body {
  height: 100%;
}

ul,
ol {
  padding-left: 1.7rem;
}

#container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

#content {
  display: flex;
  align-items: center;
  flex-direction: column;

  height: calc(100vh - 7.75rem - 2.5rem);

  overflow: auto;
}

#policy-privacy {
  width: 100%;
  max-width: 64.375rem;

  background-color: white;

  border-radius: 1.25rem;

  margin: 0 auto;
  padding: 2rem 4rem;

  box-shadow: 0px 10px 25px 0px rgba(149, 180, 218, 0.24);
}

#title-and-date {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;

  margin-bottom: 2rem;
}

#title-and-date h1 {
  color: #252935;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  text-align: center;
}

#title-and-date h2 {
  color: #252935;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-align: center;
}

#policy-privacy h3 {
  color: #444b62;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;

  margin-bottom: 1.5rem;
}

#policy-privacy b {
  font-size: 1rem;
  font-weight: 500;
}

#policy-privacy h4 {
  color: #444b62;
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-weight: 600;

  margin-bottom: 1rem;
}

#policy-privacy p {
  color: #444b62;
  line-height: 1.5rem;
}

#policy-privacy p .link {
  word-break: break-all;
}

#policy-privacy p:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

#footer-mobile {
  display: none;
}

table {
  border-spacing: 0;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-collapse: collapse;
  font-size: 13px;
  background-color: #fff;
  color: gray;
  display: table;
  border-spacing: 2px;
  width: 100%;
  font-family: sans-serif;
  margin-bottom: 1.5rem;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

tr {
  position: relative;
  height: 48px;
  -webkit-transition-duration: 0.28s;
  transition-duration: 0.28s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

th {
  position: relative;
  vertical-align: bottom;
  text-overflow: ellipsis;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  height: 48px;
  color: rgba(0, 0, 0, 0.54);
  padding-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}

td {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
  white-space: normal;
  position: relative;
  height: 48px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 12px 18px;
  box-sizing: border-box;
  vertical-align: middle;
}

section,
ul {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ol {
  margin-top: 1.5rem;
}

@media (max-width: 56.25rem) {
  #container {
    position: relative;
  }

  #content {
    position: relative;

    height: unset;
    min-height: calc(100vh - 3.875rem);

    padding-top: 3.875rem;
  }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    z-index: 9999;
  }

  #footer-mobile {
    display: flex;

    width: 100%;
  }

  #footer {
    display: none;
  }

  #policy-privacy-container {
    padding: 1.25rem;
  }

  #policy-privacy {
    padding: 1.25rem;
  }

  table {
    border: none;
  }

  tr {
    display: table;
    margin-bottom: 30px;
    border: 1px solid #80808035;
    width: 100%;
  }

  td {
    display: table-row;
    padding: 1rem;
  }

  tr:first-child {
    display: none;
  }

  span.table-span {
    padding: 3px;
    display: block;
    word-break: normal;
    padding: 1rem;
  }
}

@media (max-width: 37.5rem) {
  #policy-privacy-container {
    padding: 1.25rem;
  }

  #policy-privacy {
    padding: 1.25rem;
  }
}
