main {
  overflow: hidden;
  min-height: calc(100vh - 80px);
  background: var(--bg-body, var(--block-bg, transparent));
}

body, html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: var(--site-font-family, "Montserrat", sans-serif);
  background: var(--bg-body, var(--block-bg));
  color: var(--text-color);
  letter-spacing: var(--content-letter-spacing, 0);
}

p {
  margin: 0;
  padding: 0;
}

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

img {
  color: transparent;
}

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

.container {
  width: 100%;
  box-sizing: border-box;
  max-width: var(--site-container-width, 1300px);
  padding: 0;
  margin: 0 auto;
}

.padding {
  padding: 0 15px;
}

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

a, button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.overlay {
  overflow: hidden;
}

input, button {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--site-font-family, "Montserrat", sans-serif);
}

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

input {
  -webkit-appearance: none;
  border-radius: 0;
}
input::placeholder {
  font-family: var(--site-font-family, "Montserrat", sans-serif);
}

button {
  border: none;
  font-family: var(--site-font-family, "Montserrat", sans-serif);
  box-shadow: none;
  width: 100%;
  appearance: none;
  cursor: pointer;
}

.filter-providers::-webkit-scrollbar {
  background-color: #5d5f69;
  border-radius: 4px;
  width: 6px;
}

.filter-providers::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 4px;
  background: var(--filter-hover);
}

.filter-providers__svg-active {
  opacity: 1;
}

.has-block-bg {
  margin: 40px 0;
}
@media (max-width: 990px) {
  .has-block-bg {
    margin: 25px 0;
  }
}

.slider-section__inner,
.play-section__inner,
.slot__inner,
.companies__inner,
.text-img {
  color: var(--text-color);
}

.has-block-bg .slider-section__inner,
.has-block-bg .play-section__inner,
.has-block-bg .slot__inner,
.has-block-bg .companies__inner,
.has-block-bg .text-img,
.faq.has-block-bg {
  padding: 20px;
  border-radius: var(--block-border-radius);
  box-sizing: border-box;
  background: var(--block-bg);
  color: var(--text-color);
}

.faq.has-block-bg {
  background: var(--faq-bg, var(--block-bg));
}

.faq.has-block-bg .faq__box {
  background: transparent;
}

.faq__box {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid var(--faq-border, var(--accent));
  background: var(--faq-bg, var(--block-bg));
  color: var(--faq-text, var(--text-color, inherit));
}

.content .faq .faq__title {
  margin: 0 !important;
  cursor: pointer;
  position: relative;
  color: var(--faq-text, var(--text-color, inherit));
}

.content .faq .faq__title svg {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--faq-arrow);
}

.faq__text {
  display: none;
  margin-top: 10px;
}

