body {
  background-color: white;
  background-color: var(--black_bg_black);
  color: #555;
  color: var(--basic_text_black);
}

body .no_scroll {
  overflow: visible !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 32px 0 16px;
  color: var(--white_text_black);
}

h1,
h2,
h3,
h4 {
  letter-spacing: normal;
}

h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
  margin-top: 50px;
}

h1.no-top-space,
h2.no-top-space,
h3.no-top-space,
h4.no-top-space,
h5.no-top-space,
h6.no-top-space {
  margin-top: 0px;
}

h1.no-bottom-space,
h2.no-bottom-space,
h3.no-bottom-space,
h4.no-bottom-space,
h5.no-bottom-space,
h6.no-bottom-space {
  margin-bottom: 0px;
}

h1.more-spaced,
h2.more-spaced,
h3.more-spaced,
h4.more-spaced,
h5.more-spaced,
h6.more-spaced {
  margin-top: 64px;
}

h1.bottom-spaced,
h2.bottom-spaced,
h3.bottom-spaced,
h4.bottom-spaced,
h5.bottom-spaced,
h6.bottom-spaced {
  margin-bottom: 36px;
}

h4.underline {
  padding-bottom: 7px;
}

h5.underline {
  padding-bottom: 4px;
}

h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0px;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

p .alternative-font {
  display: inline-block;
  margin-top: -15px;
  position: relative;
  top: 3px;
  margin-bottom: -6px;
}

p.featured {
  font-size: 1.6em;
  line-height: 1.5em;
}

p.short {
  margin-bottom: 0;
}

p.tall {
  margin-bottom: 20px;
}

p.taller {
  margin-bottom: 40px;
}

p.drop-caps:first-child:first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding: 4px;
  margin-right: 5px;
  margin-top: 5px;
  font-family: Georgia;
}

p.drop-caps.secundary:first-child:first-letter {
  background-color: #ccc;
  color: white;
  padding: 6px;
  margin-right: 5px;
  border-radius: 4px;
}

hr {
  height: 1px;
  margin: 25px 0;
  border: none;
  border-top: 1px solid #f2f2f2;
  border-color: var(--lite_bg_black);
}

