body {
  font-family: 'Open Sans', sans-serif;
  color: #222222;
}

.terms-of-use-container {
  background-color: #FFFFFF;
  margin-bottom: 190px;
}

.terms-of-use-container h6 {
  font-weight: bold;
  font-size: 12px;
  line-height: 175%;
  color: #666666;
  text-transform: uppercase;
  margin-top: 104px;
}

.terms-of-use-container a {
  font-weight: 600;
  font-size: 14px;
  line-height: 175%;
  color: #3C7C00;
  text-decoration: none;
  display: block;
  margin-top: 12px;
}

.terms-of-use-container a:first-of-type {
  margin-top: 24px;
}

.terms-of-use-container h1 {
  font-weight: 300;
  font-size: 32px;
  line-height: 150%;
  margin-top: 94px;
}

.terms-of-use-container h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  margin-top: 48px;
}

.terms-of-use-container .term-description {
  font-size: 18px;
  line-height: 200%;
  color: #666666;
  margin-top: 25px;
}

.term-description a {
  display: unset;
  font-weight: 600;
  font-size: 18px;
  line-height: 200%;
  color: #3C7C00!important;
  text-decoration: none;
  margin-top: 0px!important;
}

.list-description  {
  margin: 10px 0;
}

.list-description > li {
  color: #666666;
  font-size: 18px;
  line-height: 200%;
}

.terms-of-use-container .description-link {
  display: unset;
  font-weight: 600;
  font-size: 18px;
  line-height: 200%;
  color: #3C7C00!important;
  text-decoration: none;
  margin-top: 0px;
}

.modal-tooltip{
  cursor: pointer;
}
.terms-of-use-container .description-link-gray{
  color: #666666!important;
}

.terms-of-use-container .link-text {
  color: #3C7C00;
  margin-top: 0;
  margin-left: 0;
  font-size: 18px;
  text-decoration: underline;
  display: initial;
}

.terms-of-use-container .divider {
  margin-top: 64px;
}

.terms-of-use-container br {
  margin-bottom: 25px;
}

.terms-of-use-container .btn-back-top {
  background-color: transparent;
  border-color: transparent;
  color: #3C7C00;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 56px!important;
  margin-right: 10px;
  text-decoration: none;
  padding: unset;
}

.terms-of-use-container .btn-back-top .material-icons {
  margin-left: 10px;
  font-size: 14px;
}

@media (max-width: 764px) {
  .position-fixed {
    position: initial!important;
  }
}