.up-btn {
  position: fixed;
  right: 20px;
  bottom: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

@media (max-width: 990px) {
  .up-btn {
    bottom: 40px;
    right: 10px;
  }
}
.up-btn-active {
  opacity: 1;
  pointer-events: auto;
}

body[data-button-anim]:not([data-button-anim=none]) .header__btn-1, body[data-button-anim]:not([data-button-anim=none]) .header__btn-2, body[data-button-anim]:not([data-button-anim=none]) .play-section__btn, body[data-button-anim]:not([data-button-anim=none]) .slider-section__btn, body[data-button-anim]:not([data-button-anim=none]) .hero-calc__submit:not(:disabled):not(.hero-calc__submit-disabled), body[data-button-anim]:not([data-button-anim=none]) .footer__social button, body[data-button-anim]:not([data-button-anim=none]) .footer__social a, body[data-button-anim]:not([data-button-anim=none]) .header__help,
body[class*=button-anim-] .header__btn-1,
body[class*=button-anim-] .header__btn-2,
body[class*=button-anim-] .play-section__btn,
body[class*=button-anim-] .slider-section__btn,
body[class*=button-anim-] .hero-calc__submit:not(:disabled):not(.hero-calc__submit-disabled),
body[class*=button-anim-] .footer__social button,
body[class*=button-anim-] .footer__social a,
body[class*=button-anim-] .header__help {
  transform: translateZ(0);
  will-change: transform;
}

body[data-button-anim=lift] .header__btn-1, body[data-button-anim=lift] .header__btn-2, body[data-button-anim=lift] .play-section__btn, body[data-button-anim=lift] .slider-section__btn, body[data-button-anim=lift] .hero-calc__submit:not(:disabled):not(.hero-calc__submit-disabled), body[data-button-anim=lift] .footer__social button, body[data-button-anim=lift] .footer__social a, body[data-button-anim=lift] .header__help,
body.button-anim-lift .header__btn-1,
body.button-anim-lift .header__btn-2,
body.button-anim-lift .play-section__btn,
body.button-anim-lift .slider-section__btn,
body.button-anim-lift .hero-calc__submit:not(:disabled):not(.hero-calc__submit-disabled),
body.button-anim-lift .footer__social button,
body.button-anim-lift .footer__social a,
body.button-anim-lift .header__help {
  transition: transform 0.28s ease, background 0.3s;
}
body[data-button-anim=lift] .header__btn-1:hover, body[data-button-anim=lift] .header__btn-2:hover, body[data-button-anim=lift] .play-section__btn:hover, body[data-button-anim=lift] .slider-section__btn:hover, body[data-button-anim=lift] .hero-calc__submit:not(:disabled):not(.hero-calc__submit-disabled):hover, body[data-button-anim=lift] .footer__social button:hover, body[data-button-anim=lift] .footer__social a:hover, body[data-button-anim=lift] .header__help:hover,
body.button-anim-lift .header__btn-1:hover,
body.button-anim-lift .header__btn-2:hover,
body.button-anim-lift .play-section__btn:hover,
body.button-anim-lift .slider-section__btn:hover,
body.button-anim-lift .hero-calc__submit:not(:disabled):not(.hero-calc__submit-disabled):hover,
body.button-anim-lift .footer__social button:hover,
body.button-anim-lift .footer__social a:hover,
body.button-anim-lift .header__help:hover {
  transform: translateY(-6px);
}
body[data-button-anim=lift] .header__btn-1:active, body[data-button-anim=lift] .header__btn-2:active, body[data-button-anim=lift] .play-section__btn:active, body[data-button-anim=lift] .slider-section__btn:active, body[data-button-anim=lift] .hero-calc__submit:not(:disabled):not(.hero-calc__submit-disabled):active, body[data-button-anim=lift] .footer__social button:active, body[data-button-anim=lift] .footer__social a:active, body[data-button-anim=lift] .header__help:active,
body.button-anim-lift .header__btn-1:active,
body.button-anim-lift .header__btn-2:active,
body.button-anim-lift .play-section__btn:active,
body.button-anim-lift .slider-section__btn:active,
body.button-anim-lift .hero-calc__submit:not(:disabled):not(.hero-calc__submit-disabled):active,
body.button-anim-lift .footer__social button:active,
body.button-anim-lift .footer__social a:active,
body.button-anim-lift .header__help:active {
  transform: translateY(-2px);
}

body[data-button-anim=scale] .header__btn-1, body[data-button-anim=scale] .header__btn-2, body[data-button-anim=scale] .play-section__btn, body[data-button-anim=scale] .slider-section__btn, body[data-button-anim=scale] .hero-calc__submit:not(:disabled):not(.hero-calc__submit-disabled), body[data-button-anim=scale] .footer__social button, body[data-button-anim=scale] .footer__social a, body[data-button-anim=scale] .header__help,
body.button-anim-scale .header__btn-1,
body.button-anim-scale .header__btn-2,
body.button-anim-scale .play-section__btn,
body.button-anim-scale .slider-section__btn,
body.button-anim-scale .hero-calc__submit:not(:disabled):not(.hero-calc__submit-disabled),
body.button-anim-scale .footer__social button,
body.button-anim-scale .footer__social a,
body.button-anim-scale .header__help {
  transition: transform 0.28s ease, background 0.3s;
}
body[data-button-anim=scale] .header__btn-1:hover, body[data-button-anim=scale] .header__btn-2:hover, body[data-button-anim=scale] .play-section__btn:hover, body[data-button-anim=scale] .slider-section__btn:hover, body[data-button-anim=scale] .hero-calc__submit:not(:disabled):not(.hero-calc__submit-disabled):hover, body[data-button-anim=scale] .footer__social button:hover, body[data-button-anim=scale] .footer__social a:hover, body[data-button-anim=scale] .header__help:hover,
body.button-anim-scale .header__btn-1:hover,
body.button-anim-scale .header__btn-2:hover,
body.button-anim-scale .play-section__btn:hover,
body.button-anim-scale .slider-section__btn:hover,
body.button-anim-scale .hero-calc__submit:not(:disabled):not(.hero-calc__submit-disabled):hover,
body.button-anim-scale .footer__social button:hover,
body.button-anim-scale .footer__social a:hover,
body.button-anim-scale .header__help:hover {
  transform: scale(1.08);
}
body[data-button-anim=scale] .header__btn-1:active, body[data-button-anim=scale] .header__btn-2:active, body[data-button-anim=scale] .play-section__btn:active, body[data-button-anim=scale] .slider-section__btn:active, body[data-button-anim=scale] .hero-calc__submit:not(:disabled):not(.hero-calc__submit-disabled):active, body[data-button-anim=scale] .footer__social button:active, body[data-button-anim=scale] .footer__social a:active, body[data-button-anim=scale] .header__help:active,
body.button-anim-scale .header__btn-1:active,
body.button-anim-scale .header__btn-2:active,
body.button-anim-scale .play-section__btn:active,
body.button-anim-scale .slider-section__btn:active,
body.button-anim-scale .hero-calc__submit:not(:disabled):not(.hero-calc__submit-disabled):active,
body.button-anim-scale .footer__social button:active,
body.button-anim-scale .footer__social a:active,
body.button-anim-scale .header__help:active {
  transform: scale(1.03);
}

body[data-button-anim=pop] .header__btn-1, body[data-button-anim=pop] .header__btn-2, body[data-button-anim=pop] .play-section__btn, body[data-button-anim=pop] .slider-section__btn, body[data-button-anim=pop] .hero-calc__submit:not(:disabled):not(.hero-calc__submit-disabled), body[data-button-anim=pop] .footer__social button, body[data-button-anim=pop] .footer__social a, body[data-button-anim=pop] .header__help,
body.button-anim-pop .header__btn-1,
body.button-anim-pop .header__btn-2,
body.button-anim-pop .play-section__btn,
body.button-anim-pop .slider-section__btn,
body.button-anim-pop .hero-calc__submit:not(:disabled):not(.hero-calc__submit-disabled),
body.button-anim-pop .footer__social button,
body.button-anim-pop .footer__social a,
body.button-anim-pop .header__help {
  transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s;
}
body[data-button-anim=pop] .header__btn-1:hover, body[data-button-anim=pop] .header__btn-2:hover, body[data-button-anim=pop] .play-section__btn:hover, body[data-button-anim=pop] .slider-section__btn:hover, body[data-button-anim=pop] .hero-calc__submit:not(:disabled):not(.hero-calc__submit-disabled):hover, body[data-button-anim=pop] .footer__social button:hover, body[data-button-anim=pop] .footer__social a:hover, body[data-button-anim=pop] .header__help:hover,
body.button-anim-pop .header__btn-1:hover,
body.button-anim-pop .header__btn-2:hover,
body.button-anim-pop .play-section__btn:hover,
body.button-anim-pop .slider-section__btn:hover,
body.button-anim-pop .hero-calc__submit:not(:disabled):not(.hero-calc__submit-disabled):hover,
body.button-anim-pop .footer__social button:hover,
body.button-anim-pop .footer__social a:hover,
body.button-anim-pop .header__help:hover {
  transform: scale(1.12);
}
body[data-button-anim=pop] .header__btn-1:active, body[data-button-anim=pop] .header__btn-2:active, body[data-button-anim=pop] .play-section__btn:active, body[data-button-anim=pop] .slider-section__btn:active, body[data-button-anim=pop] .hero-calc__submit:not(:disabled):not(.hero-calc__submit-disabled):active, body[data-button-anim=pop] .footer__social button:active, body[data-button-anim=pop] .footer__social a:active, body[data-button-anim=pop] .header__help:active,
body.button-anim-pop .header__btn-1:active,
body.button-anim-pop .header__btn-2:active,
body.button-anim-pop .play-section__btn:active,
body.button-anim-pop .slider-section__btn:active,
body.button-anim-pop .hero-calc__submit:not(:disabled):not(.hero-calc__submit-disabled):active,
body.button-anim-pop .footer__social button:active,
body.button-anim-pop .footer__social a:active,
body.button-anim-pop .header__help:active {
  transform: scale(1.04);
}

@keyframes button-shine {
  to {
    transform: translateX(220%) skewX(-20deg);
  }
}
body[data-button-anim=shine] .header__btn-1, body[data-button-anim=shine] .header__btn-2, body[data-button-anim=shine] .play-section__btn, body[data-button-anim=shine] .slider-section__btn, body[data-button-anim=shine] .hero-calc__submit:not(:disabled):not(.hero-calc__submit-disabled), body[data-button-anim=shine] .footer__social button, body[data-button-anim=shine] .footer__social a, body[data-button-anim=shine] .header__help,
body.button-anim-shine .header__btn-1,
body.button-anim-shine .header__btn-2,
body.button-anim-shine .play-section__btn,
body.button-anim-shine .slider-section__btn,
body.button-anim-shine .hero-calc__submit:not(:disabled):not(.hero-calc__submit-disabled),
body.button-anim-shine .footer__social button,
body.button-anim-shine .footer__social a,
body.button-anim-shine .header__help {
  position: relative;
  overflow: hidden;
}
body[data-button-anim=shine] .header__btn-1::after, body[data-button-anim=shine] .header__btn-2::after, body[data-button-anim=shine] .play-section__btn::after, body[data-button-anim=shine] .slider-section__btn::after, body[data-button-anim=shine] .hero-calc__submit:not(:disabled):not(.hero-calc__submit-disabled)::after, body[data-button-anim=shine] .footer__social button::after, body[data-button-anim=shine] .footer__social a::after, body[data-button-anim=shine] .header__help::after,
body.button-anim-shine .header__btn-1::after,
body.button-anim-shine .header__btn-2::after,
body.button-anim-shine .play-section__btn::after,
body.button-anim-shine .slider-section__btn::after,
body.button-anim-shine .hero-calc__submit:not(:disabled):not(.hero-calc__submit-disabled)::after,
body.button-anim-shine .footer__social button::after,
body.button-anim-shine .footer__social a::after,
body.button-anim-shine .header__help::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
  transform: translateX(-180%) skewX(-20deg);
  pointer-events: none;
}
body[data-button-anim=shine] .header__btn-1:hover::after, body[data-button-anim=shine] .header__btn-2:hover::after, body[data-button-anim=shine] .play-section__btn:hover::after, body[data-button-anim=shine] .slider-section__btn:hover::after, body[data-button-anim=shine] .hero-calc__submit:not(:disabled):not(.hero-calc__submit-disabled):hover::after, body[data-button-anim=shine] .footer__social button:hover::after, body[data-button-anim=shine] .footer__social a:hover::after, body[data-button-anim=shine] .header__help:hover::after,
body.button-anim-shine .header__btn-1:hover::after,
body.button-anim-shine .header__btn-2:hover::after,
body.button-anim-shine .play-section__btn:hover::after,
body.button-anim-shine .slider-section__btn:hover::after,
body.button-anim-shine .hero-calc__submit:not(:disabled):not(.hero-calc__submit-disabled):hover::after,
body.button-anim-shine .footer__social button:hover::after,
body.button-anim-shine .footer__social a:hover::after,
body.button-anim-shine .header__help:hover::after {
  animation: button-shine 0.65s ease;
}

/* -------------------------------------------------------------------------- */
/* 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 var(--accent, 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);
  background: var(--tablepress-thead-bg, var(--block-bg));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border);
  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);
  background: var(--tablepress-tbody-bg);
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border);
  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);
}
.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 var(--accent, 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);
  background: var(--tablepress-thead-bg, var(--block-bg));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border);
  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);
  background: var(--tablepress-tbody-bg);
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border);
  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);
}
.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;
}

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