.legal strong {
  font-weight: 500;
}

.legal > .container {
  padding-bottom: 0;
}

.legal > .container h1 {
  width: 100%;
  margin: 0;
  text-transform: lowercase;
}

.legal .content {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.54px;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 117px;
}

.legal .content > *:not(.legal-disclaimer) {
  max-width: 1168px;
  width: calc(100% - 64px);
  margin-left: auto;
  margin-right: auto;
}

.legal .content .legal-date {
  line-height: 1;
  letter-spacing: 0.54px;
  margin: 0 auto 78px;
}

.legal .content .legal-disclaimer {
  position: relative;
  background-color: var(--tether-black);
  color: var(--tether-white);
  padding: 68px 0 58px;
  margin-bottom: 87px;
}

.legal .content .legal-disclaimer::after {
  position: absolute;
  top: -78px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 78px 78px;
  border-color: transparent transparent var(--tether-black) transparent;
  content: '';
}

.legal .content .legal-disclaimer p {
  max-width: 1168px;
  width: calc(100% - 64px);
  margin: 0 auto;
}

.legal .content h2 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.52px;
  margin: 57px auto 42px;
}

.legal .content h2 strong {
  font-weight: normal;
}

.legal .content > ol > li {
  margin-top: 57px;
}

.legal .content > ol > li::marker {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.52px;
}

.legal .content > ol > li > strong {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.52px;
}

.legal .content > ol > li > strong > em {
  font-style: normal;
}

.legal .content > ol > li > ol {
  margin-top: 42px;
  margin-bottom: 0;
  padding-inline-start: 0;
}

.legal .content > ol > li > ol > li:not(:first-child) {
  margin-top: 27.5px;
}

.legal .content .wp-block-table {
  margin: 1em auto;
  overflow: auto;
}

.legal .content .wp-block-table table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: -12px;
  margin-right: -12px;
}

.legal .content .wp-block-table table tr {
  background-color: var(--tether-grey);
}

.legal .content .wp-block-table table tr:first-child {
  background-color: var(--tether-white);
  text-align: center;
}

.legal .content .wp-block-table table tr:first-child td {
  padding: 8px 28px;
}

.legal .content .wp-block-table table td {
  border: 6px solid var(--tether-white);
  padding: 16px 28px;
}

.legal .to-top__container {
  position: relative;
  max-width: 1168px;
  width: calc(100% - 64px);
  margin: 0 auto;
}

.legal .to-top__container .to-top {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 41.5px;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .legal .content > *:not(.legal-disclaimer) {
    width: calc(100% - 32px);
  }

  .legal.website-terms .content > *:not(.legal-disclaimer) {
    width: calc(100% - 32px - 32px);
    padding-inline-start: 25px;
  }

  .legal .content > p:first-child {
    font-size: 16px;
    margin-left: 16px;
    padding-inline-start: 0 !important;
  }

  .legal .content .legal-date {
    width: calc(100% - 32px) !important;
    padding-inline-start: 0px !important;
  }

  .legal .content .legal-disclaimer {
    margin-bottom: 77px;
  }

  .legal .content .legal-disclaimer::after {
    top: -73px;
    border-width: 0 0 73px 70px;
  }

  .legal .content .legal-disclaimer p {
    width: calc(100% - 32px);
  }

  .legal .content > ol > li {
    margin-top: 47px;
  }

  .legal .content > ol > li::marker,
  .legal .content > ol > li > strong {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.22px;
  }

  .legal .content > ol > li > ol {
    margin-top: 32px;
  }

  .legal .content h2 {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.22px;
    margin: 47px auto 32px;
  }

  .legal .content .wp-block-table table td {
    padding: 8px 14px;
  }

  .legal .to-top__container {
    width: calc(100% - 32px);
  }
}

main > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 97px 0;
  max-width: 1168px;
  width: calc(100% - 64px);
  margin: 0 auto;
}

.legal .content > ol > li,
.legal .content > h2,
.legal .content > h3 {
  scroll-margin-top: 84px;
}

@media (max-width: 991.98px) {
  main > .container {
    padding: 60px 0;
    width: calc(100% - 32px);
  }
	
  .legal .content > ol > li,
  .legal .content > h2,
  .legal .content > h3 {
    scroll-margin-top: 76px;
  }
}