@charset "UTF-8";
@font-face {
    font-family: AlbertSans;
    font-display: swap;
    src: url(../fonts/AlbertSans-Black.woff2) format("woff2"), url(../fonts/AlbertSans-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

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

:root {
	--BG: #232626;
}

* {
    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;
    color: var(--Headings, #343434);
    scroll-margin-top: 81px;
}

.theme50-wrapper {
    position: relative;
    width: 100%;
    max-width: var(--width-container);
    margin: 0 auto;
    padding: var(--inner-offsets, 32px)
}

.theme50-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid var(--Stroke, #f3edfa);
    border-top: 0;
    pointer-events: none
}

.theme50-wrapper .theme50-wrapper::before {
    content: none;
    padding: 0;
    margin: 0;
}

.theme50-wrapper .theme50-wrapper {
    width: 100%;
    padding: 16px 0;
    margin: 0;
}

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

h1 {
    font-size: 1.8666666667rem;
    font-style: normal;
    font-weight: 900;
    line-height: 2.4rem
}

h2 {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 900;
    line-height: 2.4rem
}

h3 {
    font-size: 1.4666666667rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.1333333333rem
}

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

a {
    color: var(--Secondary, #2C97D9);
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: opacity
}

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

img {
    width: 100%;
    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-block: 4px
}

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

ul.wp-block-list li {
    padding-left: 20px
}

ul.wp-block-list li::before {
    content: "";
    top: 11px;
    left: 5px;
    width: 7px;
    height: 7px;
    background-color: #07ca7c;
    transform: rotate(45deg)
}

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

ol.wp-block-list li {
    padding-left: 15px;
    counter-increment: custom-counter
}

ol.wp-block-list li::before {
    content: counter(custom-counter) ".";
    font-family: AlbertSans;
    top: 2px;
    color: var(--Primary, #07ca7c);
    font-weight: 900
}

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

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

.wp-block-table table {
    min-width: 500px
}

.scrolling table {
    user-select: none
}

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

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

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

table td, table th {
    padding: 12px;
    text-align: center;
    color: var(--Text, #4d4d4d)
}

table th {
    color: var(--Headings, #343434);
    background: #f3edfa;
}

table :is(th,td):not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, .05)
}

table tr :is(td,th) {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

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, #fafafa);
    color: var(--Text, #484848);
    font-family: "Roboto Flex", sans-serif;
    overflow-x: hidden
}

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

:root {
    --inner-offsets: 32px;
    --offsets: 26px;
    --width-container: 1280px;
    --desktop-width: calc(var(--width-container) + var(--offsets) * 2);
    --BG: #fafafa;
    --Headings: #343434;
    --Text: #484848;
    --Secondary: #2c97d9;
    --Primary: #07ca7c;
    --CONTAINER: #fff;
    --Stroke: #f3edfa
}

.theme50-header {
    --height: 81px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin: 0 auto;
    width: 100%;
    max-width: var(--width-container);
    min-height: var(--height);
    padding: 12px 20px;
    border: 1px solid var(--Stroke, #f3edfa);
    border-top: 0;
    background: var(--BG, #fafafa);
    justify-content: space-between;
}

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

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

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

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

.theme50-header__lang {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 10;
    width: 72px;
    height: 32px;
    min-width: max-content;
    padding: 4px;
    margin-left: 8px;
    border-radius: var(--Item-Corners, 4px);
    background: var(--Stroke, #f3edfa);
    cursor: pointer;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

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

.theme50-header__lang::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none"><path d="M9.293 12.793 5.707 9.207c-.63-.63-.184-1.707.707-1.707h7.172c.89 0 1.337 1.077.707 1.707l-3.586 3.586a1 1 0 0 1-1.414 0" fill="%236C7E8A"/></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
}

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

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

.theme50-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: 4px;
    background: var(--CONTAINER, #fff);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .12);
    padding: 12px
}

@supports not selector(::-webkit-scrollbar) {
    .theme50-header__lang-list {
        scrollbar-width: thin;
        scrollbar-color: var(--Stroke, #f3edfa) transparent
    }
}

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

.theme50-header__lang-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--Stroke, #f3edfa);
    border-radius: 9px;
    border: 4px solid transparent
}

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

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

.theme50-header__lang-item img {
    margin-right: 8px
}

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

.theme50-header__lang-item:not(.current):active {
    background: var(--Stroke, #f3edfa)
}

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

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

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

.theme50-header__burger::after {
    content: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 14L29 14" stroke="%236C7E8A" stroke-width="2" stroke-linecap="round"/><path d="M11 20L29 20" stroke="%236C7E8A" stroke-width="2" stroke-linecap="round"/><path d="M11 26L29 26" stroke="%236C7E8A" stroke-width="2" stroke-linecap="round"/></svg>');
    width: 40px;
    height: 40px
}

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

.theme50-header__burger:active::before {
    background: var(--Stroke, #f3edfa)
}

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

.theme50-header .theme50-header-menu a, .theme50-header .theme50-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
}

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

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

.theme50-header .theme50-header-menu .item.parent::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none"><path d="M9.293 12.793 5.707 9.207c-.63-.63-.184-1.707.707-1.707h7.172c.89 0 1.337 1.077.707 1.707l-3.586 3.586a1 1 0 0 1-1.414 0" fill="%236C7E8A"/></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
}

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

@supports not selector(::-webkit-scrollbar) {
    .theme50-header .theme50-header-menu .submenu {
        scrollbar-width: thin;
        scrollbar-color: var(--Stroke, #f3edfa) transparent
    }
}

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

.theme50-header .theme50-header-menu .submenu::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--Stroke, #f3edfa);
    border-radius: 9px;
    border: 4px solid transparent
}

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

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

.theme50-header.menu-active .theme50-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 15 15 1M1 1l14 14" stroke="%236C7E8A" stroke-width="2" stroke-linecap="round"/></svg>');
    width: 16px;
    height: 16px
}

.theme50-header__btns {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
    margin-left: auto
}

.theme50-header__btns .btn {
    min-width: 160px;
    padding-block: 4px
}

.theme50-footer {
    width: 100%;
    max-width: var(--width-container);
    margin: 0 auto;
    padding: var(--inner-offsets, 32px);
    position: relative;
    display: grid;
    place-items: flex-start;
    grid-template-columns:repeat(3, 1fr);
    gap: 20px 60px
}

.theme50-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid var(--Stroke, #f3edfa);
    border-top: 0;
    pointer-events: none
}

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

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

.theme50-footer__logos, .theme50-footer__main, .theme50-footer__nav {
    width: 100%
}

.theme50-footer__logo {
    position: relative
}

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

.theme50-footer__nav-list {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 8px 60px;
    width: 100%
}

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

.theme50-footer__nav-list a {
    display: block;
    color: var(--Secondary, #2c97d9);
    padding-block: 4px;
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: color
}

.theme50-footer__nav-list a:active {
    color: var(--Text, #484848)
}

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

.theme50-footer__logos:has(svg) {
    display: flex;
    flex-wrap: wrap;
}

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

.theme50-footer__logos img {
    width: 100%;
    height: auto;
    max-width: 68px;
    max-height: 40px;
    object-fit: contain
}

.theme50-footer__logos svg {
    width: auto;
    height: auto;
    max-height: fit-content;
}

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

.theme50-section-hero .theme50-text-image {
    display: grid;
    grid-template-rows:max-content 1fr;
    grid-template-columns:1fr;
    column-gap: 24px
}

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

.theme50-section-hero h1 {
    height: max-content;
    margin: 0
}

.theme50-section-hero p:not([class]) {
    margin-top: 16px
}

.theme50-bonus {
    border-radius: 4px;
    background: var(--CONTAINER, #fff);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .12);
    padding: 16px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px
}

.theme50-bonus p:not([class]) {
    margin: 0;
    font-size: 1.0666666667rem;
    line-height: 1.6rem;
    font-weight: 800;
    text-align: center
}

.theme50-bonus .btn {
    margin-inline: auto;
    min-width: 240px
}

.theme50-bonus .btn::after, .theme50-bonus .btn::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="24" viewBox="0 0 32 24" fill="none"><path d="m26.52 11.136-9.016-5.259A1 1 0 0 0 16 6.741v10.518a1 1 0 0 0 1.504.864l9.015-5.26a1 1 0 0 0 0-1.727" fill="%236C7E8A"/><path fill="%236C7E8A" d="M4 11h12v2H4z"/></svg>');
    position: absolute;
    display: block;
    width: 32px;
    height: 24px;
    pointer-events: none
}

.theme50-bonus .btn::before {
    left: -8px;
    transform: translateX(-100%)
}

.theme50-bonus .btn::after {
    right: -8px;
    transform: scale(-1) translateX(-100%)
}

.theme50-section-hero .theme50-text-image > * {
    /*grid-column: 1/2*/
}


.theme50-faq {
    position: relative;
    border-radius: 4px;
    background: var(--CONTAINER, #fff);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .12);
    margin-top: 8px;
}

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


.theme50-faq {
    padding: 20px
}

.theme50-faq .theme50-faq__answer {
    display: none;
}

.theme50-faq.active .theme50-faq__answer {
    display: block;
}

.theme50-faq.active .theme50-faq__title::after {
    transform: rotate(-180deg);
    opacity: 0.6;
}

.theme50-faq .theme50-faq__title {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    padding: 0 40px 0 0;
    color: var(--Headings, #343434);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6rem;
    cursor: pointer;
    margin: 0;
    list-style: none
}

.theme50-faq .theme50-faq__title::before {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px;
    background: var(--Stroke, #f3edfa);
    pointer-events: none
}

.theme50-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="M9.29289 12.2929L5.70711 8.70711C5.07714 8.07714 5.52331 7 6.41421 7H13.5858C14.4767 7 14.9229 8.07714 14.2929 8.70711L10.7071 12.2929C10.3166 12.6834 9.68342 12.6834 9.29289 12.2929Z" fill="%2324ee89"/></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;
    right: 4px;
    top: 4px;
    position: absolute;
}

.theme50-breadcrumbs {
    width: 100%;
    margin: 0 auto;
    max-width: var(--width-container);
    padding: 4px 20px;
    border: 1px solid var(--Stroke, #f3edfa);
    border-top: 0
}

.theme50-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
}

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

.theme50-breadcrumbs li:not(:last-child) {
    padding-right: 28px
}

.theme50-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="m12.293 10.707-3.586 3.586c-.63.63-1.707.184-1.707-.707V6.414c0-.89 1.077-1.337 1.707-.707l3.586 3.586a1 1 0 0 1 0 1.414" fill="%236C7E8A"/></svg>');
    display: block;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px
}

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

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

.theme50-breadcrumbs a:focus {
    color: var(--Text, #484848)
}

.btn {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    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;
    color: var(--BG, #fafafa);
    text-align: center;
    font-size: .9333333333rem;
    font-weight: 800;
    line-height: 1.3333333333rem;
    letter-spacing: -.42px;
    text-transform: uppercase;
    border-radius: 4px;
    background: var(--Primary, #07ca7c);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .12);
    transition-property: background, filter;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background, filter
}

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

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

.btn--primary {
    background: var(--Primary, #07ca7c)
}

.btn--primary:active {
    background: #03975c
}

.btn--secondary, ._button--second {
    background: var(--Secondary, #2c97d9)
}

.btn--secondary:active, ._button--second:active {
    background: #2375a8
}

.content-img {
    display: grid;
    column-gap: 20px;
    grid-auto-columns: 1fr
}

.content-img > * {
    margin: 0
}

.content-img > .wp-block-list, .content-img > :not([class]) {
    margin: 0
}

.content-img img {
    width: 100%;
    max-width: 100%
}

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

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

.theme50-content-buttons .btn {
    min-width: 344px
}

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

.theme50-toc {
    position: relative;
    width: 100%;
    /*margin: var(--inner-offsets, 32px) auto;*/
    max-width: calc(var(--width-container) - var(--inner-offsets, 32px) * 2);
    display: grid;
    border-radius: 4px;
    background: var(--CONTAINER, #fff);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .12)
}

.theme50-toc::before {
    /*content: "";*/
    /*position: absolute;*/
    /*top: calc(var(--inner-offsets, 32px) * -1);*/
    /*left: calc(var(--inner-offsets, 32px) * -1);*/
    /*width: calc(100% + var(--inner-offsets, 32px) * 2);*/
    /*height: calc(100% + var(--inner-offsets, 32px) * 2);*/
    /*border: 1px solid var(--Stroke, #f3edfa);*/
    /*border-top: 0;*/
    /*pointer-events: none*/
}

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

.theme50-toc.active .theme50-toc__list, .theme50-toc.active ol {
    display: flex;
    margin-top: 0;
    list-style: none;
}

.theme50-toc.active ol li {
    padding: 0;
}

.theme50-toc.active ol li::before {
    content: none;
}

.theme50-toc__title {
    position: relative;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6rem;
    color: var(--Headings, #343434);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    padding: 20px;
    cursor: pointer
}

.theme50-toc__title::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none"><path d="M9.293 12.793 5.707 9.207c-.63-.63-.184-1.707.707-1.707h7.172c.89 0 1.337 1.077.707 1.707l-3.586 3.586a1 1 0 0 1-1.414 0" fill="%2307ca7c"/></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
}

.theme50-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
}

.theme50-toc__list, .theme50-toc ol {
    grid-column: 1/-1;
    padding-inline: 20px;
    padding-bottom: 20px;
    display: none
}

.theme50-toc__list, .theme50-toc ol {
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap
}

.theme50-toc__item {
    position: relative;
    display: flex;
    flex-direction: row
}

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

.theme50-toc__item a:active, .theme50-toc a:active {
    background: rgba(0, 0, 0, .15)
}

.theme50-toc__item a::after, .theme50-toc 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="m9 9 8 8m-5 0h5v-5" stroke="%2307ca7c" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 24px;
    height: 24px;
    display: block
}

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

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

.theme50-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;
}

.theme50-scroll-to-top__button {
    border-radius: var(--Corners, 12px);
    background: #f3edfa;
    padding: 12px;
    font-size: 36px;
    line-height: 36px;
    color: #000;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .12);
}

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

}

.theme50-social img, .theme50-external-links img, .theme50-social svg, .theme50-external-links svg {
    max-width: 40px;
    max-height: fit-content;
    min-width: 20px;
}

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

.theme50-content-buttons {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

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

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

.theme50-header__lang-list-item {
    padding: 8px;
    border-radius: var(--Item-Corners, 8px);
}

.theme50-header__lang-list-item:not(.current):hover {
    background: var(--Stroke, #f3edfa);
}

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

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

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

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

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

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

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

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

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

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

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

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

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


}

@media (min-width: 768px) {
    .theme50-section-hero .theme50-text-image {
        grid-template-columns:1.365fr 1fr
    }

    .theme50-section-hero .theme50-bonus {
        grid-column: 1/-1
    }

    .theme50-section-hero img {
        grid-column: 2/3;
        grid-row: 1/3
    }

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

    .content-img .wp-block-table {
        overflow: unset
    }

    .content-img .wp-block-table table {
        min-width: unset
    }

    .content-img > * {
        grid-column: 1/2
    }

    .content-img > *, .content-img > :not([class]) {
        margin: 0;
        margin-top: 20px
    }

    .content-img > :first-child, .content-img > :not([class]):first-child {
        margin-top: 0
    }

    .content-img h1, .content-img h2, .content-img h3 {
        grid-column: 1/3
    }

    .content-img img {
        grid-column: 2/3;
        grid-row: 2/50
    }

    .content-img img:first-child:last-child {
        grid-column: unset;
        grid-row: unset;
        margin: 0
    }

    .content-img.reverse:has(img) > * {
        grid-column: 2/3
    }

    .content-img.reverse:has(img) img {
        grid-column: 1/2
    }
}

@media (min-width: 1240px) {
    .theme50-header__lang {
        order: 100
    }

    .theme50-header__burger {
        display: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .theme50-header .theme50-header-menu .item.parent:active, .theme50-header .theme50-header-menu .item:not(.parent) > :is(a,span):active {
        background: var(--Stroke, #f3edfa)
    }

    .theme50-header .theme50-header-menu .item.current.parent, .theme50-header .theme50-header-menu .item.current:not(.parent) > :is(a,span) {
        background: var(--Stroke, #f3edfa)
    }

    .theme50-header .theme50-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: 4px;
        background: var(--CONTAINER, #fff);
        box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .12)
    }
}

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

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

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

    .theme50-header .theme50-header-menu .item.parent:hover, .theme50-header .theme50-header-menu .item:not(.parent) > :is(a,span):hover, span.theme50-header__nav__link.theme50-header__nav__link--current, span.submenu__item-link.submenu__link.submenu__link--current, .theme50-header__nav__item.item.parent:has(span) {
        background: var(--Stroke, #f3edfa)
    }

    .theme50-header .theme50-header-menu .item.parent:focus, .theme50-header .theme50-header-menu .item:not(.parent) > :is(a,span):focus {
        background: var(--Stroke, #f3edfa)
    }
}

@media (max-width: 1332px) {
    .theme50-wrapper {
        margin-inline: var(--offsets, 26px);
        width: unset
    }

    .theme50-header {
        margin-inline: var(--offsets, 26px);
        width: unset
    }

    .theme50-footer {
        margin-inline: var(--offsets, 26px);
        width: unset
    }

    .theme50-breadcrumbs {
        margin-inline: var(--offsets, 26px);
        width: unset
    }

    .theme50-toc {
        /*margin-inline: calc(var(--offsets, 26px) + var(--inner-offsets, 32px));*/
        width: unset
    }
}

@media (max-width: 1239.9px) {
    .theme50-header .theme50-header-menu .submenu span, .theme50-header .theme50-header-menu span, .theme50-header__nav__item.item.parent:has(span) > .theme50-header__nav__link {
        color: #2C97D9;
    }

    .theme50-header__nav {
        margin-left: 0;
        position: absolute;
        top: calc(100% + 1px);
        left: calc(var(--offsets, 26px) * -1 - 1px);
        width: 100vw;
        height: calc(100svh - var(--height));
        padding-inline: var(--offsets, 26px);
        padding-bottom: var(--offsets, 26px);
        overflow-y: auto;
        scrollbar-gutter: stable;
        align-items: flex-start;
        justify-content: flex-start;
        background: var(--BG, #fafafa)
    }

    @supports not selector(::-webkit-scrollbar) {
        .theme50-header__nav {
            scrollbar-width: thin;
            scrollbar-color: var(--Stroke, #f3edfa) transparent
        }
    }.theme50-header__nav::-webkit-scrollbar {
         width: 4px
     }

    .theme50-header__nav::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: var(--Stroke, #f3edfa);
        border-radius: 9px;
        border: 4px solid transparent
    }

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

    @supports (user-select:none) and (not (-moz-user-select:none)) {
        .theme50-header__nav {
            padding-inline: var(--offsets, 26px) calc(var(--offsets, 26px) - 4px)
        }
    }.theme50-header .theme50-header-menu {
         flex-direction: column;
         align-items: stretch;
         gap: 0
     }

    .theme50-header .theme50-header-menu .item.parent {
        flex-wrap: wrap;
        padding-inline: 20px
    }

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

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

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

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

    .theme50-header .theme50-header-menu > .item {
        border: 1px solid var(--Stroke, #f3edfa);
        border-top: 0
    }

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

    .theme50-header .theme50-header-menu > .item:not(.parent) > :is(a,span) {
        width: 100%;
        padding-inline: 20px
    }

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

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

@media (max-width: 767.9px) {
    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 20px;
        scroll-margin-top: 100px;
    }

    .theme50-content-buttons .btn {
        min-width: 250px;
    }

    .theme50-footer__logo img {
        max-width: max-content;
        object-fit: contain;
        max-height: 44px;
    }

    .theme50-header {
        --height: 100px;
        flex-wrap: wrap
    }

    .theme50-header__lang {
        margin-right: auto
    }

    .theme50-header__burger {
        order: unset
    }

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

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

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

    .theme50-section-hero .theme50-text-image {
        gap: 24px
    }

    .theme50-section-hero h1 {
        order: -2
    }

    .theme50-section-hero .theme50-bonus {
        order: -1
    }

    .theme50-section-hero > * {
        margin: 0
    }

    .theme50-section-hero p:not([class]) {
        margin: 0
    }

    .content-img {
        row-gap: 24px
    }

    .content-img .btn {
        min-width: unset;
        width: 100%
    }

    .content-img.reverse img {
        order: -1
    }

    .theme50-content-buttons .btn {
        width: 100%;
    }

    .theme50-faq__answer p {
        margin-top: 8px
    }

    .theme50-text-image__content p {
        margin-top: 0;
    }

    ol.wp-block-list li {
        padding-left: 18px;
    }
}

@media (max-width: 575.9px) {
    .theme50-scroll-to-top__button {
        font-size: 26px;
        line-height: 26px;
    }

    .theme50-scroll-to-top {
        bottom: 117px;
    }

    :root {
        --inner-offsets: 20px;
        --offsets: 8px
    }

    .theme50-header {
        gap: 12px;
        padding: 8px 12px
    }

    .theme50-header__btns {
        gap: 4px
    }

    .theme50-footer__nav-list {
        grid-template-columns:1fr
    }

    .theme50-footer__nav-list a, .theme50-footer__nav-list span {
        padding-block: 8px;
        display: block;
    }

    .theme50-footer__logos {
        gap: 8px
    }

    .theme50-bonus .btn {
        min-width: 0;
        width: 100%;
        margin-top: 37px
    }

    .theme50-bonus .btn::after, .theme50-bonus .btn::before {
        top: -33px;
        left: calc(50% - 4px)
    }

    .theme50-bonus .btn::before {
        transform: rotate(90deg) translateY(100%)
    }

    .theme50-bonus .btn::after {
        transform: rotate(90deg)
    }
}

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

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

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

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

    .theme50-header__lang:not(.active):hover {
        background: #dad5e0
    }

    .theme50-header__lang-item:not(.current):hover {
        background: var(--Stroke, #f3edfa)
    }

    .theme50-header__lang-item:not(.current):focus {
        background: var(--Stroke, #f3edfa)
    }

    .theme50-header__burger:hover::before {
        background: var(--Stroke, #f3edfa)
    }

    .theme50-header__burger:focus::before {
        background: var(--Stroke, #f3edfa)
    }

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

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

    .theme50-footer__nav-list a:hover {
        color: var(--Text, #484848)
    }

    .theme50-footer__nav-list a:focus {
        color: var(--Text, #484848)
    }

    .theme50-breadcrumbs a:hover {
        color: var(--Text, #484848)
    }

    .btn--primary:hover {
        background: #03975c
    }

    .btn--primary:focus {
        background: #03975c
    }

    .btn--secondary:hover, ._button--second:hover {

        background: #2375a8
    }

    .btn--secondary:focus, ._button--second:focus {
        background: #2375a8
    }

    .theme50-toc__title:hover::before {
        background-color: var(--Stroke, #f3edfa)
    }

    .theme50-toc__item a:hover, .theme50-toc a:hover {
        background: rgba(0, 0, 0, .15)
    }

    .theme50-toc__item a:focus, .theme50-toc a:focus {
        background: rgba(0, 0, 0, .15)
    }
}

.theme50-last-modified-date {
    width: 100%;
    position: relative;
    max-width: var(--width-container);
    margin: 0 auto;
    padding: var(--inner-offsets, 32px);
    font-size: 1.0666666667rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6rem;
    color: #484848;
}

.theme50-last-modified-date time {
    color: #000;
}

.theme50-last-modified-date::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid var(--Stroke, #f3edfa);
    border-top: 0;
    pointer-events: none;
}


.theme50-fixed-btn {
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 80;
    width: 100%;
    padding: 12px 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: var(--Inner-containers, #fff);
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--Text, #484848);
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.0666666667rem;
    justify-content: center;

}

.theme50-fixed-btn .btn {
    width: 100%;
    max-width: calc((100% - 10px) / 2);
    padding: 8px;
}

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

}

* .wp-block-heading {
	margin-top: 1rem;
}


body {
	background: #232626;
	color: #b3bec1;
}


.theme50-header {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 8px 0px;
	background: #292d2e;
	border-color: #e4eaf019;
}

.theme50-header__nav {
	background: #292d2e;
	border-color: #e4eaf019;
}

@media (max-width: 1239.9px) {
    .theme50-header .theme50-header-menu > .item {
		border-color: #e4eaf019;
    }
}

.theme50-wrapper::before,
.theme50-footer::before {
	border-color: #e4eaf019;
}

p:not([class]) {
	color: #b3bec1;
}

.wp-block-heading {
	color: #fff;
}

.wp-block-table table {
	background: #292d2e;
}

table td, table th {
	color: #b3bec1;
}

table tr :is(td,th) {
	border-bottom: 1px solid #e4eaf019;
}


.wp-block-table td b {
	color: #fff;
}

table th {
	background: #3a4142;
}

* .wp-block-heading {
    margin-top: 2rem;
}

a {
	color: #24ee89;
}

.theme50-faq {
	background: #292d2e;
}

.theme50-faq .theme50-faq__title {
	color: #fff;
}

.theme50-toc {
	background: #292d2e;
}

.theme50-toc__title {
	color: #fff;
}

.theme50-toc__item a, .theme50-toc a {
	background: #3a4142;
	color: #fff;
}

.theme50-scroll-to-top__button {
	background: #24ee89;
}

.theme50-footer__copyright {
	color: inherit;
	font-size: 14px;
}

.theme50-footer__nav-list a {
	color: #fff;
}

.theme50-header .theme50-header-menu a, .theme50-header .theme50-header-menu span {
	color: #fff;
}

@media (min-width: 1240px) and (hover: hover) {
    .theme50-header .theme50-header-menu .item.parent:hover, .theme50-header .theme50-header-menu .item:not(.parent) > :is(a,span):hover, span.theme50-header__nav__link.theme50-header__nav__link--current, span.submenu__item-link.submenu__link.submenu__link--current, .theme50-header__nav__item.item.parent:has(span) {
        background: #292d2e;
    }
}

.theme50-breadcrumbs a, .theme50-breadcrumbs span {
	color: #24ee89;
}

.theme50-breadcrumbs {
	border-color: #e4eaf019;
}

.theme50-breadcrumbs li:last-child a, .theme50-breadcrumbs li:last-child span {
	color: inherit;
}

@media (hover: hover) {
	.theme50-footer__nav-list a:hover {
		color: #24ee89;
	}
	
	.theme50-header .theme50-header-menu a:hover {
		color: #24ee89;
	}
}

.theme50-faq .theme50-faq__title::before {
	display: none;
}