@charset "UTF-8";
main {
  overflow: hidden;
  min-height: calc(100vh - 80px);
}

body, html {
  font-family: var(--site-font-family, "Montserrat", system-ui, sans-serif);
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background: #333333;
}

textarea {
  font-family: var(--site-font-family, "Montserrat", system-ui, sans-serif);
}

p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

img {
  color: transparent;
}

img:not([src]) {
  visibility: hidden;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.padding {
  padding: 0 15px;
}
@media (max-width: 576px) {
  .padding {
    padding: 0 10px;
  }
}

.margin {
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  .margin {
    margin-bottom: 20px;
  }
}

a, button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.overlay {
  overflow: hidden;
}

input, button {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

ul {
  padding: 0;
  margin: 0;
}

ol {
  padding: 0;
  margin: 0;
}

button {
  border: none;
  box-shadow: none;
  width: 100%;
  appearance: none;
  cursor: pointer;
}

/* TablePress + core table block (CSS vars from Theme Options)                */
/* -------------------------------------------------------------------------- */
.content > .container > .wp-block-table,
.content > .container > .tablepress-table-wrapper,
.content .container > .wp-block-table,
.content .container > .tablepress-table-wrapper {
  width: 100%;
  max-width: var(--site-content-max, var(--site-container-width, 1300px));
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
  overflow-x: auto;
}
.content > .container > table.tablepress,
.content > .container > table[id^=tablepress-],
.content .container > table.tablepress,
.content .container > table[id^=tablepress-] {
  display: table;
  width: 100%;
  max-width: var(--site-content-max, var(--site-container-width, 1300px));
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
}
.content .tablepress-table-wrapper table.tablepress,
.content .tablepress-table-wrapper table[id^=tablepress-] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.content table.tablepress,
.content .tablepress,
.content table[id^=tablepress-],
.content .tablepress-table-wrapper,
.content .wp-block-table {
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
.content table.tablepress,
.content .tablepress,
.content table[id^=tablepress-] {
  --border-color: transparent;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.content table.tablepress thead tr th,
.content .tablepress thead tr th,
.content table[id^=tablepress-] thead tr th {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  font-weight: 700;
  color: var(--tablepress-thead-text, #fff);
  background: var(--tablepress-thead-bg, var(--block-bg, transparent));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
}
.content table.tablepress tbody tr td,
.content .tablepress tbody tr td,
.content table[id^=tablepress-] tbody tr td {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  color: var(--tablepress-tbody-text, #fff);
  background: var(--tablepress-tbody-bg, rgba(255, 255, 255, 0.06));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
  vertical-align: top;
}
.content table.tablepress tbody tr:last-child td,
.content .tablepress tbody tr:last-child td,
.content table[id^=tablepress-] tbody tr:last-child td {
  border-bottom: none;
}
.content table.tablepress thead tr:first-child th:first-child,
.content .tablepress thead tr:first-child th:first-child,
.content table[id^=tablepress-] thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content table.tablepress thead tr:first-child th:last-child,
.content .tablepress thead tr:first-child th:last-child,
.content table[id^=tablepress-] thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content table.tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.content .tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.content table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content table.tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.content .tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.content table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content table.tablepress tbody tr:last-child td:first-child,
.content .tablepress tbody tr:last-child td:first-child,
.content table[id^=tablepress-] tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content table.tablepress tbody tr:last-child td:last-child,
.content .tablepress tbody tr:last-child td:last-child,
.content table[id^=tablepress-] tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content table.tablepress tbody tr:nth-child(even) td,
.content .tablepress tbody tr:nth-child(even) td,
.content table[id^=tablepress-] tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
.content table.tablepress tbody tr td.column-1,
.content table.tablepress tbody tr.row-odd td:first-child,
.content table.tablepress tbody tr td:first-child,
.content .tablepress tbody tr td.column-1,
.content .tablepress tbody tr td:first-child,
.content table[id^=tablepress-] tbody tr td:first-child {
  font-weight: 700;
}
.content table.tablepress tbody tr:hover td,
.content .tablepress tbody tr:hover td,
.content table[id^=tablepress-] tbody tr:hover td {
  background: rgba(255, 255, 255, 0.12);
}
.content .wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.content .wp-block-table thead th {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  font-weight: 700;
  color: var(--tablepress-thead-text, #fff);
  background: var(--tablepress-thead-bg, var(--block-bg, transparent));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
}
.content .wp-block-table tbody td {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  color: var(--tablepress-tbody-text, #fff);
  background: var(--tablepress-tbody-bg, rgba(255, 255, 255, 0.06));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
  vertical-align: top;
}
.content .wp-block-table tbody tr:last-child td {
  border-bottom: none;
}
.content .wp-block-table thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content .wp-block-table thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content .wp-block-table:not(:has(thead)) tbody tr:first-child td:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content .wp-block-table:not(:has(thead)) tbody tr:first-child td:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content .wp-block-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content .wp-block-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
.content .wp-block-table tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
.content .wp-block-table tbody tr:hover td {
  background: rgba(255, 255, 255, 0.12);
}
.content .wp-block-table tbody td:first-child {
  font-weight: 700;
}

/* Option-driven link / table colors (values from :root vars) */
.table-element__item:nth-child(2n) p {
  background: var(--color-table-text-bg);
}

.table-element__item:nth-child(1) p {
  background: var(--color-table-title-bg);
}

.table-element__item p {
  color: var(--color-table-text);
}

.content a {
  color: var(--color-link-content);
}

.footer__nav a {
  color: var(--color-link-footer);
}

.navigations a {
  color: var(--color-link-header);
}

/* Button hover animations (ACF: button_hover_animation → body[data-button-anim]) */
body[data-button-anim]:not([data-button-anim=none]) .button, body[data-button-anim]:not([data-button-anim=none]) .referral, body[data-button-anim]:not([data-button-anim=none]) .header__btn button, body[data-button-anim]:not([data-button-anim=none]) .header__btn, body[data-button-anim]:not([data-button-anim=none]) .main-section__btn, body[data-button-anim]:not([data-button-anim=none]) .slot__btn, body[data-button-anim]:not([data-button-anim=none]) .slot__btn-link, body[data-button-anim]:not([data-button-anim=none]) .slot__btn-demo, body[data-button-anim]:not([data-button-anim=none]) .table-of-content__btn, body[data-button-anim]:not([data-button-anim=none]) .btn-up, body[data-button-anim]:not([data-button-anim=none]) .footer__btn,
body[class*=button-anim-] .button,
body[class*=button-anim-] .referral,
body[class*=button-anim-] .header__btn button,
body[class*=button-anim-] .header__btn,
body[class*=button-anim-] .main-section__btn,
body[class*=button-anim-] .slot__btn,
body[class*=button-anim-] .slot__btn-link,
body[class*=button-anim-] .slot__btn-demo,
body[class*=button-anim-] .table-of-content__btn,
body[class*=button-anim-] .btn-up,
body[class*=button-anim-] .footer__btn {
  transform: translateZ(0);
  will-change: transform;
}

body[data-button-anim=lift] .button, body[data-button-anim=lift] .referral, body[data-button-anim=lift] .header__btn button, body[data-button-anim=lift] .header__btn, body[data-button-anim=lift] .main-section__btn, body[data-button-anim=lift] .slot__btn, body[data-button-anim=lift] .slot__btn-link, body[data-button-anim=lift] .slot__btn-demo, body[data-button-anim=lift] .table-of-content__btn, body[data-button-anim=lift] .btn-up, body[data-button-anim=lift] .footer__btn,
body.button-anim-lift .button,
body.button-anim-lift .referral,
body.button-anim-lift .header__btn button,
body.button-anim-lift .header__btn,
body.button-anim-lift .main-section__btn,
body.button-anim-lift .slot__btn,
body.button-anim-lift .slot__btn-link,
body.button-anim-lift .slot__btn-demo,
body.button-anim-lift .table-of-content__btn,
body.button-anim-lift .btn-up,
body.button-anim-lift .footer__btn {
  transition: transform 0.28s ease;
}
body[data-button-anim=lift] .button:hover, body[data-button-anim=lift] .referral:hover, body[data-button-anim=lift] .header__btn button:hover, body[data-button-anim=lift] .header__btn:hover, body[data-button-anim=lift] .main-section__btn:hover, body[data-button-anim=lift] .slot__btn:hover, body[data-button-anim=lift] .slot__btn-link:hover, body[data-button-anim=lift] .slot__btn-demo:hover, body[data-button-anim=lift] .table-of-content__btn:hover, body[data-button-anim=lift] .btn-up:hover, body[data-button-anim=lift] .footer__btn:hover,
body.button-anim-lift .button:hover,
body.button-anim-lift .referral:hover,
body.button-anim-lift .header__btn button:hover,
body.button-anim-lift .header__btn:hover,
body.button-anim-lift .main-section__btn:hover,
body.button-anim-lift .slot__btn:hover,
body.button-anim-lift .slot__btn-link:hover,
body.button-anim-lift .slot__btn-demo:hover,
body.button-anim-lift .table-of-content__btn:hover,
body.button-anim-lift .btn-up:hover,
body.button-anim-lift .footer__btn:hover {
  transform: translateY(-6px);
}
body[data-button-anim=lift] .button:active, body[data-button-anim=lift] .referral:active, body[data-button-anim=lift] .header__btn button:active, body[data-button-anim=lift] .header__btn:active, body[data-button-anim=lift] .main-section__btn:active, body[data-button-anim=lift] .slot__btn:active, body[data-button-anim=lift] .slot__btn-link:active, body[data-button-anim=lift] .slot__btn-demo:active, body[data-button-anim=lift] .table-of-content__btn:active, body[data-button-anim=lift] .btn-up:active, body[data-button-anim=lift] .footer__btn:active,
body.button-anim-lift .button:active,
body.button-anim-lift .referral:active,
body.button-anim-lift .header__btn button:active,
body.button-anim-lift .header__btn:active,
body.button-anim-lift .main-section__btn:active,
body.button-anim-lift .slot__btn:active,
body.button-anim-lift .slot__btn-link:active,
body.button-anim-lift .slot__btn-demo:active,
body.button-anim-lift .table-of-content__btn:active,
body.button-anim-lift .btn-up:active,
body.button-anim-lift .footer__btn:active {
  transform: translateY(-2px);
}

body[data-button-anim=scale] .button, body[data-button-anim=scale] .referral, body[data-button-anim=scale] .header__btn button, body[data-button-anim=scale] .header__btn, body[data-button-anim=scale] .main-section__btn, body[data-button-anim=scale] .slot__btn, body[data-button-anim=scale] .slot__btn-link, body[data-button-anim=scale] .slot__btn-demo, body[data-button-anim=scale] .table-of-content__btn, body[data-button-anim=scale] .btn-up, body[data-button-anim=scale] .footer__btn,
body.button-anim-scale .button,
body.button-anim-scale .referral,
body.button-anim-scale .header__btn button,
body.button-anim-scale .header__btn,
body.button-anim-scale .main-section__btn,
body.button-anim-scale .slot__btn,
body.button-anim-scale .slot__btn-link,
body.button-anim-scale .slot__btn-demo,
body.button-anim-scale .table-of-content__btn,
body.button-anim-scale .btn-up,
body.button-anim-scale .footer__btn {
  transition: transform 0.28s ease;
}
body[data-button-anim=scale] .button:hover, body[data-button-anim=scale] .referral:hover, body[data-button-anim=scale] .header__btn button:hover, body[data-button-anim=scale] .header__btn:hover, body[data-button-anim=scale] .main-section__btn:hover, body[data-button-anim=scale] .slot__btn:hover, body[data-button-anim=scale] .slot__btn-link:hover, body[data-button-anim=scale] .slot__btn-demo:hover, body[data-button-anim=scale] .table-of-content__btn:hover, body[data-button-anim=scale] .btn-up:hover, body[data-button-anim=scale] .footer__btn:hover,
body.button-anim-scale .button:hover,
body.button-anim-scale .referral:hover,
body.button-anim-scale .header__btn button:hover,
body.button-anim-scale .header__btn:hover,
body.button-anim-scale .main-section__btn:hover,
body.button-anim-scale .slot__btn:hover,
body.button-anim-scale .slot__btn-link:hover,
body.button-anim-scale .slot__btn-demo:hover,
body.button-anim-scale .table-of-content__btn:hover,
body.button-anim-scale .btn-up:hover,
body.button-anim-scale .footer__btn:hover {
  transform: scale(1.08);
}
body[data-button-anim=scale] .button:active, body[data-button-anim=scale] .referral:active, body[data-button-anim=scale] .header__btn button:active, body[data-button-anim=scale] .header__btn:active, body[data-button-anim=scale] .main-section__btn:active, body[data-button-anim=scale] .slot__btn:active, body[data-button-anim=scale] .slot__btn-link:active, body[data-button-anim=scale] .slot__btn-demo:active, body[data-button-anim=scale] .table-of-content__btn:active, body[data-button-anim=scale] .btn-up:active, body[data-button-anim=scale] .footer__btn:active,
body.button-anim-scale .button:active,
body.button-anim-scale .referral:active,
body.button-anim-scale .header__btn button:active,
body.button-anim-scale .header__btn:active,
body.button-anim-scale .main-section__btn:active,
body.button-anim-scale .slot__btn:active,
body.button-anim-scale .slot__btn-link:active,
body.button-anim-scale .slot__btn-demo:active,
body.button-anim-scale .table-of-content__btn:active,
body.button-anim-scale .btn-up:active,
body.button-anim-scale .footer__btn:active {
  transform: scale(1.03);
}

body[data-button-anim=pop] .button, body[data-button-anim=pop] .referral, body[data-button-anim=pop] .header__btn button, body[data-button-anim=pop] .header__btn, body[data-button-anim=pop] .main-section__btn, body[data-button-anim=pop] .slot__btn, body[data-button-anim=pop] .slot__btn-link, body[data-button-anim=pop] .slot__btn-demo, body[data-button-anim=pop] .table-of-content__btn, body[data-button-anim=pop] .btn-up, body[data-button-anim=pop] .footer__btn,
body.button-anim-pop .button,
body.button-anim-pop .referral,
body.button-anim-pop .header__btn button,
body.button-anim-pop .header__btn,
body.button-anim-pop .main-section__btn,
body.button-anim-pop .slot__btn,
body.button-anim-pop .slot__btn-link,
body.button-anim-pop .slot__btn-demo,
body.button-anim-pop .table-of-content__btn,
body.button-anim-pop .btn-up,
body.button-anim-pop .footer__btn {
  transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
}
body[data-button-anim=pop] .button:hover, body[data-button-anim=pop] .referral:hover, body[data-button-anim=pop] .header__btn button:hover, body[data-button-anim=pop] .header__btn:hover, body[data-button-anim=pop] .main-section__btn:hover, body[data-button-anim=pop] .slot__btn:hover, body[data-button-anim=pop] .slot__btn-link:hover, body[data-button-anim=pop] .slot__btn-demo:hover, body[data-button-anim=pop] .table-of-content__btn:hover, body[data-button-anim=pop] .btn-up:hover, body[data-button-anim=pop] .footer__btn:hover,
body.button-anim-pop .button:hover,
body.button-anim-pop .referral:hover,
body.button-anim-pop .header__btn button:hover,
body.button-anim-pop .header__btn:hover,
body.button-anim-pop .main-section__btn:hover,
body.button-anim-pop .slot__btn:hover,
body.button-anim-pop .slot__btn-link:hover,
body.button-anim-pop .slot__btn-demo:hover,
body.button-anim-pop .table-of-content__btn:hover,
body.button-anim-pop .btn-up:hover,
body.button-anim-pop .footer__btn:hover {
  transform: scale(1.12);
}
body[data-button-anim=pop] .button:active, body[data-button-anim=pop] .referral:active, body[data-button-anim=pop] .header__btn button:active, body[data-button-anim=pop] .header__btn:active, body[data-button-anim=pop] .main-section__btn:active, body[data-button-anim=pop] .slot__btn:active, body[data-button-anim=pop] .slot__btn-link:active, body[data-button-anim=pop] .slot__btn-demo:active, body[data-button-anim=pop] .table-of-content__btn:active, body[data-button-anim=pop] .btn-up:active, body[data-button-anim=pop] .footer__btn:active,
body.button-anim-pop .button:active,
body.button-anim-pop .referral:active,
body.button-anim-pop .header__btn button:active,
body.button-anim-pop .header__btn:active,
body.button-anim-pop .main-section__btn:active,
body.button-anim-pop .slot__btn:active,
body.button-anim-pop .slot__btn-link:active,
body.button-anim-pop .slot__btn-demo:active,
body.button-anim-pop .table-of-content__btn:active,
body.button-anim-pop .btn-up:active,
body.button-anim-pop .footer__btn:active {
  transform: scale(1.04);
}

/*# sourceMappingURL=constant.css.map */
