#body {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../img/svg/terms-body-bg.svg") no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
#body .body-head {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(180deg, rgba(183, 142, 79, 0.8) -74%, #FFF 82%);
}
#body .body-head span {
  padding-top: 180px;
  color: #0E2944;
  text-align: center;
  font-family: Inter;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
}
#body .body-content {
  width: 100%;
  padding: 60px 120px 60px 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: transparent;
  box-shadow: 3px 3px 16px 0 rgba(18, 17, 39, 0.02);
}
#body .body-content .directory {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#body .body-content .directory .directory-content {
  width: 100%;
  padding: 30px 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 180px;
  border-radius: 10px;
  border: 1px solid rgba(14, 41, 68, 0.2);
  background: #FFF;
}
#body .body-content .directory .directory-content ul {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
#body .body-content .directory .directory-content ul li.directory-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
#body .body-content .directory .directory-content ul li.directory-item .directory-item-title {
  display: flex;
  padding: 3px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: rgba(183, 142, 79, 0.4);
}
#body .body-content .directory .directory-content ul li.directory-item .directory-item-title span.part {
  padding-right: 6px;
  color: #121127;
  text-align: center;
  font-family: Switzer;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#body .body-content .directory .directory-content ul li.directory-item .directory-item-content a {
  color: #B78E4F;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#body .body-content .document {
  width: 100%;
  padding: 30px 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid rgba(14, 41, 68, 0.2);
  background: #FFF;
  white-space: pre-wrap;
  color: #121127;
  font-family: "Helvetica Neue";
  font-size: 12px;
}
#body .body-content .document .document-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.8px;
}
#body .body-content .document .document-version-date {
  margin-bottom: 16px;
}
#body .body-content .document .document-introduction-text {
  display: inline-block;
  margin-bottom: 36px;
}
#body .body-content .document a {
  color: #126ac4;
}
#body .body-content .document span.email {
  color: #126ac4;
}
#body .body-content .document span.title {
  display: block;
  margin: 12px 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.5;
}
#body .body-content .document table.table {
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
}
#body .body-content .document table.table th {
  font-weight: 700;
  margin: 0;
}
#body .body-content .document table.table td {
  border-width: 0;
  padding-left: 0;
  padding-right: 1.5rem;
}
#body .body-content .document table.table td.item-title {
  font-weight: bolder;
}
#body .body-content .document table.table li {
  display: flex;
}
#body .body-content .document table.table li span {
  display: inline-block;
}
#body .body-content .document table.table li span:first-child {
  width: 10px;
  margin-right: 10px;
}
#body .body-content .document table.table-content {
  width: 100%;
  font-size: 13px;
}
#body .body-content .document table.table-content tr td:first-child {
  max-width: 90px;
}
#body .body-content .document table.table-content tr:first-child {
  background-color: lightgray;
  font-weight: 700;
}
#body .body-content .document table.table-content tr:nth-child(even) {
  background-color: #f0f0f0;
}
#body .body-content .document table.table-content td {
  padding: 0.5rem;
  border-width: 1px;
  border-color: #000;
  border-style: solid;
  white-space: pre-wrap;
  word-break: break-all;
}
#body .page-bottom {
  width: 100%;
}

.become-reseller {
  display: none;
}

