@charset "UTF-8";
.change-geo {
  position: relative;
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 10px 12px;
  border: 2px solid var(--j-header-and-footer-secondary-text);
  border-radius: var(--j-rounded-medium);
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
}
.change-geo i {
  transition: transform 0.3s ease;
}
.change-geo .sub-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
  border-radius: var(--j-rounded-medium);
}
.change-geo ul {
  margin: 0;
}
.change-geo .sub-menu li {
  padding: 6px 17px 6px 12px;
  text-transform: uppercase;
  border-right: 2px solid var(--j-header-and-footer-secondary-text);
  border-left: 2px solid var(--j-header-and-footer-secondary-text);
  background: var(--j-header-color);
}
.change-geo .sub-menu li:first-child {
  padding-top: 20px;
  margin-top: 8px;
  border-top: 2px solid var(--j-header-and-footer-secondary-text);
  border-top-left-radius: var(--j-rounded-medium);
  border-top-right-radius: var(--j-rounded-medium);
}
.change-geo .sub-menu li:last-child {
  padding-bottom: 20px;
  border-bottom: 2px solid var(--j-header-and-footer-secondary-text);
  border-bottom-left-radius: var(--j-rounded-medium);
  border-bottom-right-radius: var(--j-rounded-medium);
}
.change-geo .sub-menu li a {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  gap: 4px;
  font-weight: 600;
  font-size: 14px;
  color: var(--j-header-and-footer-text);
  transition: color 0.3s ease;
}
.change-geo .sub-menu li a:hover {
  color: var(--j-buttons-accent-bg);
}
.change-geo .sub-menu li a i {
  font-size: 21px;
}
.change-geo span {
  font-size: 14px;
  font-weight: 600;
  line-height: 18.2px;
  text-align: left;
  text-transform: uppercase;
}
.change-geo img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}
:root {
  --j-p-margin-bottom: 20px;
  --j-list-margin-bottom: 20px;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
html {
  margin: 0 !important;
}
body {
  overflow-x: hidden;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 0 0 var(--j-p-margin-bottom);
  color: #d5d5d5;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 4px;
}
h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.2;
}
abbr[title], abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: var(--j-p-margin-bottom);
}
ol, ul {
  padding-left: 0;
  margin-bottom: var(--j-list-margin-bottom);
  list-style: none;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: var(--j-p-margin-bottom);
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: var(--j-p-margin-bottom);
  margin-left: 0;
}
blockquote {
  margin: 0 0 var(--j-p-margin-bottom);
}
b, strong {
  font-weight: bolder;
}
small {
  font-size: 0.875em;
}
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  text-decoration: none !important;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre, code, kbd, samp {
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: var(--j-p-margin-bottom);
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: var(--j-rounded-small);
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 var(--j-p-margin-bottom);
}
img, svg {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
  border: none;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
button, select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: var(--j-p-margin-bottom);
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
legend + * {
  clear: left;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
button {
  background-color: transparent;
  border: none;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: normal;
  vertical-align: middle;
  cursor: pointer;
  padding: 0;
  outline: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
p {
  margin-top: 0;
  margin-bottom: var(--j-p-margin-bottom);
}
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background: var(--j-bg-color);
  color: var(--j-text-color);
  font-size: var(--j-text-size);
  line-height: 130%;
}
li, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5 {
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}
h1 {
  font-size: 38px;
  text-transform: uppercase;
}
h2 {
  width: 100%;
  padding-bottom: 10px;
  font-size: 30px;
  border-bottom: 4px solid var(--j-accent-color);
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
.container {
  max-width: 1300px;
  width: 100%;
  padding-right: 14px;
  padding-left: 14px;
  margin: auto;
  padding-bottom: 0;
}
::-webkit-scrollbar {
  width: 4px;
  background: 0 0;
}
::-webkit-scrollbar-thumb {
  background: var(--j-buttons-accent-bg);
}
@media (max-width: 1199px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
}
a {
  color: var(--j-buttons-secondary-bg);
  transition: color 0.3s ease;
}
a:hover {
  color: var(--j-buttons-secondary-bg-hover);
}
header.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px;
  position: sticky;
  top: 0;
  left: 0;
  color: var(--j-header-and-footer-text);
  background: var(--j-header-color);
  z-index: 1000;
  overflow: visible;
}
header.header.shadow {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.25);
}
header.header ul {
  margin: 0;
}
header.header .head-container {
  max-width: 1300px;
  width: -webkit-fill-available;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
header.header .logo {
  max-width: 175px;
}
header.header .logo img {
  max-height: 50px;
}
header.header .line-1 {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-direction: row;
}
header.header .line-1 .first-block {
  display: flex;
  justify-content: space-between;
  width: -webkit-fill-available;
}
header.header .line-1 .first-block > div {
  display: flex;
  gap: 20px;
}
header.header .line-1 .first-block .nav-block {
  width: -webkit-fill-available;
}
header.header .line-1 .nav {
  width: -webkit-fill-available;
  justify-content: center;
  max-width: 70%;
  display: flex;
  gap: 10px;
  align-items: center;
}
header.header .line-1 .nav > ul {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
header.header .nav > ul li {
  position: relative;
}
header.header .nav > ul li .border {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid var(--j-header-and-footer-secondary-text);
  border-radius: var(--j-rounded-medium);
  transition: border-color 0.3s ease;
}
header.header .nav > ul li:hover .border {
  border-color: var(--j-accent-color);
}
header.header .nav > ul li .sub-menu .border {
  display: none;
}
header.header .nav ul li .arrow {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  z-index: 5;
  transform: translateY(-50%);
  cursor: pointer;
}
header.header .nav ul li .arrow i {
  transition: transform 0.3s ease;
  font-weight: 900;
  color: var(--j-header-and-footer-text);
}
header.header .nav > ul > li > a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18.2px;
  text-transform: uppercase;
  color: var(--j-header-and-footer-text);
  background: 0 0;
  z-index: 2;
}
header.header .line-1 .nav .header_add_menu {
  position: relative;
}
header.header .line-1 .nav .header_add_menu .header_menu_dots {
  height: 100%;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--j-header-and-footer-secondary-text);
  border-radius: var(--j-rounded-medium);
  cursor: pointer;
  transition: border 0.3s ease;
}
header.header .line-1 .nav .header_add_menu .header_menu_dots:hover {
  border: 2px solid var(--j-accent-color);
}
header.header .line-1 .nav .header_add_menu ul {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  padding: 12px 0;
  margin: 0;
  list-style: none;
  z-index: 10;
  border-radius: 10px;
  border: 2px solid var(--j-header-and-footer-secondary-text);
  background-color: var(--j-header-color);
}
header.header .line-1 .nav .header_add_menu > ul {
  top: calc(100% + 10px);
}
header.header .line-1 .nav .header_add_menu > ul li a {
  display: flex;
  padding: 6px 12px;
  gap: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
  color: var(--j-header-and-footer-text);
}
header.header .line-1 .nav .header_add_menu > ul li .sub-menu {
  left: 100%;
  margin-left: 5px;
}
header.header .line-1 .nav .header_add_menu > ul li .sub-menu li {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
header.header .line-1 .nav .header_add_menu > ul > li > a {
  padding: 12px;
}
header.header .mobile-menu .nav > ul li {
  padding-right: 12px;
}
header.header .mobile-menu .download-buttons .btn {
  max-width: none;
}
header.header .nav > ul > li > .border:hover {
  border: 2px solid var(--j-accent-color);
  color: var(--j-header-and-footer-text);
  cursor: pointer;
}
header.header .line-1 .first-block .sub-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  border-radius: var(--j-rounded-medium);
}
header.header .line-1 .first-block .sub-menu li:first-child {
  margin-top: 8px;
  padding-top: 26px;
  border-top: 2px solid var(--j-header-and-footer-secondary-text);
  border-top-left-radius: var(--j-rounded-medium);
  border-top-right-radius: var(--j-rounded-medium);
}
header.header .line-1 .nav .header_add_menu > ul li {
  position: relative;
  margin: 0 !important;
}
header.header .line-1 .first-block .sub-menu li {
  width: 100%;
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 6px 20px;
  text-transform: uppercase;
  border-right: 2px solid var(--j-header-and-footer-secondary-text);
  border-left: 2px solid var(--j-header-and-footer-secondary-text);
  background: var(--j-header-color);
}
header.header .line-1 .first-block .sub-menu li:last-child {
  padding-bottom: 26px;
  border-bottom: 2px solid var(--j-header-and-footer-secondary-text);
  border-bottom-left-radius: var(--j-rounded-medium);
  border-bottom-right-radius: var(--j-rounded-medium);
}
header.header .line-1 .first-block .sub-menu li a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: var(--j-header-and-footer-text);
  transition: color 0.3s ease;
}
header.header .line-1 .first-block .sub-menu li a:hover {
  color: var(--j-buttons-accent-bg);
}
header.header .line-1 .first-block .nav li:hover .sub-menu {
  display: flex;
  flex-direction: column;
}
header.header .line-1 .first-block .menu-mobile-icon {
  display: none;
  color: var(--j-buttons-style1-color);
}
header.header .line-1 .lang-block {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 10px 12px;
  border: 2px solid var(--j-header-and-footer-secondary-text);
  border-radius: var(--j-rounded-medium);
  cursor: pointer;
}
header.header .line-1 .lang-block i {
  transition: transform 0.3s ease;
}
header.header .line-1 .lang-block img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
header.header .line-1 .lang-block span {
  font-size: 14px;
  font-weight: 600;
  line-height: 18.2px;
  text-align: left;
  text-transform: uppercase;
}
header.header .line-1 .buttons {
  display: flex;
  gap: 10px;
}
header.header .line-1 .buttons .btn {
  width: -webkit-fill-available;
}
header.header .line-2 {
  padding-top: 14px;
  border-top: 2px solid var(--j-header-and-footer-secondary-text);
}
header.header .line-2 ul {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
header.header .line-2 ul li {
  position: relative;
}
header.header .line-2 ul li a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18.2px;
  text-transform: uppercase;
  color: var(--j-header-and-footer-text);
  background: 0 0;
  z-index: 2;
  border-radius: var(--j-rounded-medium);
  border: 2px solid var(--j-header-and-footer-secondary-text);
  transition: border 0.3s ease;
}
header.header .line-2 ul li a:hover {
  border: 2px solid var(--j-accent-color);
  color: var(--j-header-and-footer-text);
  cursor: pointer;
}
header.header .mobile-menu {
  display: none;
  gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
header.header .mobile-menu nav {
  width: 100%;
}
header.header .mobile-menu nav ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
header.header .mobile-menu nav li .sub-menu {
  width: 100%;
  margin-top: 8px;
  padding: 12px;
  display: none;
  flex-direction: column;
  gap: 12px;
  border: 2px solid var(--j-header-and-footer-secondary-text);
  border-radius: var(--j-rounded-medium);
  cursor: pointer;
}
header.header .mobile-menu nav .sub-menu li {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 18.2px;
  text-transform: uppercase;
}
header.header .mobile-menu nav .sub-menu li .border {
  border: none;
}
header.header .mobile-menu nav .sub-menu li a {
  padding: 0;
  color: var(--j-header-and-footer-text);
}
header.header .mobile-menu nav .sub-menu li a:hover {
  border: none;
}
@media (max-width: 1199px) {
  header.header {
    padding: 14px;
  }
  header.header .line-1 {
    flex-direction: column;
  }
  header.header .line-1 .first-block .nav {
    display: none;
  }
  header.header .line-1 .first-block .menu-block {
    display: flex;
    gap: 20px;
  }
  header.header .line-1 .first-block .menu-mobile-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: var(--j-rounded-medium);
    background-color: var(--j-buttons-style1-bg);
    cursor: pointer;
  }
  header.header .line-2 {
    display: none;
  }
  header.header .mobile-menu .nav > ul li {
    padding-right: 0;
  }
}
footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  background: var(--j-footer-color);
}
footer .container {
  padding-top: 0;
}
footer .footer-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: -webkit-fill-available;
  color: var(--j-header-and-footer-text);
}
footer .footer-container .links {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 1;
}
footer .footer-container .links nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
}
footer .footer-container .links nav ul li a {
  font-size: 14px;
  transition: color 0.2s ease-in-out;
  color: var(--j-header-and-footer-text);
}
footer .footer-container .links nav ul li a:hover {
  color: var(--j-accent-color);
}
footer .footer-container .links .socials {
  display: flex;
  gap: 10px;
}
footer .footer-container .links .socials li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  transition: background-color 0.2s ease-in-out;
  color: var(--j-buttons-style1-color);
  background: var(--j-buttons-style1-bg);
  border-radius: var(--j-rounded-medium);
}
footer .footer-container .links .socials li:hover {
  background-color: var(--j-accent-color);
}
footer .footer-container .divider {
  width: 100%;
  height: 2px;
  background-color: var(--j-header-and-footer-secondary-text);
}
footer .footer-container .links-2 {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
footer .footer-container .links-2 .payment {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0;
  color: var(--j-header-and-footer-text);
}
footer .footer-container .links-2 .payment li {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-container .links-2 .payment img {
  height: 20px;
}
footer .footer-container .footer-bottom {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
footer .footer-container .footer-bottom .text {
  max-width: 980px;
  min-width: 50%;
  font-size: 12px;
  color: var(--j-header-and-footer-secondary-text);
}
footer .footer-container .footer-bottom .icons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
footer .footer-container .footer-bottom .icons img {
  height: 35px;
  width: auto;
  max-width: none;
}
footer .footer-container .copyright {
  font-weight: 400;
  font-size: 12px;
  color: var(--j-header-and-footer-secondary-text);
}
@media (max-width: 1199px) {
  footer .footer-container .links, footer .footer-container .links-2, footer .footer-container .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .footer-container .links-2 .download-buttons {
    width: 100%;
  }
  footer .footer-container .footer-bottom .text {
    max-width: none;
    min-width: none;
  }
}
.breadcrumbs {
  font-size: var(--j-text-size-secondary);
  color: var(--j-header-and-footer-secondary-text);
  margin-bottom: var(--j-margin-block);
}
.breadcrumbs a {
  text-decoration: none;
  color: var(--j-accent-color);
}
@media (max-width: 1199px) {
  .breadcrumbs {
    margin-bottom: var(--j-margin-block-mob);
  }
}
.section_title {
  width: 100%;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  border-bottom: 4px solid var(--j-accent-color);
  color: var(--j-text-color);
}
main .paragraph {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--j-text-color);
}
main .paragraph span {
  color: var(--j-secondary-color);
}
@media (max-width: 1199px) {
  .section_title {
    font-size: 24px;
  }
}
.btn, .wp-block-buttons .wp-block-button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease;
  border-radius: var(--j-rounded-button);
  font-family: "Montserrat", sans-serif;
}
.btn.accent-btn, .wp-block-buttons .wp-block-button .wp-block-button__link {
  color: var(--j-buttons-accent-color);
  background: var(--j-buttons-accent-bg);
}
.btn.accent-btn:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background: var(--j-buttons-accent-bg-hover);
}
.btn.secondary-btn, .wp-block-buttons .wp-block-button.is-style-secondary .wp-block-button__link {
  color: var(--j-buttons-secondary-color);
  background-color: var(--j-buttons-secondary-bg);
}
.btn.secondary-btn:hover, .wp-block-buttons .wp-block-button.is-style-secondary .wp-block-button__link:hover {
  background-color: var(--j-buttons-secondary-bg-hover);
}
.btn.style1-btn, .wp-block-buttons .wp-block-button.is-style-style1 .wp-block-button__link {
  color: var(--j-buttons-style1-color);
  background-color: var(--j-buttons-style1-bg);
}
.btn.style1-btn:hover, .wp-block-buttons .wp-block-button.is-style-style1 .wp-block-button__link:hover {
  background-color: var(--j-buttons-style1-bg-hover);
}
.btn.style2-btn, .wp-block-buttons .wp-block-button.is-style-style2 .wp-block-button__link {
  color: var(--j-buttons-style2-color);
  background-color: var(--j-buttons-style2-bg);
}
.btn.style2-btn:hover {
  background-color: var(--j-buttons-style2-bg-hover);
}
.wp-block-buttons {
  margin-bottom: var(--j-margin-block);
}
.wp-block-buttons .wp-block-button.is-style-style2 .wp-block-button__link:hover {
  background-color: var(--j-buttons-style2-bg-hover);
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  min-width: 175px;
}
.wp-block-buttons .wp-block-button .wp-block-button__link > span {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .wp-block-buttons {
    margin-bottom: var(--j-margin-block-mob);
  }
}
@media (max-width: 575px) {
  .wp-block-buttons .wp-block-button {
    width: 100%;
  }
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    width: 100%;
  }
}
.post-entry {
  margin-bottom: var(--j-margin-section);
}
.post-entry .wp-block-image img {
  border-radius: var(--j-rounded-large);
}
.post-entry ol {
  list-style: none;
  padding: 0;
  margin-bottom: var(--j-list-margin-bottom);
  counter-reset: item;
}
.post-entry ol li ul, .post-entry ol li ol {
  margin-top: 8px;
  margin-bottom: 0;
}
.post-entry ol > li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 8px;
  counter-increment: item;
}
.post-entry ol > li:before {
  position: absolute;
  left: 0;
  top: -1px;
  content: counter(item);
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--theme-color-style3);
  background-color: var(--theme-color-accent);
  border-radius: 50%;
}
.post-entry ul {
  list-style: none;
  padding: 0;
  margin-bottom: var(--j-list-margin-bottom);
  list-style: none;
  padding: 0;
}
.post-entry ul li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
}
.post-entry ul li ol, .post-entry ul li ul {
  margin-top: 8px;
  margin-bottom: 0;
}
.post-entry ul li:last-child {
  margin-bottom: 0;
}
.post-entry ul li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.post-entry ul > li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 8px;
}
.post-entry ul > li:before {
  position: absolute;
  left: 0;
  top: -1px;
  content: "âœ“";
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--theme-color-style3);
  background-color: var(--theme-color-accent);
  border-radius: 50%;
}
.post-entry ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: normal;
  background: var(--j-secondary-color);
}
.post-entry > *:last-child {
  margin-bottom: 0;
}
.post-entry ol {
  list-style: none;
  padding: 0;
  counter-reset: item;
}
.post-entry ol li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
}
.post-entry ol li:last-child {
  margin-bottom: 0;
}
.post-entry ol li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.post-entry ol > li {
  counter-increment: item;
}
.post-entry ol > li:before {
  position: absolute;
  left: 0;
  top: -2px;
  content: counter(item);
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  color: var(--j-secondary-color);
  line-height: 130%;
}
@media (max-width: 1199px) {
  .wp-block-hb-g-section {
    margin-bottom: var(--j-margin-section-mob);
  }
  .wp-block-hb-g-section ol, .wp-block-hb-g-section ul {
    margin-bottom: var(--j-list-margin-bottom);
  }
}
.hero {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 40px 14px;
  width: -webkit-fill-available;
  position: relative;
  background-color: var(--j-header-color);
  margin-bottom: 40px;
}
.hero .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--background_image, none);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero .text-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  max-width: 1080px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.hero .text-block .top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.hero .text-block h1 {
  margin: 0;
}
.hero .text-block b {
  color: var(--j-secondary-color);
  font-weight: inherit;
}
.hero .text-block .top .divider {
  width: 100px;
  height: 4px;
  border-radius: var(--j-rounded-medium);
  background-color: var(--j-secondary-color);
}
.hero .image-bg {
  max-width: 880px;
}
.hero .image-bg img {
  border-radius: var(--j-rounded-large);
}
.hero .breadcrumbs {
  z-index: 1;
  text-align: center;
  margin-bottom: 0;
}
.hero .download-buttons {
  width: 100%;
  max-width: 600px;
}
@media (max-width: 1199px) {
  .hero {
    padding: 40px 14px 14px;
    margin-bottom: 0;
  }
  .hero .background {
    background: 0 0;
  }
}
.download-buttons {
  display: flex;
  gap: 10px;
  height: -moz-fit-content;
  height: fit-content;
}
.download-buttons .btn {
  display: flex;
  gap: 10px;
  width: -webkit-fill-available;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  padding: 6px 24px;
  text-align: left;
  text-transform: none;
  color: var(--j-buttons-style2-color);
  background-color: var(--j-buttons-style2-bg);
}
.download-buttons .btn:hover {
  background-color: var(--j-buttons-style2-bg-hover);
}
.download-buttons .btn > div:last-child {
  display: flex;
  flex-direction: column;
}
.download-buttons .btn span {
  font-weight: 700;
  white-space: nowrap;
}
.arrow-up {
  position: fixed;
  right: 5%;
  bottom: -20%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: bottom 0.3s ease;
  z-index: 100;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.25);
  color: var(--j-buttons-style1-color);
  background: var(--j-buttons-style1-bg);
  border-radius: var(--j-rounded-medium);
}
.arrow-up.active {
  bottom: 5%;
}
.mobile-panel {
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  position: fixed;
  left: 0;
  bottom: -20%;
  padding: 14px;
  width: -webkit-fill-available;
  transition: bottom 0.5s ease;
  border-top: 2px solid var(--j-accent-color);
  box-shadow: 0 -8px 20px 0 rgba(0, 0, 0, 0.25);
  background: var(--j-header-color);
}
.mobile-panel.active {
  bottom: 0;
  z-index: 10;
}
.mobile-panel .main-text {
  display: flex;
  gap: 10px;
  color: var(--j-text-color);
}
.mobile-panel .main-text .icon {
  border-radius: var(--j-rounded-medium);
  padding: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--j-buttons-accent-bg);
}
.mobile-panel .main-text .icon i {
  font-size: 30px;
}
.mobile-panel .main-text .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mobile-panel .main-text .bonus-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.mobile-panel .main-text .bonus-text {
  font-size: 10px;
  line-height: 140%;
}
.mobile-panel .download-buttons .btn {
  padding: 6px 14px;
}
@media (max-width: 1199px) {
  .arrow-up {
    right: 14px;
  }
  .mobile-panel {
    display: flex;
  }
  .container {
    padding: 30px 14px;
    padding-bottom: 0;
  }
}
.lwptoc {
  margin: 0 0 var(--j-margin-section) !important;
  background-color: transparent !important;
}
.lwptoc_i {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 2px solid var(--j-accent-color);
  background-color: transparent !important;
  border-radius: var(--j-rounded-large);
}
.lwptoc_i .lwptoc_header {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--j-text-color);
}
.lwptoc_i .lwptoc_header .lwptoc_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: var(--j-text-color);
}
.lwptoc_i .lwptoc_header .lwptoc_toggle_arrow {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--j-buttons-style1-bg);
  border-radius: var(--j-rounded-small);
  cursor: pointer;
  transition: transform 0.3s ease;
}
.lwptoc_i .lwptoc_header .lwptoc_toggle_arrow svg {
  fill: var(--j-buttons-style1-color);
  transition: transform 0.3s ease;
}
.lwptoc_i .lwptoc_items .lwptoc_itemWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
}
.lwptoc_i .lwptoc_items .lwptoc_itemWrap li:before {
  display: none;
}
.lwptoc_i .lwptoc_items .lwptoc_itemWrap li a {
  display: flex;
  font-size: 16px;
  line-height: 130%;
}
.lwptoc_i .lwptoc_items .lwptoc_itemWrap li a:hover {
  border: none !important;
}
.lwptoc_i .lwptoc_items .lwptoc_itemWrap li a .lwptoc_item_number {
  font-weight: 600;
  color: var(--j-secondary-color);
  padding: 0 8px;
}
.lwptoc_i .lwptoc_items .lwptoc_itemWrap li a .lwptoc_item_label {
  font-weight: 400;
  color: var(--j-text-color);
}
@media (max-width: 1199px) {
  .lwptoc {
    margin: 0 0 var(--j-margin-section-mob) !important;
  }
  .lwptoc_i .lwptoc_header .lwptoc_title {
    font-size: 16px;
  }
  .lwptoc_i .lwptoc_items .lwptoc_itemWrap {
    grid-template-columns: 1fr;
  }
}
.wp-block-table {
  margin-bottom: var(--j-p-margin-bottom);
  overflow: auto;
  max-width: 94vw;
}
.wp-block-table table {
  min-width: -moz-max-content;
  min-width: max-content;
  width: 100%;
}
.wp-block-table table tr {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-auto-flow: column;
}
.wp-block-table table tr th, .wp-block-table table tr td {
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  padding: 8px 10px;
}
.wp-block-table table thead {
  border: none;
}
.wp-block-table table thead tr {
  margin-bottom: 6px;
}
.wp-block-table table thead tr th {
  background-color: var(--j-accent-color);
}
.wp-block-table table thead tr th:first-child {
  border-top-left-radius: var(--j-rounded-medium);
  border-bottom-left-radius: var(--j-rounded-medium);
}
.wp-block-table table thead tr th:last-child {
  border-top-right-radius: var(--j-rounded-medium);
  border-bottom-right-radius: var(--j-rounded-medium);
}
.wp-block-table table tbody tr:not(:first-child) {
  margin-top: 6px;
}
.wp-block-table table tbody tr td {
  background-color: var(--j-style1-color);
}
.wp-block-table table tbody tr td:first-child {
  border-top-left-radius: var(--j-rounded-medium);
  border-bottom-left-radius: var(--j-rounded-medium);
}
.wp-block-table table tbody tr td:last-child {
  border-top-right-radius: var(--j-rounded-medium);
  border-bottom-right-radius: var(--j-rounded-medium);
}
.wp-block-table::-webkit-scrollbar {
  height: 5px;
}
.wp-block-table::-webkit-scrollbar-track {
  background: 0 0;
  border-radius: 10px;
  margin-top: 10px;
  padding-top: 10px;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .wp-block-table {
    padding-bottom: 20px;
  }
}
.error404 {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-between;
}
.error-page {
  flex-grow: 1;
  max-height: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  margin: 40px 0;
}
.error-page .error-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 12px;
}
.error-page .error-container .head-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  color: var(--j-accent-color);
}
.error-page .error-container .head-block .message {
  font-size: 28px;
  font-weight: 700;
  line-height: 33.6px;
  text-align: center;
  text-transform: uppercase;
}
.error-page .error-container .head-block .error-type {
  font-size: 180px;
  font-weight: 700;
  line-height: 180px;
  text-align: center;
}
.error-page .error-container .error-description {
  max-width: 420px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
}
.error-page .copyright {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.6px;
  text-align: center;
  color: var(--j-header-and-footer-secondary-text);
}
@media (max-width: 1199px) {
  .error-page .error-container .head-block .error-type {
    font-size: 100px;
    line-height: 100px;
  }
}
.post_modified_date {
  font-size: 12px;
  color: var(--j-header-and-footer-secondary-text);
  margin-bottom: var(--j-margin-block);
}
@media (max-width: 1199px) {
  .post_modified_date {
    margin-bottom: var(--j-margin-block-mob);
  }
}
.categories {
  margin-bottom: var(--j-margin-block);
}
.categories ::-webkit-scrollbar {
  display: none;
}
.categories ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
.categories ul li {
  display: flex;
  padding: 0;
  margin: 0;
}
.categories ul li:before {
  display: none;
}
.categories ul li > div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
  padding: 20px;
  border: 2px solid var(--j-accent-color);
  background: var(--j-blocks-color);
  border-radius: var(--j-rounded-large);
  cursor: pointer;
  color: var(--j-text-blocks-color);
}
.categories ul li > div:hover {
  background-color: var(--j-accent-color);
}
.categories ul li > div img {
  height: 35px;
  width: auto;
}
.categories ul li > div .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media (max-width: 1199px) {
  .categories {
    margin-bottom: var(--j-margin-block-mob);
  }
  .categories ul {
    display: flex;
    gap: 10px;
    overflow: auto;
  }
  .categories ul li > div {
    padding: 14px;
    min-width: 140px;
  }
}
.games_section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: var(--j-margin-block);
}
.games_section .game_block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  list-style: none;
  background: var(--j-blocks-color);
  border-radius: var(--j-rounded-large);
  color: var(--j-text-blocks-color);
}
.games_section .game_block .head {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.games_section .game_block .head .line {
  position: absolute;
  width: 100px;
  height: 4px;
  top: 0;
  left: 40px;
  background: var(--j-accent-color);
  border-radius: var(--j-rounded-medium);
}
.games_section .game_block .head .title {
  width: auto;
  padding: 0;
  margin: 0;
  border: none;
}
.games_section .game_block .head .arrows {
  display: flex;
  gap: 10px;
}
.games_section .game_block .head .arrows > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: var(--j-buttons-style1-color);
  background: var(--j-buttons-style1-bg);
  border-radius: var(--j-rounded-small);
  cursor: pointer;
}
.games_section .game_block ul {
  display: flex;
  gap: 20px;
  overflow: auto;
  margin: 0;
  height: -moz-min-content;
  height: min-content;
}
.games_section .game_block ul::-webkit-scrollbar {
  display: none;
}
.games_section .game_block ul li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  height: -moz-min-content;
  height: min-content;
}
.games_section .game_block ul li:before {
  content: "";
  display: none;
  height: -moz-min-content;
  height: min-content;
}
.games_section .game_block ul li .image-bg {
  width: 193px;
}
.games_section .game_block ul li .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  height: 130px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: var(--j-rounded-medium);
}
.games_section .game_block ul li .image:hover .hover-bg {
  display: flex;
}
.games_section .game_block ul li .image .hover-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
.games_section .game_block ul li .image .circle {
  width: 48px;
  height: 48px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border-radius: 50%;
  color: var(--j-secondary-color);
  background-color: #fff;
}
.games_section .game_block ul li .image .circle i {
  transform: translateX(10%);
}
.games_section .game_block ul li .image .circle-outline {
  width: 56px;
  height: 56px;
  position: absolute;
  border: 2px solid var(--j-secondary-color);
  background-color: transparent;
  border-radius: 50%;
}
.games_section .game_block ul li .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 193px;
}
.games_section .game_block ul li .game_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
}
@media (max-width: 1199px) {
  .games_section {
    gap: 30px;
    margin-bottom: var(--j-margin-block-mob);
  }
  .games_section .game_block ul {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    display: grid;
    grid-template-rows: min-content min-content;
    grid-auto-flow: column;
    gap: 10px;
    overflow-x: auto;
  }
  .games_section .game_block ul li .image {
    height: 100px;
  }
  .games_section .game_block ul li .image-bg {
    width: 153px;
  }
  .games_section .game_block ul li .image .hover-bg {
    display: none !important;
  }
}
.bonuses_section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin-bottom: var(--j-margin-block);
}
.bonuses_section .bonuses_content ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  margin: 0;
}
.bonuses_section .bonuses_content ul li {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
  background-color: var(--j-banners-color);
  border-radius: var(--j-rounded-large);
}
.bonuses_section .bonuses_content ul li .image {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.bonuses_section .bonuses_content ul li .image > div, .bonuses_section .bonuses_content ul li .image img {
  width: 100%;
}
.bonuses_section .bonuses_content ul li:before {
  display: none;
}
.bonuses_section .bonuses_content ul li .card_content {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  min-height: 255px;
  padding: 20px;
}
.bonuses_section .bonuses_content ul li .card_content .line {
  position: absolute;
  left: 0;
  top: 40px;
  width: 4px;
  height: 100px;
  background-color: var(--j-secondary-color);
}
.bonuses_section .bonuses_content ul li .card_content .gradient {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background-color: var(--j-secondary-color);
  filter: blur(200px);
  transform: translate(50%, 50%);
  border-radius: 100%;
}
.bonuses_section .bonuses_content ul li .card_content .top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bonuses_section .bonuses_content ul li .card_content .label {
  padding: 6px 10px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--j-text-banners-color);
  background: rgba(255, 255, 255, 0.2);
  border-radius: var(--j-rounded-large);
}
.bonuses_section .bonuses_content ul li .card_content .top .card_title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: var(--j-text-banners-color);
}
.bonuses_section .bonuses_content ul li .card_content .top .card_title span {
  color: var(--j-secondary-color);
}
.bonuses_section .bonuses_content ul li .card_content .top .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--j-text-banners-color);
}
.bonuses_section .bonuses_content ul li .card_content .buttons {
  display: flex;
  gap: 10px;
  position: relative;
}
@media (max-width: 1199px) {
  .bonuses_section {
    margin-bottom: var(--j-margin-block-mob);
  }
  .bonuses_section .bonuses_content ul {
    grid-template-columns: none;
  }
  .bonuses_section .bonuses_content ul li .card_content {
    padding: 14px;
    min-height: auto;
  }
  .bonuses_section .bonuses_content ul li .card_content .top .card_title {
    font-size: 24px;
  }
}
.media_block {
  display: grid;
  -moz-column-gap: 24px;
       column-gap: 24px;
  grid-template-areas: "title media" "content media";
  margin-bottom: var(--j-margin-block);
}
.media_block .title {
  grid-area: title;
  align-self: flex-end;
}
.media_block .content {
  grid-area: content;
  align-self: flex-start;
}
.media_block .content .acf-innerblocks-container:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.media_block .media {
  align-self: center;
  grid-area: media;
  position: relative;
}
.media_block .media img {
  border-radius: var(--j-rounded-large);
}
.media_block .media video {
  width: 100%;
  border-radius: var(--j-rounded-large);
}
.media_block .media a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.media_block.left {
  grid-template-areas: "media title" "media content";
}
.media_block.top {
  grid-template-rows: auto 1fr;
}
.media_block.top .title, .media_block.top .media {
  align-self: flex-start;
}
.media_block.notitle {
  grid-template-areas: "content media";
}
.media_block.notitle.left {
  grid-template-areas: "media content";
}
.media_block.notitle.middle .content {
  align-self: center;
}
.media_block .acf-innerblocks-container > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .media_block {
    grid-template-columns: none !important;
    grid-template-areas: "title" "media" "content" !important;
    margin-bottom: var(--j-margin-block-mob);
  }
  .media_block .media {
    margin-bottom: 16px;
    text-align: center !important;
  }
  .media_block .media video {
    max-height: 400px;
  }
  .media_block .media img {
    width: auto;
    max-height: 400px;
  }
}
.media_block_slider {
  display: flex;
  gap: 20px;
  margin-bottom: var(--j-margin-block);
}
.media_block_slider .first {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--j-text-color);
}
.media_block_slider .first .acf-innerblocks-container > *:last-child {
  margin-bottom: 0;
}
.media_block_slider .second {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  position: relative;
  padding: 20px;
  border: 2px solid var(--j-accent-color);
  background-color: var(--j-blocks-color);
  border-radius: var(--j-rounded-large);
}
.media_block_slider .second .head-block.active {
  display: block;
}
.media_block_slider .second .image-block {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  padding: 0 40px;
  width: 420px;
  overflow: hidden;
}
.media_block_slider .second .image-block .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  color: var(--j-buttons-style1-color);
  background-color: var(--j-buttons-style1-bg);
  transform: translateY(-50%);
  border-radius: var(--j-rounded-small);
  cursor: pointer;
  z-index: 5;
}
.media_block_slider .second .image-block .left-arrow {
  left: 20px;
}
.media_block_slider .second .image-block .right-arrow {
  right: 20px;
}
.media_block_slider .second .image-block ul {
  display: flex;
  gap: 40px;
  list-style: none;
  transition: transform 0.3s ease;
}
.media_block_slider .second .image-block ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 100%;
  max-width: 340px;
  width: 340px;
  padding: 0;
  margin: 0;
}
.media_block_slider .second .image-block ul li:before {
  display: none;
}
.media_block_slider .second .image-block ul li .media_slider_title {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 12px 24px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: var(--j-text-blocks-color);
  background-color: var(--j-style1-color);
  border-radius: var(--j-rounded-medium);
}
.media_block_slider .second .image-block ul li img {
  max-height: 500px;
}
.media_block_slider .second .pagination {
  display: flex;
  gap: 4px;
  text-align: center;
}
.media_block_slider .second .pagination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--j-buttons-style1-bg);
  border-radius: 50%;
  cursor: pointer;
}
.media_block_slider .second .pagination .active {
  background-color: var(--j-buttons-accent-bg);
}
.media_block_slider.left {
  flex-direction: row-reverse;
}
@media (max-width: 1199px) {
  .media_block_slider {
    flex-direction: column !important;
    margin-bottom: var(--j-margin-block-mob);
  }
  .media_block_slider .second {
    overflow: hidden;
  }
  .media_block_slider .second .image-block ul li .media_slider_title {
    font-size: 16px;
    line-height: 130%;
  }
}
.features_section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: var(--j-margin-block);
}
.features_section ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin: 0;
}
.features_section ul li {
  margin: 0;
  display: flex;
  grid-column: span 2;
  gap: 20px;
  padding: 20px;
  border: 2px solid var(--j-accent-color);
  color: var(--j-text-color);
  border-radius: var(--j-rounded-large);
}
.features_section ul li:before {
  display: none;
}
.features_section ul li .icon-block {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  padding: 10px;
  background: var(--j-accent-color);
  border-radius: var(--j-rounded-medium);
}
.features_section ul li .feature-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .features_section {
    margin-bottom: var(--j-margin-block-mob);
  }
  .features_section ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.promotion_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 20px;
  margin-bottom: var(--j-margin-block);
  border-radius: var(--j-rounded-large);
  background: var(--j-banners-color);
  color: var(--j-text-banners-color);
}
.promotion_section .line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  height: 8px;
  transform: translate(-50%, -50%);
  background-color: var(--j-secondary-color);
  border-radius: var(--j-rounded-medium);
}
.promotion_section .gradient {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
  background-color: var(--j-secondary-color);
  filter: blur(200px);
  border-radius: 100%;
}
.promotion_section .text-block {
  text-align: center;
  z-index: 1;
}
.promotion_section .text-block .head {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 10px;
  z-index: 1;
}
.promotion_section .text-block .head b {
  font-weight: 700;
  color: var(--j-secondary-color);
}
.promotion_section .promotion_content {
  display: flex;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  z-index: 1;
}
.promotion_section .promotion_content .field {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  border: 2px dashed var(--j-secondary-color);
  padding: 6px 24px;
  border-radius: var(--j-rounded-medium);
}
.promotion_section .promotion_content .field span {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.promotion_section .promotion_content .field i {
  cursor: pointer;
}
.promotion_section .promotion_content .field .copy {
  color: var(--j-buttons-secondary-bg);
  transition: color 0.5s ease-in-out;
}
@media (max-width: 1199px) {
  .promotion_section {
    margin-bottom: var(--j-margin-block-mob);
  }
  .promotion_section .text-block .head {
    font-size: 24px;
    line-height: 120%;
  }
  .promotion_section .promotion_content {
    flex-direction: column;
  }
}
.app_tabs {
  display: flex;
  gap: 20px;
  padding: 20px;
  margin-bottom: var(--j-margin-block);
  border: 2px solid var(--j-accent-color);
  background: var(--j-blocks-color);
  border-radius: var(--j-rounded-large);
}
.app_tabs .image-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
  min-width: 35%;
  padding: 20px;
  background-color: var(--j-style1-color);
  border-radius: var(--j-rounded-medium);
}
.app_tabs .image-block img {
  display: none;
  width: 100%;
  border-radius: var(--j-rounded-medium);
}
.app_tabs .image-block img.active {
  display: block;
}
.app_tabs .tabs-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  color: var(--j-text-color);
}
.app_tabs .tabs-block .tabs {
  display: flex;
  width: 100%;
  padding: 2px;
  list-style: none;
  color: var(--j-buttons-style1-color);
  background: var(--j-buttons-style1-bg);
  border-radius: var(--j-rounded-medium);
}
.app_tabs .tabs-block .tabs > .tab {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: -webkit-fill-available;
  padding: 12px 24px;
  cursor: pointer;
  border-radius: var(--j-rounded-medium);
}
.app_tabs .tabs-block .tabs > .tab:before {
  content: "";
}
.app_tabs .tabs-block .tabs > .tab.active {
  color: var(--j-buttons-accent-color);
  background: var(--j-buttons-accent-bg);
}
.app_tabs .tabs-block .tabs > .tab span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.app_tabs .tabs-block .tab-content-list {
  color: var(--j-text-blocks-color);
}
.app_tabs .tab-content {
  display: none;
  flex-direction: column;
  gap: 40px;
}
.app_tabs .tab-content.active {
  display: flex;
}
.app_tabs .tab-content .tab-description .download-buttons {
  width: -moz-fit-content;
  width: fit-content;
}
.app_tabs ol {
  list-style: none;
  padding: 0;
  counter-reset: item;
}
.app_tabs ol li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
}
.app_tabs ol li:last-child {
  margin-bottom: 0;
}
.app_tabs ol li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.app_tabs ol > li {
  counter-increment: item;
}
.app_tabs ol > li:before {
  position: absolute;
  left: 0;
  top: -2px;
  content: counter(item);
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  color: var(--j-secondary-color);
  line-height: 130%;
}
@media (max-width: 1199px) {
  .app_tabs {
    flex-direction: column;
    margin-bottom: var(--j-margin-block-mob);
  }
  .app_tabs .image-block {
    width: -webkit-fill-available;
  }
  .app_tabs .image-block img {
    width: -moz-fit-content;
    width: fit-content;
    max-height: 400px;
  }
  .app_tabs .tab-content .tab-description .tab-title {
    font-size: 20px;
  }
  .app_tabs .tab-content .tab-description .download-buttons {
    width: 100%;
  }
}
.cards_section {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--j-margin-block);
}
.cards_section .image {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--j-rounded-large);
}
.cards_section .image img, .cards_section .image > div {
  width: 100%;
}
.cards_section ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.cards_section ul li {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border: 2px solid var(--j-accent-color);
  background: var(--j-blocks-color);
  color: var(--j-text-blocks-color);
  border-radius: var(--j-rounded-large);
}
.cards_section ul li:before {
  display: none;
}
.cards_section ul li .card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
}
.cards_section ul li .paragraph {
  color: inherit;
}
.cards_section ul li table {
  border-collapse: collapse;
  width: 100%;
}
.cards_section ul li table tr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.cards_section ul li table tr td {
  padding: 8px 10px;
  background-color: var(--j-style1-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.cards_section ul li table tr td:first-child {
  border-top-left-radius: var(--j-rounded-medium);
  border-bottom-left-radius: var(--j-rounded-medium);
}
.cards_section ul li table tr td:last-child {
  border-top-right-radius: var(--j-rounded-medium);
  border-bottom-right-radius: var(--j-rounded-medium);
}
.cards_section ul li table tr:not(:first-child) td {
  margin-top: 6px;
}
@media (max-width: 1199px) {
  .cards_section {
    margin-bottom: var(--j-margin-block-mob);
  }
  .cards_section ul {
    display: flex;
    flex-direction: column;
  }
  .cards_section ul li .card-title {
    font-size: 20px;
  }
}
.faq_section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin-bottom: var(--j-margin-block);
}
.faq_section ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
}
.faq_section ul li {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  margin: 0;
  width: -webkit-fill-available;
  background: var(--j-style1-color);
  color: var(--j-text-color);
  border-radius: var(--j-rounded-large);
}
.faq_section ul li:before {
  display: none !important;
}
.faq_section ul li .faq_item-question {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.faq_section ul li .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: var(--j-buttons-style1-color);
  background: var(--j-buttons-style1-bg);
  border-radius: var(--j-rounded-small);
  cursor: pointer;
}
.faq_section ul li.active .arrow {
  background: var(--j-accent-color);
}
.faq_section ul li .arrow i {
  transition: transform 0.3s ease;
}
.faq_section ul li.active .arrow i {
  transform: rotate(-180deg);
}
.faq_section ul li .faq_item-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}
.faq_section ul li.active .faq_item-title {
  transition: color 0.3s ease;
  color: var(--j-accent-color);
}
.faq_section ul li .faq_item-answer {
  display: none;
}
.faq_section ul li.active .faq_item-answer {
  display: flex;
}
@media (max-width: 1199px) {
  .faq_section {
    margin-bottom: var(--j-margin-block-mob);
  }
  .faq_section ul li .faq_item-title {
    font-size: 18px;
  }
}
.lwptoc {
  margin: 32px 0;
}
.lwptoc:first-child {
  margin-top: 16px;
}
.lwptoc_i {
  padding: 14px 18px 18px;
  text-align: left;
}
.lwptoc_header {
  margin-bottom: 6px;
}
.rtl .lwptoc_header {
  text-align: right;
}
.lwptoc_toggle {
  white-space: nowrap;
  margin-left: 4px;
  font-size: 80%;
}
.rtl .lwptoc_toggle {
  margin-left: 0;
  margin-right: 4px;
}
.lwptoc_toggle:before {
  content: "[";
}
.lwptoc_toggle:after {
  content: "]";
}
.lwptoc_toggle_label {
  margin: 0 1px;
}
.lwptoc_item {
  margin-top: 2px;
}
.rtl .lwptoc_item {
  text-align: right;
}
LI.lwptoc_item {
  margin: 2px 0 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.lwptoc_item:first-child {
  margin-top: 0;
}
LI.lwptoc_item:first-child {
  margin-top: 0 !important;
}
.lwptoc_item_number {
  margin-right: 2px;
}
.rtl .lwptoc_item_number {
  margin-right: 0;
  margin-left: 2px;
}
.lwptoc_itemWrap .lwptoc_itemWrap {
  margin: 2px 0 0 14px;
}
.rtl .lwptoc_itemWrap .lwptoc_itemWrap {
  margin-left: 0;
  margin-right: 14px;
}
OL.lwptoc_itemWrap, UL.lwptoc_itemWrap {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
OL.lwptoc_itemWrap OL.lwptoc_itemWrap, OL.lwptoc_itemWrap UL.lwptoc_itemWrap {
  margin: 2px 0 0 14px !important;
}
UL.lwptoc_itemWrap OL.lwptoc_itemWrap, UL.lwptoc_itemWrap UL.lwptoc_itemWrap {
  margin: 2px 0 0 14px !important;
}
.rtl OL.lwptoc_itemWrap OL.lwptoc_itemWrap, .rtl OL.lwptoc_itemWrap UL.lwptoc_itemWrap {
  margin-left: 0 !important;
  margin-right: 14px !important;
}
.rtl UL.lwptoc_itemWrap OL.lwptoc_itemWrap, .rtl UL.lwptoc_itemWrap UL.lwptoc_itemWrap {
  margin-left: 0 !important;
  margin-right: 14px !important;
}
.lwptoc-autoWidth .lwptoc_i {
  display: inline-block;
}
.lwptoc-left {
  float: left;
  margin-top: 0;
  margin-right: 32px;
}
.lwptoc-right {
  float: right;
  margin-top: 0;
  margin-left: 32px;
}
.lwptoc-rightwithoutflow {
  text-align: right;
}
.lwptoc-rightwithoutflow .lwptoc_i {
  display: inline-block;
}
.lwptoc-center {
  text-align: center;
}
.lwptoc-center .lwptoc_i {
  margin-left: auto;
  margin-right: auto;
}
.lwptoc-baseItems .lwptoc_items {
  font-size: 90%;
}
.lwptoc-notInherit .lwptoc_i DIV A {
  box-shadow: none !important;
  border: none !important;
  text-decoration: none !important;
}
.lwptoc-notInherit .lwptoc_i DIV A:active, .lwptoc-notInherit .lwptoc_i DIV A:focus {
  box-shadow: none !important;
  border: none !important;
  text-decoration: none !important;
}
.lwptoc-notInherit .lwptoc_i DIV A:hover {
  box-shadow: none !important;
  border: none !important;
  text-decoration: none !important;
  border-bottom: 1px dotted !important;
}
.lwptoc-light .lwptoc_i {
  color: #333;
  background: #fafafa;
}
.lwptoc-light .lwptoc_i A {
  color: #3175e4;
}
.lwptoc-light .lwptoc_i A:active, .lwptoc-light .lwptoc_i A:focus, .lwptoc-light .lwptoc_i A:hover {
  color: #3175e4;
  border-color: #3175e4;
}
.lwptoc-light .lwptoc_items A:visited {
  color: #000394;
}
.lwptoc-dark .lwptoc_i {
  color: #d3d5d8;
  background: #2b2b2b;
}
.lwptoc-dark .lwptoc_i A {
  color: #96c6ff;
}
.lwptoc-dark .lwptoc_i A:active, .lwptoc-dark .lwptoc_i A:focus, .lwptoc-dark .lwptoc_i A:hover {
  color: #96c6ff;
  border-color: #71b2ff;
}
.lwptoc-dark .lwptoc_items A:visited {
  color: #53a1ff;
}
.lwptoc-white .lwptoc_i {
  color: #333;
  background: #fff;
}
.lwptoc-white .lwptoc_i A {
  color: #3175e4;
}
.lwptoc-white .lwptoc_i A:active, .lwptoc-white .lwptoc_i A:focus, .lwptoc-white .lwptoc_i A:hover {
  color: #3175e4;
  border-color: #3175e4;
}
.lwptoc-white .lwptoc_items A:visited {
  color: #000394;
}
.lwptoc-transparent .lwptoc_i {
  border: 1px solid #eee;
}
/* =========================
   🔥 FORCE MOSTBET COLORS
   ========================= */
:root {
  --j-bg-color: #0A2F57 !important;
  --j-header-color: #0B3A67 !important;
  --j-footer-color: #0A2F57 !important;
  --j-blocks-color: #0A3F6E !important;
  --j-style1-color: #0E5A8A !important;
  --j-banners-color: #0A3F6E !important;
  --j-text-color: #FFFFFF !important;
  --j-text-blocks-color: #FFFFFF !important;
  --j-text-banners-color: #FFFFFF !important;
  --j-header-and-footer-text: #FFFFFF !important;
  --j-header-and-footer-secondary-text: #DCE6F0 !important;
  --j-secondary-color: #3FA9F5 !important;
  --j-accent-color: #FF8C1A !important;
  --j-buttons-accent-bg: #FF8C1A !important;
  --j-buttons-accent-bg-hover: #FFC107 !important;
  --j-buttons-accent-color: #FFFFFF !important;
  --j-buttons-secondary-bg: #1F6FAE !important;
  --j-buttons-secondary-bg-hover: #3FA9F5 !important;
  --j-buttons-secondary-color: #FFFFFF !important;
  --j-buttons-style1-bg: #1F6FAE !important;
  --j-buttons-style1-bg-hover: #3FA9F5 !important;
  --j-buttons-style1-color: #FFFFFF !important;
  --j-buttons-style2-bg: #0E5A8A !important;
  --j-buttons-style2-bg-hover: #1F6FAE !important;
  --j-buttons-style2-color: #FFFFFF !important;
}

.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table.is-style-stripes{border-bottom:1px solid #f0f0f0}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}
h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}