.legalPage .textHeader {
  color: #009845;
  text-align: center;
  font-family: "Chronic";
  font-size: clamp(40px, 5vw, 70px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.legalPage .uxContainer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.legalPage .logoTrina {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.legalPage .legalContent p {
  color: #009845;
  font-family: "Open Sans";
  font-size: clamp(14px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.legalPage .legalContent a,
.legalPage .legalContent a:visited,
.legalPage .legalContent a:hover,
.legalPage .legalContent a:active,
.legalPage .legalContent a:focus {
  color: #009845;
  font-family: "Open Sans";
  font-size: clamp(14px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}

.legalPage .legalContent ol {
  color: #009845;
  font-family: "Open Sans";
  font-size: clamp(14px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  list-style: decimal;
  padding-left: 2rem;
  margin: 0 0 16px;
}

.legalPage .legalContent ul {
  color: #009845;
  font-family: "Open Sans";
  font-size: clamp(14px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  list-style: disc;
  padding-left: 2rem;
  margin: 1rem 0 2rem;
}

.legalPage .legalContent li {
  list-style: inherit;
  margin-bottom: 0;
}

.legalPage .legalContent h2 {
  color: #009845;
  font-family: "Chronic";
  font-size: clamp(24px, 3vw, 30px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.legalPage .legalContent h3 {
  color: #009845;
  font-family: "Open Sans";
  font-size: clamp(14px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.legalPage .footerTrina .uxRow {
  align-items: flex-start;
}

.legalPage .footerTrina .footerLinks {
  flex-wrap: wrap;
  justify-content: flex-end;
  row-gap: 0.75rem;
}

.legalPage .footerTrina .footerLinksLegal {
  justify-content: flex-start;
  align-items: center;
  row-gap: 0.5rem;
}

.legalPage .footerTrina .footerLinksLegal a:hover {
  text-decoration: none;
}

@media (min-width: 0) and (max-width: 599.9px) {
  .legalPage .footerTrina .uxRow {
    align-items: flex-start;
    margin: 0 -12px;
  }
  .legalPage * {
    overflow-x: visible !important;
  }
  .legalPage .footerTrina .bgRss {
    display: block;
    min-height: auto;
    text-align: center;
  }
  .legalPage .footerTrina .footerLinks {
    justify-content: center;
    margin-top: 0;
  }
  .legalPage .footerTrina .footerLinksLegal {
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 599.9px) and (max-width: 839.9px) {
  .legalPage .uxContainer {
    width: calc(100% - 48px);
    max-width: 720px;
  }
}
@media (min-width: 839.9px) and (max-width: 1023.9px) {
  .legalPage .uxContainer {
    max-width: 720px;
  }
}
@media (min-width: 1023.9px) and (max-width: 1599.9px) {
  .legalPage .uxContainer {
    width: calc(100% - 64px);
    max-width: 1140px;
  }
}
@media (min-width: 1599.9px) {
  .legalPage .uxContainer {
    max-width: 1440px;
  }
}