@media only screen and (max-width: 1280px) {
  #body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #body .body-head {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(180deg, rgba(183, 142, 79, 0.8) -74%, #FFF 82%);
  }
  #body .body-head span {
    padding-top: 180px;
    color: #0E2944;
    text-align: center;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
  }
  #body .body-content {
    width: 100%;
    padding: 60px 120px 32px 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: transparent;
    box-shadow: 3px 3px 16px 0 rgba(18, 17, 39, 0.02);
  }
  #body .body-content .directory {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #body .body-content .directory .directory-content {
    width: 100%;
    padding: 30px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 180px;
    border-radius: 10px;
    border: 1px solid rgba(14, 41, 68, 0.2);
    background: #FFF;
  }
  #body .body-content .directory .directory-content ul {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  #body .body-content .directory .directory-content ul li.directory-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
  #body .body-content .directory .directory-content ul li.directory-item .directory-item-title {
    display: flex;
    padding: 3px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: rgba(183, 142, 79, 0.4);
  }
  #body .body-content .directory .directory-content ul li.directory-item .directory-item-title span.part {
    padding-right: 6px;
    color: #121127;
    text-align: center;
    font-family: Switzer;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  #body .body-content .directory .directory-content ul li.directory-item .directory-item-content a {
    color: #B78E4F;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  #body .body-content .document {
    width: 100%;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid rgba(14, 41, 68, 0.2);
    background: #FFF;
    white-space: pre-wrap;
    color: #121127;
    font-family: "Helvetica Neue";
    font-size: 12px;
  }
  #body .body-content .document .document-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.8px;
  }
  #body .body-content .document .document-version-date {
    margin-bottom: 16px;
  }
  #body .body-content .document .document-introduction-text {
    display: inline-block;
    margin-bottom: 36px;
  }
  #body .body-content .document a {
    color: #126ac4;
  }
  #body .body-content .document span.email {
    color: #126ac4;
  }
  #body .body-content .document span.title {
    display: block;
    margin: 12px 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.5;
  }
  #body .body-content .document table.table {
    width: 100%;
    font-size: 13px;
    border-collapse: collapse;
  }
  #body .body-content .document table.table th {
    font-weight: 700;
    margin: 0;
  }
  #body .body-content .document table.table td {
    border-width: 0;
    padding-left: 0;
    padding-right: 1.5rem;
  }
  #body .body-content .document table.table td.item-title {
    font-weight: bolder;
  }
  #body .body-content .document table.table li {
    display: flex;
  }
  #body .body-content .document table.table li span {
    display: inline-block;
  }
  #body .body-content .document table.table li span:first-child {
    width: 10px;
    margin-right: 10px;
  }
  #body .body-content .document table.table-content {
    width: 100%;
    font-size: 13px;
  }
  #body .body-content .document table.table-content tr td:first-child {
    max-width: 90px;
  }
  #body .body-content .document table.table-content tr:first-child {
    background-color: lightgray;
    font-weight: 700;
  }
  #body .body-content .document table.table-content tr:nth-child(even) {
    background-color: #f0f0f0;
  }
  #body .body-content .document table.table-content td {
    padding: 0.5rem;
    border-width: 1px;
    border-color: #000;
    border-style: solid;
    white-space: pre-wrap;
    word-break: break-all;
  }
  #body .page-bottom {
    width: 100%;
  }
}
@media only screen and (max-width: 850px) and (min-width: 450px) {
  #body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #body .body-head {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(180deg, rgba(183, 142, 79, 0.8) -74%, #FFF 82%);
  }
  #body .body-head span {
    padding-top: 180px;
    color: #0E2944;
    text-align: center;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
  }
  #body .body-content {
    width: 100%;
    padding: 60px 20px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: transparent;
    box-shadow: 3px 3px 16px 0 rgba(18, 17, 39, 0.02);
  }
  #body .body-content .directory {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #body .body-content .directory .directory-content {
    width: 100%;
    padding: 30px 0;
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
    border: 1px solid rgba(14, 41, 68, 0.2);
    background: #FFF;
  }
  #body .body-content .directory .directory-content ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  #body .body-content .directory .directory-content ul li.directory-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
  #body .body-content .directory .directory-content ul li.directory-item .directory-item-title {
    display: flex;
    padding: 3px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: rgba(183, 142, 79, 0.4);
  }
  #body .body-content .directory .directory-content ul li.directory-item .directory-item-title span.part {
    padding-right: 6px;
    color: #121127;
    text-align: center;
    font-family: Switzer;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  #body .body-content .directory .directory-content ul li.directory-item .directory-item-content a {
    color: #B78E4F;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  #body .body-content .document {
    width: 100%;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid rgba(14, 41, 68, 0.2);
    background: #FFF;
    white-space: pre-wrap;
    color: #121127;
    font-family: "Helvetica Neue";
    font-size: 12px;
  }
  #body .body-content .document .document-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.8px;
  }
  #body .body-content .document .document-version-date {
    margin-bottom: 16px;
  }
  #body .body-content .document .document-introduction-text {
    display: inline-block;
    margin-bottom: 36px;
  }
  #body .body-content .document a {
    color: #126ac4;
  }
  #body .body-content .document span.email {
    color: #126ac4;
  }
  #body .body-content .document span.title {
    display: block;
    margin: 12px 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.5;
  }
  #body .body-content .document table.table {
    width: 100%;
    font-size: 13px;
    border-collapse: collapse;
  }
  #body .body-content .document table.table th {
    font-weight: 700;
    margin: 0;
  }
  #body .body-content .document table.table td {
    border-width: 0;
    padding-left: 0;
    padding-right: 1.5rem;
  }
  #body .body-content .document table.table td.item-title {
    font-weight: bolder;
  }
  #body .body-content .document table.table li {
    display: flex;
  }
  #body .body-content .document table.table li span {
    display: inline-block;
  }
  #body .body-content .document table.table li span:first-child {
    width: 10px;
    margin-right: 10px;
  }
  #body .body-content .document table.table-content {
    width: 100%;
    font-size: 13px;
  }
  #body .body-content .document table.table-content tr td:first-child {
    max-width: 90px;
  }
  #body .body-content .document table.table-content tr:first-child {
    background-color: lightgray;
    font-weight: 700;
  }
  #body .body-content .document table.table-content tr:nth-child(even) {
    background-color: #f0f0f0;
  }
  #body .body-content .document table.table-content td {
    padding: 0.5rem;
    border-width: 1px;
    border-color: #000;
    border-style: solid;
    white-space: pre-wrap;
    word-break: break-all;
  }
  #body .page-bottom {
    width: 100%;
  }
}
@media (max-width: 450px) {
  #body {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("../img/svg/terms-body-bg-mobile.svg") no-repeat;
    background-position: bottom;
    background-size: 100% auto;
  }
  #body .body-head {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(180deg, rgba(183, 142, 79, 0.8) -74%, #FFF 82%);
  }
  #body .body-head span {
    padding-top: 180px;
    color: #0E2944;
    text-align: center;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
  }
  #body .body-content {
    width: 100%;
    padding: 60px 15px 30px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: transparent;
    box-shadow: 3px 3px 16px 0 rgba(18, 17, 39, 0.02);
  }
  #body .body-content .directory {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #body .body-content .directory .directory-content {
    width: 100%;
    padding: 30px 0;
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
    border: 1px solid rgba(14, 41, 68, 0.2);
    background: #FFF;
  }
  #body .body-content .directory .directory-content ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  #body .body-content .directory .directory-content ul li.directory-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
  #body .body-content .directory .directory-content ul li.directory-item .directory-item-title {
    display: flex;
    padding: 3px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: rgba(183, 142, 79, 0.4);
  }
  #body .body-content .directory .directory-content ul li.directory-item .directory-item-title span.part {
    padding-right: 6px;
    color: #121127;
    text-align: center;
    font-family: Switzer;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  #body .body-content .directory .directory-content ul li.directory-item .directory-item-content a {
    color: #B78E4F;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  #body .body-content .document {
    overflow-wrap: anywhere;
    width: 100%;
    padding: 30px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid rgba(14, 41, 68, 0.2);
    background: #FFF;
    white-space: pre-wrap;
    color: #121127;
    font-family: "Helvetica Neue";
    font-size: 12px;
  }
  #body .body-content .document .document-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.8px;
  }
  #body .body-content .document .document-version-date {
    margin-bottom: 16px;
  }
  #body .body-content .document .document-introduction-text {
    display: inline-block;
    margin-bottom: 36px;
  }
  #body .body-content .document a {
    color: #126ac4;
  }
  #body .body-content .document span.email {
    color: #126ac4;
  }
  #body .body-content .document span.title {
    display: block;
    margin: 12px 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.5;
  }
  #body .body-content .document table.table {
    width: 100%;
    font-size: 13px;
    border-collapse: collapse;
  }
  #body .body-content .document table.table th {
    font-weight: 700;
    margin: 0;
  }
  #body .body-content .document table.table td {
    border-width: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #body .body-content .document table.table td.item-title {
    font-weight: bolder;
  }
  #body .body-content .document table.table li {
    display: flex;
  }
  #body .body-content .document table.table li span {
    display: inline-block;
  }
  #body .body-content .document table.table li span:first-child {
    width: 10px;
    margin-right: 10px;
  }
  #body .body-content .document table.table-content {
    width: 100%;
    font-size: 13px;
  }
  #body .body-content .document table.table-content tr td:first-child {
    max-width: 90px;
  }
  #body .body-content .document table.table-content tr:first-child {
    background-color: lightgray;
    font-weight: 700;
  }
  #body .body-content .document table.table-content tr:nth-child(even) {
    background-color: #f0f0f0;
  }
  #body .body-content .document table.table-content td {
    padding: 0.5rem;
    border-width: 1px;
    border-color: #000;
    border-style: solid;
    white-space: pre-wrap;
    word-break: break-all;
  }
  #body .page-bottom {
    width: 100%;
  }
}

/*# sourceMappingURL=terms-of-service.css.map */