/* table */
table.no-border {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

table.table {
  border-collapse: collapse;
  border-spacing: 0;
}

table.table>thead>tr>th,
table.table>tbody>tr>th,
table.table>tfoot>tr>th,
table.table>thead>tr>td,
table.table>tbody>tr>td,
table.table>tfoot>tr>td {
  border: 0;
  padding: 11px;
}

table.table b,
table.table strong {
  font-weight: 600;
}

table.table>thead>tr>th,
table.table>tbody>tr>th,
table.table>tfoot>tr>th {
  color: white;
  border-color: var(--stroke_black);
}

.table-bordered {
  border-color: var(--stroke_black);
}

table.table.table-striped tr:nth-child(even) td {
  background: linear-gradient(0deg, #f5f5f5, #f5f5f5), #f8f8f8;
  background: var(--darkerblack_bg_black);
}

table.table.table-striped tr:nth-child(odd) td {
  background: white;
  background: var(--black_bg_black);
}

table.table.table-striped tr:nth-child(odd) td {
  background: white;
  background: var(--black_bg_black);
}

table.table.table-bordered td {
  border: 1px solid #e5e5e5;
  border-color: var(--stroke_black);
}

table.table.table-bordered-line td {
  border-bottom: 1px solid #e5e5e5;
  border-color: var(--stroke_black);
}

table.table.table-light th {
  background-color: transparent;
  color: inherit;
  border-bottom: 2px solid #b8b8b8;
  border-color: var(--stroke_black);
}

table.table .table-bg-gray {
  background: linear-gradient(0deg, #f5f5f5, #f5f5f5), #f8f8f8;
  background: var(--darkerblack_bg_black);
}

table.table th {
  background: #555;
}

table.table1 td {
  padding: 15px;
}

table tr.highlight {
  background-color: var(--darkgrey_bg_black);
}

/* colored table */
table.colored_table {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-collapse: collapse;
}

.colored_table thead {
  border: 1px solid;
  border-color: var(--stroke_black);
}

.colored_table thead tr {
  background: var(--darkerblack_bg_black);
}

.colored_table tr td {
  padding: 8px 29px;
}

.colored_table tbody {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-color: var(--stroke_black);
}

.colored_table tbody tr td {
  border-bottom: 1px solid;
  border-color: var(--stroke_black);
}

.colored_table>tbody>tr>td,
.colored_table>tbody>tr>th,
.colored_table>tfoot>tr>td,
.colored_table>tfoot>tr>th,
.colored_table>thead>tr>td,
.colored_table>thead>tr>th {
  line-height: 1.428571429;
}

table.colored_table>tbody>tr>th,
table.colored_table>tfoot>tr>th,
table.colored_table>tbody>tr>td,
table.colored_table>tfoot>tr>td {
  padding: 12px 16px;
}

table.colored_table>thead>tr>th,
table.colored_table>thead>tr>td {
  padding: 12px 16px;
  font-size: 0.8667em;
}

/*table-border_bottom*/
table.table-border_bottom>thead>tr>td {
  padding: 10px 0 11px 0;
}

table.table-border_bottom>tbody>tr>td {
  padding: 10px 0 11px 0;
  vertical-align: top;
  border-bottom: 1px solid #ededed;
  border-color: var(--stroke_black)
}

table.table-border_bottom.col-50>tbody>tr>td {
  width: 50%;
}

table.table-border_bottom thead {
  border-bottom: 1px solid #ececec;
  border-color: var(--stroke_black);
}

table.table-border_bottom thead tr {
  background: #f7f7f7;
  background: var(--darkerblack_bg_black);
}

table.table>thead>tr>th {
  font-size: 14px;
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (max-width: 600px) {

  table.table:not(.table-full-width),
  table.table:not(.table-full-width) thead,
  table.table:not(.table-full-width) tbody,
  table.table:not(.table-full-width) th,
  table.table:not(.table-full-width) td,
  table.table:not(.table-full-width) tr {
    display: block;
    clear: both;
  }

  table.table:not(.table-full-width) thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  table.table:not(.table-full-width) thead+tbody td .th-mobile {
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  table.table:not(.table-full-width) thead+tbody tr:not(.nomobile) td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    text-align: left !important;
    min-height: 32px;
    word-break: break-all;
  }

  table.table thead+tbody td.table-head-group .th-mobile {
    display: none;
  }

  table.table thead+tbody tr:not(.nomobile) td.table-head-group {
    padding-left: 6px;
  }

  table.table .td-hidden-xs {
    display: none;
  }
}

blockquote {
  color: var(--white_text_black);
  position: relative;
  padding: clamp(1rem + 8px, 3vw, 1rem + 16px) clamp(1rem, 3vw, 1rem + 16px) clamp(1rem + 8px, 3vw, 1rem + 16px) clamp(1rem + 8px, 3vw, 1rem + 32px);
  border: 1px solid var(--stroke_black);
  border-radius: var(--theme-outer-border-radius, 12px);
  font-weight: 500;
  font-size: clamp(1rem, 2vw, 1rem + 2px);
  line-height: calc(1em + 8px);
  margin: 32px 0px;
  display: grid;
  gap: clamp(24px, 3vw, 32px);
}

blockquote p {
  line-height: normal;
  margin: 0;
}

blockquote > div {
  display: grid;
  font-style: normal;
  padding: 0;
}

blockquote > div span {
  font-weight: 400;
}

blockquote > div span:first-of-type {
  font-size: calc(1rem - 1px);
  line-height: calc(1em + 7px);
}

blockquote > div span:last-of-type {
  font-size: calc(1rem - 3px);
  line-height: calc(1em + 5px);
  color: #8D8D8D;
}

blockquote:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 40px;
  left: -4px;
  width: 20px;
  height: 15px;
  background-color: var(--theme-base-color);
  -webkit-mask: url('/ui/icons/quote.svg') no-repeat center;
  mask: url('/ui/icons/quote.svg') no-repeat center;
}

blockquote:not(.danger, .info, .code):after {
  content: "";
  position: absolute;
  top: 30px;
  left: -4px;
  width: 20px;
  height: 35px;
  background-color: var(--black_bg_black);
}

blockquote.danger {
  border-color: rgba(210, 21, 21, 0.4);
}

blockquote.danger:before {
  display: none;
}

blockquote.info {
  border-color: rgba(91, 177, 71, 0.4);
}

blockquote.danger * {
  color: #bb3a3a;
}

blockquote.info * {
  color: #5a8051;
}

blockquote.info:before {
  display: none;
}

blockquote.code {
  border-color: var(--stroke_black);
  color: #999;
}

blockquote.code:before {
  display: none;
}

blockquote small {
  color: #222;
  color: var(--white_text_black);
  font-style: normal;
  margin-top: 10px;
  font-size: 0.93333rem;
  line-height: calc(1em + 7px);
}

ul+h3,
ul+h4,
ul+h5,
ul+h6,
ol+h3,
ol+h4,
ol+h5,
ol+h6 {
  margin-top: 28px;
}

ul.list.icons {
  padding-left: 30px;
}

ul.list.icons .fa {
  margin-left: -22px;
  margin-right: 5px;
}

dl {
  margin-top: 16px;
}

dt {
  margin-bottom: 1px;
}

dd {
  margin-bottom: 14px;
  color: #444444;
  color: var(--basic_text_black);
}

dd+dd {
  margin-top: -14px;
}

ul {
  list-style: none;
}

ul,
ol {
  padding-left: 0;
}

ul ul,
ul ol,
ol ul {
  padding-left: 12px;
}

ul>li::before {
  background-color: #222228;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 4px;
  margin-right: 12px;
  position: relative;
  top: -4px;
  width: 4px;
}

li {
  margin: 8px 0;
  position: relative;
}

ol {
  margin: 12px 0 12px 16px;
}

ol>li {
  padding-left: 12px;
}

.mega-fixed-menu ul li:before,
header ul li:before,
#headerfixed ul li:before,
#mobileheader ul li:before,
#mobilefilter ul li:before,
.bx-core-window:not(.bx-core-adm-admin-dialog) ul li:before {
  content: none;
}

.main ul li p {
  display: inline;
  vertical-align: top;
}

ul.list-unstyled li {
  padding-left: 0px;
  margin-bottom: 0px;
}

ul.list-unstyled li:before {
  display: none;
}

.main ul.list-unstyled li p {
  display: block;
}

button {
  cursor: pointer;
}