.content-wrapper {
  background: #fff;
  padding: 40px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .content-wrapper {
    padding: 20px;
  }
}
.content-wrapper h1 {
  font-size: 1.875em;
  font-weight: 500;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}
.content-wrapper h2 button {
  font-weight: 600;
}
.content-wrapper p {
  font-weight: 300;
}
.content-wrapper strong {
  font-weight: 500;
}
.content-wrapper .accordion-item {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .content-wrapper .accordion-item {
    margin-bottom: 10px;
  }
}
.content-wrapper .accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.content-wrapper .accordion-item:focus-visible {
  outline: 0;
}
.content-wrapper .accordion-item .accordion-button:not(.collapsed) {
  color: #333333;
  background-color: transparent;
  box-shadow: none;
}
.content-wrapper .accordion-item .accordion-button:focus {
  outline: 0;
  box-shadow: none;
}
.content-wrapper .accordion-item .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.content-wrapper .accordion-item .accordion-collapse {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.content-wrapper .table-wrap {
  overflow-x: auto;
  max-width: 1024px;
}
.content-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.33);
  overflow-x: auto;
}
.content-wrapper table th,
.content-wrapper table td {
  padding: 4px 8px;
  vertical-align: top;
  text-wrap: balance;
}
.content-wrapper table th p,
.content-wrapper table td p {
  padding: 0;
  margin: 0;
}
.content-wrapper table th ul,
.content-wrapper table td ul {
  margin-top: 0;
  margin-bottom: 0;
}
.content-wrapper table th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.33);
}
.content-wrapper table tr:nth-child(even) {
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .content-wrapper table {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .content-wrapper table {
    font-size: 12px;
  }
  .content-wrapper table th,
  .content-wrapper table td {
    min-width: auto;
  }
}
