@charset "UTF-8";

@font-face {
    font-family: GolosText;
    font-display: swap;
    src: url(../fonts/GolosText-ExtraBold.woff2) format("woff2"), url(../fonts/GolosText-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*, :after, :before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active, :focus {
    outline: 0
}

a:active, a:focus {
    outline: 0
}

aside, footer, header, nav {
    display: block
}

body, html {
    min-height: 100%;
    width: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button, input, textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a, a:visited, {
    text-decoration: none;
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400;
    scroll-margin-top: 100px;
}

.theme49-wrapper:first-child {
    margin-top: var(--wrapper-margin);
    margin-bottom: var(--wrapper-margin);
}

.theme49-wrapper {
    width: 100%;
    max-width: calc(var(--width-container) + var(--offsets, 16px) * 2);
    margin: 24px auto var(--wrapper-margin) auto;
    padding: 0 var(--offsets, 16px)
}

.theme49-wrapper--accent {
    background: #414858;
    padding: 24px;
    border-radius: var(--Corners, 12px);
}

.theme49-wrapper--accent .theme49-bonus {
    background: #272b34;
}

.theme49-wrapper--small {
    margin: var(--wrapper-margin-small) auto
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px
}

h1 {
    font-size: 1.7333333333rem;
    font-style: normal;
    font-weight: 800;
    line-height: 2.4rem
}

h2 {
    font-size: 1.4666666667rem;
    font-style: normal;
    font-weight: 800;
    line-height: 2.1333333333rem
}

h3 {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.8666666667rem
}

p:not([class]) {
    margin-top: 20px;
    color: var(--Text, #cfcfcf)
}

a {
    color: var(--Primary-color, #13e17a);
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: opacity;
    text-decoration: none;
}

a:active, a:hover {
    opacity: .6
}

img {
    max-width: 100%;
    height: auto
}

ol.wp-block-list, ul.wp-block-list {
    margin-top: 20px;
    list-style: none
}

ol.wp-block-list li, ul.wp-block-list li {
    position: relative;
    padding-left: 19px;
    padding-block: 8px;
    color: #cfcfcf;
}

ol.wp-block-list li::before, ul.wp-block-list li::before {
    position: absolute;
    left: 0
}

ul.wp-block-list li::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 16 16" fill="none"><path d="M12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0M5.175 8a2.825 2.825 0 1 0 5.65 0 2.825 2.825 0 0 0-5.65 0" fill="%2313E17A"/><circle cx="8" cy="8" r="2" fill="%2313E17A"/></svg>');
    top: 10px;
    width: 18px;
    height: 18px;
    filter: drop-shadow(0 0 3px #13e17a)
}

ol.wp-block-list {
    counter-reset: custom-counter
}

ol.wp-block-list li {
    counter-increment: custom-counter
}

ol.wp-block-list li::before {
    content: counter(custom-counter) ".";
    font-family: GolosText;
    top: 8px;
    color: var(--Primary-color, #13e17a);
    text-shadow: 0 2px 8px rgba(19, 225, 122, .5);
    font-weight: 800
}

* + .wp-block-table {
    margin-top: 20px;
}

.wp-block-table {
    display: block;
    max-width: 100%;
    overflow-x: auto;

}

.wp-block-table::-webkit-scrollbar {
    width: 0;
    height: 0;
    /*display: none*/
}

.wp-block-table table {
    min-width: 500px;
    width: auto;
    overflow: hidden;
    width: 100%;
}

.scrolling table {
    /*user-select: none*/
}

table {
    width: 100%;
    overflow: hidden;
    table-layout: auto;
    border-spacing: 0;
    border-radius: var(--Corners, 12px);
    border: 1px solid var(--Stroke, rgba(255, 255, 255, .08))
}

table td, table th {
    padding: 12px;
}

table td {
    color: var(--Text, #cfcfcf)
}

table th {
    color: var(--Headings, #fff);
    background: var(--Conainers, #414858);

}

table :is(th,td):not(:last-child) {
    border-right: 1px solid var(--Stroke, rgba(255, 255, 255, .08))
}

table tr :is(td,th) {
    border-bottom: 1px solid var(--Stroke, rgba(255, 255, 255, .08))
}

table tbody tr:last-child * {
    border-bottom: 0
}

.no-scroll {
    overflow: hidden
}

body, html {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--Bg, #272b34);
    color: var(--Headings, #fff);
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    overflow-x: hidden
}

main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch
}

:root {
    --offsets: 16px;
    --width-container: 1280px;
    --wrapper-margin: 40px;
    --wrapper-margin-small: 24px;
    --desktop-width: calc(var(--width-container) + var(--offsets) * 2);
    --Bg: #090f1e;
    --Stroke: rgba(255, 255, 255, 0.08);
    --Headings: #fff;
    --Text: #cfcfcf;
    --Conainers: linear-gradient(92deg,#1e283f,#101628);
    --Primary-color: #13e17a;
    --Icons: #d0d8e8;
    --Item-Corners: 8px;
    --Corners: 12px
}

.theme49-header {
    --height: 84px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin: 0 auto;
    width: 100%;
    max-width: calc(var(--width-container) + var(--offsets, 16px) * 2);
    padding: var(--Container-spacing, 20px) var(--Horizontal-spacing, 16px);
    background: linear-gradient(92deg,#1e283f,#101628)
}

.theme49-header::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 1px;
    background: var(--Stroke, rgba(255, 255, 255, .08));
    margin-left: calc((100vw - (var(--width-container) + var(--offsets, 16px) * 2)) / -2)
}

.theme49-header a.theme49-header__logo {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: opacity
}

.theme49-header a.theme49-header__logo:active {
    opacity: .6
}

.theme49-header__logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.theme49-header__logo img {
    max-width: max-content;
    max-height: 44px;
    object-fit: contain;
    width: auto;
}

.theme49-header__lang {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 10;
    width: 80px;
    height: 40px;
    min-width: max-content;
    padding: var(--Item-spacing, 8px);
    border-radius: var(--Item-Corners, 8px);
    background: var(--Stroke, rgba(255, 255, 255, .08));
    cursor: pointer;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

.theme49-header__lang.active::after {
    transform: rotate(-180deg)
}

.theme49-header__lang::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M5 8L10 13L15 8" stroke="%23D0D8E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 20px;
    height: 20px;
    display: block;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: transform
}


.theme49-header__lang img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: none;
    margin-right: 8px
}

.theme49-header__lang-list-link {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    position: relative;
}

.theme49-header__lang-list-link::before {
    content: '';
    width: 80px;
    height: 34px;
    position: absolute;
}

.theme49-header__lang-list-item {
    display: flex;
    align-items: center;
}

.theme49-header__lang-list {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-height: 300px;
    overflow: hidden auto;
    border-radius: var(--Corners, 12px);
    background: var(--Conainers, #414858);
    padding: var(--Item-spacing, 8px);
    box-shadow: 0 0 6px 0 var(--Bg, #272b34);
    width: 100%;
    min-width: 110px;
}

.theme49-header__lang::before {
    height: 20px;
    background: transparent;
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    bottom: -14px;

}

@supports not selector(::-webkit-scrollbar) {
    .theme49-header__lang-list {
        scrollbar-width: thin;
        scrollbar-color: rgba(208, 216, 232, .3098039216) transparent
    }
}

.theme49-header__lang-list::-webkit-scrollbar {
    width: 4px
}

.theme49-header__lang-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(208, 216, 232, .3098039216);
    border-radius: 9px;
    border: 4px solid transparent
}

.theme49-header__lang-list::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 9px
}

.theme49-header__lang-list-item {
    display: flex;
    align-items: center;
    color: var(--Headings, #fff);
    padding: var(--Item-spacing, 8px);
    border-radius: 8px;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

.theme49-header__lang-list-item.current {
    background: #5b6479;
    pointer-events: none
}

.theme49-header__lang-list-item:not(.current):active {
    background: #5b6479
}

.theme49-header__nav {
    z-index: 5;
    flex: 1
}

.theme49-header__burger {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    order: 20
}

.theme49-header__burger::after, .theme49-header__burger::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.theme49-header__burger::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="18" viewBox="0 0 26 18" fill="none"><path d="M1 1L25 1" stroke="%23D0D8E8" stroke-width="2" stroke-linecap="round"/><path d="M1 9L25 9" stroke="%23D0D8E8" stroke-width="2" stroke-linecap="round"/><path d="M1 17L25 17" stroke="%23D0D8E8" stroke-width="2" stroke-linecap="round"/></svg>');
    display: block;
    width: 26px;
    height: 18px
}

.theme49-header__burger::before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

.theme49-header__burger:active::before {
    background: var(--Stroke, rgba(255, 255, 255, .08))
}

.theme49-header .theme49-header-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap
}

.theme49-header .theme49-header-menu a, .theme49-header .theme49-header-menu span {
    display: block;
    color: var(--Headings, #fff);
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    font-weight: 500;
    transition-property: background, color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background, color
}

.theme49-header .theme49-header-menu .item {
    position: relative;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

.theme49-header .theme49-header-menu .item.parent {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center
}

.theme49-header .theme49-header-menu .item.parent::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M5 8L10 13L15 8" stroke="%23D0D8E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 4px;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: transform
}

.theme49-header .theme49-header-menu .submenu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%
}

.theme49-header .theme49-header-menu span.theme49-header__nav__link--current,
.sub-menu__link--current {
    background: var(--Stroke, rgba(255, 255, 255, .08));
}

.theme49-header__nav__item.item.parent:has(span), .submenu__item-link.submenu__link.submenu__link--current {
    background: var(--Stroke, rgba(255, 255, 255, .08));
}

.submenu__item-link.submenu__link.submenu__link--current {
    cursor: auto;
}

.theme49-header .theme49-header-menu .item.parent > span.theme49-header__nav__link--current {
    background: transparent;
}

@supports not selector(::-webkit-scrollbar) {
    .theme49-header .theme49-header-menu .submenu {
        scrollbar-width: thin;
        scrollbar-color: rgba(208, 216, 232, .3098039216) transparent
    }
}

.theme49-header .theme49-header-menu .submenu::-webkit-scrollbar {
    width: 4px
}

.theme49-header .theme49-header-menu .submenu::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(208, 216, 232, .3098039216);
    border-radius: 9px;
    border: 4px solid transparent
}

.theme49-header .theme49-header-menu .submenu::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 9px
}

.theme49-header .theme49-header-menu .submenu a, .theme49-header .theme49-header-menu .submenu span {
    width: 100%;
    padding: 8px 12px;
    color: var(--Text, #cfcfcf)
}

.theme49-header.menu-active .theme49-header__burger::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1 15L15 1" stroke="%23D0D8E8" stroke-width="2" stroke-linecap="round"/><path d="M1 1L15 15" stroke="%23D0D8E8" stroke-width="2" stroke-linecap="round"/></svg>');
    width: 16px;
    height: 16px
}

.theme49-header__btns {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    margin-left: auto;
    margin-right: 5px
}

.theme49-header__btns .btn {
    min-width: 189px;
    font-size: .9333333333rem;
    padding-block: 8px
}

.theme49-footer {
    width: 100%;
    max-width: calc(var(--width-container) + 48px);
    padding: var(--wrapper-margin) 24px;
    margin: 0 auto;
    position: relative;
    display: grid;
    place-items: flex-start;
    grid-template-columns:repeat(3, 1fr);
    gap: 20px 40px
}

.theme49-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 1px;
    background: var(--Stroke, rgba(255, 255, 255, .08));
    margin-left: calc((100vw - (var(--width-container) + var(--offsets, 16px) * 2)) / -2)
}

.theme49-footer a.theme49-footer__logo {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: opacity
}

.theme49-footer a.theme49-footer__logo:active {
    opacity: .6
}

.theme49-footer__logos, .theme49-footer__main, .theme49-footer__nav {
    width: 100%;
    padding-bottom: 24px
}

.theme49-footer__logo {
    position: relative
}

.theme49-footer__logo img {
    width: auto;
    max-height: 44px;
    object-fit: contain;
    margin-right: auto
}

.theme49-footer__nav-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%
}

.theme49-footer__nav-list a, .theme49-footer__nav-list li {
    width: 100%
}

.theme49-footer__nav-list a {
    display: block;
    color: var(--Headings, #fff);
    padding-block: 8px;
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: color;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: opacity
}

.theme49-footer__nav-list-link--current {
    color: var(--Primary-color, #13e17a);;
}

.theme49-footer__nav-list a:active {
    opacity: .6
}

.theme49-footer__logos {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(max-content, 68px));
    grid-template-rows:repeat(auto-fill, 40px);
    gap: 12px
}

.theme49-footer__logos li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.theme49-footer__logos img, .theme49-footer__logos svg {
    width: auto;
    height: 40px;
    max-width: 68px;
    max-height: 40px;
    object-fit: contain
}

.theme49-footer__copyright {
    grid-column: 1/-1;
    text-align: center;
    color: var(--Text, #cfcfcf);
    place-self: center
}


.theme49-section-hero img {
    width: 100%
}


.theme49-bonus {
    height: max-content;
    border-radius: 12px;
    background: var(--Conainers, #414858);
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px
}

.theme49-bonus p {
    font-size: 1.0666666667rem;
    line-height: 1.6rem;
    font-weight: 600;
    text-align: center
}

.theme49-bonus .btn {
    margin-inline: auto;
    min-width: 332px
}

.theme49-section-hero > * {
    grid-column: 1/-1
}

.theme49-section-hero .theme49-text-image {
    grid-template-columns: 1fr 1.38fr;
}

.section-faq h2 {
    margin-left: 16px
}

.section-faq__list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-top: 20px
}

.wp-block-heading + .theme49-faq {
    margin-top: 28px;
}

.theme49-faq {
    position: relative;
    margin: 16px 0 0 0;
    border-radius: var(--Corners, 12px);
    background: var(--Conainers, #414858);
    padding: 20px;
}

.theme49-faq .theme49-faq__title + p {
    margin-top: -12px
}


.theme49-faq__title {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: var(--Headings, #fff);
    font-size: 1.0666666667rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6rem;
    cursor: pointer;
    list-style: none;
    margin-bottom: 0;
    padding-right: 30px;
}


.theme49-faq__title::after {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    border-radius: var(--Corners, 12px);
    pointer-events: none
}

.theme49-faq.active .theme49-faq__title::after {
    transform: rotate(-180deg);
    top: 2px;
}

.theme49-faq__title::before {
    content: "";
    border-radius: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-color: rgba(255, 255, 255, .2);
    transition-property: background-color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background-color;
}

.section-faq .theme49-faq__title::marker {
    content: ""
}

.section-faq .theme49-faq__title::-webkit-details-marker {
    display: none
}

.theme49-faq__title::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M5 8L10 13L15 8" stroke="%23D0D8E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    display: block;
    width: 20px;
    height: 20px;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: transform
}

.theme49-faq__answer {
    display: none;
}

.theme49-faq.active .theme49-faq__answer {
    display: block;
    margin-top: 10px;
}

.theme49-breadcrumbs {
    width: 100%;
    margin: 0 auto;
    max-width: var(--width-container);
    padding: 0 8px;
    border-bottom: 1px solid var(--Stroke, rgba(255, 255, 255, .08))
}

.theme49-breadcrumbs__list {
    width: max-content;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 8px
}

.theme49-breadcrumbs li {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.theme49-breadcrumbs li:not(:last-child) {
    padding-right: 36px
}

.theme49-breadcrumbs li:not(:last-child)::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M7.5 15L12.5 10L7.5 5" stroke="%23D0D8E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px
}

.theme49-breadcrumbs li:last-child a, .theme49-breadcrumbs li:last-child span {
    color: var(--Text, #cfcfcf)
}

.theme49-breadcrumbs a, .theme49-breadcrumbs span {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px;
    color: var(--Headings, #fff);
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: color
}

.theme49-breadcrumbs a:focus {
    color: var(--Text, #cfcfcf)
}

.btn {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    width: max-content;
    max-width: 100%;
    background: 0 0;
    transition-property: background, box-shadow, color, border-color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background, box-shadow, color, border-color;
    cursor: pointer;
    text-align: center;
    font-size: 1.0666666667rem;
    font-weight: 700;
    line-height: 1.3333333333rem;
    transition-property: filter;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: filter
}

.btn svg {
    max-width: 32px;
    max-height: 32px;
    fill: #fff
}

.theme49-content-buttons {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;

}

.theme49-content-buttons.align-center {
    justify-content: center;
}

.theme49-content-buttons.align-right {
    display: flex;
    justify-content: flex-end;
}

.btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    transform: skewX(-16deg);
    border-radius: 4px;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

.btn.disabled, .btn[disabled] {
    filter: grayscale(1);
    pointer-events: none
}

.btn--primary {
    color: var(--Headings, #fff)
}

.btn--primary::before {
    background: linear-gradient(70deg,#31bc69 -8%,#089e4e 96%)
}

.btn--secondary, ._button--second {
    color: var(--Bg, #272b34)
}

.btn--secondary::before, ._button--second::before {
    background: var(--Icons, #d0d8e8)
}

.btn--secondary:active::before, ._button--second:active::before {
    background: #a6aebe
}

.btn--secondary svg, ._button--second svg {
    fill: var(--Bg, #272b34)
}

/*.theme49-text-image {*/
/*    display: grid;*/
/*    column-gap: 20px;*/
/*    grid-auto-columns: 1fr*/
/*}*/
.theme49-text-image.reversed > img {
    grid-column: 1;
    grid-row: 1;
}

.theme49-text-image.reversed > .theme49-text-image__content {
    grid-column: 2;
    grid-row: 1;
}

.theme49-text-image > * {
    margin: 0
}

.theme49-text-image > :not([class]) {
    margin: 0
}

.theme49-text-image img {
    width: 100%;
    max-width: 100%
}

.theme49-text-image .btn {
    min-width: 332px
}

.theme49-text-image__content p:first-child {
    margin-top: 0
}

* + .theme49-toc {
    margin-top: 20px;
}

.theme49-toc {
    width: 100%;
    max-width: var(--width-container);
    display: grid;
    border-radius: var(--Corners, 12px);
    background: var(--Conainers, #414858)
}

.theme49-toc.active .theme49-toc__title::after {
    transform: rotate(-180deg)
}

.theme49-toc.active .theme49-toc__list, .theme49-toc.active ol {
    display: flex;
}

.theme49-toc__title {
    font-size: 1.0666666667rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6rem;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    padding: 20px;
    cursor: pointer
}

.theme49-toc__title::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M5 8L10 13L15 8" stroke="%23D0D8E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    display: block;
    width: 20px;
    height: 20px;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: transform
}

.theme49-toc__title::before {
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: transparent;
    transition-property: background-color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background-color
}

.theme49-toc__list, .theme49-toc ol {
    grid-column: 1/-1;
    padding-inline: 20px;
    padding-bottom: 20px;
    display: none;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap
}

.theme49-toc__item, .theme49-toc ol li {
    position: relative;
    display: flex;
    flex-direction: row
}

.theme49-toc__item a, .theme49-toc ol li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px;
    border-radius: var(--Item-Corners, 8px);
    background: var(--Stroke, rgba(255, 255, 255, .08));
    color: var(--Text, #cfcfcf);
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

.theme49-toc__item a:active, .theme49-toc ol li a:active {
    background: rgba(255, 255, 255, .21)
}

.theme49-toc__item a::after, .theme49-toc ol li a::after {
    content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 5L13 7V19" stroke="%23D0D8E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 15L13 19L17 15" stroke="%23D0D8E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 24px;
    height: 24px;
    display: block
}

.theme49-text-image {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.theme49-scroll-to-top {
    width: 32px;
    height: 32px;
    position: fixed;
    bottom: 80px;
    right: 40px;
    cursor: pointer;
    z-index: 90;
    box-shadow: 0px 4px 32px -4px rgba(16, 16, 16, 0.0784313725);
    background: var(--w-to-subtext);
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.theme49-scroll-to-top__button {
    border-radius: var(--Corners, 12px);
    background: var(--Conainers, #414858);
    padding: 12px;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
}

.theme49-social, .theme49-external-links {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    position: relative;
    place-self: stretch;

}

.theme49-social img, .theme49-external-links img {
    max-width: 40px;
}

.theme49-footer__dmca-image {
    margin-top: 20px;
    max-width: 100px;
}

.theme49-content-buttons {
    margin-top: 20px;
}

.theme49-header__lang.active .theme49-header__lang-list {
    display: block
}

.theme49-page-404__title {
    font-size: 85px;
    text-align: center;
    line-height: 85px;
}

.theme49-page-404__subtitle {
    text-align: center;
    font-size: 24px;
}

.theme49-page-404__link {
    margin: auto;
}

@media (max-width: 1023px) {
    .theme49-text-image {
        grid-template-columns: 1fr;
        display: grid;
    }

    .theme49-text-image.reversed > .theme49-text-image__content {
        grid-column: 1;
        grid-row: 1;
    }

    .theme49-text-image__content {
        display: grid;
    }

    .theme49-text-image.reversed > img {
        grid-column: 1;
        grid-row: 2;
    }

    .theme49-section-hero .theme49-text-image {
        display: contents
    }

    .theme49-section-hero .theme49-text-image__content {
        display: contents;
    }

    .theme49-section-hero .wp-block-heading {
        margin-bottom: 0;
    }

    .theme49-wrapper.theme49-section-hero {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .theme49-section-hero > p {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .theme49-footer__logos, .theme49-footer__nav {
        position: relative;
        place-self: stretch
    }

    .theme49-footer__logos::before, .theme49-footer__nav::before, .theme49-external-links::before {
        content: "";
        position: absolute;
        top: 0;
        left: -20px;
        width: 1px;
        height: 100%;
        background: var(--Stroke, rgba(255, 255, 255, .08))
    }


    .theme49-text-image:has(img:not(:first-child):not(:last-child)) {
        grid-template-columns:repeat(2, 1fr)
    }

    .theme49-text-image .wp-block-table {
        /*overflow: unset*/
    }

    .theme49-text-image .wp-block-table table {
        /*min-width: unset*/
    }

    .theme49-text-image > * {
        /*grid-column: 1/2*/
    }

    .theme49-text-image > *, .theme49-text-image > :not([class]) {
        margin: 0;
    }

    .theme49-text-image > :first-child, .theme49-text-image > :not([class]):first-child {
        margin-top: 0
    }

    /*.theme49-text-image img {*/
    /*    grid-column: 2/3;*/
    /*    grid-row: 2/50*/
    /*}*/
    .theme49-text-image img:first-child:last-child {
        grid-column: unset;
        grid-row: unset;
        margin: 0
    }

    /*.theme49-text-image.reverse:has(img) > * {*/
    /*    grid-column: 2/3*/
    /*}*/
    /*.theme49-text-image.reverse:has(img) img {*/
    /*    grid-column: 1/2*/
    /*}*/
}

@media (min-width: 1240px) {
    .theme49-header__lang:hover .theme49-header__lang-list {
        display: block
    }

    .theme49-header__lang:hover::after {
        transform: rotate(-180deg)
    }

    .theme49-header__burger {
        display: none
    }

    .theme49-header .theme49-header-menu > .item.parent, .theme49-header .theme49-header-menu > .item:not(.parent) > :is(a,span) {
        padding: 12px 8px
    }

    .theme49-header .theme49-header-menu > .item.parent::before {
        content: "";
        width: 100%;
        height: 16px;
        position: absolute;
        top: calc(100% - 4px);
        left: 0;
        display: none
    }

    .theme49-header .theme49-header-menu > .item:nth-child(1) {
        z-index: 49
    }

    .theme49-header .theme49-header-menu > .item:nth-child(2) {
        z-index: 48
    }

    .theme49-header .theme49-header-menu > .item:nth-child(3) {
        z-index: 47
    }

    .theme49-header .theme49-header-menu > .item:nth-child(4) {
        z-index: 46
    }

    .theme49-header .theme49-header-menu > .item:nth-child(5) {
        z-index: 45
    }

    .theme49-header .theme49-header-menu > .item:nth-child(6) {
        z-index: 44
    }

    .theme49-header .theme49-header-menu > .item:nth-child(7) {
        z-index: 43
    }

    .theme49-header .theme49-header-menu > .item:nth-child(8) {
        z-index: 42
    }

    .theme49-header .theme49-header-menu > .item:nth-child(9) {
        z-index: 41
    }

    .theme49-header .theme49-header-menu > .item:nth-child(10) {
        z-index: 40
    }

    .theme49-header .theme49-header-menu > .item:nth-child(11) {
        z-index: 39
    }

    .theme49-header .theme49-header-menu > .item:nth-child(12) {
        z-index: 38
    }

    .theme49-header .theme49-header-menu > .item:nth-child(13) {
        z-index: 37
    }

    .theme49-header .theme49-header-menu > .item:nth-child(14) {
        z-index: 36
    }

    .theme49-header .theme49-header-menu > .item:nth-child(15) {
        z-index: 35
    }

    .theme49-header .theme49-header-menu > .item:nth-child(16) {
        z-index: 34
    }

    .theme49-header .theme49-header-menu > .item:nth-child(17) {
        z-index: 33
    }

    .theme49-header .theme49-header-menu > .item:nth-child(18) {
        z-index: 32
    }

    .theme49-header .theme49-header-menu > .item:nth-child(19) {
        z-index: 31
    }

    .theme49-header .theme49-header-menu > .item:nth-child(20) {
        z-index: 30
    }

    .theme49-header .theme49-header-menu > .item:nth-child(21) {
        z-index: 29
    }

    .theme49-header .theme49-header-menu > .item:nth-child(22) {
        z-index: 28
    }

    .theme49-header .theme49-header-menu > .item:nth-child(23) {
        z-index: 27
    }

    .theme49-header .theme49-header-menu > .item:nth-child(24) {
        z-index: 26
    }

    .theme49-header .theme49-header-menu > .item:nth-child(25) {
        z-index: 25
    }

    .theme49-header .theme49-header-menu > .item:nth-child(26) {
        z-index: 24
    }

    .theme49-header .theme49-header-menu > .item:nth-child(27) {
        z-index: 23
    }

    .theme49-header .theme49-header-menu > .item:nth-child(28) {
        z-index: 22
    }

    .theme49-header .theme49-header-menu > .item:nth-child(29) {
        z-index: 21
    }

    .theme49-header .theme49-header-menu > .item:nth-child(30) {
        z-index: 20
    }

    .theme49-header .theme49-header-menu > .item:nth-child(31) {
        z-index: 19
    }

    .theme49-header .theme49-header-menu > .item:nth-child(32) {
        z-index: 18
    }

    .theme49-header .theme49-header-menu > .item:nth-child(33) {
        z-index: 17
    }

    .theme49-header .theme49-header-menu > .item:nth-child(34) {
        z-index: 16
    }

    .theme49-header .theme49-header-menu > .item:nth-child(35) {
        z-index: 15
    }

    .theme49-header .theme49-header-menu > .item:nth-child(36) {
        z-index: 14
    }

    .theme49-header .theme49-header-menu > .item:nth-child(37) {
        z-index: 13
    }

    .theme49-header .theme49-header-menu > .item:nth-child(38) {
        z-index: 12
    }

    .theme49-header .theme49-header-menu > .item:nth-child(39) {
        z-index: 11
    }

    .theme49-header .theme49-header-menu > .item:nth-child(40) {
        z-index: 10
    }

    .theme49-header .theme49-header-menu > .item:nth-child(41) {
        z-index: 9
    }

    .theme49-header .theme49-header-menu > .item:nth-child(42) {
        z-index: 8
    }

    .theme49-header .theme49-header-menu > .item:nth-child(43) {
        z-index: 7
    }

    .theme49-header .theme49-header-menu > .item:nth-child(44) {
        z-index: 6
    }

    .theme49-header .theme49-header-menu > .item:nth-child(45) {
        z-index: 5
    }

    .theme49-header .theme49-header-menu > .item:nth-child(46) {
        z-index: 4
    }

    .theme49-header .theme49-header-menu > .item:nth-child(47) {
        z-index: 3
    }

    .theme49-header .theme49-header-menu > .item:nth-child(48) {
        z-index: 2
    }

    .theme49-header .theme49-header-menu > .item:nth-child(49) {
        z-index: 1
    }

    .theme49-header .theme49-header-menu > .item:nth-child(50) {
        z-index: 0
    }

    .theme49-header .theme49-header-menu .item.parent, .theme49-header .theme49-header-menu .item:not(.parent) > :is(a,span) {
        border-radius: var(--Item-Corners, 8px)
    }

    .theme49-header .theme49-header-menu .item.parent:active, .theme49-header .theme49-header-menu .item:not(.parent) > :is(a,span):active {
        background: var(--Stroke, rgba(255, 255, 255, .08))
    }

    .theme49-header .theme49-header-menu .item.current.parent, .theme49-header .theme49-header-menu .item.current:not(.parent) > :is(a,span) {
        background: var(--Stroke, rgba(255, 255, 255, .08))
    }

    .theme49-header .theme49-header-menu .submenu {
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        width: max-content;
        max-width: 210px;
        max-height: 300px;
        overflow-y: auto;
        padding: 8px 12px;
        display: none;
        border-radius: var(--Corners, 12px);
        background: var(--Conainers, #414858);
        box-shadow: 0 0 6px 0 var(--Bg, #272b34)
    }
}

@media (min-width: 1240px) and (hover: hover) {
    .theme49-header .theme49-header-menu > .item.parent:hover::after {
        transform: rotate(-180deg)
    }

    .theme49-header .theme49-header-menu > .item.parent:hover::before {
        display: block
    }

    .theme49-header .theme49-header-menu > .item.parent:hover > .submenu {
        display: flex
    }

    .theme49-header .theme49-header-menu .item.parent:hover, .theme49-header .theme49-header-menu .item:not(.parent) > :is(a,span):hover {
        background: var(--Stroke, rgba(255, 255, 255, .08))
    }

    .theme49-header .theme49-header-menu .item.parent:focus, .theme49-header .theme49-header-menu .item:not(.parent) > :is(a,span):focus {
        background: var(--Stroke, rgba(255, 255, 255, .08))
    }
}

@media (max-width: 1312px) {
    .theme49-wrapper {
        margin-inline: var(--offsets, 16px);
        padding: 0;
        width: unset
    }

    .theme49-header::after {
        margin-left: 0
    }

    .theme49-footer::before {
        margin-left: 0
    }

    .theme49-toc {
        /*margin-inline: var(--offsets, 16px);*/
        width: unset
    }
}

@media (max-width: 1239.9px) {
    .theme49-header__nav {
        margin-left: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: calc(100svh - var(--height));
        padding-inline: var(--offsets, 16px);
        padding-bottom: 32px;
        overflow-y: auto;
        align-items: flex-start;
        justify-content: flex-start;
        background: var(--Bg, #272b34)
    }

    @supports not selector(::-webkit-scrollbar) {
        .theme49-header__nav {
            scrollbar-width: thin;
            scrollbar-color: rgba(208, 216, 232, .3098039216) transparent
        }
    }.theme49-header__nav::-webkit-scrollbar {
         width: 4px
     }

    .theme49-header__nav::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: rgba(208, 216, 232, .3098039216);
        border-radius: 9px;
        border: 4px solid transparent
    }

    .theme49-header__nav::-webkit-scrollbar-track {
        background: 0 0;
        border-radius: 9px
    }

    .theme49-header .theme49-header-menu {
        flex-direction: column;
        align-items: stretch;
        gap: 0
    }

    .theme49-header .theme49-header-menu .item.parent {
        flex-wrap: wrap
    }

    .theme49-header .theme49-header-menu .item.parent::after {
        order: 2;
        margin-left: auto
    }

    .theme49-header .theme49-header-menu .item.parent.active {
        padding-bottom: 12px
    }

    .theme49-header .theme49-header-menu .item.parent.active::after {
        transform: rotate(-180deg)
    }

    .theme49-header .theme49-header-menu .item.parent.active > .submenu {
        display: flex
    }

    .theme49-header .theme49-header-menu > .item:not(:last-child) {
        border-bottom: 1px solid var(--Stroke, rgba(255, 255, 255, .08))
    }

    .theme49-header .theme49-header-menu > .item > :is(a,span) {
        padding-block: 12px
    }

    .theme49-header .theme49-header-menu > .item:not(.parent) > :is(a,span) {
        width: 100%
    }

    .theme49-header .theme49-header-menu .submenu {
        order: 3;
        position: relative;
        top: 0;
        left: 0;
        margin-top: -4px;
        display: none
    }

    .theme49-header:not(.menu-active) .theme49-header__nav {
        display: none
    }

    .theme49-header .theme49-header-menu .item.parent > span, .theme49-header__nav__item.item.parent:has(span), .theme49-header .theme49-header-menu .submenu__item-link.submenu__link.submenu__link--current, .theme49-header .theme49-header-menu span.theme49-header__nav__link--current, .sub-menu__link--current {
        background: transparent;
        color: #13e17a;
    }
}

@media (max-width: 767.9px) {
    .theme49-header {
        --height: 116px;
        flex-wrap: wrap
    }

    .theme49-header__lang {
        margin-left: auto
    }

    .theme49-header__burger {
        order: unset
    }

    .theme49-header__btns {
        width: 100%;
        margin-right: 0
    }

    .theme49-header__btns .btn {
        min-width: unset;
        flex: 1
    }

    .theme49-footer {
        grid-template-columns:1fr
    }

    .theme49-footer__logos, .theme49-footer__main, .theme49-footer__nav {
        padding-bottom: 0
    }

    .theme49-footer__logos {
        justify-content: center;
        gap: 8px;
        padding: 20px 8px;
        border-top: 1px solid var(--Stroke, rgba(255, 255, 255, .08));
        border-bottom: 1px solid var(--Stroke, rgba(255, 255, 255, .08))
    }

    .theme49-section-hero img {
        order: 100
    }

    .theme49-text-image {
        row-gap: 20px
    }

    .theme49-text-image .btn {
        min-width: unset;
        width: 100%
    }

    .theme49-text-image.reverse img {
        order: -1
    }

    .theme49-header__logo img {
        max-width: 140px;
    }

    .theme49-wrapper {
        margin-top: 24px;
        margin-bottom: 40px;
    }
}

@media (max-width: 575.9px) {
    ul.wp-block-list li::before, ul:not([class]) li::before {
        transform: scale(.8888888889);
        transform-origin: top left
    }

    .theme49-header {
        gap: 12px;
        padding-block: 12px
    }

    .theme49-section-hero {
        margin-top: 20px
    }

    .theme49-bonus .btn {
        min-width: 0;
        width: 100%
    }

    .section-faq h2 {
        margin-left: 0
    }

    .theme49-faq {
        margin-inline: 0
    }

    .btn {
        font-size: .9333333333rem
    }

    .wp-block-table {
        display: block;
        max-width: 100%;
        overflow: auto;
    }

    .wp-block-table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .theme49-scroll-to-top__button {
        font-size: 24px;
        line-height: 24px;
    }
}

@media (hover: hover) {

    p:not([class]) a:hover {
        opacity: .6
    }

    p:not([class]) a:focus {
        opacity: .6
    }

    .theme49-header a.theme49-header__logo:hover {
        opacity: .6
    }

    .theme49-header a.theme49-header__logo:focus {
        opacity: .6
    }

    .theme49-header__lang:not(.active):hover {
        background: rgba(255, 255, 255, .18)
    }

    .theme49-header__lang-list-item:not(.current):hover {
        background: #5b6479
    }

    .theme49-header__lang-list-item:not(.current):focus {
        background: #5b6479
    }

    .theme49-header__burger:hover::before {
        background: var(--Stroke, rgba(255, 255, 255, .08))
    }

    .theme49-header__burger:focus::before {
        background: var(--Stroke, rgba(255, 255, 255, .08))
    }

    .theme49-footer a.theme49-footer__logo:hover {
        opacity: .6
    }

    .theme49-footer a.theme49-footer__logo:focus {
        opacity: .6
    }

    .theme49-footer__nav-list a:hover {
        opacity: .6
    }

    .theme49-footer__nav-list a:focus {
        opacity: .6
    }

    .theme49-breadcrumbs a:hover {
        color: var(--Text, #cfcfcf)
    }

    .btn--primary:hover::before {
        background: #0e9e56
    }

    .btn--primary:focus::before {
        background: #0e9e56
    }

    .btn--secondary:hover::before, ._button--second:hover::before {
        background: #a6aebe
    }

    .btn--secondary:focus::before {
        background: #a6aebe
    }

    .theme49-toc__title:hover::before {
        background-color: rgba(255, 255, 255, .2)
    }

    .theme49-toc__item a:hover {
        background: rgba(255, 255, 255, .21)
    }

    .theme49-toc__item a:focus {
        background: rgba(255, 255, 255, .21)
    }
}

.theme49-last-modified-date {
    width: 100%;
    max-width: calc(var(--width-container) + var(--offsets, 16px)* 2);
    margin: 24px auto var(--wrapper-margin) auto;
    padding: 0 var(--offsets, 16px);
    font-size: 1.0666666667rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6rem;
    color: #cfcfcf;
}

.theme49-last-modified-date time {
    color: #fff;
}


.theme49-fixed-btn {
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 80;
    width: 100%;
    padding: 12px 24px;
    background: linear-gradient(0deg, #272b34 0%, rgba(39, 43, 52, 0.8) 100%);
}

.theme49-fixed-btn .btn {
    width: 100%;
}

@media (min-width: 576px) {
    .theme49-fixed-btn {
        display: none;
    }
}


.wp-block-table td > *:first-child {
	margin-top: 0;
}