/* from index.html */
.sp-no-sidebar .entry-content .alignfull {
            margin-left: calc( -50vw + 50%);
            margin-right: calc( -50vw + 50%);
            max-width: 100vw;
            width: 100vw;
        }

        .sp-no-sidebar .entry-content .alignwide {
            margin-left: calc(-41vw + 50%);
            margin-right: calc(-41vw + 50%);
            max-width: unset;
            width: unset;
        }

        .sp-no-sidebar .entry-content .alignfull .alignfull,
        .sp-no-sidebar .entry-content .alignfull .alignwide,
        .sp-no-sidebar .entry-content .alignwide .alignfull,
        .sp-no-sidebar .entry-content .alignwide .alignwide,
        .sp-no-sidebar .entry-content .sp-block-column .alignfull,
        .sp-no-sidebar .entry-content .sp-block-column .alignwide {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

        .sp-block-gallery,
        .blocks-gallery-grid {
            margin: 0;
        }

        .sp-block-separator {
            max-width: 100px;
        }

        .sp-block-separator.is-style-wide,
        .sp-block-separator.is-style-dots {
            max-width: none;
        }

        .entry-content .has-2-columns .sp-block-column:first-child {
            padding-right: 10px;
        }

        .entry-content .has-2-columns .sp-block-column:last-child {
            padding-left: 10px;
        }

        @media (max-width: 782px) {
            .entry-content .sp-block-columns .sp-block-column {
                flex-basis: 100%;
            }
            .entry-content .has-2-columns .sp-block-column:first-child {
                padding-right: 0;
            }
            .entry-content .has-2-columns .sp-block-column:last-child {
                padding-left: 0;
            }
        }

        body .entry-content .sp-block-latest-posts {
            margin-left: 0;
        }

        body .entry-content .sp-block-latest-posts li {
            list-style: none;
        }

        .sp-no-sidebar .sp-container .entry-content .sp-block-latest-posts {
            margin-left: 0;
        }

        .sp-header-break-point .entry-content .alignwide {
            margin-left: auto;
            margin-right: auto;
        }

        .entry-content .blocks-gallery-item img {
            margin-bottom: auto;
        }

        .sp-block-pullquote {
            border-top: 4px solid #555d66;
            border-bottom: 4px solid #555d66;
            color: #40464d;
        }

        :root {
            --sp-post-nav-space: 0;
            --sp-container-default-xlg-padding: 6.67em;
            --sp-container-default-lg-padding: 5.67em;
            --sp-container-default-slg-padding: 4.34em;
            --sp-container-default-md-padding: 3.34em;
            --sp-container-default-sm-padding: 6.67em;
            --sp-container-default-xs-padding: 2.4em;
            --sp-container-default-xxs-padding: 1.4em;
            --sp-code-block-background: #EEEEEE;
            --sp-comment-inputs-background: #FAFAFA;
            --sp-normal-container-width: 1300px;
            --sp-narrow-container-width: 750px;
            --sp-blog-title-font-weight: normal;
            --sp-blog-meta-weight: inherit;
            --sp-global-color-primary: var(--sp-global-color-4);
            --sp-global-color-secondary: var(--sp-global-color-5);
            --sp-global-color-alternate-background: var(--sp-global-color-6);
            --sp-global-color-subtle-background: var(--sp-global-color-7);
            --sp-bg-style-guide: var( --sp-global-color-secondary, var(--sp-global-color-5));
            --sp-shadow-style-guide: 0px 0px 4px 0 #00000057;
            --sp-global-dark-bg-style: #fff;
            --sp-global-dark-lfs: #fbfbfb;
            --sp-widget-bg-color: #fafafa;
            --sp-wc-container-head-bg-color: #fbfbfb;
            --sp-title-layout-bg: #eeeeee;
            --sp-search-border-color: #e7e7e7;
            --sp-lifter-hover-bg: #e6e6e6;
            --sp-gallery-block-color: #000;
            --srfm-color-input-label: var(--sp-global-color-2);
        }

        html {
            font-size: 93.75%;
        }

        a,
        .page-title {
            color: #d188fe;
        }

        a:hover,
        a:focus {
            color: var(--sp-global-color-1);
        }

        body,
        button,
        input,
        select,
        textarea,
        .sp-button,
        .sp-custom-button {
            font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
            font-weight: inherit;
            font-size: 15px;
            font-size: 1rem;
            line-height: var(--sp-body-line-height, 1.65em);
        }

        .sp-site-identity .site-title a {
            color: var(--sp-global-color-2);
        }

        .site-title {
            font-size: 35px;
            font-size: 2.3333333333333rem;
            display: none;
        }

        header .custom-logo-link img {
            max-width: 160px;
            width: 160px;
        }

        .sp-logo-svg {
            width: 160px;
        }

        .site-header .site-description {
            font-size: 15px;
            font-size: 1rem;
            display: none;
        }

        .entry-title {
            font-size: 26px;
            font-size: 1.7333333333333rem;
        }

        .archive .sp-article-post .sp-article-inner,
        .blog .sp-article-post .sp-article-inner,
        .archive .sp-article-post .sp-article-inner:hover,
        .blog .sp-article-post .sp-article-inner:hover {
            overflow: hidden;
        }

        h1,
        .entry-content :where(h1) {
            font-size: 40px;
            font-size: 2.6666666666667rem;
            line-height: 1.4em;
        }

        h2,
        .entry-content :where(h2) {
            font-size: 32px;
            font-size: 2.1333333333333rem;
            line-height: 1.3em;
        }

        h3,
        .entry-content :where(h3) {
            font-size: 26px;
            font-size: 1.7333333333333rem;
            line-height: 1.3em;
        }

        h4,
        .entry-content :where(h4) {
            font-size: 24px;
            font-size: 1.6rem;
            line-height: 1.2em;
        }

        h5,
        .entry-content :where(h5) {
            font-size: 20px;
            font-size: 1.3333333333333rem;
            line-height: 1.2em;
        }

        h6,
        .entry-content :where(h6) {
            font-size: 16px;
            font-size: 1.0666666666667rem;
            line-height: 1.25em;
        }

        ::selection {
            background-color: #14182e;
            color: #ffffff;
        }

        .tagcloud a:hover,
        .tagcloud a:focus,
        .tagcloud a.current-item {
            color: #000000;
            border-color: #d188fe;
            background-color: #d188fe;
        }

        input:focus,
        input[type="text"]:focus,
        input[type="email"]:focus,
        input[type="url"]:focus,
        input[type="password"]:focus,
        input[type="reset"]:focus,
        input[type="search"]:focus,
        textarea:focus {
            border-color: #d188fe;
        }

        input[type="radio"]:checked,
        input[type=reset],
        input[type="checkbox"]:checked,
        input[type="checkbox"]:hover:checked,
        input[type="checkbox"]:focus:checked,
        input[type=range]::-webkit-slider-thumb {
            border-color: #d188fe;
            background-color: #d188fe;
            box-shadow: none;
        }

        .site-footer a:hover+.post-count,
        .site-footer a:focus+.post-count {
            background: #d188fe;
            border-color: #d188fe;
        }

        .single .nav-links .nav-previous,
        .single .nav-links .nav-next {
            color: #d188fe;
        }

        .entry-meta,
        .entry-meta * {
            line-height: 1.45;
            color: #d188fe;
        }

        .entry-meta a:not(.sp-button):hover,
        .entry-meta a:not(.sp-button):hover *,
        .entry-meta a:not(.sp-button):focus,
        .entry-meta a:not(.sp-button):focus *,
        .page-links>.page-link,
        .page-links .page-link:hover,
        .post-navigation a:hover {
            color: var(--sp-global-color-1);
        }

        #cat option,
        .secondary .calendar_wrap thead a,
        .secondary .calendar_wrap thead a:visited {
            color: #d188fe;
        }

        .secondary .calendar_wrap #today,
        .sp-progress-val span {
            background: #d188fe;
        }

        .secondary a:hover+.post-count,
        .secondary a:focus+.post-count {
            background: #d188fe;
            border-color: #d188fe;
        }

        .calendar_wrap #today>a {
            color: #000000;
        }

        .page-links .page-link,
        .single .post-navigation a {
            color: #d188fe;
        }

        .sp-search-menu-icon .search-form button.search-submit {
            padding: 0 4px;
        }

        .sp-search-menu-icon form.search-form {
            padding-right: 0;
        }

        .sp-header-search .sp-search-menu-icon.sp-dropdown-active .search-form,
        .sp-header-search .sp-search-menu-icon.sp-dropdown-active .search-field:focus {
            transition: all 0.2s;
        }

        .search-form input.search-field:focus {
            outline: none;
        }

        .sp-mobile-header-content .sp-builder-layout-element:not(.sp-builder-menu):not(.sp-header-divider-element),
        .sp-mobile-popup-content .sp-builder-layout-element:not(.sp-builder-menu):not(.sp-header-divider-element) {
            padding: 15px 20px;
        }

        .widget-title {
            font-size: 21px;
            font-size: 1.4rem;
        }

        .sp-search-menu-icon.slide-search a:focus-visible:focus-visible,
        .sp-search-icon:focus-visible,
        #close:focus-visible,
        a:focus-visible,
        .sp-menu-toggle:focus-visible,
        .site .skip-link:focus-visible,
        .sp-block-loginout input:focus-visible,
        .sp-block-search.sp-block-search__button-inside .sp-block-search__inside-wrapper,
        .sp-header-navigation-arrow:focus-visible,
        .sp-orders-table__row .sp-orders-table__cell:focus-visible,
        a#sp-apply-coupon:focus-visible,
        #sp-apply-coupon:focus-visible,
        #close:focus-visible,
        .button.search-submit:focus-visible,
        #search_submit:focus,
        .normal-search:focus-visible,
        .sp-header-account-wrap:focus-visible,
        .sp-cart-drawer-close:focus,
        .sp-single-variation:focus,
        .sp-button:focus,
        .sp-builder-button-wrap:has(.sp-custom-button-link:focus),
        .sp-builder-button-wrap .sp-custom-button-link:focus {
            outline-style: dotted;
            outline-color: inherit;
            outline-width: thin;
        }

        input:focus,
        input[type="text"]:focus,
        input[type="email"]:focus,
        input[type="url"]:focus,
        input[type="password"]:focus,
        input[type="reset"]:focus,
        input[type="search"]:focus,
        input[type="number"]:focus,
        textarea:focus,
        .sp-block-search__input:focus,
        [data-section="section-header-mobile-trigger"] .sp-button-wrap .sp-mobile-menu-trigger-minimal:focus,
        .sp-mobile-popup-drawer.active .menu-toggle-close:focus,
        #sp-scroll-top:focus,
        #coupon_code:focus,
        #sp-coupon-code:focus {
            border-style: dotted;
            border-color: inherit;
            border-width: thin;
        }

        input {
            outline: none;
        }

        .sp-logo-title-inline .site-logo-img {
            padding-right: 1em;
        }

        .site-logo-img img {
            transition: all 0.2s linear;
        }

        body .sp-oembed-container * {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            left: 0;
        }

        body .sp-block-embed-pocket-casts .sp-oembed-container * {
            position: unset;
        }

        .sp-single-post-featured-section+article {
            margin-top: 2em;
        }

        .site-content .sp-single-post-featured-section img {
            width: 100%;
            overflow: hidden;
            object-fit: cover;
        }

        .site>.sp-single-related-posts-container {
            margin-top: 0;
        }

        @media (min-width: 922px) {
            .sp-desktop .sp-container--narrow {
                max-width: var(--sp-narrow-container-width);
                margin: 0 auto;
            }
        }

        @media (max-width:921.99px) {
            #sp-desktop-header {
                display: none;
            }
        }

        @media (min-width:922px) {
            #sp-mobile-header {
                display: none;
            }
        }

        .sp-block-buttons.sp-aligncenter {
            justify-content: center;
        }

        @media (max-width:921px) {
            .sp-theme-transparent-header #primary,
            .sp-theme-transparent-header #secondary {
                padding: 0;
            }
        }

        @media (max-width:921px) {
            .sp-plain-container.sp-no-sidebar #primary {
                padding: 0;
            }
        }

        .sp-plain-container.sp-no-sidebar #primary {
            margin-top: 0;
            margin-bottom: 0;
        }

        @media (min-width:1200px) {
            .sp-block-group .has-background {
                padding: 20px;
            }
        }

        @media (min-width:1200px) {
            .sp-plain-container.sp-no-sidebar .entry-content .alignwide .sp-block-cover__inner-container,
            .sp-plain-container.sp-no-sidebar .entry-content .alignfull .sp-block-cover__inner-container {
                width: 1340px;
            }
        }

        @media (min-width:1200px) {
            .sp-block-cover-image.alignwide .sp-block-cover__inner-container,
            .sp-block-cover.alignwide .sp-block-cover__inner-container,
            .sp-block-cover-image.alignfull .sp-block-cover__inner-container,
            .sp-block-cover.alignfull .sp-block-cover__inner-container {
                width: 100%;
            }
        }

        .sp-block-columns {
            margin-bottom: unset;
        }

        .sp-block-image.sp-size-full {
            margin: 2rem 0;
        }

        .sp-block-separator.has-background {
            padding: 0;
        }

        .sp-block-gallery {
            margin-bottom: 1.6em;
        }

        .sp-block-group {
            padding-top: 4em;
            padding-bottom: 4em;
        }

        .sp-block-group__inner-container .sp-block-columns:last-child,
        .sp-block-group__inner-container :last-child,
        .sp-block-table table {
            margin-bottom: 0;
        }

        .blocks-gallery-grid {
            width: 100%;
        }

        .sp-block-navigation-link__content {
            padding: 5px 0;
        }

        .sp-block-group .sp-block-group .has-text-align-center,
        .sp-block-group .sp-block-column .has-text-align-center {
            max-width: 100%;
        }

        .has-text-align-center {
            margin: 0 auto;
        }

        @media (min-width:1200px) {
            .sp-block-cover__inner-container,
            .alignwide .sp-block-group__inner-container,
            .alignfull .sp-block-group__inner-container {
                max-width: 1200px;
                margin: 0 auto;
            }
            .sp-block-group.sp-alignnone,
            .sp-block-group.sp-aligncenter,
            .sp-block-group.sp-alignleft,
            .sp-block-group.sp-alignright,
            .sp-block-group.alignwide,
            .sp-block-columns.alignwide {
                margin: 2rem 0 1rem 0;
            }
        }

        @media (max-width:1200px) {
            .sp-block-group {
                padding: 3em;
            }
            .sp-block-group .sp-block-group {
                padding: 1.5em;
            }
            .sp-block-columns,
            .sp-block-column {
                margin: 1rem 0;
            }
        }

        @media (min-width:921px) {
            .sp-block-columns .sp-block-group {
                padding: 2em;
            }
        }

        @media (max-width:544px) {
            .sp-block-cover-image .sp-block-cover__inner-container,
            .sp-block-cover .sp-block-cover__inner-container {
                width: unset;
            }
            .sp-block-cover,
            .sp-block-cover-image {
                padding: 2em 0;
            }
            .sp-block-group,
            .sp-block-cover {
                padding: 2em;
            }
            .sp-block-media-text__media img,
            .sp-block-media-text__media video {
                width: unset;
                max-width: 100%;
            }
            .sp-block-media-text.has-background .sp-block-media-text__content {
                padding: 1em;
            }
        }

        .sp-block-image.sp-aligncenter {
            margin-left: auto;
            margin-right: auto;
        }

        .sp-block-table.sp-aligncenter {
            margin-left: auto;
            margin-right: auto;
        }

        @media (min-width:544px) {
            .entry-content .sp-block-media-text.has-media-on-the-right .sp-block-media-text__content {
                padding: 0 8% 0 0;
            }
            .entry-content .sp-block-media-text .sp-block-media-text__content {
                padding: 0 0 0 8%;
            }
            .sp-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left>*,
            .sp-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right>*,
            .sp-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left>*,
            .sp-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right>*,
            .sp-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right>*,
            .sp-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left>* {
                margin: 0;
            }
        }

        @media (max-width:544px) {
            .entry-content .sp-block-media-text .sp-block-media-text__content {
                padding: 8% 0;
            }
            .sp-block-media-text .sp-block-media-text__media img {
                width: auto;
                max-width: 100%;
            }
        }

        .sp-block-button.is-style-outline .sp-block-button__link {
            border-color: #14182e;
            border-top-width: 2px;
            border-right-width: 2px;
            border-bottom-width: 2px;
            border-left-width: 2px;
        }

        div.sp-block-button.is-style-outline>.sp-block-button__link:not(.has-text-color),
        div.sp-block-button.sp-block-button__link.is-style-outline:not(.has-text-color) {
            color: #14182e;
        }

        .sp-block-button.is-style-outline .sp-block-button__link:hover,
        .sp-block-buttons .sp-block-button.is-style-outline .sp-block-button__link:focus,
        .sp-block-buttons .sp-block-button.is-style-outline>.sp-block-button__link:not(.has-text-color):hover,
        .sp-block-buttons .sp-block-button.sp-block-button__link.is-style-outline:not(.has-text-color):hover {
            color: #ffffff;
            background-color: var(--sp-global-color-1);
            border-color: var(--sp-global-color-1);
        }

        .post-page-numbers.current .page-link,
        .sp-pagination .page-numbers.current {
            color: #ffffff;
            border-color: #14182e;
            background-color: #14182e;
        }

        @media (max-width:921px) {
            .sp-block-button.is-style-outline .sp-block-button__link {
                padding-top: calc(15px - 2px);
                padding-right: calc(30px - 2px);
                padding-bottom: calc(15px - 2px);
                padding-left: calc(30px - 2px);
            }
        }

        @media (max-width:544px) {
            .sp-block-button.is-style-outline .sp-block-button__link {
                padding-top: calc(15px - 2px);
                padding-right: calc(30px - 2px);
                padding-bottom: calc(15px - 2px);
                padding-left: calc(30px - 2px);
            }
        }

        @media (min-width:544px) {
            .entry-content>.sp-alignleft {
                margin-right: 20px;
            }
            .entry-content>.sp-alignright {
                margin-left: 20px;
            }
            .sp-block-group.has-background {
                padding: 20px;
            }
        }

        .sp-block-buttons .sp-block-button.is-style-outline .sp-block-button__link.wp-element-button,
        .sp-outline-button,
        .sp-block-uagb-buttons-child .uagb-buttons-repeater.sp-outline-button {
            border-color: #14182e;
            border-top-width: 2px;
            border-right-width: 2px;
            border-bottom-width: 2px;
            border-left-width: 2px;
            font-family: inherit;
            font-weight: inherit;
            line-height: 1em;
        }

        .sp-block-buttons .sp-block-button.is-style-outline>.sp-block-button__link:not(.has-text-color),
        .sp-block-buttons .sp-block-button.sp-block-button__link.is-style-outline:not(.has-text-color),
        .sp-outline-button {
            color: #14182e;
        }

        .sp-block-button.is-style-outline .sp-block-button__link:hover,
        .sp-block-buttons .sp-block-button.is-style-outline .sp-block-button__link:focus,
        .sp-block-buttons .sp-block-button.is-style-outline>.sp-block-button__link:not(.has-text-color):hover,
        .sp-block-buttons .sp-block-button.sp-block-button__link.is-style-outline:not(.has-text-color):hover,
        .sp-outline-button:hover,
        .sp-outline-button:focus,
        .sp-block-uagb-buttons-child .uagb-buttons-repeater.sp-outline-button:hover,
        .sp-block-uagb-buttons-child .uagb-buttons-repeater.sp-outline-button:focus {
            color: #ffffff;
            background-color: var(--sp-global-color-1);
            border-color: var(--sp-global-color-1);
        }

        .sp-block-button .sp-block-button__link.wp-element-button.is-style-outline:not(.has-background),
        .sp-block-button.is-style-outline>.sp-block-button__link.wp-element-button:not(.has-background),
        .sp-outline-button {
            background-color: transparent;
        }

        .entry-content[data-ast-blocks-layout]>figure {
            margin-bottom: 1em;
        }

        h1.widget-title {
            font-weight: inherit;
        }

        h2.widget-title {
            font-weight: inherit;
        }

        h3.widget-title {
            font-weight: inherit;
        }

        @media (max-width:921px) {
            .sp-left-sidebar #content>.sp-container {
                display: flex;
                flex-direction: column-reverse;
                width: 100%;
            }
            .sp-separate-container .sp-article-post,
            .sp-separate-container .sp-article-single {
                padding: 1.5em 2.14em;
            }
            .sp-author-box img.avatar {
                margin: 20px 0 0 0;
            }
        }

        @media (min-width:922px) {
            .sp-separate-container.sp-right-sidebar #primary,
            .sp-separate-container.sp-left-sidebar #primary {
                border: 0;
            }
            .search-no-results.sp-separate-container #primary {
                margin-bottom: 4em;
            }
        }

        .sp-block-button .sp-block-button__link {
            color: #ffffff;
        }

        .sp-block-button .sp-block-button__link:hover,
        .sp-block-button .sp-block-button__link:focus {
            color: #ffffff;
            background-color: var(--sp-global-color-1);
            border-color: var(--sp-global-color-1);
        }

        .sp-block-button .sp-block-button__link {
            border: none;
            background-color: #14182e;
            color: #ffffff;
            font-family: inherit;
            font-weight: inherit;
            line-height: 1em;
            padding: 15px 30px;
        }

        .sp-block-button.is-style-outline .sp-block-button__link {
            border-style: solid;
            border-top-width: 2px;
            border-right-width: 2px;
            border-left-width: 2px;
            border-bottom-width: 2px;
            border-color: #14182e;
            padding-top: calc(15px - 2px);
            padding-right: calc(30px - 2px);
            padding-bottom: calc(15px - 2px);
            padding-left: calc(30px - 2px);
        }

        @media (max-width:921px) {
            .sp-block-button .sp-block-button__link {
                border: none;
                padding: 15px 30px;
            }
            .sp-block-button.is-style-outline .sp-block-button__link {
                padding-top: calc(15px - 2px);
                padding-right: calc(30px - 2px);
                padding-bottom: calc(15px - 2px);
                padding-left: calc(30px - 2px);
            }
        }

        @media (max-width:544px) {
            .sp-block-button .sp-block-button__link {
                border: none;
                padding: 15px 30px;
            }
            .sp-block-button.is-style-outline .sp-block-button__link {
                padding-top: calc(15px - 2px);
                padding-right: calc(30px - 2px);
                padding-bottom: calc(15px - 2px);
                padding-left: calc(30px - 2px);
            }
        }

        .menu-toggle,
        button,
        .sp-button,
        .sp-custom-button,
        .button,
        input#submit,
        input[type="button"],
        input[type="submit"],
        input[type="reset"] {
            border-style: solid;
            border-top-width: 0;
            border-right-width: 0;
            border-left-width: 0;
            border-bottom-width: 0;
            color: #ffffff;
            border-color: #14182e;
            background-color: #14182e;
            padding-top: 10px;
            padding-right: 40px;
            padding-bottom: 10px;
            padding-left: 40px;
            font-family: inherit;
            font-weight: inherit;
            line-height: 1em;
        }

        button:focus,
        .menu-toggle:hover,
        button:hover,
        .sp-button:hover,
        .sp-custom-button:hover .button:hover,
        .sp-custom-button:hover,
        input[type=reset]:hover,
        input[type=reset]:focus,
        input#submit:hover,
        input#submit:focus,
        input[type="button"]:hover,
        input[type="button"]:focus,
        input[type="submit"]:hover,
        input[type="submit"]:focus {
            color: #ffffff;
            background-color: var(--sp-global-color-1);
            border-color: var(--sp-global-color-1);
        }

        @media (max-width:921px) {
            .sp-mobile-header-stack .main-header-bar .sp-search-menu-icon {
                display: inline-block;
            }
            .sp-header-break-point.sp-header-custom-item-outside .sp-mobile-header-stack .main-header-bar .sp-search-icon {
                margin: 0;
            }
            .sp-comment-avatar-wrap img {
                max-width: 2.5em;
            }
            .sp-comment-meta {
                padding: 0 1.8888em 1.3333em;
            }
            .sp-separate-container .sp-comment-list li.depth-1 {
                padding: 1.5em 2.14em;
            }
            .sp-separate-container .comment-respond {
                padding: 2em 2.14em;
            }
        }

        @media (min-width:544px) {
            .sp-container {
                max-width: 100%;
            }
        }

        @media (max-width:544px) {
            .sp-separate-container .sp-article-post,
            .sp-separate-container .sp-article-single,
            .sp-separate-container .comments-title,
            .sp-separate-container .sp-archive-description {
                padding: 1.5em 1em;
            }
            .sp-separate-container #content .sp-container {
                padding-left: 0.54em;
                padding-right: 0.54em;
            }
            .sp-separate-container .sp-comment-list .bypostauthor {
                padding: .5em;
            }
            .sp-search-menu-icon.sp-dropdown-active .search-field {
                width: 170px;
            }
        }

        #sp-mobile-header .sp-site-header-cart-li a {
            pointer-events: none;
        }

        body,
        .sp-separate-container {
            background-color: #14182e;
            background-image: none;
        }

        .sp-no-sidebar.sp-separate-container .entry-content .alignfull {
            margin-left: -6.67em;
            margin-right: -6.67em;
            width: auto;
        }

        @media (max-width: 1200px) {
            .sp-no-sidebar.sp-separate-container .entry-content .alignfull {
                margin-left: -2.4em;
                margin-right: -2.4em;
            }
        }

        @media (max-width: 768px) {
            .sp-no-sidebar.sp-separate-container .entry-content .alignfull {
                margin-left: -2.14em;
                margin-right: -2.14em;
            }
        }

        @media (max-width: 544px) {
            .sp-no-sidebar.sp-separate-container .entry-content .alignfull {
                margin-left: -1em;
                margin-right: -1em;
            }
        }

        .sp-no-sidebar.sp-separate-container .entry-content .alignwide {
            margin-left: -20px;
            margin-right: -20px;
        }

        .sp-no-sidebar.sp-separate-container .entry-content .sp-block-column .alignfull,
        .sp-no-sidebar.sp-separate-container .entry-content .sp-block-column .alignwide {
            margin-left: auto;
            margin-right: auto;
            width: 100%;
        }

        @media (max-width:921px) {
            .site-title {
                display: none;
            }
            .site-header .site-description {
                display: none;
            }
            h1,
            .entry-content :where(h1) {
                font-size: 30px;
            }
            h2,
            .entry-content :where(h2) {
                font-size: 25px;
            }
            h3,
            .entry-content :where(h3) {
                font-size: 20px;
            }
        }

        @media (max-width:544px) {
            .site-title {
                display: none;
            }
            .site-header .site-description {
                display: none;
            }
            h1,
            .entry-content :where(h1) {
                font-size: 30px;
            }
            h2,
            .entry-content :where(h2) {
                font-size: 25px;
            }
            h3,
            .entry-content :where(h3) {
                font-size: 20px;
            }
            header .custom-logo-link img,
            .sp-header-break-point .site-branding img,
            .sp-header-break-point .custom-logo-link img {
                max-width: 110px;
                width: 110px;
            }
            .sp-logo-svg {
                width: 110px;
            }
            .sp-header-break-point .site-logo-img .custom-mobile-logo-link img {
                max-width: 110px;
            }
        }

        @media (max-width:921px) {
            html {
                font-size: 85.5%;
            }
        }

        @media (max-width:544px) {
            html {
                font-size: 85.5%;
            }
        }

        @media (min-width:922px) {
            .sp-container {
                max-width: 1340px;
            }
        }

        @media (min-width:922px) {
            .site-content .sp-container {
                display: flex;
            }
        }

        @media (max-width:921px) {
            .site-content .sp-container {
                flex-direction: column;
            }
        }

        @media (min-width:922px) {
            .main-header-menu .sp-sub-menu .sp-menu-item.sp-left-align-sub-menu:hover>.sp-sub-menu,
            .main-header-menu .sp-sub-menu .sp-menu-item.sp-left-align-sub-menu.focus>.sp-sub-menu {
                margin-left: -0px;
            }
        }

        .site .comments-area {
            padding-bottom: 3em;
        }

        blockquote {
            padding: 1.2em;
        }

        :root .has-ast-global-color-0-color {
            color: var(--sp-global-color-0);
        }

        :root .has-ast-global-color-0-background-color {
            background-color: var(--sp-global-color-0);
        }

        :root .sp-block-button .has-ast-global-color-0-color {
            color: var(--sp-global-color-0);
        }

        :root .sp-block-button .has-ast-global-color-0-background-color {
            background-color: var(--sp-global-color-0);
        }

        :root .has-ast-global-color-1-color {
            color: var(--sp-global-color-1);
        }

        :root .has-ast-global-color-1-background-color {
            background-color: var(--sp-global-color-1);
        }

        :root .sp-block-button .has-ast-global-color-1-color {
            color: var(--sp-global-color-1);
        }

        :root .sp-block-button .has-ast-global-color-1-background-color {
            background-color: var(--sp-global-color-1);
        }

        :root .has-ast-global-color-2-color {
            color: var(--sp-global-color-2);
        }

        :root .has-ast-global-color-2-background-color {
            background-color: var(--sp-global-color-2);
        }

        :root .sp-block-button .has-ast-global-color-2-color {
            color: var(--sp-global-color-2);
        }

        :root .sp-block-button .has-ast-global-color-2-background-color {
            background-color: var(--sp-global-color-2);
        }

        :root .has-ast-global-color-3-color {
            color: var(--sp-global-color-3);
        }

        :root .has-ast-global-color-3-background-color {
            background-color: var(--sp-global-color-3);
        }

        :root .sp-block-button .has-ast-global-color-3-color {
            color: var(--sp-global-color-3);
        }

        :root .sp-block-button .has-ast-global-color-3-background-color {
            background-color: var(--sp-global-color-3);
        }

        :root .has-ast-global-color-4-color {
            color: var(--sp-global-color-4);
        }

        :root .has-ast-global-color-4-background-color {
            background-color: var(--sp-global-color-4);
        }

        :root .sp-block-button .has-ast-global-color-4-color {
            color: var(--sp-global-color-4);
        }

        :root .sp-block-button .has-ast-global-color-4-background-color {
            background-color: var(--sp-global-color-4);
        }

        :root .has-ast-global-color-5-color {
            color: var(--sp-global-color-5);
        }

        :root .has-ast-global-color-5-background-color {
            background-color: var(--sp-global-color-5);
        }

        :root .sp-block-button .has-ast-global-color-5-color {
            color: var(--sp-global-color-5);
        }

        :root .sp-block-button .has-ast-global-color-5-background-color {
            background-color: var(--sp-global-color-5);
        }

        :root .has-ast-global-color-6-color {
            color: var(--sp-global-color-6);
        }

        :root .has-ast-global-color-6-background-color {
            background-color: var(--sp-global-color-6);
        }

        :root .sp-block-button .has-ast-global-color-6-color {
            color: var(--sp-global-color-6);
        }

        :root .sp-block-button .has-ast-global-color-6-background-color {
            background-color: var(--sp-global-color-6);
        }

        :root .has-ast-global-color-7-color {
            color: var(--sp-global-color-7);
        }

        :root .has-ast-global-color-7-background-color {
            background-color: var(--sp-global-color-7);
        }

        :root .sp-block-button .has-ast-global-color-7-color {
            color: var(--sp-global-color-7);
        }

        :root .sp-block-button .has-ast-global-color-7-background-color {
            background-color: var(--sp-global-color-7);
        }

        :root .has-ast-global-color-8-color {
            color: var(--sp-global-color-8);
        }

        :root .has-ast-global-color-8-background-color {
            background-color: var(--sp-global-color-8);
        }

        :root .sp-block-button .has-ast-global-color-8-color {
            color: var(--sp-global-color-8);
        }

        :root .sp-block-button .has-ast-global-color-8-background-color {
            background-color: var(--sp-global-color-8);
        }

        :root {
            --sp-global-color-0: #0170B9;
            --sp-global-color-1: #3a3a3a;
            --sp-global-color-2: #3a3a3a;
            --sp-global-color-3: #4B4F58;
            --sp-global-color-4: #FFFFFF;
            --sp-global-color-5: #F5F5F5;
            --sp-global-color-6: #424242;
            --sp-global-color-7: #E5E5E5;
            --sp-global-color-8: #000000;
        }

        :root {
            --sp-border-color: #dddddd;
        }

        .sp-single-entry-banner {
            -js-display: flex;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            position: relative;
            background: var(--sp-title-layout-bg);
        }

        .sp-single-entry-banner[data-banner-layout="layout-1"] {
            max-width: 1300px;
            background: inherit;
            padding: 20px 0;
        }

        .sp-single-entry-banner[data-banner-width-type="custom"] {
            margin: 0 auto;
            width: 100%;
        }

        .sp-single-entry-banner+.site-content .entry-header {
            margin-bottom: 0;
        }

        .site .sp-author-avatar {
            --sp-author-avatar-size: ;
        }

        a.sp-underline-text {
            text-decoration: underline;
        }

        .sp-container>.sp-terms-link {
            position: relative;
            display: block;
        }

        a.sp-button.sp-badge-tax {
            padding: 4px 8px;
            border-radius: 3px;
            font-size: inherit;
        }

        header.entry-header {
            text-align: left;
        }

        header.entry-header>*:not(:last-child) {
            margin-bottom: 10px;
        }

        @media (max-width:921px) {
            header.entry-header {
                text-align: left;
            }
        }

        @media (max-width:544px) {
            header.entry-header {
                text-align: left;
            }
        }

        .sp-archive-entry-banner {
            -js-display: flex;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            position: relative;
            background: var(--sp-title-layout-bg);
        }

        .sp-archive-entry-banner[data-banner-width-type="custom"] {
            margin: 0 auto;
            width: 100%;
        }

        .sp-archive-entry-banner[data-banner-layout="layout-1"] {
            background: inherit;
            padding: 20px 0;
            text-align: left;
        }

        body.archive .sp-archive-description {
            max-width: 1300px;
            width: 100%;
            text-align: left;
            padding-top: 3em;
            padding-right: 3em;
            padding-bottom: 3em;
            padding-left: 3em;
        }

        body.archive .sp-archive-description .sp-archive-title,
        body.archive .sp-archive-description .sp-archive-title * {
            font-size: 40px;
            font-size: 2.6666666666667rem;
            text-transform: capitalize;
        }

        body.archive .sp-archive-description>*:not(:last-child) {
            margin-bottom: 10px;
        }

        @media (max-width:921px) {
            body.archive .sp-archive-description {
                text-align: left;
            }
        }

        @media (max-width:544px) {
            body.archive .sp-archive-description {
                text-align: left;
            }
        }

        .sp-breadcrumbs .trail-browse,
        .sp-breadcrumbs .trail-items,
        .sp-breadcrumbs .trail-items li {
            display: inline-block;
            margin: 0;
            padding: 0;
            border: none;
            background: inherit;
            text-indent: 0;
            text-decoration: none;
        }

        .sp-breadcrumbs .trail-browse {
            font-size: inherit;
            font-style: inherit;
            font-weight: inherit;
            color: inherit;
        }

        .sp-breadcrumbs .trail-items {
            list-style: none;
        }

        .trail-items li::after {
            padding: 0 0.3em;
            content: "\00bb";
        }

        .trail-items li:last-of-type::after {
            display: none;
        }

        @media (max-width:921px) {
            .sp-builder-grid-row-container.sp-builder-grid-row-tablet-3-firstrow .sp-builder-grid-row>*:first-child,
            .sp-builder-grid-row-container.sp-builder-grid-row-tablet-3-lastrow .sp-builder-grid-row>*:last-child {
                grid-column: 1 / -1;
            }
        }

        @media (max-width:544px) {
            .sp-builder-grid-row-container.sp-builder-grid-row-mobile-3-firstrow .sp-builder-grid-row>*:first-child,
            .sp-builder-grid-row-container.sp-builder-grid-row-mobile-3-lastrow .sp-builder-grid-row>*:last-child {
                grid-column: 1 / -1;
            }
        }

        .sp-builder-layout-element[data-section="title_tagline"] {
            display: flex;
        }

        @media (max-width:921.99px) {
            .sp-header-break-point .sp-builder-layout-element[data-section="title_tagline"] {
                display: flex;
            }
        }

        @media (max-width:544px) {
            .sp-header-break-point .sp-builder-layout-element[data-section="title_tagline"] {
                display: flex;
            }
        }

        [data-section*="section-hb-button-"] .menu-link {
            display: none;
        }

        .sp-header-button-1 .sp-custom-button {
            background: #11da6a;
        }

        @media (max-width:544px) {
            .sp-header-button-1[data-section*="section-hb-button-"] .sp-builder-button-wrap .sp-custom-button {
                font-size: 12px;
                font-size: 0.8rem;
            }
            .sp-header-button-1 .sp-custom-button {
                font-size: 12px;
                font-size: 0.8rem;
            }
        }

        @media (max-width:544px) {
            .sp-header-button-1[data-section*="section-hb-button-"] .sp-builder-button-wrap .sp-custom-button {
                padding-top: 10px;
                padding-bottom: 10px;
                padding-left: 10px;
                padding-right: 10px;
            }
        }

        .sp-header-button-1[data-section="section-hb-button-1"] {
            display: flex;
        }

        @media (max-width:921.99px) {
            .sp-header-break-point .sp-header-button-1[data-section="section-hb-button-1"] {
                display: flex;
            }
        }

        @media (max-width:544px) {
            .sp-header-break-point .sp-header-button-1[data-section="section-hb-button-1"] {
                display: flex;
            }
        }

        .sp-builder-menu-2 {
            font-family: inherit;
            font-weight: inherit;
        }

        .sp-builder-menu-2 .sp-menu-item>.menu-link {
            color: #ffffff;
        }

        .sp-builder-menu-2 .sp-menu-item>.sp-menu-toggle {
            color: #ffffff;
        }

        .sp-builder-menu-2 .sp-sub-menu,
        .sp-builder-menu-2 .inline-on-mobile .sp-sub-menu {
            border-top-width: 2px;
            border-bottom-width: 0px;
            border-right-width: 0px;
            border-left-width: 0px;
            border-color: #14182e;
            border-style: solid;
        }

        .sp-builder-menu-2 .sp-sub-menu .sp-sub-menu {
            top: -2px;
        }

        .sp-builder-menu-2 .main-header-menu>.sp-menu-item>.sp-sub-menu,
        .sp-builder-menu-2 .main-header-menu>.sp-menu-item>.sp-full-megamenu-wrapper {
            margin-top: 0px;
        }

        .sp-desktop .sp-builder-menu-2 .main-header-menu>.sp-menu-item>.sp-sub-menu:before,
        .sp-desktop .sp-builder-menu-2 .main-header-menu>.sp-menu-item>.sp-full-megamenu-wrapper:before {
            height: calc( 0px + 2px + 5px);
        }

        .sp-builder-menu-2 .main-header-menu,
        .sp-builder-menu-2 .main-header-menu .sp-sub-menu {
            background-color: #141830;
            background-image: none;
        }

        .sp-desktop .sp-builder-menu-2 .sp-menu-item .sp-sub-menu .menu-link {
            border-style: none;
        }

        @media (max-width:921px) {
            .sp-header-break-point .sp-builder-menu-2 .sp-menu-item.sp-menu-item-has-children>.sp-menu-toggle {
                top: 0;
            }
            .sp-builder-menu-2 .inline-on-mobile .sp-menu-item.sp-menu-item-has-children>.sp-menu-toggle {
                right: -15px;
            }
            .sp-builder-menu-2 .sp-menu-item-has-children>.menu-link:after {
                content: unset;
            }
            .sp-builder-menu-2 .main-header-menu>.sp-menu-item>.sp-sub-menu,
            .sp-builder-menu-2 .main-header-menu>.sp-menu-item>.sp-full-megamenu-wrapper {
                margin-top: 0;
            }
        }

        @media (max-width:544px) {
            .sp-header-break-point .sp-builder-menu-2 .sp-menu-item.sp-menu-item-has-children>.sp-menu-toggle {
                top: 0;
            }
            .sp-builder-menu-2 .main-header-menu>.sp-menu-item>.sp-sub-menu,
            .sp-builder-menu-2 .main-header-menu>.sp-menu-item>.sp-full-megamenu-wrapper {
                margin-top: 0;
            }
        }

        .sp-builder-menu-2 {
            display: flex;
        }

        @media (max-width:921.99px) {
            .sp-header-break-point .sp-builder-menu-2 {
                display: flex;
            }
        }

        @media (max-width:544px) {
            .sp-header-break-point .sp-builder-menu-2 {
                display: flex;
            }
        }

        .site-below-footer-wrap {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .site-below-footer-wrap[data-section="section-below-footer-builder"] {
            background-color: #eeeeee;
            background-image: none;
            min-height: 80px;
            border-style: solid;
            border-width: 0px;
            border-top-width: 1px;
            border-top-color: var(--sp-global-color-subtle-background, var(--sp-global-color-6));
        }

        .site-below-footer-wrap[data-section="section-below-footer-builder"] .sp-builder-grid-row {
            max-width: 1300px;
            min-height: 80px;
            margin-left: auto;
            margin-right: auto;
        }

        .site-below-footer-wrap[data-section="section-below-footer-builder"] .sp-builder-grid-row,
        .site-below-footer-wrap[data-section="section-below-footer-builder"] .site-footer-section {
            align-items: flex-start;
        }

        .site-below-footer-wrap[data-section="section-below-footer-builder"].sp-footer-row-inline .site-footer-section {
            display: flex;
            margin-bottom: 0;
        }

        .sp-builder-grid-row-full .sp-builder-grid-row {
            grid-template-columns: 1fr;
        }

        @media (max-width:921px) {
            .site-below-footer-wrap[data-section="section-below-footer-builder"].sp-footer-row-tablet-inline .site-footer-section {
                display: flex;
                margin-bottom: 0;
            }
            .site-below-footer-wrap[data-section="section-below-footer-builder"].sp-footer-row-tablet-stack .site-footer-section {
                display: block;
                margin-bottom: 10px;
            }
            .sp-builder-grid-row-container.sp-builder-grid-row-tablet-full .sp-builder-grid-row {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width:544px) {
            .site-below-footer-wrap[data-section="section-below-footer-builder"].sp-footer-row-mobile-inline .site-footer-section {
                display: flex;
                margin-bottom: 0;
            }
            .site-below-footer-wrap[data-section="section-below-footer-builder"].sp-footer-row-mobile-stack .site-footer-section {
                display: block;
                margin-bottom: 10px;
            }
            .sp-builder-grid-row-container.sp-builder-grid-row-mobile-full .sp-builder-grid-row {
                grid-template-columns: 1fr;
            }
        }

        .site-below-footer-wrap[data-section="section-below-footer-builder"] {
            display: grid;
        }

        @media (max-width:921.99px) {
            .sp-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"] {
                display: grid;
            }
        }

        @media (max-width:544px) {
            .sp-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"] {
                display: grid;
            }
        }

        .sp-footer-copyright {
            text-align: center;
        }

        .sp-footer-copyright.site-footer-focus-item {
            color: #ffffff;
        }

        @media (max-width:921px) {
            .sp-footer-copyright {
                text-align: center;
            }
        }

        @media (max-width:544px) {
            .sp-footer-copyright {
                text-align: center;
            }
        }

        .sp-footer-copyright.sp-builder-layout-element {
            display: flex;
        }

        @media (max-width:921.99px) {
            .sp-header-break-point .sp-footer-copyright.sp-builder-layout-element {
                display: flex;
            }
        }

        @media (max-width:544px) {
            .sp-header-break-point .sp-footer-copyright.sp-builder-layout-element {
                display: flex;
            }
        }

        .sp-header-break-point .main-header-bar {
            border-bottom-width: 1px;
        }

        @media (min-width:922px) {
            .main-header-bar {
                border-bottom-width: 1px;
            }
        }

        .main-header-menu .sp-menu-item,
        #sp-footer-menu .sp-menu-item,
        .main-header-bar .sp-masthead-custom-menu-items {
            -js-display: flex;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .main-header-menu>.sp-menu-item>.menu-link,
        #sp-footer-menu>.sp-menu-item>.menu-link {
            height: 100%;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -js-display: flex;
            display: flex;
        }

        .sp-header-break-point .main-navigation ul .sp-menu-item .menu-link .icon-arrow:first-of-type svg {
            top: .2em;
            margin-top: 0px;
            margin-left: 0px;
            width: .65em;
            transform: translate(0, -2px) rotateZ(270deg);
        }

        .sp-mobile-popup-content .sp-submenu-expanded>.sp-menu-toggle {
            transform: rotateX(180deg);
            overflow-y: auto;
        }

        @media (min-width:922px) {
            .sp-builder-menu .main-navigation>ul>li:last-child a {
                margin-right: 0;
            }
        }

        .sp-separate-container .sp-article-inner {
            background-color: transparent;
            background-image: none;
        }

        .sp-separate-container .sp-article-post {
            background-color: var(--sp-global-color-4);
        }

        @media (max-width:921px) {
            .sp-separate-container .sp-article-post {
                background-color: var(--sp-global-color-4);
            }
        }

        @media (max-width:544px) {
            .sp-separate-container .sp-article-post {
                background-color: var(--sp-global-color-4);
            }
        }

        .sp-separate-container .sp-article-single:not(.sp-related-post),
        .sp-separate-container .error-404,
        .sp-separate-container .no-results,
        .single.sp-separate-container .sp-author-meta,
        .sp-separate-container .related-posts-title-wrapper,
        .sp-separate-container .comments-count-wrapper,
        .sp-box-layout.sp-plain-container .site-content,
        .sp-padded-layout.sp-plain-container .site-content,
        .sp-separate-container .sp-archive-description,
        .sp-separate-container .comments-area .comment-respond,
        .sp-separate-container .comments-area .sp-comment-list li,
        .sp-separate-container .comments-area .comments-title {
            background-color: var(--sp-global-color-4);
        }

        @media (max-width:921px) {
            .sp-separate-container .sp-article-single:not(.sp-related-post),
            .sp-separate-container .error-404,
            .sp-separate-container .no-results,
            .single.sp-separate-container .sp-author-meta,
            .sp-separate-container .related-posts-title-wrapper,
            .sp-separate-container .comments-count-wrapper,
            .sp-box-layout.sp-plain-container .site-content,
            .sp-padded-layout.sp-plain-container .site-content,
            .sp-separate-container .sp-archive-description {
                background-color: var(--sp-global-color-4);
            }
        }

        @media (max-width:544px) {
            .sp-separate-container .sp-article-single:not(.sp-related-post),
            .sp-separate-container .error-404,
            .sp-separate-container .no-results,
            .single.sp-separate-container .sp-author-meta,
            .sp-separate-container .related-posts-title-wrapper,
            .sp-separate-container .comments-count-wrapper,
            .sp-box-layout.sp-plain-container .site-content,
            .sp-padded-layout.sp-plain-container .site-content,
            .sp-separate-container .sp-archive-description {
                background-color: var(--sp-global-color-4);
            }
        }

        .sp-separate-container.sp-two-container #secondary .widget {
            background-color: var(--sp-global-color-4);
        }

        @media (max-width:921px) {
            .sp-separate-container.sp-two-container #secondary .widget {
                background-color: var(--sp-global-color-4);
            }
        }

        @media (max-width:544px) {
            .sp-separate-container.sp-two-container #secondary .widget {
                background-color: var(--sp-global-color-4);
            }
        }

        .sp-mobile-header-wrap .sp-primary-header-bar,
        .sp-primary-header-bar .site-primary-header-wrap {
            min-height: 70px;
        }

        .sp-desktop:not(:has(.sp-header-sticked)) .sp-primary-header-bar .main-header-menu>.sp-menu-item {
            line-height: 70px;
        }

        .sp-header-break-point #masthead .sp-mobile-header-wrap .sp-primary-header-bar,
        .sp-header-break-point #masthead .sp-mobile-header-wrap .sp-below-header-bar,
        .sp-header-break-point #masthead .sp-mobile-header-wrap .sp-above-header-bar {
            padding-left: 20px;
            padding-right: 20px;
        }

        .sp-header-break-point .sp-primary-header-bar {
            border-bottom-width: 0px;
            border-bottom-color: var( --sp-global-color-subtle-background, var(--sp-global-color-7));
            border-bottom-style: solid;
        }

        @media (min-width:922px) {
            .sp-primary-header-bar {
                border-bottom-width: 0px;
                border-bottom-color: var( --sp-global-color-subtle-background, var(--sp-global-color-7));
                border-bottom-style: solid;
            }
        }

        .sp-primary-header-bar {
            background-color: #ffffff;
            background-image: none;
        }

        .sp-primary-header-bar {
            display: block;
        }

        @media (max-width:921.99px) {
            .sp-header-break-point .sp-primary-header-bar {
                display: grid;
            }
        }

        @media (max-width:544px) {
            .sp-header-break-point .sp-primary-header-bar {
                display: grid;
            }
        }

        .sp-builder-menu-mobile .main-navigation .sp-menu-item.sp-menu-item-has-children>.sp-menu-toggle {
            top: 0;
        }

        .sp-builder-menu-mobile .main-navigation .sp-menu-item-has-children>.menu-link:after {
            content: unset;
        }

        .sp-hfb-header .sp-builder-menu-mobile .main-header-menu,
        .sp-hfb-header .sp-builder-menu-mobile .main-navigation .sp-menu-item .menu-link,
        .sp-hfb-header .sp-builder-menu-mobile .main-navigation .sp-menu-item .sp-sub-menu .menu-link {
            border-style: none;
        }

        .sp-builder-menu-mobile .main-navigation .sp-menu-item.sp-menu-item-has-children>.sp-menu-toggle {
            top: 0;
        }

        @media (max-width:921px) {
            .sp-builder-menu-mobile .main-navigation .sp-menu-item.sp-menu-item-has-children>.sp-menu-toggle {
                top: 0;
            }
            .sp-builder-menu-mobile .main-navigation .sp-menu-item-has-children>.menu-link:after {
                content: unset;
            }
        }

        @media (max-width:544px) {
            .sp-builder-menu-mobile .main-navigation .main-header-menu .sp-menu-item>.menu-link {
                color: #ffffff;
            }
            .sp-builder-menu-mobile .main-navigation .main-header-menu .sp-menu-item>.sp-menu-toggle {
                color: #ffffff;
            }
            .sp-builder-menu-mobile .main-navigation .sp-menu-item.sp-menu-item-has-children>.sp-menu-toggle {
                top: 0;
            }
            .sp-builder-menu-mobile .main-navigation .main-header-menu,
            .sp-builder-menu-mobile .main-navigation .main-header-menu .menu-link,
            .sp-builder-menu-mobile .main-navigation .main-header-menu .sp-sub-menu {
                background-color: #111527;
                background-image: none;
            }
        }

        .sp-builder-menu-mobile .main-navigation {
            display: block;
        }

        @media (max-width:921.99px) {
            .sp-header-break-point .sp-builder-menu-mobile .main-navigation {
                display: block;
            }
        }

        @media (max-width:544px) {
            .sp-header-break-point .sp-builder-menu-mobile .main-navigation {
                display: block;
            }
        }

        /*# sourceURL=sp-theme-css-inline-css */

/* from index.html */
img.wp-smiley,
        img.emoji {
            display: inline !important;
            border: none !important;
            box-shadow: none !important;
            height: 1em !important;
            width: 1em !important;
            margin: 0 0.07em !important;
            vertical-align: -0.1em !important;
            background: none !important;
            padding: 0 !important;
        }

        /*# sourceURL=sp-emoji-styles-inline-css */

/* from index.html */
:root {
            --sp-block-synced-color: #7a00df;
            --sp-block-synced-color--rgb: 122, 0, 223;
            --sp-bound-block-color: var(--sp-block-synced-color);
            --sp-editor-canvas-background: #ddd;
            --sp-admin-theme-color: #007cba;
            --sp-admin-theme-color--rgb: 0, 124, 186;
            --sp-admin-theme-color-darker-10: #006ba1;
            --sp-admin-theme-color-darker-10--rgb: 0, 107, 160.5;
            --sp-admin-theme-color-darker-20: #005a87;
            --sp-admin-theme-color-darker-20--rgb: 0, 90, 135;
            --sp-admin-border-width-focus: 2px
        }

        @media (min-resolution:192dpi) {
            :root {
                --sp-admin-border-width-focus: 1.5px
            }
        }

        .wp-element-button {
            cursor: pointer
        }

        :root .has-very-light-gray-background-color {
            background-color: #eee
        }

        :root .has-very-dark-gray-background-color {
            background-color: #313131
        }

        :root .has-very-light-gray-color {
            color: #eee
        }

        :root .has-very-dark-gray-color {
            color: #313131
        }

        :root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
            background: linear-gradient(135deg, #00d084, #0693e3)
        }

        :root .has-purple-crush-gradient-background {
            background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
        }

        :root .has-hazy-dawn-gradient-background {
            background: linear-gradient(135deg, #faaca8, #dad0ec)
        }

        :root .has-subdued-olive-gradient-background {
            background: linear-gradient(135deg, #fafae1, #67a671)
        }

        :root .has-atomic-cream-gradient-background {
            background: linear-gradient(135deg, #fdd79a, #004a59)
        }

        :root .has-nightshade-gradient-background {
            background: linear-gradient(135deg, #330968, #31cdcf)
        }

        :root .has-midnight-gradient-background {
            background: linear-gradient(135deg, #020381, #2874fc)
        }

        :root {
            --sp--preset--font-size--normal: 16px;
            --sp--preset--font-size--huge: 42px
        }

        .has-regular-font-size {
            font-size: 1em
        }

        .has-larger-font-size {
            font-size: 2.625em
        }

        .has-normal-font-size {
            font-size: var(--sp--preset--font-size--normal)
        }

        .has-huge-font-size {
            font-size: var(--sp--preset--font-size--huge)
        }

        :root .has-text-align-center {
            text-align: center
        }

        :root .has-text-align-left {
            text-align: left
        }

        :root .has-text-align-right {
            text-align: right
        }

        .has-fit-text {
            white-space: nowrap !important
        }

        #end-resizable-editor-section {
            display: none
        }

        .sp-aligncenter {
            clear: both
        }

        .items-justified-left {
            justify-content: flex-start
        }

        .items-justified-center {
            justify-content: center
        }

        .items-justified-right {
            justify-content: flex-end
        }

        .items-justified-space-between {
            justify-content: space-between
        }

        .screen-reader-text {
            word-wrap: normal !important;
            border: 0;
            clip-path: inset(50%);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px
        }

        .screen-reader-text:focus {
            background-color: #ddd;
            clip-path: none;
            color: #444;
            display: block;
            font-size: 1em;
            height: auto;
            left: 5px;
            line-height: normal;
            padding: 15px 23px 14px;
            text-decoration: none;
            top: 5px;
            width: auto;
            z-index: 100000
        }

        html :where(.has-border-color) {
            border-style: solid
        }

        html :where([style*=border-color]) {
            border-style: solid
        }

        html :where([style*=border-top-color]) {
            border-top-style: solid
        }

        html :where([style*=border-right-color]) {
            border-right-style: solid
        }

        html :where([style*=border-bottom-color]) {
            border-bottom-style: solid
        }

        html :where([style*=border-left-color]) {
            border-left-style: solid
        }

        html :where([style*=border-width]) {
            border-style: solid
        }

        html :where([style*=border-top-width]) {
            border-top-style: solid
        }

        html :where([style*=border-right-width]) {
            border-right-style: solid
        }

        html :where([style*=border-bottom-width]) {
            border-bottom-style: solid
        }

        html :where([style*=border-left-width]) {
            border-left-style: solid
        }

        html :where(img[class*=wp-image-]) {
            height: auto;
            max-width: 100%
        }

        :where(figure) {
            margin: 0 0 1em
        }

        html :where(.is-position-sticky) {
            --sp-admin--admin-bar--position-offset: var(--sp-admin--admin-bar--height, 0px)
        }

        @media screen and (max-width:600px) {
            html :where(.is-position-sticky) {
                --sp-admin--admin-bar--position-offset: 0px
            }
        }

        /*# sourceURL=/assets/inc/css/dist/block-library/common.min.css */

/* from index.html */
h1:where(.sp-block-heading).has-background,
        h2:where(.sp-block-heading).has-background,
        h3:where(.sp-block-heading).has-background,
        h4:where(.sp-block-heading).has-background,
        h5:where(.sp-block-heading).has-background,
        h6:where(.sp-block-heading).has-background {
            padding: 1.25em 2.375em
        }

        h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
        h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
        h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
        h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
        h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
        h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
        h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
        h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
        h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
        h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
        h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
        h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
            rotate: 180deg
        }

        /*# sourceURL=/assets/inc/blocks/heading/style.min.css */

/* from index.html */
:root {
            --sp--preset--aspect-ratio--square: 1;
            --sp--preset--aspect-ratio--4-3: 4/3;
            --sp--preset--aspect-ratio--3-4: 3/4;
            --sp--preset--aspect-ratio--3-2: 3/2;
            --sp--preset--aspect-ratio--2-3: 2/3;
            --sp--preset--aspect-ratio--16-9: 16/9;
            --sp--preset--aspect-ratio--9-16: 9/16;
            --sp--preset--color--black: #000000;
            --sp--preset--color--cyan-bluish-gray: #abb8c3;
            --sp--preset--color--white: #ffffff;
            --sp--preset--color--pale-pink: #f78da7;
            --sp--preset--color--vivid-red: #cf2e2e;
            --sp--preset--color--luminous-vivid-orange: #ff6900;
            --sp--preset--color--luminous-vivid-amber: #fcb900;
            --sp--preset--color--light-green-cyan: #7bdcb5;
            --sp--preset--color--vivid-green-cyan: #00d084;
            --sp--preset--color--pale-cyan-blue: #8ed1fc;
            --sp--preset--color--vivid-cyan-blue: #0693e3;
            --sp--preset--color--vivid-purple: #9b51e0;
            --sp--preset--color--sp-global-color-0: var(--sp-global-color-0);
            --sp--preset--color--sp-global-color-1: var(--sp-global-color-1);
            --sp--preset--color--sp-global-color-2: var(--sp-global-color-2);
            --sp--preset--color--sp-global-color-3: var(--sp-global-color-3);
            --sp--preset--color--sp-global-color-4: var(--sp-global-color-4);
            --sp--preset--color--sp-global-color-5: var(--sp-global-color-5);
            --sp--preset--color--sp-global-color-6: var(--sp-global-color-6);
            --sp--preset--color--sp-global-color-7: var(--sp-global-color-7);
            --sp--preset--color--sp-global-color-8: var(--sp-global-color-8);
            --sp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 100%);
            --sp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
            --sp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
            --sp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 0%, rgb(207, 46, 46) 100%);
            --sp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
            --sp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
            --sp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
            --sp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
            --sp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
            --sp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
            --sp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
            --sp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
            --sp--preset--font-size--small: 13px;
            --sp--preset--font-size--medium: 20px;
            --sp--preset--font-size--large: 36px;
            --sp--preset--font-size--x-large: 42px;
            --sp--preset--spacing--20: 0.44rem;
            --sp--preset--spacing--30: 0.67rem;
            --sp--preset--spacing--40: 1rem;
            --sp--preset--spacing--50: 1.5rem;
            --sp--preset--spacing--60: 2.25rem;
            --sp--preset--spacing--70: 3.38rem;
            --sp--preset--spacing--80: 5.06rem;
            --sp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
            --sp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
            --sp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
            --sp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
            --sp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
        }

        :root {
            --sp--style--global--content-size: var(--sp--custom--sp-content-width-size);
            --sp--style--global--wide-size: var(--sp--custom--sp-wide-width-size);
        }

        :where(body) {
            margin: 0;
        }

        .wp-site-blocks>.sp-alignleft {
            float: left;
            margin-right: 2em;
        }

        .wp-site-blocks>.sp-alignright {
            float: right;
            margin-left: 2em;
        }

        .wp-site-blocks>.sp-aligncenter {
            justify-content: center;
            margin-left: auto;
            margin-right: auto;
        }

        :where(.wp-site-blocks)>* {
            margin-block-start: 24px;
            margin-block-end: 0;
        }

        :where(.wp-site-blocks)> :first-child {
            margin-block-start: 0;
        }

        :where(.wp-site-blocks)> :last-child {
            margin-block-end: 0;
        }

        :root {
            --sp--style--block-gap: 24px;
        }

        :root :where(.is-layout-flow)> :first-child {
            margin-block-start: 0;
        }

        :root :where(.is-layout-flow)> :last-child {
            margin-block-end: 0;
        }

        :root :where(.is-layout-flow)>* {
            margin-block-start: 24px;
            margin-block-end: 0;
        }

        :root :where(.is-layout-constrained)> :first-child {
            margin-block-start: 0;
        }

        :root :where(.is-layout-constrained)> :last-child {
            margin-block-end: 0;
        }

        :root :where(.is-layout-constrained)>* {
            margin-block-start: 24px;
            margin-block-end: 0;
        }

        :root :where(.is-layout-flex) {
            gap: 24px;
        }

        :root :where(.is-layout-grid) {
            gap: 24px;
        }

        .is-layout-flow>.sp-alignleft {
            float: left;
            margin-inline-start: 0;
            margin-inline-end: 2em;
        }

        .is-layout-flow>.sp-alignright {
            float: right;
            margin-inline-start: 2em;
            margin-inline-end: 0;
        }

        .is-layout-flow>.sp-aligncenter {
            margin-left: auto !important;
            margin-right: auto !important;
        }

        .is-layout-constrained>.sp-alignleft {
            float: left;
            margin-inline-start: 0;
            margin-inline-end: 2em;
        }

        .is-layout-constrained>.sp-alignright {
            float: right;
            margin-inline-start: 2em;
            margin-inline-end: 0;
        }

        .is-layout-constrained>.sp-aligncenter {
            margin-left: auto !important;
            margin-right: auto !important;
        }

        .is-layout-constrained> :where(:not(.sp-alignleft):not(.sp-alignright):not(.alignfull)) {
            max-width: var(--sp--style--global--content-size);
            margin-left: auto !important;
            margin-right: auto !important;
        }

        .is-layout-constrained>.alignwide {
            max-width: var(--sp--style--global--wide-size);
        }

        body .is-layout-flex {
            display: flex;
        }

        .is-layout-flex {
            flex-wrap: wrap;
            align-items: center;
        }

        .is-layout-flex> :is(*, div) {
            margin: 0;
        }

        body .is-layout-grid {
            display: grid;
        }

        .is-layout-grid> :is(*, div) {
            margin: 0;
        }

        body {
            padding-top: 0px;
            padding-right: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
        }

        a:where(:not(.wp-element-button)) {
            text-decoration: none;
        }

        :root :where(.wp-element-button, .sp-block-button__link) {
            background-color: #32373c;
            border-width: 0;
            color: #fff;
            font-family: inherit;
            font-size: inherit;
            font-style: inherit;
            font-weight: inherit;
            letter-spacing: inherit;
            line-height: inherit;
            padding-top: calc(0.667em + 2px);
            padding-right: calc(1.333em + 2px);
            padding-bottom: calc(0.667em + 2px);
            padding-left: calc(1.333em + 2px);
            text-decoration: none;
            text-transform: inherit;
        }

        .has-black-color {
            color: var(--sp--preset--color--black) !important;
        }

        .has-cyan-bluish-gray-color {
            color: var(--sp--preset--color--cyan-bluish-gray) !important;
        }

        .has-white-color {
            color: var(--sp--preset--color--white) !important;
        }

        .has-pale-pink-color {
            color: var(--sp--preset--color--pale-pink) !important;
        }

        .has-vivid-red-color {
            color: var(--sp--preset--color--vivid-red) !important;
        }

        .has-luminous-vivid-orange-color {
            color: var(--sp--preset--color--luminous-vivid-orange) !important;
        }

        .has-luminous-vivid-amber-color {
            color: var(--sp--preset--color--luminous-vivid-amber) !important;
        }

        .has-light-green-cyan-color {
            color: var(--sp--preset--color--light-green-cyan) !important;
        }

        .has-vivid-green-cyan-color {
            color: var(--sp--preset--color--vivid-green-cyan) !important;
        }

        .has-pale-cyan-blue-color {
            color: var(--sp--preset--color--pale-cyan-blue) !important;
        }

        .has-vivid-cyan-blue-color {
            color: var(--sp--preset--color--vivid-cyan-blue) !important;
        }

        .has-vivid-purple-color {
            color: var(--sp--preset--color--vivid-purple) !important;
        }

        .has-ast-global-color-0-color {
            color: var(--sp--preset--color--sp-global-color-0) !important;
        }

        .has-ast-global-color-1-color {
            color: var(--sp--preset--color--sp-global-color-1) !important;
        }

        .has-ast-global-color-2-color {
            color: var(--sp--preset--color--sp-global-color-2) !important;
        }

        .has-ast-global-color-3-color {
            color: var(--sp--preset--color--sp-global-color-3) !important;
        }

        .has-ast-global-color-4-color {
            color: var(--sp--preset--color--sp-global-color-4) !important;
        }

        .has-ast-global-color-5-color {
            color: var(--sp--preset--color--sp-global-color-5) !important;
        }

        .has-ast-global-color-6-color {
            color: var(--sp--preset--color--sp-global-color-6) !important;
        }

        .has-ast-global-color-7-color {
            color: var(--sp--preset--color--sp-global-color-7) !important;
        }

        .has-ast-global-color-8-color {
            color: var(--sp--preset--color--sp-global-color-8) !important;
        }

        .has-black-background-color {
            background-color: var(--sp--preset--color--black) !important;
        }

        .has-cyan-bluish-gray-background-color {
            background-color: var(--sp--preset--color--cyan-bluish-gray) !important;
        }

        .has-white-background-color {
            background-color: var(--sp--preset--color--white) !important;
        }

        .has-pale-pink-background-color {
            background-color: var(--sp--preset--color--pale-pink) !important;
        }

        .has-vivid-red-background-color {
            background-color: var(--sp--preset--color--vivid-red) !important;
        }

        .has-luminous-vivid-orange-background-color {
            background-color: var(--sp--preset--color--luminous-vivid-orange) !important;
        }

        .has-luminous-vivid-amber-background-color {
            background-color: var(--sp--preset--color--luminous-vivid-amber) !important;
        }

        .has-light-green-cyan-background-color {
            background-color: var(--sp--preset--color--light-green-cyan) !important;
        }

        .has-vivid-green-cyan-background-color {
            background-color: var(--sp--preset--color--vivid-green-cyan) !important;
        }

        .has-pale-cyan-blue-background-color {
            background-color: var(--sp--preset--color--pale-cyan-blue) !important;
        }

        .has-vivid-cyan-blue-background-color {
            background-color: var(--sp--preset--color--vivid-cyan-blue) !important;
        }

        .has-vivid-purple-background-color {
            background-color: var(--sp--preset--color--vivid-purple) !important;
        }

        .has-ast-global-color-0-background-color {
            background-color: var(--sp--preset--color--sp-global-color-0) !important;
        }

        .has-ast-global-color-1-background-color {
            background-color: var(--sp--preset--color--sp-global-color-1) !important;
        }

        .has-ast-global-color-2-background-color {
            background-color: var(--sp--preset--color--sp-global-color-2) !important;
        }

        .has-ast-global-color-3-background-color {
            background-color: var(--sp--preset--color--sp-global-color-3) !important;
        }

        .has-ast-global-color-4-background-color {
            background-color: var(--sp--preset--color--sp-global-color-4) !important;
        }

        .has-ast-global-color-5-background-color {
            background-color: var(--sp--preset--color--sp-global-color-5) !important;
        }

        .has-ast-global-color-6-background-color {
            background-color: var(--sp--preset--color--sp-global-color-6) !important;
        }

        .has-ast-global-color-7-background-color {
            background-color: var(--sp--preset--color--sp-global-color-7) !important;
        }

        .has-ast-global-color-8-background-color {
            background-color: var(--sp--preset--color--sp-global-color-8) !important;
        }

        .has-black-border-color {
            border-color: var(--sp--preset--color--black) !important;
        }

        .has-cyan-bluish-gray-border-color {
            border-color: var(--sp--preset--color--cyan-bluish-gray) !important;
        }

        .has-white-border-color {
            border-color: var(--sp--preset--color--white) !important;
        }

        .has-pale-pink-border-color {
            border-color: var(--sp--preset--color--pale-pink) !important;
        }

        .has-vivid-red-border-color {
            border-color: var(--sp--preset--color--vivid-red) !important;
        }

        .has-luminous-vivid-orange-border-color {
            border-color: var(--sp--preset--color--luminous-vivid-orange) !important;
        }

        .has-luminous-vivid-amber-border-color {
            border-color: var(--sp--preset--color--luminous-vivid-amber) !important;
        }

        .has-light-green-cyan-border-color {
            border-color: var(--sp--preset--color--light-green-cyan) !important;
        }

        .has-vivid-green-cyan-border-color {
            border-color: var(--sp--preset--color--vivid-green-cyan) !important;
        }

        .has-pale-cyan-blue-border-color {
            border-color: var(--sp--preset--color--pale-cyan-blue) !important;
        }

        .has-vivid-cyan-blue-border-color {
            border-color: var(--sp--preset--color--vivid-cyan-blue) !important;
        }

        .has-vivid-purple-border-color {
            border-color: var(--sp--preset--color--vivid-purple) !important;
        }

        .has-ast-global-color-0-border-color {
            border-color: var(--sp--preset--color--sp-global-color-0) !important;
        }

        .has-ast-global-color-1-border-color {
            border-color: var(--sp--preset--color--sp-global-color-1) !important;
        }

        .has-ast-global-color-2-border-color {
            border-color: var(--sp--preset--color--sp-global-color-2) !important;
        }

        .has-ast-global-color-3-border-color {
            border-color: var(--sp--preset--color--sp-global-color-3) !important;
        }

        .has-ast-global-color-4-border-color {
            border-color: var(--sp--preset--color--sp-global-color-4) !important;
        }

        .has-ast-global-color-5-border-color {
            border-color: var(--sp--preset--color--sp-global-color-5) !important;
        }

        .has-ast-global-color-6-border-color {
            border-color: var(--sp--preset--color--sp-global-color-6) !important;
        }

        .has-ast-global-color-7-border-color {
            border-color: var(--sp--preset--color--sp-global-color-7) !important;
        }

        .has-ast-global-color-8-border-color {
            border-color: var(--sp--preset--color--sp-global-color-8) !important;
        }

        .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
            background: var(--sp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
        }

        .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
            background: var(--sp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
        }

        .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
            background: var(--sp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
        }

        .has-luminous-vivid-orange-to-vivid-red-gradient-background {
            background: var(--sp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
        }

        .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
            background: var(--sp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
        }

        .has-cool-to-warm-spectrum-gradient-background {
            background: var(--sp--preset--gradient--cool-to-warm-spectrum) !important;
        }

        .has-blush-light-purple-gradient-background {
            background: var(--sp--preset--gradient--blush-light-purple) !important;
        }

        .has-blush-bordeaux-gradient-background {
            background: var(--sp--preset--gradient--blush-bordeaux) !important;
        }

        .has-luminous-dusk-gradient-background {
            background: var(--sp--preset--gradient--luminous-dusk) !important;
        }

        .has-pale-ocean-gradient-background {
            background: var(--sp--preset--gradient--pale-ocean) !important;
        }

        .has-electric-grass-gradient-background {
            background: var(--sp--preset--gradient--electric-grass) !important;
        }

        .has-midnight-gradient-background {
            background: var(--sp--preset--gradient--midnight) !important;
        }

        .has-small-font-size {
            font-size: var(--sp--preset--font-size--small) !important;
        }

        .has-medium-font-size {
            font-size: var(--sp--preset--font-size--medium) !important;
        }

        .has-large-font-size {
            font-size: var(--sp--preset--font-size--large) !important;
        }

        .has-x-large-font-size {
            font-size: var(--sp--preset--font-size--x-large) !important;
        }

        /*# sourceURL=global-styles-inline-css */

/* from index.html */
.sp-block-image>a,
        .sp-block-image>figure>a {
            display: inline-block
        }

        .sp-block-image img {
            box-sizing: border-box;
            height: auto;
            max-width: 100%;
            vertical-align: bottom
        }

        @media not (prefers-reduced-motion) {
            .sp-block-image img.hide {
                visibility: hidden
            }
            .sp-block-image img.show {
                animation: show-content-image .4s
            }
        }

        .sp-block-image[style*=border-radius] img,
        .sp-block-image[style*=border-radius]>a {
            border-radius: inherit
        }

        .sp-block-image.has-custom-border img {
            box-sizing: border-box
        }

        .sp-block-image.sp-aligncenter {
            text-align: center
        }

        .sp-block-image.alignfull>a,
        .sp-block-image.alignwide>a {
            width: 100%
        }

        .sp-block-image.alignfull img,
        .sp-block-image.alignwide img {
            height: auto;
            width: 100%
        }

        .sp-block-image .sp-aligncenter,
        .sp-block-image .sp-alignleft,
        .sp-block-image .sp-alignright,
        .sp-block-image.sp-aligncenter,
        .sp-block-image.sp-alignleft,
        .sp-block-image.sp-alignright {
            display: table
        }

        .sp-block-image .sp-aligncenter>figcaption,
        .sp-block-image .sp-alignleft>figcaption,
        .sp-block-image .sp-alignright>figcaption,
        .sp-block-image.sp-aligncenter>figcaption,
        .sp-block-image.sp-alignleft>figcaption,
        .sp-block-image.sp-alignright>figcaption {
            caption-side: bottom;
            display: table-caption
        }

        .sp-block-image .sp-alignleft {
            float: left;
            margin: .5em 1em .5em 0
        }

        .sp-block-image .sp-alignright {
            float: right;
            margin: .5em 0 .5em 1em
        }

        .sp-block-image .sp-aligncenter {
            margin-left: auto;
            margin-right: auto
        }

        .sp-block-image :where(figcaption) {
            margin-bottom: 1em;
            margin-top: .5em
        }

        .sp-block-image.is-style-circle-mask img {
            border-radius: 9999px
        }

        @supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
            .sp-block-image.is-style-circle-mask img {
                border-radius: 0;
                -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
                mask-mode: alpha;
                -webkit-mask-position: center;
                mask-position: center;
                -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
                -webkit-mask-size: contain;
                mask-size: contain
            }
        }

        :root :where(.sp-block-image.is-style-rounded img,
        .sp-block-image .is-style-rounded img) {
            border-radius: 9999px
        }

        .sp-block-image figure {
            margin: 0
        }

        .wp-lightbox-container {
            display: flex;
            flex-direction: column;
            position: relative
        }

        .wp-lightbox-container img {
            cursor: zoom-in
        }

        .wp-lightbox-container img:hover+button {
            opacity: 1
        }

        .wp-lightbox-container button {
            align-items: center;
            backdrop-filter: blur(16px) saturate(180%);
            background-color: #5a5a5a40;
            border: none;
            border-radius: 4px;
            cursor: zoom-in;
            display: flex;
            height: 20px;
            justify-content: center;
            opacity: 0;
            padding: 0;
            position: absolute;
            right: 16px;
            text-align: center;
            top: 16px;
            width: 20px;
            z-index: 100
        }

        @media not (prefers-reduced-motion) {
            .wp-lightbox-container button {
                transition: opacity .2s ease
            }
        }

        .wp-lightbox-container button:focus-visible {
            outline: 3px auto #5a5a5a40;
            outline: 3px auto -webkit-focus-ring-color;
            outline-offset: 3px
        }

        .wp-lightbox-container button:hover {
            cursor: pointer;
            opacity: 1
        }

        .wp-lightbox-container button:focus {
            opacity: 1
        }

        .wp-lightbox-container button:focus,
        .wp-lightbox-container button:hover,
        .wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
            background-color: #5a5a5a40;
            border: none
        }

        .wp-lightbox-overlay {
            box-sizing: border-box;
            cursor: zoom-out;
            height: 100vh;
            left: 0;
            overflow: hidden;
            position: fixed;
            top: 0;
            visibility: hidden;
            width: 100%;
            z-index: 100000
        }

        .wp-lightbox-overlay .wp-lightbox-close-button {
            align-items: center;
            cursor: pointer;
            display: flex;
            font-family: inherit;
            gap: 8px;
            justify-content: center;
            line-height: 1;
            min-height: 40px;
            min-width: 40px;
            padding: 0 4px;
            position: absolute;
            right: calc(env(safe-area-inset-right) + 16px);
            top: calc(env(safe-area-inset-top) + 16px);
            z-index: 5000000
        }

        .wp-lightbox-overlay .wp-lightbox-close-button:focus,
        .wp-lightbox-overlay .wp-lightbox-close-button:hover,
        .wp-lightbox-overlay .wp-lightbox-close-button:not(:hover):not(:active):not(.has-background) {
            background: none;
            border: none
        }

        .wp-lightbox-overlay .wp-lightbox-close-button:has(.wp-lightbox-close-text:not([hidden])) .wp-lightbox-close-icon svg {
            height: 1em;
            width: 1em
        }

        .wp-lightbox-overlay .wp-lightbox-close-icon svg {
            display: block
        }

        .wp-lightbox-overlay .wp-lightbox-navigation-button-next,
        .wp-lightbox-overlay .wp-lightbox-navigation-button-prev {
            align-items: center;
            bottom: 16px;
            cursor: pointer;
            display: flex;
            font-family: inherit;
            gap: 4px;
            justify-content: center;
            line-height: 1;
            min-height: 40px;
            min-width: 40px;
            padding: 0 8px;
            position: absolute;
            z-index: 2000002
        }

        .wp-lightbox-overlay .wp-lightbox-navigation-button-next[hidden],
        .wp-lightbox-overlay .wp-lightbox-navigation-button-prev[hidden] {
            display: none
        }

        @media (min-width:960px) {
            .wp-lightbox-overlay .wp-lightbox-navigation-button-next,
            .wp-lightbox-overlay .wp-lightbox-navigation-button-prev {
                bottom: 50%;
                transform: translateY(-50%)
            }
        }

        .wp-lightbox-overlay .wp-lightbox-navigation-button-next:focus,
        .wp-lightbox-overlay .wp-lightbox-navigation-button-next:hover,
        .wp-lightbox-overlay .wp-lightbox-navigation-button-next:not(:hover):not(:active):not(.has-background),
        .wp-lightbox-overlay .wp-lightbox-navigation-button-prev:focus,
        .wp-lightbox-overlay .wp-lightbox-navigation-button-prev:hover,
        .wp-lightbox-overlay .wp-lightbox-navigation-button-prev:not(:hover):not(:active):not(.has-background) {
            background: none;
            border: none;
            padding: 0 8px
        }

        .wp-lightbox-overlay .wp-lightbox-navigation-button-next:has(.wp-lightbox-navigation-text:not([hidden])) .wp-lightbox-navigation-icon svg,
        .wp-lightbox-overlay .wp-lightbox-navigation-button-prev:has(.wp-lightbox-navigation-text:not([hidden])) .wp-lightbox-navigation-icon svg {
            display: block;
            height: 1.5em;
            width: 1.5em
        }

        .wp-lightbox-overlay .wp-lightbox-navigation-button-prev {
            left: calc(env(safe-area-inset-left) + 16px)
        }

        .wp-lightbox-overlay .wp-lightbox-navigation-button-next {
            right: calc(env(safe-area-inset-right) + 16px)
        }

        .wp-lightbox-overlay .wp-lightbox-navigation-icon svg {
            vertical-align: middle
        }

        .wp-lightbox-overlay .lightbox-image-container {
            height: var(--sp--lightbox-container-height);
            left: 50%;
            overflow: hidden;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            transform-origin: top left;
            width: var(--sp--lightbox-container-width);
            z-index: 2000001
        }

        .wp-lightbox-overlay .sp-block-image {
            align-items: center;
            box-sizing: border-box;
            display: flex;
            height: 100%;
            justify-content: center;
            margin: 0;
            position: relative;
            transform-origin: 0 0;
            width: 100%;
            z-index: 3000000
        }

        .wp-lightbox-overlay .sp-block-image img {
            height: var(--sp--lightbox-image-height);
            min-height: var(--sp--lightbox-image-height);
            min-width: var(--sp--lightbox-image-width);
            width: var(--sp--lightbox-image-width)
        }

        .wp-lightbox-overlay .sp-block-image figcaption {
            display: none
        }

        .wp-lightbox-overlay button {
            background: none;
            border: none
        }

        .wp-lightbox-overlay .scrim {
            background-color: #fff;
            height: 100%;
            opacity: .9;
            position: absolute;
            width: 100%;
            z-index: 2000000
        }

        .wp-lightbox-overlay.active {
            visibility: visible
        }

        @media not (prefers-reduced-motion) {
            .wp-lightbox-overlay.active {
                animation: turn-on-visibility .25s both
            }
            .wp-lightbox-overlay.active img {
                animation: turn-on-visibility .35s both
            }
            .wp-lightbox-overlay.show-closing-animation:not(.active) {
                animation: turn-off-visibility .35s both
            }
            .wp-lightbox-overlay.show-closing-animation:not(.active) img {
                animation: turn-off-visibility .25s both
            }
            .wp-lightbox-overlay.zoom.active {
                animation: none;
                opacity: 1;
                visibility: visible
            }
            .wp-lightbox-overlay.zoom.active .lightbox-image-container {
                animation: lightbox-zoom-in .4s
            }
            .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
                animation: none
            }
            .wp-lightbox-overlay.zoom.active .scrim {
                animation: turn-on-visibility .4s forwards
            }
            .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
                animation: none
            }
            .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container {
                animation: lightbox-zoom-out .4s
            }
            .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
                animation: none
            }
            .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
                animation: turn-off-visibility .4s forwards
            }
        }

        @keyframes show-content-image {
            0% {
                visibility: hidden
            }
            99% {
                visibility: hidden
            }
            to {
                visibility: visible
            }
        }

        @keyframes turn-on-visibility {
            0% {
                opacity: 0
            }
            to {
                opacity: 1
            }
        }

        @keyframes turn-off-visibility {
            0% {
                opacity: 1;
                visibility: visible
            }
            99% {
                opacity: 0;
                visibility: visible
            }
            to {
                opacity: 0;
                visibility: hidden
            }
        }

        @keyframes lightbox-zoom-in {
            0% {
                transform: translate(calc((-100vw + var(--sp--lightbox-scrollbar-width))/2 + var(--sp--lightbox-initial-left-position)), calc(-50vh + var(--sp--lightbox-initial-top-position))) scale(var(--sp--lightbox-scale))
            }
            to {
                transform: translate(-50%, -50%) scale(1)
            }
        }

        @keyframes lightbox-zoom-out {
            0% {
                transform: translate(-50%, -50%) scale(1);
                visibility: visible
            }
            99% {
                visibility: visible
            }
            to {
                transform: translate(calc((-100vw + var(--sp--lightbox-scrollbar-width))/2 + var(--sp--lightbox-initial-left-position)), calc(-50vh + var(--sp--lightbox-initial-top-position))) scale(var(--sp--lightbox-scale));
                visibility: hidden
            }
        }

        /*# sourceURL=/assets/inc/blocks/image/style.min.css */

/* from index.html */
.sp-block-group {
            box-sizing: border-box
        }

        :where(.sp-block-group.sp-block-group-is-layout-constrained) {
            position: relative
        }

        /*# sourceURL=/assets/inc/blocks/group/style.min.css */

/* from index.html */
.is-small-text {
            font-size: .875em
        }

        .is-regular-text {
            font-size: 1em
        }

        .is-large-text {
            font-size: 2.25em
        }

        .is-larger-text {
            font-size: 3em
        }

        .has-drop-cap:not(:focus):first-letter {
            float: left;
            font-size: 8.4em;
            font-style: normal;
            font-weight: 100;
            line-height: .68;
            margin: .05em .1em 0 0;
            text-transform: uppercase
        }

        body.rtl .has-drop-cap:not(:focus):first-letter {
            float: none;
            margin-left: .1em
        }

        p.has-drop-cap.has-background {
            overflow: hidden
        }

        :root :where(p.has-background) {
            padding: 1.25em 2.375em
        }

        :where(p.has-text-color:not(.has-link-color)) a {
            color: inherit
        }

        p.has-text-align-left[style*="writing-mode:vertical-lr"],
        p.has-text-align-right[style*="writing-mode:vertical-rl"] {
            rotate: 180deg
        }

        /*# sourceURL=/assets/inc/blocks/paragraph/style.min.css */

/* from index.html */
/* Popup Google Fonts */

        @import url('//fonts.googleapis.com/css?family=Montserrat:100');
        /* Popup Theme 178: Light Box */

        .pum-theme-178,
        .pum-theme-lightbox {
            background-color: rgba( 24, 26, 55, 0.60)
        }

        .pum-theme-178 .pum-container,
        .pum-theme-lightbox .pum-container {
            padding: 18px;
            border-radius: 3px;
            border: 8px none #000000;
            box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 0.00);
            background-color: rgba( 15, 21, 38, 1.00)
        }

        .pum-theme-178 .pum-title,
        .pum-theme-lightbox .pum-title {
            color: #ffffff;
            text-align: left;
            text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23);
            font-family: inherit;
            font-weight: 100;
            font-size: 32px;
            line-height: 36px
        }

        .pum-theme-178 .pum-content,
        .pum-theme-lightbox .pum-content {
            color: #ffffff;
            font-family: inherit;
            font-weight: 100
        }

        .pum-theme-178 .pum-content+.pum-close,
        .pum-theme-lightbox .pum-content+.pum-close {
            position: absolute;
            height: 26px;
            width: 26px;
            left: auto;
            right: -13px;
            bottom: auto;
            top: -13px;
            padding: 0px;
            color: #ffffff;
            font-family: Arial;
            font-weight: 100;
            font-size: 24px;
            line-height: 24px;
            border: 2px none #ffffff;
            border-radius: 26px;
            box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.00);
            text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23);
            background-color: rgba( 124, 124, 124, 0.00)
        }

        /* Popup Theme 177: Default Theme */

        .pum-theme-177,
        .pum-theme-default-theme {
            background-color: rgba( 255, 255, 255, 1.00)
        }

        .pum-theme-177 .pum-container,
        .pum-theme-default-theme .pum-container {
            padding: 18px;
            border-radius: 0px;
            border: 1px none #000000;
            box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23);
            background-color: rgba( 249, 249, 249, 1.00)
        }

        .pum-theme-177 .pum-title,
        .pum-theme-default-theme .pum-title {
            color: #000000;
            text-align: left;
            text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23);
            font-family: inherit;
            font-weight: 400;
            font-size: 32px;
            font-style: normal;
            line-height: 36px
        }

        .pum-theme-177 .pum-content,
        .pum-theme-default-theme .pum-content {
            color: #8c8c8c;
            font-family: inherit;
            font-weight: 400;
            font-style: inherit
        }

        .pum-theme-177 .pum-content+.pum-close,
        .pum-theme-default-theme .pum-content+.pum-close {
            position: absolute;
            height: auto;
            width: auto;
            left: auto;
            right: 0px;
            bottom: auto;
            top: 0px;
            padding: 8px;
            color: #ffffff;
            font-family: inherit;
            font-weight: 400;
            font-size: 12px;
            font-style: inherit;
            line-height: 36px;
            border: 1px none #ffffff;
            border-radius: 0px;
            box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23);
            text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23);
            background-color: rgba( 0, 183, 205, 1.00)
        }

        /* Popup Theme 179: Enterprise Blue */

        .pum-theme-179,
        .pum-theme-enterprise-blue {
            background-color: rgba( 0, 0, 0, 0.70)
        }

        .pum-theme-179 .pum-container,
        .pum-theme-enterprise-blue .pum-container {
            padding: 28px;
            border-radius: 5px;
            border: 1px none #000000;
            box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50);
            background-color: rgba( 255, 255, 255, 1.00)
        }

        .pum-theme-179 .pum-title,
        .pum-theme-enterprise-blue .pum-title {
            color: #315b7c;
            text-align: left;
            text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23);
            font-family: inherit;
            font-weight: 100;
            font-size: 34px;
            line-height: 36px
        }

        .pum-theme-179 .pum-content,
        .pum-theme-enterprise-blue .pum-content {
            color: #2d2d2d;
            font-family: inherit;
            font-weight: 100
        }

        .pum-theme-179 .pum-content+.pum-close,
        .pum-theme-enterprise-blue .pum-content+.pum-close {
            position: absolute;
            height: 28px;
            width: 28px;
            left: auto;
            right: 8px;
            bottom: auto;
            top: 8px;
            padding: 4px;
            color: #ffffff;
            font-family: Times New Roman;
            font-weight: 100;
            font-size: 20px;
            line-height: 20px;
            border: 1px none #ffffff;
            border-radius: 42px;
            box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23);
            text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23);
            background-color: rgba( 49, 91, 124, 1.00)
        }

        /* Popup Theme 180: Hello Box */

        .pum-theme-180,
        .pum-theme-hello-box {
            background-color: rgba( 0, 0, 0, 0.75)
        }

        .pum-theme-180 .pum-container,
        .pum-theme-hello-box .pum-container {
            padding: 30px;
            border-radius: 80px;
            border: 14px solid #81d742;
            box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00);
            background-color: rgba( 255, 255, 255, 1.00)
        }

        .pum-theme-180 .pum-title,
        .pum-theme-hello-box .pum-title {
            color: #2d2d2d;
            text-align: left;
            text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23);
            font-family: Montserrat;
            font-weight: 100;
            font-size: 32px;
            line-height: 36px
        }

        .pum-theme-180 .pum-content,
        .pum-theme-hello-box .pum-content {
            color: #2d2d2d;
            font-family: inherit;
            font-weight: 100
        }

        .pum-theme-180 .pum-content+.pum-close,
        .pum-theme-hello-box .pum-content+.pum-close {
            position: absolute;
            height: auto;
            width: auto;
            left: auto;
            right: -30px;
            bottom: auto;
            top: -30px;
            padding: 0px;
            color: #2d2d2d;
            font-family: Times New Roman;
            font-weight: 100;
            font-size: 32px;
            line-height: 28px;
            border: 1px none #ffffff;
            border-radius: 28px;
            box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23);
            text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23);
            background-color: rgba( 255, 255, 255, 1.00)
        }

        /* Popup Theme 181: Cutting Edge */

        .pum-theme-181,
        .pum-theme-cutting-edge {
            background-color: rgba( 0, 0, 0, 0.50)
        }

        .pum-theme-181 .pum-container,
        .pum-theme-cutting-edge .pum-container {
            padding: 18px;
            border-radius: 0px;
            border: 1px none #000000;
            box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50);
            background-color: rgba( 30, 115, 190, 1.00)
        }

        .pum-theme-181 .pum-title,
        .pum-theme-cutting-edge .pum-title {
            color: #ffffff;
            text-align: left;
            text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23);
            font-family: Sans-Serif;
            font-weight: 100;
            font-size: 26px;
            line-height: 28px
        }

        .pum-theme-181 .pum-content,
        .pum-theme-cutting-edge .pum-content {
            color: #ffffff;
            font-family: inherit;
            font-weight: 100
        }

        .pum-theme-181 .pum-content+.pum-close,
        .pum-theme-cutting-edge .pum-content+.pum-close {
            position: absolute;
            height: 24px;
            width: 24px;
            left: auto;
            right: 0px;
            bottom: auto;
            top: 0px;
            padding: 0px;
            color: #1e73be;
            font-family: Times New Roman;
            font-weight: 100;
            font-size: 32px;
            line-height: 24px;
            border: 1px none #ffffff;
            border-radius: 0px;
            box-shadow: -1px 1px 1px 0px rgba( 2, 2, 2, 0.10);
            text-shadow: -1px 1px 1px rgba( 0, 0, 0, 0.10);
            background-color: rgba( 238, 238, 34, 1.00)
        }

        /* Popup Theme 182: Framed Border */

        .pum-theme-182,
        .pum-theme-framed-border {
            background-color: rgba( 255, 255, 255, 0.50)
        }

        .pum-theme-182 .pum-container,
        .pum-theme-framed-border .pum-container {
            padding: 18px;
            border-radius: 0px;
            border: 20px outset #dd3333;
            box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.97) inset;
            background-color: rgba( 255, 251, 239, 1.00)
        }

        .pum-theme-182 .pum-title,
        .pum-theme-framed-border .pum-title {
            color: #000000;
            text-align: left;
            text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23);
            font-family: inherit;
            font-weight: 100;
            font-size: 32px;
            line-height: 36px
        }

        .pum-theme-182 .pum-content,
        .pum-theme-framed-border .pum-content {
            color: #2d2d2d;
            font-family: inherit;
            font-weight: 100
        }

        .pum-theme-182 .pum-content+.pum-close,
        .pum-theme-framed-border .pum-content+.pum-close {
            position: absolute;
            height: 20px;
            width: 20px;
            left: auto;
            right: -20px;
            bottom: auto;
            top: -20px;
            padding: 0px;
            color: #ffffff;
            font-family: Tahoma;
            font-weight: 700;
            font-size: 16px;
            line-height: 18px;
            border: 1px none #ffffff;
            border-radius: 0px;
            box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23);
            text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23);
            background-color: rgba( 0, 0, 0, 0.55)
        }

        /* Popup Theme 183: Floating Bar - Soft Blue */

        .pum-theme-183,
        .pum-theme-floating-bar {
            background-color: rgba( 255, 255, 255, 0.00)
        }

        .pum-theme-183 .pum-container,
        .pum-theme-floating-bar .pum-container {
            padding: 8px;
            border-radius: 0px;
            border: 1px none #000000;
            box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23);
            background-color: rgba( 238, 246, 252, 1.00)
        }

        .pum-theme-183 .pum-title,
        .pum-theme-floating-bar .pum-title {
            color: #505050;
            text-align: left;
            text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23);
            font-family: inherit;
            font-weight: 400;
            font-size: 32px;
            line-height: 36px
        }

        .pum-theme-183 .pum-content,
        .pum-theme-floating-bar .pum-content {
            color: #505050;
            font-family: inherit;
            font-weight: 400
        }

        .pum-theme-183 .pum-content+.pum-close,
        .pum-theme-floating-bar .pum-content+.pum-close {
            position: absolute;
            height: 18px;
            width: 18px;
            left: auto;
            right: 5px;
            bottom: auto;
            top: 50%;
            padding: 0px;
            color: #505050;
            font-family: Sans-Serif;
            font-weight: 700;
            font-size: 15px;
            line-height: 18px;
            border: 1px solid #505050;
            border-radius: 15px;
            box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00);
            text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00);
            background-color: rgba( 255, 255, 255, 0.00);
            transform: translate(0, -50%)
        }

        /* Popup Theme 184: Content Only - For use with page builders or block editor */

        .pum-theme-184,
        .pum-theme-content-only {
            background-color: rgba( 0, 0, 0, 0.70)
        }

        .pum-theme-184 .pum-container,
        .pum-theme-content-only .pum-container {
            padding: 0px;
            border-radius: 0px;
            border: 1px none #000000;
            box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00)
        }

        .pum-theme-184 .pum-title,
        .pum-theme-content-only .pum-title {
            color: #000000;
            text-align: left;
            text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23);
            font-family: inherit;
            font-weight: 400;
            font-size: 32px;
            line-height: 36px
        }

        .pum-theme-184 .pum-content,
        .pum-theme-content-only .pum-content {
            color: #8c8c8c;
            font-family: inherit;
            font-weight: 400
        }

        .pum-theme-184 .pum-content+.pum-close,
        .pum-theme-content-only .pum-content+.pum-close {
            position: absolute;
            height: 18px;
            width: 18px;
            left: auto;
            right: 7px;
            bottom: auto;
            top: 7px;
            padding: 0px;
            color: #000000;
            font-family: inherit;
            font-weight: 700;
            font-size: 20px;
            line-height: 20px;
            border: 1px none #ffffff;
            border-radius: 15px;
            box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00);
            text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00);
            background-color: rgba( 255, 255, 255, 0.00)
        }

        #pum-555 {
            z-index: 1999999999
        }

        #pum-186 {
            z-index: 1999999999
        }

        #pum-185 {
            z-index: 1999999999
        }

        /*# sourceURL=sp-popup-site-inline-css */

/* from index.html */
div#n2-ss-2 .n2-ss-slider-1 {
            display: grid;
            box-sizing: border-box;
            position: relative;
            background-repeat: repeat;
            background-position: 50% 50%;
            background-size: cover;
            background-attachment: scroll;
            border: 0px solid RGBA(62, 62, 62, 1);
            border-radius: 0px;
            overflow: hidden;
        }

        div#n2-ss-2:not(.n2-ss-loaded) .n2-ss-slider-1 {
            background-image: none !important;
        }

        div#n2-ss-2 .n2-ss-slider-2 {
            display: grid;
            place-items: center;
            position: relative;
            overflow: hidden;
            z-index: 10;
        }

        div#n2-ss-2 .n2-ss-slider-3 {
            position: relative;
            width: 100%;
            height: 100%;
            z-index: 20;
            display: grid;
            grid-template-areas: 'slide';
        }

        div#n2-ss-2 .n2-ss-slider-3>* {
            grid-area: slide;
        }

        div#n2-ss-2.n2-ss-full-page--constrain-ratio .n2-ss-slider-3 {
            height: auto;
        }

        div#n2-ss-2 .n2-ss-slide-backgrounds {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

        div#n2-ss-2 .n2-ss-slide-backgrounds {
            z-index: 10;
        }

        div#n2-ss-2 .n2-ss-slide {
            display: grid;
            place-items: center;
            grid-auto-columns: 100%;
            position: relative;
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            z-index: 20;
        }

        div#n2-ss-2 .n2-ss-slide {
            perspective: 1500px;
        }

        div#n2-ss-2 .n2-ss-button-container,
        div#n2-ss-2 .n2-ss-button-container a {
            display: block;
        }

        div#n2-ss-2 .n2-ss-button-container--non-full-width,
        div#n2-ss-2 .n2-ss-button-container--non-full-width a {
            display: inline-block;
        }

        div#n2-ss-2 .n2-ss-button-container.n2-ss-nowrap {
            white-space: nowrap;
        }

        div#n2-ss-2 .n2-ss-button-container a div {
            display: inline;
            font-size: inherit;
            text-decoration: inherit;
            color: inherit;
            line-height: inherit;
            font-family: inherit;
            font-weight: inherit;
        }

        div#n2-ss-2 .n2-ss-button-container a>div {
            display: inline-flex;
            align-items: center;
            vertical-align: top;
        }

        div#n2-ss-2 .n2-ss-button-container span {
            font-size: 100%;
            vertical-align: baseline;
        }

        div#n2-ss-2 .n2-ss-button-container a[data-iconplacement="left"] span {
            margin-right: 0.3em;
        }

        div#n2-ss-2 .n2-ss-button-container a[data-iconplacement="right"] span {
            margin-left: 0.3em;
        }

        div#n2-ss-2 .n-uc-16469c27c6b0c-inner {
            border-width: 0px 0px 0px 0px;
            border-style: solid;
            border-color: RGBA(255, 255, 255, 1);
        }

        div#n2-ss-2 .n-uc-16469c27c6b0c-inner:HOVER {
            border-width: 0px 0px 0px 0px;
            border-style: solid;
            border-color: RGBA(255, 255, 255, 1);
        }

        div#n2-ss-2 .n-uc-11dc18509e986-inner {
            border-width: 0px 0px 0px 0px;
            border-style: solid;
            border-color: RGBA(255, 255, 255, 1);
        }

        div#n2-ss-2 .n-uc-11dc18509e986-inner:HOVER {
            border-width: 0px 0px 0px 0px;
            border-style: solid;
            border-color: RGBA(255, 255, 255, 1);
        }

        div#n2-ss-2 .n2-font-f4c7c66a76a291b75927e19e41528985-hover {
            font-family: 'Roboto', 'Arial';
            color: #ffffff;
            font-size: 425%;
            text-shadow: none;
            line-height: 1;
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
            text-align: left;
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            font-weight: 400;
        }

        div#n2-ss-2 .n2-style-654fb965c533036469fbf99fa08e4336-heading {
            background: RGBA(255, 255, 255, 0);
            opacity: 1;
            padding: 0px 0px 0px 0px;
            box-shadow: none;
            border: 0px solid RGBA(0, 0, 0, 1);
            border-radius: 0px;
        }

        div#n2-ss-2 .n2-font-23096ff3c308e5da5cea6400a33587eb-paragraph {
            font-family: 'Roboto', 'Arial';
            color: #ffffff;
            font-size: 100%;
            text-shadow: none;
            line-height: 1.5;
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
            text-align: left;
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            font-weight: 400;
        }

        div#n2-ss-2 .n2-font-23096ff3c308e5da5cea6400a33587eb-paragraph a,
        div#n2-ss-2 .n2-font-23096ff3c308e5da5cea6400a33587eb-paragraph a:FOCUS {
            font-family: 'Roboto', 'Arial';
            color: #1890d7;
            font-size: 100%;
            text-shadow: none;
            line-height: 1.5;
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
            text-align: left;
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            font-weight: 400;
        }

        div#n2-ss-2 .n2-font-23096ff3c308e5da5cea6400a33587eb-paragraph a:HOVER,
        div#n2-ss-2 .n2-font-23096ff3c308e5da5cea6400a33587eb-paragraph a:ACTIVE {
            font-family: 'Roboto', 'Arial';
            color: #1890d7;
            font-size: 100%;
            text-shadow: none;
            line-height: 1.5;
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
            text-align: left;
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            font-weight: 400;
        }

        div#n2-ss-2 .n2-font-48ca96ad9a7eace257d537a7f255a795-link a {
            font-family: 'Roboto', 'Arial';
            color: #ffffff;
            font-size: 87.5%;
            text-shadow: none;
            line-height: 1.5;
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
            text-align: left;
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            font-weight: 400;
        }

        div#n2-ss-2 .n2-style-f27247ec34b24d6cbed361d997885081-heading {
            background: #5914F3;
            opacity: 1;
            padding: 8px 50px 8px 50px;
            box-shadow: none;
            border: 0px solid RGBA(0, 0, 0, 1);
            border-radius: 0px;
        }

        div#n2-ss-2 .n-uc-1479dec0e26ed-inner {
            border-width: 0px 0px 0px 0px;
            border-style: solid;
            border-color: RGBA(255, 255, 255, 1);
        }

        div#n2-ss-2 .n-uc-1479dec0e26ed-inner:HOVER {
            border-width: 0px 0px 0px 0px;
            border-style: solid;
            border-color: RGBA(255, 255, 255, 1);
        }

        div#n2-ss-2 .n-uc-tn77IcienLLt {
            padding: 10px 10px 10px 10px
        }

        div#n2-ss-2 .n-uc-uQ3Su9GCrkui-inner {
            padding: 10px 10px 10px 10px;
            justify-content: center
        }

        div#n2-ss-2 .n-uc-uQ3Su9GCrkui {
            align-self: center;
        }

        div#n2-ss-2 .n-uc-16469c27c6b0c-inner {
            padding: 10px 10px 65px 10px;
            text-align: left;
            --ssselfalign: var(--ss-fs);
        }

        div#n2-ss-2 .n-uc-16469c27c6b0c-inner>.n2-ss-layer-row-inner {
            width: calc(100% + 21px);
            margin: -10px;
            flex-wrap: nowrap;
        }

        div#n2-ss-2 .n-uc-16469c27c6b0c-inner>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype="col"] {
            margin: 10px
        }

        div#n2-ss-2 .n-uc-11dc18509e986-inner {
            padding: 10px 10px 10px 10px;
            justify-content: center
        }

        div#n2-ss-2 .n-uc-11dc18509e986 {
            width: 50%
        }

        div#n2-ss-2 .n-uc-GKNgF7lRNylO {
            --margin-top: 20px;
            --margin-bottom: 10px
        }

        div#n2-ss-2 .n-uc-cKIWxJdALq0Q {
            --margin-top: 10px;
            --margin-bottom: 15px
        }

        div#n2-ss-2 .n-uc-qnWp8VvIMv0s {
            --margin-top: 10px;
            --margin-bottom: 10px
        }

        div#n2-ss-2 .n-uc-1479dec0e26ed-inner {
            padding: 10px 10px 10px 10px;
            justify-content: center
        }

        div#n2-ss-2 .n-uc-1479dec0e26ed {
            width: 50%
        }

        div#n2-ss-2 .n2-ss-slider-1 {
            min-height: 180px;
        }

        @media (min-width: 1200px) {
            div#n2-ss-2 [data-hide-desktopportrait="1"] {
                display: none !important;
            }
        }

        @media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),
        (orientation: portrait) and (max-width: 1199px) and (min-width: 701px) {
            div#n2-ss-2 .n-uc-16469c27c6b0c-inner>.n2-ss-layer-row-inner {
                flex-wrap: nowrap;
            }
            div#n2-ss-2 .n-uc-11dc18509e986 {
                width: 50%
            }
            div#n2-ss-2 .n-uc-1479dec0e26ed {
                width: 50%
            }
            div#n2-ss-2 [data-hide-tabletportrait="1"] {
                display: none !important;
            }
        }

        @media (orientation: landscape) and (max-width: 900px),
        (orientation: portrait) and (max-width: 700px) {
            div#n2-ss-2 .n-uc-tn77IcienLLt {
                padding: 0px 0px 0px 0px
            }
            div#n2-ss-2 .n-uc-uQ3Su9GCrkui-inner {
                padding: 0px 0px 0px 0px
            }
            div#n2-ss-2 .n-uc-16469c27c6b0c-inner {
                padding: 10px 10px 10px 10px
            }
            div#n2-ss-2 .n-uc-16469c27c6b0c-inner>.n2-ss-layer-row-inner {
                flex-wrap: wrap;
            }
            div#n2-ss-2 .n-uc-16469c27c6b0c {
                height: 180px
            }
            div#n2-ss-2 .n-uc-11dc18509e986-inner {
                padding: 5px 10px 10px 10px
            }
            div#n2-ss-2 .n-uc-11dc18509e986 {
                width: calc(100% - 20px)
            }
            div#n2-ss-2 .n-uc-GKNgF7lRNylO {
                --margin-top: 10px;
                --margin-bottom: 5px;
                --ssfont-scale: 0.5
            }
            div#n2-ss-2 .n-uc-cKIWxJdALq0Q {
                --margin-top: 5px;
                --margin-bottom: 5px;
                --ssfont-scale: 0.7
            }
            div#n2-ss-2 .n-uc-1479dec0e26ed {
                width: calc(100% - 20px)
            }
            div#n2-ss-2 [data-hide-mobileportrait="1"] {
                display: none !important;
            }
        }

        banner-bottom

/* from index.html */
.recentcomments a {
            display: inline !important;
            padding: 0 !important;
            margin: 0 !important;
        }

/* from index.html */
@media (min-width: 1025px) {
            body .sp-hide-desktop.uagb-google-map__wrap,
            body .sp-hide-desktop {
                display: none !important
            }
        }

        @media (min-width: 768px) and (max-width: 1024px) {
            body .sp-hide-tab.uagb-google-map__wrap,
            body .sp-hide-tab {
                display: none !important
            }
        }

        @media (max-width: 767px) {
            body .sp-hide-mob.uagb-google-map__wrap,
            body .sp-hide-mob {
                display: none !important
            }
        }

/* from index.html */
/*scrolling issue*/

        html.pum-open.pum-open-overlay,
        html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
            overflow: scroll;
        }

        /*header*/

        .sp-primary-header-bar {
            background-color: rgba(16, 21, 38);
            margin-bottom: 20px;
        }

        .sp-custom-button {
            font-weight: 600;
        }

        .dropdown-menu-toggle {
            display: none;
        }

        /*body*/

        body,
        .sp-separate-container {
            background-image: url('/assets/img/pattern-light-f6d643.webp');
            background-size: cover;
        }

        .sp-single-post .entry-title,
        .page-title {
            text-align: center;
            font-size: 32px !important;
        }

        @media only screen and (max-width: 425px) {
            .mobile-size {
                height: 500px;
                overflow: scroll;
            }
        }

        @media only screen and (max-height: 425px) {
            .mobile-size {
                height: 300px;
            }
        }

        .sp-block-image {
            margin: 0 0 0em;
        }

        /*.game-frame {
overflow-y: scroll!important; 
-webkit-overflow-scrolling:touch;
}*/

        /*popup codes*/

        .jackpot-coza {
            background-color: #11DA6A;
            font-weight: 500;
            font-size: 25px;
            margin-bottom: 10px;
        }

        .jackpot-coza:hover {
            background-color: #11DA6A;
        }

        .pum-theme-178 .pum-title,
        .pum-theme-lightbox .pum-title {
            display: none;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        .entry-title,
        body.single-post .entry-title,
        body.page .entry-title,
        body.category .entry-title,
        .widget-title,
        .site-title,
        .site-description,
        body,
        p,
        blockquote,
        li,
        strong,
        b,
        em,
        .menu-toggle-desktop-container li a,
        .menu-toggle-desktop-container li span,
        #menu-toggle-desktop li a,
        #menu-toggle-desktop li span {
            color: #fff !important;
        }

        table td {
            border: solid 1px;
        }

        /*banner-code*/

        div#n2-ss-2 .n2-ss-slider-2 {
            border-radius: 15px
        }

        .banner-bottom {
            text-align: center;
            margin-bottom: 20px;
        }

        /*other codes*/

        .su-spoiler-style-default>.su-spoiler-title {
            border-bottom: solid 1px #323648;
        }

        .su-spoiler-icon {
            color: #5914F3;
        }

        .su-spoiler-title {
            font-size: 18px !important;
            color: #fff;
            margin: 5px;
            font-weight: 400 !important;
        }

        /*footer*/

        .site-below-footer-wrap[data-section="section-below-footer-builder"] {
            background-color: #14182E;
        }

/* from index.html */
.s247-header{position:sticky;top:0;z-index:1000;background:#0e0f22;border-bottom:1px solid rgba(255,255,255,.06)}
.s247-header-inner{max-width:1280px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;gap:16px}
.s247-burger{display:none;background:none;border:0;cursor:pointer;flex-direction:column;justify-content:center;gap:5px;padding:8px;width:40px;height:40px}
.s247-burger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:.2s}
.s247-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.s247-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.s247-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.s247-logo{display:flex;align-items:center;text-decoration:none}
.s247-logo img{height:38px;width:auto;display:block}
.s247-nav{display:flex;gap:6px;margin-left:20px}
.s247-nav a{color:#e6e6f0;text-decoration:none;padding:8px 14px;border-radius:6px;font-size:14px;font-weight:500;transition:.15s}
.s247-nav a:hover{background:rgba(255,255,255,.08);color:#22e07f}
.s247-actions{margin-left:auto;display:flex;gap:10px}
.s247-btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 18px;border-radius:999px;font-weight:600;font-size:14px;text-decoration:none;line-height:1;transition:.15s}
.s247-btn-ghost{color:#fff;border:1px solid rgba(255,255,255,.25);background:transparent}
.s247-btn-ghost:hover{background:rgba(255,255,255,.06)}
.s247-btn-primary{color:#0e0f22;background:#22e07f;border:1px solid #22e07f}
.s247-btn-primary:hover{background:#1cc86f}
.s247-drawer[hidden]{display:none}
.s247-drawer{display:flex;flex-direction:column;gap:2px;padding:8px 20px 14px;border-top:1px solid rgba(255,255,255,.06);background:#0b0c1e}
.s247-drawer a{color:#e6e6f0;text-decoration:none;padding:12px 6px;border-radius:6px;font-size:15px}
.s247-drawer a:hover{background:rgba(255,255,255,.06);color:#22e07f}
@media(max-width:960px){
  .s247-nav{display:none}
  .s247-burger{display:flex}
}
@media(max-width:640px){
  .s247-header-inner{padding:10px 12px;gap:10px}
  .s247-logo img{height:32px}
  .s247-btn{padding:8px 12px;font-size:13px}
  .s247-btn-ghost{padding:8px 10px}
}

/* from index.html */
.s247-main{max-width:1180px;margin:0 auto;padding:24px 20px 60px}
.s247-seo{color:#e6e6f0}
.s247-seo-inner{background:#0b0c1e;border-radius:14px;padding:32px}
.s247-seo h1{font-size:32px;line-height:1.25;margin:0 0 20px;color:#fff}
.s247-seo h2{font-size:24px;line-height:1.3;margin:36px 0 14px;color:#fff}
.s247-seo h3{font-size:18px;line-height:1.35;margin:22px 0 10px;color:#fff}
.s247-seo p{margin:0 0 14px;line-height:1.65;text-align:justify}
.s247-seo ul,.s247-seo ol{margin:0 0 16px 22px;line-height:1.65}
.s247-seo ul li,.s247-seo ol li{margin:6px 0}
.s247-seo a{color:#22e07f;text-decoration:none}
.s247-seo a:hover{text-decoration:underline}
.s247-seo strong{color:#fff}
.s247-seo table{width:100%;border-collapse:collapse;margin:14px 0 20px;font-size:14px;background:#0e0f22;border-radius:8px;overflow:hidden}
.s247-seo th,.s247-seo td{padding:10px 12px;text-align:left;border-bottom:1px solid rgba(255,255,255,.06)}
.s247-seo th{background:#151732;color:#fff;font-weight:600}
.s247-seo tr:last-child td{border-bottom:none}
.s247-hero-lead{font-size:17px;color:#c9c9d6;background:rgba(255,255,255,.03);padding:16px 18px;border-radius:10px;border-left:3px solid #22e07f;text-align:justify}
.s247-cta{background:linear-gradient(135deg,#22e07f 0%,#1cc86f 100%);color:#0e0f22;padding:20px 22px;border-radius:12px;margin:20px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.s247-cta-text{font-weight:700;font-size:17px;flex:1;min-width:220px}
.s247-cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.s247-cta-btn{display:inline-flex;padding:12px 28px;border-radius:999px;font-weight:700;text-decoration:none;font-size:15px;letter-spacing:.3px;transition:.15s;border:2px solid transparent}
.s247-cta-btn-primary{background:#0e0f22;color:#fff;border-color:#0e0f22}
.s247-cta-btn-primary:hover{background:#000;color:#ffd54a;border-color:#000}
.s247-cta-btn-outline{display:none}




.s247-toc{background:#0e0f22;padding:16px 20px;border-radius:10px;margin:0 0 24px;border:1px solid rgba(255,255,255,.05)}
.s247-toc-title{margin:0 0 10px;font-size:16px;color:#fff}
.s247-toc-list{margin:0;padding-left:20px;line-height:1.6;font-size:14px}
.s247-toc-list a{color:#c9c9d6}
.s247-toc-list a:hover{color:#22e07f}
.s247-seo-section{margin-top:32px}
.s247-faq h2{margin-top:0}
.s247-faq-item{background:#0e0f22;padding:16px 18px;border-radius:8px;margin:10px 0}
.s247-faq-item h3{margin:0 0 8px;font-size:16px}
.s247-faq-item p{margin:0;text-align:justify}
@media(max-width:640px){
  .s247-main{padding:16px 12px 40px}
  .s247-seo-inner{padding:20px 16px}
  .s247-seo h1{font-size:24px}
  .s247-seo h2{font-size:20px}
  .s247-seo table{font-size:13px;display:block;overflow-x:auto}
}

.s247-seo .s247-cta{background:linear-gradient(135deg,#22e07f 0%,#1cc86f 100%);color:#0e0f22;padding:20px 22px;border-radius:12px;margin:20px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.s247-seo .s247-cta-text{font-weight:800;font-size:18px;flex:1;min-width:220px;color:#0e0f22;text-shadow:0 1px 0 rgba(255,255,255,.15)}
.s247-seo .s247-cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.s247-seo .s247-cta a.s247-cta-btn{display:inline-flex;align-items:center;padding:12px 30px;border-radius:999px;font-weight:700;text-decoration:none;font-size:15px;letter-spacing:.3px;transition:.15s;border:2px solid transparent;color:#fff;background:#0e0f22}
.s247-seo .s247-cta a.s247-cta-btn:hover{background:#000;color:#ffd54a;border-color:#000}

/* from index.html */
.s247-hero{background:linear-gradient(135deg,#7c3aed 0%,#a855f7 100%);border-radius:16px;padding:32px;margin:24px 0;overflow:hidden;position:relative}
.s247-hero-inner{display:flex;align-items:center;gap:24px;max-width:1180px;margin:0 auto}
.s247-hero-text{flex:1;color:#fff}
.s247-hero-label{font-size:12px;letter-spacing:2px;text-transform:uppercase;opacity:.85;text-align:center;margin-bottom:8px}
.s247-hero-title{font-size:48px;line-height:1.05;font-weight:800;margin:0 0 12px}
.s247-hero-title span{color:#ffe066}
.s247-hero-sub{font-size:15px;line-height:1.5;opacity:.95;margin:0 0 20px;max-width:520px}
.s247-hero-btn{display:inline-block;background:#4f2ee0;color:#fff;font-weight:700;text-decoration:none;padding:12px 32px;border-radius:8px;letter-spacing:1px;font-size:14px}
.s247-hero-btn:hover{background:#3d1fc0}
.s247-hero-illu{flex:0 0 auto;width:280px;max-width:40%}
.s247-hero-illu img{width:100%;height:auto;border-radius:12px;display:block}
@media(max-width:720px){
  .s247-hero{padding:22px 20px}
  .s247-hero-inner{flex-direction:column;text-align:center;gap:14px}
  .s247-hero-title{font-size:34px}
  .s247-hero-illu{width:100%;max-width:280px}
}

.s247-lobby{margin:32px 0}
.s247-lobby-title{color:#fff;font-size:26px;line-height:1.3;text-align:center;margin:0 0 22px;font-weight:700}
.s247-lobby-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}
.s247-game{display:flex;flex-direction:column;background:#0e0f22;border-radius:10px;overflow:hidden;text-decoration:none;color:#fff;border:1px solid rgba(255,255,255,.06);transition:.15s}
.s247-game:hover{border-color:#22e07f;transform:translateY(-2px)}
.s247-game img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}
.s247-game-name{padding:10px 12px;font-size:13px;font-weight:500;text-align:center}
@media(max-width:640px){
  .s247-lobby-title{font-size:20px}
  .s247-lobby-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}
  .s247-game-name{font-size:12px;padding:8px 6px}
}

/* from index.html */
/* Mobile: any wide table becomes horizontal-scroll block */
@media(max-width:900px){
  table{max-width:100%;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;border-collapse:collapse}
  table th,table td{padding:8px 12px;min-width:110px;white-space:normal}
  /* If table is inside a fixed-width wrapper, prevent wrapper overflow */
  .seo,.seo-block,.ew-seo,.entry-content,.mh-content,article,.container,.vn-seo{max-width:100%;overflow-x:hidden}
}
html,body{overflow-x:hidden}

/* from index.html */
.s247-footer{background:linear-gradient(180deg,#14182e 0%,#0a0c1f 100%);color:rgba(255,255,255,0.82);padding:52px 0 20px;margin-top:60px;border-top:1px solid rgba(209,136,254,0.18);font-family:inherit;font-size:14px;line-height:1.55}
.s247-footer__inner{max-width:1240px;margin:0 auto;padding:0 24px}
.s247-footer__cols{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:36px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,0.06)}
.s247-footer__brand{display:flex;flex-direction:column;gap:14px}
.s247-footer__logo{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:0.06em}
.s247-footer__logo-mark{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#d188fe,#8848c8);color:#fff;font-size:14px;font-weight:900;box-shadow:0 4px 14px rgba(209,136,254,0.4)}
.s247-footer__logo-text{color:#fff;font-size:20px;letter-spacing:0.14em}
.s247-footer__tagline{margin:0;color:rgba(255,255,255,0.55);font-size:13.5px;line-height:1.6;max-width:340px}
.s247-footer__badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}
.s247-footer__badge{display:inline-flex;align-items:center;padding:5px 12px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);border-radius:20px;font-size:11.5px;font-weight:600;color:rgba(255,255,255,0.85);letter-spacing:0.02em}
.s247-footer__badge--age{background:linear-gradient(135deg,#d188fe,#8848c8);border-color:transparent;color:#fff;font-weight:800}
.s247-footer__title{color:#d188fe;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:0.14em;margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid rgba(209,136,254,0.35);display:inline-block}
.s247-footer__nav{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px}
.s247-footer__nav li{padding:0}
.s247-footer__nav a{color:rgba(255,255,255,0.72);text-decoration:none;font-size:13.5px;transition:color .18s ease,padding-left .18s ease;display:inline-block}
.s247-footer__nav a:hover{color:#d188fe;padding-left:4px}
.s247-footer__legal{padding:24px 0 20px;border-bottom:1px solid rgba(255,255,255,0.06);text-align:center}
.s247-footer__legal p{margin:0 auto;max-width:820px;color:rgba(255,255,255,0.55);font-size:12.5px;line-height:1.7}
.s247-footer__legal strong{color:#fff;font-weight:700}
.s247-footer__legal a{color:#d188fe;text-decoration:underline;text-underline-offset:2px}
.s247-footer__bottom{padding-top:20px;text-align:center;display:flex;flex-direction:column;gap:4px}
.s247-footer__copy{margin:0;color:rgba(255,255,255,0.68);font-size:12.5px;font-weight:500;letter-spacing:0.02em}
.s247-footer__meta{margin:0;color:rgba(255,255,255,0.35);font-size:11.5px;font-style:italic}
@media (max-width:960px){.s247-footer__cols{grid-template-columns:1fr 1fr;gap:28px}}
@media (max-width:560px){.s247-footer{padding:36px 0 16px;margin-top:40px}.s247-footer__cols{grid-template-columns:1fr;gap:22px;padding-bottom:24px}.s247-footer__legal{padding:18px 0 14px}}

/* from bonuses/index.html */
.s247-header{position:sticky;top:0;z-index:1000;background:#0e0f22;border-bottom:1px solid rgba(255,255,255,.06)}
.s247-header-inner{max-width:1280px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;gap:16px}
.s247-burger{display:none;background:none;border:0;cursor:pointer;flex-direction:column;justify-content:center;gap:5px;padding:8px;width:40px;height:40px}
.s247-burger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:.2s}
.s247-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.s247-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.s247-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.s247-logo{display:flex;align-items:center;text-decoration:none}
.s247-logo img{height:38px;width:auto;display:block}
.s247-nav{display:flex;gap:6px;margin-left:20px}
.s247-nav a{color:#e6e6f0;text-decoration:none;padding:8px 14px;border-radius:6px;font-size:14px;font-weight:500;transition:.15s}
.s247-nav a:hover{background:rgba(255,255,255,.08);color:#22e07f}
.s247-actions{margin-left:auto;display:flex;gap:10px}
.s247-btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 18px;border-radius:999px;font-weight:600;font-size:14px;text-decoration:none;line-height:1;transition:.15s}
.s247-btn-ghost{color:#fff;border:1px solid rgba(255,255,255,.25);background:transparent}
.s247-btn-ghost:hover{background:rgba(255,255,255,.06)}
.s247-btn-primary{color:#0e0f22;background:#22e07f;border:1px solid #22e07f}
.s247-btn-primary:hover{background:#1cc86f}
.s247-drawer[hidden]{display:none}
.s247-drawer{display:flex;flex-direction:column;gap:2px;padding:8px 20px 14px;border-top:1px solid rgba(255,255,255,.06);background:#0b0c1e}
.s247-drawer a{color:#e6e6f0;text-decoration:none;padding:12px 6px;border-radius:6px;font-size:15px}
.s247-drawer a:hover{background:rgba(255,255,255,.06);color:#22e07f}
@media(max-width:960px){
  .s247-nav{display:none}
  .s247-burger{display:flex}
}
@media(max-width:640px){
  .s247-header-inner{padding:10px 12px;gap:10px}
  .s247-logo img{height:32px}
  .s247-btn{padding:8px 12px;font-size:13px}
  .s247-btn-ghost{padding:8px 10px}
}

/* from bonuses/index.html */
.s247-main{max-width:1180px;margin:0 auto;padding:24px 20px 60px}
.s247-seo{color:#e6e6f0}
.s247-seo-inner{background:#0b0c1e;border-radius:14px;padding:32px}
.s247-seo h1{font-size:32px;line-height:1.25;margin:0 0 20px;color:#fff}
.s247-seo h2{font-size:24px;line-height:1.3;margin:36px 0 14px;color:#fff}
.s247-seo h3{font-size:18px;line-height:1.35;margin:22px 0 10px;color:#fff}
.s247-seo p{margin:0 0 14px;line-height:1.65;text-align:justify}
.s247-seo ul,.s247-seo ol{margin:0 0 16px 22px;line-height:1.65}
.s247-seo ul li,.s247-seo ol li{margin:6px 0}
.s247-seo a{color:#22e07f;text-decoration:none}
.s247-seo a:hover{text-decoration:underline}
.s247-seo strong{color:#fff}
.s247-seo table{width:100%;border-collapse:collapse;margin:14px 0 20px;font-size:14px;background:#0e0f22;border-radius:8px;overflow:hidden}
.s247-seo th,.s247-seo td{padding:10px 12px;text-align:left;border-bottom:1px solid rgba(255,255,255,.06)}
.s247-seo th{background:#151732;color:#fff;font-weight:600}
.s247-seo tr:last-child td{border-bottom:none}
.s247-hero-lead{font-size:17px;color:#c9c9d6;background:rgba(255,255,255,.03);padding:16px 18px;border-radius:10px;border-left:3px solid #22e07f;text-align:justify}
.s247-cta{background:linear-gradient(135deg,#22e07f 0%,#1cc86f 100%);color:#0e0f22;padding:20px 22px;border-radius:12px;margin:20px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.s247-cta-text{font-weight:700;font-size:17px;flex:1;min-width:220px}
.s247-cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.s247-cta-btn{display:inline-flex;padding:12px 28px;border-radius:999px;font-weight:700;text-decoration:none;font-size:15px;letter-spacing:.3px;transition:.15s;border:2px solid transparent}
.s247-cta-btn-primary{background:#0e0f22;color:#fff;border-color:#0e0f22}
.s247-cta-btn-primary:hover{background:#000;color:#ffd54a;border-color:#000}
.s247-cta-btn-outline{display:none}




.s247-toc{background:#0e0f22;padding:16px 20px;border-radius:10px;margin:0 0 24px;border:1px solid rgba(255,255,255,.05)}
.s247-toc-title{margin:0 0 10px;font-size:16px;color:#fff}
.s247-toc-list{margin:0;padding-left:20px;line-height:1.6;font-size:14px}
.s247-toc-list a{color:#c9c9d6}
.s247-toc-list a:hover{color:#22e07f}
.s247-seo-section{margin-top:32px}
.s247-faq h2{margin-top:0}
.s247-faq-item{background:#0e0f22;padding:16px 18px;border-radius:8px;margin:10px 0}
.s247-faq-item h3{margin:0 0 8px;font-size:16px}
.s247-faq-item p{margin:0;text-align:justify}
@media(max-width:640px){
  .s247-main{padding:16px 12px 40px}
  .s247-seo-inner{padding:20px 16px}
  .s247-seo h1{font-size:24px}
  .s247-seo h2{font-size:20px}
  .s247-seo table{font-size:13px;display:block;overflow-x:auto}
}

.s247-seo .s247-cta{background:linear-gradient(135deg,#22e07f 0%,#1cc86f 100%);color:#0e0f22;padding:20px 22px;border-radius:12px;margin:20px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.s247-seo .s247-cta-text{font-weight:800;font-size:18px;flex:1;min-width:220px;color:#0e0f22;text-shadow:0 1px 0 rgba(255,255,255,.15)}
.s247-seo .s247-cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.s247-seo .s247-cta a.s247-cta-btn{display:inline-flex;align-items:center;padding:12px 30px;border-radius:999px;font-weight:700;text-decoration:none;font-size:15px;letter-spacing:.3px;transition:.15s;border:2px solid transparent;color:#fff;background:#0e0f22}
.s247-seo .s247-cta a.s247-cta-btn:hover{background:#000;color:#ffd54a;border-color:#000}

/* from bonuses/index.html */
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{background:#14182e;color:#e6e6f0;font-family:-apple-system,"Segoe UI",Roboto,Arial,sans-serif;font-size:15px;line-height:1.5;min-height:100vh;display:flex;flex-direction:column}
main{flex:1}
img{max-width:100%;height:auto}

/* from bonuses/index.html */
/* Mobile: any wide table becomes horizontal-scroll block */
@media(max-width:900px){
  table{max-width:100%;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;border-collapse:collapse}
  table th,table td{padding:8px 12px;min-width:110px;white-space:normal}
  /* If table is inside a fixed-width wrapper, prevent wrapper overflow */
  .seo,.seo-block,.ew-seo,.entry-content,.mh-content,article,.container,.vn-seo{max-width:100%;overflow-x:hidden}
}
html,body{overflow-x:hidden}

/* from bonuses/index.html */
.s247-footer{background:linear-gradient(180deg,#14182e 0%,#0a0c1f 100%);color:rgba(255,255,255,0.82);padding:52px 0 20px;margin-top:60px;border-top:1px solid rgba(209,136,254,0.18);font-family:inherit;font-size:14px;line-height:1.55}
.s247-footer__inner{max-width:1240px;margin:0 auto;padding:0 24px}
.s247-footer__cols{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:36px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,0.06)}
.s247-footer__brand{display:flex;flex-direction:column;gap:14px}
.s247-footer__logo{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:0.06em}
.s247-footer__logo-mark{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#d188fe,#8848c8);color:#fff;font-size:14px;font-weight:900;box-shadow:0 4px 14px rgba(209,136,254,0.4)}
.s247-footer__logo-text{color:#fff;font-size:20px;letter-spacing:0.14em}
.s247-footer__tagline{margin:0;color:rgba(255,255,255,0.55);font-size:13.5px;line-height:1.6;max-width:340px}
.s247-footer__badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}
.s247-footer__badge{display:inline-flex;align-items:center;padding:5px 12px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);border-radius:20px;font-size:11.5px;font-weight:600;color:rgba(255,255,255,0.85);letter-spacing:0.02em}
.s247-footer__badge--age{background:linear-gradient(135deg,#d188fe,#8848c8);border-color:transparent;color:#fff;font-weight:800}
.s247-footer__title{color:#d188fe;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:0.14em;margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid rgba(209,136,254,0.35);display:inline-block}
.s247-footer__nav{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px}
.s247-footer__nav li{padding:0}
.s247-footer__nav a{color:rgba(255,255,255,0.72);text-decoration:none;font-size:13.5px;transition:color .18s ease,padding-left .18s ease;display:inline-block}
.s247-footer__nav a:hover{color:#d188fe;padding-left:4px}
.s247-footer__legal{padding:24px 0 20px;border-bottom:1px solid rgba(255,255,255,0.06);text-align:center}
.s247-footer__legal p{margin:0 auto;max-width:820px;color:rgba(255,255,255,0.55);font-size:12.5px;line-height:1.7}
.s247-footer__legal strong{color:#fff;font-weight:700}
.s247-footer__legal a{color:#d188fe;text-decoration:underline;text-underline-offset:2px}
.s247-footer__bottom{padding-top:20px;text-align:center;display:flex;flex-direction:column;gap:4px}
.s247-footer__copy{margin:0;color:rgba(255,255,255,0.68);font-size:12.5px;font-weight:500;letter-spacing:0.02em}
.s247-footer__meta{margin:0;color:rgba(255,255,255,0.35);font-size:11.5px;font-style:italic}
@media (max-width:960px){.s247-footer__cols{grid-template-columns:1fr 1fr;gap:28px}}
@media (max-width:560px){.s247-footer{padding:36px 0 16px;margin-top:40px}.s247-footer__cols{grid-template-columns:1fr;gap:22px;padding-bottom:24px}.s247-footer__legal{padding:18px 0 14px}}

/* from games/index.html */
.s247-header{position:sticky;top:0;z-index:1000;background:#0e0f22;border-bottom:1px solid rgba(255,255,255,.06)}
.s247-header-inner{max-width:1280px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;gap:16px}
.s247-burger{display:none;background:none;border:0;cursor:pointer;flex-direction:column;justify-content:center;gap:5px;padding:8px;width:40px;height:40px}
.s247-burger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:.2s}
.s247-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.s247-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.s247-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.s247-logo{display:flex;align-items:center;text-decoration:none}
.s247-logo img{height:38px;width:auto;display:block}
.s247-nav{display:flex;gap:6px;margin-left:20px}
.s247-nav a{color:#e6e6f0;text-decoration:none;padding:8px 14px;border-radius:6px;font-size:14px;font-weight:500;transition:.15s}
.s247-nav a:hover{background:rgba(255,255,255,.08);color:#22e07f}
.s247-actions{margin-left:auto;display:flex;gap:10px}
.s247-btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 18px;border-radius:999px;font-weight:600;font-size:14px;text-decoration:none;line-height:1;transition:.15s}
.s247-btn-ghost{color:#fff;border:1px solid rgba(255,255,255,.25);background:transparent}
.s247-btn-ghost:hover{background:rgba(255,255,255,.06)}
.s247-btn-primary{color:#0e0f22;background:#22e07f;border:1px solid #22e07f}
.s247-btn-primary:hover{background:#1cc86f}
.s247-drawer[hidden]{display:none}
.s247-drawer{display:flex;flex-direction:column;gap:2px;padding:8px 20px 14px;border-top:1px solid rgba(255,255,255,.06);background:#0b0c1e}
.s247-drawer a{color:#e6e6f0;text-decoration:none;padding:12px 6px;border-radius:6px;font-size:15px}
.s247-drawer a:hover{background:rgba(255,255,255,.06);color:#22e07f}
@media(max-width:960px){
  .s247-nav{display:none}
  .s247-burger{display:flex}
}
@media(max-width:640px){
  .s247-header-inner{padding:10px 12px;gap:10px}
  .s247-logo img{height:32px}
  .s247-btn{padding:8px 12px;font-size:13px}
  .s247-btn-ghost{padding:8px 10px}
}

/* from games/index.html */
.s247-main{max-width:1180px;margin:0 auto;padding:24px 20px 60px}
.s247-seo{color:#e6e6f0}
.s247-seo-inner{background:#0b0c1e;border-radius:14px;padding:32px}
.s247-seo h1{font-size:32px;line-height:1.25;margin:0 0 20px;color:#fff}
.s247-seo h2{font-size:24px;line-height:1.3;margin:36px 0 14px;color:#fff}
.s247-seo h3{font-size:18px;line-height:1.35;margin:22px 0 10px;color:#fff}
.s247-seo p{margin:0 0 14px;line-height:1.65;text-align:justify}
.s247-seo ul,.s247-seo ol{margin:0 0 16px 22px;line-height:1.65}
.s247-seo ul li,.s247-seo ol li{margin:6px 0}
.s247-seo a{color:#22e07f;text-decoration:none}
.s247-seo a:hover{text-decoration:underline}
.s247-seo strong{color:#fff}
.s247-seo table{width:100%;border-collapse:collapse;margin:14px 0 20px;font-size:14px;background:#0e0f22;border-radius:8px;overflow:hidden}
.s247-seo th,.s247-seo td{padding:10px 12px;text-align:left;border-bottom:1px solid rgba(255,255,255,.06)}
.s247-seo th{background:#151732;color:#fff;font-weight:600}
.s247-seo tr:last-child td{border-bottom:none}
.s247-hero-lead{font-size:17px;color:#c9c9d6;background:rgba(255,255,255,.03);padding:16px 18px;border-radius:10px;border-left:3px solid #22e07f;text-align:justify}
.s247-cta{background:linear-gradient(135deg,#22e07f 0%,#1cc86f 100%);color:#0e0f22;padding:20px 22px;border-radius:12px;margin:20px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.s247-cta-text{font-weight:700;font-size:17px;flex:1;min-width:220px}
.s247-cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.s247-cta-btn{display:inline-flex;padding:12px 28px;border-radius:999px;font-weight:700;text-decoration:none;font-size:15px;letter-spacing:.3px;transition:.15s;border:2px solid transparent}
.s247-cta-btn-primary{background:#0e0f22;color:#fff;border-color:#0e0f22}
.s247-cta-btn-primary:hover{background:#000;color:#ffd54a;border-color:#000}
.s247-cta-btn-outline{display:none}




.s247-toc{background:#0e0f22;padding:16px 20px;border-radius:10px;margin:0 0 24px;border:1px solid rgba(255,255,255,.05)}
.s247-toc-title{margin:0 0 10px;font-size:16px;color:#fff}
.s247-toc-list{margin:0;padding-left:20px;line-height:1.6;font-size:14px}
.s247-toc-list a{color:#c9c9d6}
.s247-toc-list a:hover{color:#22e07f}
.s247-seo-section{margin-top:32px}
.s247-faq h2{margin-top:0}
.s247-faq-item{background:#0e0f22;padding:16px 18px;border-radius:8px;margin:10px 0}
.s247-faq-item h3{margin:0 0 8px;font-size:16px}
.s247-faq-item p{margin:0;text-align:justify}
@media(max-width:640px){
  .s247-main{padding:16px 12px 40px}
  .s247-seo-inner{padding:20px 16px}
  .s247-seo h1{font-size:24px}
  .s247-seo h2{font-size:20px}
  .s247-seo table{font-size:13px;display:block;overflow-x:auto}
}

.s247-seo .s247-cta{background:linear-gradient(135deg,#22e07f 0%,#1cc86f 100%);color:#0e0f22;padding:20px 22px;border-radius:12px;margin:20px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.s247-seo .s247-cta-text{font-weight:800;font-size:18px;flex:1;min-width:220px;color:#0e0f22;text-shadow:0 1px 0 rgba(255,255,255,.15)}
.s247-seo .s247-cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.s247-seo .s247-cta a.s247-cta-btn{display:inline-flex;align-items:center;padding:12px 30px;border-radius:999px;font-weight:700;text-decoration:none;font-size:15px;letter-spacing:.3px;transition:.15s;border:2px solid transparent;color:#fff;background:#0e0f22}
.s247-seo .s247-cta a.s247-cta-btn:hover{background:#000;color:#ffd54a;border-color:#000}

/* from games/index.html */
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{background:#14182e;color:#e6e6f0;font-family:-apple-system,"Segoe UI",Roboto,Arial,sans-serif;font-size:15px;line-height:1.5;min-height:100vh;display:flex;flex-direction:column}
main{flex:1}
img{max-width:100%;height:auto}

/* from games/index.html */
/* Mobile: any wide table becomes horizontal-scroll block */
@media(max-width:900px){
  table{max-width:100%;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;border-collapse:collapse}
  table th,table td{padding:8px 12px;min-width:110px;white-space:normal}
  /* If table is inside a fixed-width wrapper, prevent wrapper overflow */
  .seo,.seo-block,.ew-seo,.entry-content,.mh-content,article,.container,.vn-seo{max-width:100%;overflow-x:hidden}
}
html,body{overflow-x:hidden}

/* from games/index.html */
.s247-footer{background:linear-gradient(180deg,#14182e 0%,#0a0c1f 100%);color:rgba(255,255,255,0.82);padding:52px 0 20px;margin-top:60px;border-top:1px solid rgba(209,136,254,0.18);font-family:inherit;font-size:14px;line-height:1.55}
.s247-footer__inner{max-width:1240px;margin:0 auto;padding:0 24px}
.s247-footer__cols{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:36px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,0.06)}
.s247-footer__brand{display:flex;flex-direction:column;gap:14px}
.s247-footer__logo{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:0.06em}
.s247-footer__logo-mark{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#d188fe,#8848c8);color:#fff;font-size:14px;font-weight:900;box-shadow:0 4px 14px rgba(209,136,254,0.4)}
.s247-footer__logo-text{color:#fff;font-size:20px;letter-spacing:0.14em}
.s247-footer__tagline{margin:0;color:rgba(255,255,255,0.55);font-size:13.5px;line-height:1.6;max-width:340px}
.s247-footer__badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}
.s247-footer__badge{display:inline-flex;align-items:center;padding:5px 12px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);border-radius:20px;font-size:11.5px;font-weight:600;color:rgba(255,255,255,0.85);letter-spacing:0.02em}
.s247-footer__badge--age{background:linear-gradient(135deg,#d188fe,#8848c8);border-color:transparent;color:#fff;font-weight:800}
.s247-footer__title{color:#d188fe;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:0.14em;margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid rgba(209,136,254,0.35);display:inline-block}
.s247-footer__nav{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px}
.s247-footer__nav li{padding:0}
.s247-footer__nav a{color:rgba(255,255,255,0.72);text-decoration:none;font-size:13.5px;transition:color .18s ease,padding-left .18s ease;display:inline-block}
.s247-footer__nav a:hover{color:#d188fe;padding-left:4px}
.s247-footer__legal{padding:24px 0 20px;border-bottom:1px solid rgba(255,255,255,0.06);text-align:center}
.s247-footer__legal p{margin:0 auto;max-width:820px;color:rgba(255,255,255,0.55);font-size:12.5px;line-height:1.7}
.s247-footer__legal strong{color:#fff;font-weight:700}
.s247-footer__legal a{color:#d188fe;text-decoration:underline;text-underline-offset:2px}
.s247-footer__bottom{padding-top:20px;text-align:center;display:flex;flex-direction:column;gap:4px}
.s247-footer__copy{margin:0;color:rgba(255,255,255,0.68);font-size:12.5px;font-weight:500;letter-spacing:0.02em}
.s247-footer__meta{margin:0;color:rgba(255,255,255,0.35);font-size:11.5px;font-style:italic}
@media (max-width:960px){.s247-footer__cols{grid-template-columns:1fr 1fr;gap:28px}}
@media (max-width:560px){.s247-footer{padding:36px 0 16px;margin-top:40px}.s247-footer__cols{grid-template-columns:1fr;gap:22px;padding-bottom:24px}.s247-footer__legal{padding:18px 0 14px}}

/* from deposit-and-withdrawal-methods/index.html */
.s247-header{position:sticky;top:0;z-index:1000;background:#0e0f22;border-bottom:1px solid rgba(255,255,255,.06)}
.s247-header-inner{max-width:1280px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;gap:16px}
.s247-burger{display:none;background:none;border:0;cursor:pointer;flex-direction:column;justify-content:center;gap:5px;padding:8px;width:40px;height:40px}
.s247-burger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:.2s}
.s247-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.s247-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.s247-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.s247-logo{display:flex;align-items:center;text-decoration:none}
.s247-logo img{height:38px;width:auto;display:block}
.s247-nav{display:flex;gap:6px;margin-left:20px}
.s247-nav a{color:#e6e6f0;text-decoration:none;padding:8px 14px;border-radius:6px;font-size:14px;font-weight:500;transition:.15s}
.s247-nav a:hover{background:rgba(255,255,255,.08);color:#22e07f}
.s247-actions{margin-left:auto;display:flex;gap:10px}
.s247-btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 18px;border-radius:999px;font-weight:600;font-size:14px;text-decoration:none;line-height:1;transition:.15s}
.s247-btn-ghost{color:#fff;border:1px solid rgba(255,255,255,.25);background:transparent}
.s247-btn-ghost:hover{background:rgba(255,255,255,.06)}
.s247-btn-primary{color:#0e0f22;background:#22e07f;border:1px solid #22e07f}
.s247-btn-primary:hover{background:#1cc86f}
.s247-drawer[hidden]{display:none}
.s247-drawer{display:flex;flex-direction:column;gap:2px;padding:8px 20px 14px;border-top:1px solid rgba(255,255,255,.06);background:#0b0c1e}
.s247-drawer a{color:#e6e6f0;text-decoration:none;padding:12px 6px;border-radius:6px;font-size:15px}
.s247-drawer a:hover{background:rgba(255,255,255,.06);color:#22e07f}
@media(max-width:960px){
  .s247-nav{display:none}
  .s247-burger{display:flex}
}
@media(max-width:640px){
  .s247-header-inner{padding:10px 12px;gap:10px}
  .s247-logo img{height:32px}
  .s247-btn{padding:8px 12px;font-size:13px}
  .s247-btn-ghost{padding:8px 10px}
}

/* from deposit-and-withdrawal-methods/index.html */
.s247-main{max-width:1180px;margin:0 auto;padding:24px 20px 60px}
.s247-seo{color:#e6e6f0}
.s247-seo-inner{background:#0b0c1e;border-radius:14px;padding:32px}
.s247-seo h1{font-size:32px;line-height:1.25;margin:0 0 20px;color:#fff}
.s247-seo h2{font-size:24px;line-height:1.3;margin:36px 0 14px;color:#fff}
.s247-seo h3{font-size:18px;line-height:1.35;margin:22px 0 10px;color:#fff}
.s247-seo p{margin:0 0 14px;line-height:1.65;text-align:justify}
.s247-seo ul,.s247-seo ol{margin:0 0 16px 22px;line-height:1.65}
.s247-seo ul li,.s247-seo ol li{margin:6px 0}
.s247-seo a{color:#22e07f;text-decoration:none}
.s247-seo a:hover{text-decoration:underline}
.s247-seo strong{color:#fff}
.s247-seo table{width:100%;border-collapse:collapse;margin:14px 0 20px;font-size:14px;background:#0e0f22;border-radius:8px;overflow:hidden}
.s247-seo th,.s247-seo td{padding:10px 12px;text-align:left;border-bottom:1px solid rgba(255,255,255,.06)}
.s247-seo th{background:#151732;color:#fff;font-weight:600}
.s247-seo tr:last-child td{border-bottom:none}
.s247-hero-lead{font-size:17px;color:#c9c9d6;background:rgba(255,255,255,.03);padding:16px 18px;border-radius:10px;border-left:3px solid #22e07f;text-align:justify}
.s247-cta{background:linear-gradient(135deg,#22e07f 0%,#1cc86f 100%);color:#0e0f22;padding:20px 22px;border-radius:12px;margin:20px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.s247-cta-text{font-weight:700;font-size:17px;flex:1;min-width:220px}
.s247-cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.s247-cta-btn{display:inline-flex;padding:12px 28px;border-radius:999px;font-weight:700;text-decoration:none;font-size:15px;letter-spacing:.3px;transition:.15s;border:2px solid transparent}
.s247-cta-btn-primary{background:#0e0f22;color:#fff;border-color:#0e0f22}
.s247-cta-btn-primary:hover{background:#000;color:#ffd54a;border-color:#000}
.s247-cta-btn-outline{display:none}




.s247-toc{background:#0e0f22;padding:16px 20px;border-radius:10px;margin:0 0 24px;border:1px solid rgba(255,255,255,.05)}
.s247-toc-title{margin:0 0 10px;font-size:16px;color:#fff}
.s247-toc-list{margin:0;padding-left:20px;line-height:1.6;font-size:14px}
.s247-toc-list a{color:#c9c9d6}
.s247-toc-list a:hover{color:#22e07f}
.s247-seo-section{margin-top:32px}
.s247-faq h2{margin-top:0}
.s247-faq-item{background:#0e0f22;padding:16px 18px;border-radius:8px;margin:10px 0}
.s247-faq-item h3{margin:0 0 8px;font-size:16px}
.s247-faq-item p{margin:0;text-align:justify}
@media(max-width:640px){
  .s247-main{padding:16px 12px 40px}
  .s247-seo-inner{padding:20px 16px}
  .s247-seo h1{font-size:24px}
  .s247-seo h2{font-size:20px}
  .s247-seo table{font-size:13px;display:block;overflow-x:auto}
}

.s247-seo .s247-cta{background:linear-gradient(135deg,#22e07f 0%,#1cc86f 100%);color:#0e0f22;padding:20px 22px;border-radius:12px;margin:20px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.s247-seo .s247-cta-text{font-weight:800;font-size:18px;flex:1;min-width:220px;color:#0e0f22;text-shadow:0 1px 0 rgba(255,255,255,.15)}
.s247-seo .s247-cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.s247-seo .s247-cta a.s247-cta-btn{display:inline-flex;align-items:center;padding:12px 30px;border-radius:999px;font-weight:700;text-decoration:none;font-size:15px;letter-spacing:.3px;transition:.15s;border:2px solid transparent;color:#fff;background:#0e0f22}
.s247-seo .s247-cta a.s247-cta-btn:hover{background:#000;color:#ffd54a;border-color:#000}

/* from deposit-and-withdrawal-methods/index.html */
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{background:#14182e;color:#e6e6f0;font-family:-apple-system,"Segoe UI",Roboto,Arial,sans-serif;font-size:15px;line-height:1.5;min-height:100vh;display:flex;flex-direction:column}
main{flex:1}
img{max-width:100%;height:auto}

/* from deposit-and-withdrawal-methods/index.html */
/* Mobile: any wide table becomes horizontal-scroll block */
@media(max-width:900px){
  table{max-width:100%;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;border-collapse:collapse}
  table th,table td{padding:8px 12px;min-width:110px;white-space:normal}
  /* If table is inside a fixed-width wrapper, prevent wrapper overflow */
  .seo,.seo-block,.ew-seo,.entry-content,.mh-content,article,.container,.vn-seo{max-width:100%;overflow-x:hidden}
}
html,body{overflow-x:hidden}

/* from deposit-and-withdrawal-methods/index.html */
.s247-footer{background:linear-gradient(180deg,#14182e 0%,#0a0c1f 100%);color:rgba(255,255,255,0.82);padding:52px 0 20px;margin-top:60px;border-top:1px solid rgba(209,136,254,0.18);font-family:inherit;font-size:14px;line-height:1.55}
.s247-footer__inner{max-width:1240px;margin:0 auto;padding:0 24px}
.s247-footer__cols{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:36px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,0.06)}
.s247-footer__brand{display:flex;flex-direction:column;gap:14px}
.s247-footer__logo{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:0.06em}
.s247-footer__logo-mark{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#d188fe,#8848c8);color:#fff;font-size:14px;font-weight:900;box-shadow:0 4px 14px rgba(209,136,254,0.4)}
.s247-footer__logo-text{color:#fff;font-size:20px;letter-spacing:0.14em}
.s247-footer__tagline{margin:0;color:rgba(255,255,255,0.55);font-size:13.5px;line-height:1.6;max-width:340px}
.s247-footer__badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}
.s247-footer__badge{display:inline-flex;align-items:center;padding:5px 12px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);border-radius:20px;font-size:11.5px;font-weight:600;color:rgba(255,255,255,0.85);letter-spacing:0.02em}
.s247-footer__badge--age{background:linear-gradient(135deg,#d188fe,#8848c8);border-color:transparent;color:#fff;font-weight:800}
.s247-footer__title{color:#d188fe;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:0.14em;margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid rgba(209,136,254,0.35);display:inline-block}
.s247-footer__nav{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px}
.s247-footer__nav li{padding:0}
.s247-footer__nav a{color:rgba(255,255,255,0.72);text-decoration:none;font-size:13.5px;transition:color .18s ease,padding-left .18s ease;display:inline-block}
.s247-footer__nav a:hover{color:#d188fe;padding-left:4px}
.s247-footer__legal{padding:24px 0 20px;border-bottom:1px solid rgba(255,255,255,0.06);text-align:center}
.s247-footer__legal p{margin:0 auto;max-width:820px;color:rgba(255,255,255,0.55);font-size:12.5px;line-height:1.7}
.s247-footer__legal strong{color:#fff;font-weight:700}
.s247-footer__legal a{color:#d188fe;text-decoration:underline;text-underline-offset:2px}
.s247-footer__bottom{padding-top:20px;text-align:center;display:flex;flex-direction:column;gap:4px}
.s247-footer__copy{margin:0;color:rgba(255,255,255,0.68);font-size:12.5px;font-weight:500;letter-spacing:0.02em}
.s247-footer__meta{margin:0;color:rgba(255,255,255,0.35);font-size:11.5px;font-style:italic}
@media (max-width:960px){.s247-footer__cols{grid-template-columns:1fr 1fr;gap:28px}}
@media (max-width:560px){.s247-footer{padding:36px 0 16px;margin-top:40px}.s247-footer__cols{grid-template-columns:1fr;gap:22px;padding-bottom:24px}.s247-footer__legal{padding:18px 0 14px}}

/* from mobile-app/index.html */
.s247-header{position:sticky;top:0;z-index:1000;background:#0e0f22;border-bottom:1px solid rgba(255,255,255,.06)}
.s247-header-inner{max-width:1280px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;gap:16px}
.s247-burger{display:none;background:none;border:0;cursor:pointer;flex-direction:column;justify-content:center;gap:5px;padding:8px;width:40px;height:40px}
.s247-burger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:.2s}
.s247-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.s247-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.s247-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.s247-logo{display:flex;align-items:center;text-decoration:none}
.s247-logo img{height:38px;width:auto;display:block}
.s247-nav{display:flex;gap:6px;margin-left:20px}
.s247-nav a{color:#e6e6f0;text-decoration:none;padding:8px 14px;border-radius:6px;font-size:14px;font-weight:500;transition:.15s}
.s247-nav a:hover{background:rgba(255,255,255,.08);color:#22e07f}
.s247-actions{margin-left:auto;display:flex;gap:10px}
.s247-btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 18px;border-radius:999px;font-weight:600;font-size:14px;text-decoration:none;line-height:1;transition:.15s}
.s247-btn-ghost{color:#fff;border:1px solid rgba(255,255,255,.25);background:transparent}
.s247-btn-ghost:hover{background:rgba(255,255,255,.06)}
.s247-btn-primary{color:#0e0f22;background:#22e07f;border:1px solid #22e07f}
.s247-btn-primary:hover{background:#1cc86f}
.s247-drawer[hidden]{display:none}
.s247-drawer{display:flex;flex-direction:column;gap:2px;padding:8px 20px 14px;border-top:1px solid rgba(255,255,255,.06);background:#0b0c1e}
.s247-drawer a{color:#e6e6f0;text-decoration:none;padding:12px 6px;border-radius:6px;font-size:15px}
.s247-drawer a:hover{background:rgba(255,255,255,.06);color:#22e07f}
@media(max-width:960px){
  .s247-nav{display:none}
  .s247-burger{display:flex}
}
@media(max-width:640px){
  .s247-header-inner{padding:10px 12px;gap:10px}
  .s247-logo img{height:32px}
  .s247-btn{padding:8px 12px;font-size:13px}
  .s247-btn-ghost{padding:8px 10px}
}

/* from mobile-app/index.html */
.s247-main{max-width:1180px;margin:0 auto;padding:24px 20px 60px}
.s247-seo{color:#e6e6f0}
.s247-seo-inner{background:#0b0c1e;border-radius:14px;padding:32px}
.s247-seo h1{font-size:32px;line-height:1.25;margin:0 0 20px;color:#fff}
.s247-seo h2{font-size:24px;line-height:1.3;margin:36px 0 14px;color:#fff}
.s247-seo h3{font-size:18px;line-height:1.35;margin:22px 0 10px;color:#fff}
.s247-seo p{margin:0 0 14px;line-height:1.65;text-align:justify}
.s247-seo ul,.s247-seo ol{margin:0 0 16px 22px;line-height:1.65}
.s247-seo ul li,.s247-seo ol li{margin:6px 0}
.s247-seo a{color:#22e07f;text-decoration:none}
.s247-seo a:hover{text-decoration:underline}
.s247-seo strong{color:#fff}
.s247-seo table{width:100%;border-collapse:collapse;margin:14px 0 20px;font-size:14px;background:#0e0f22;border-radius:8px;overflow:hidden}
.s247-seo th,.s247-seo td{padding:10px 12px;text-align:left;border-bottom:1px solid rgba(255,255,255,.06)}
.s247-seo th{background:#151732;color:#fff;font-weight:600}
.s247-seo tr:last-child td{border-bottom:none}
.s247-hero-lead{font-size:17px;color:#c9c9d6;background:rgba(255,255,255,.03);padding:16px 18px;border-radius:10px;border-left:3px solid #22e07f;text-align:justify}
.s247-cta{background:linear-gradient(135deg,#22e07f 0%,#1cc86f 100%);color:#0e0f22;padding:20px 22px;border-radius:12px;margin:20px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.s247-cta-text{font-weight:700;font-size:17px;flex:1;min-width:220px}
.s247-cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.s247-cta-btn{display:inline-flex;padding:12px 28px;border-radius:999px;font-weight:700;text-decoration:none;font-size:15px;letter-spacing:.3px;transition:.15s;border:2px solid transparent}
.s247-cta-btn-primary{background:#0e0f22;color:#fff;border-color:#0e0f22}
.s247-cta-btn-primary:hover{background:#000;color:#ffd54a;border-color:#000}
.s247-cta-btn-outline{display:none}




.s247-toc{background:#0e0f22;padding:16px 20px;border-radius:10px;margin:0 0 24px;border:1px solid rgba(255,255,255,.05)}
.s247-toc-title{margin:0 0 10px;font-size:16px;color:#fff}
.s247-toc-list{margin:0;padding-left:20px;line-height:1.6;font-size:14px}
.s247-toc-list a{color:#c9c9d6}
.s247-toc-list a:hover{color:#22e07f}
.s247-seo-section{margin-top:32px}
.s247-faq h2{margin-top:0}
.s247-faq-item{background:#0e0f22;padding:16px 18px;border-radius:8px;margin:10px 0}
.s247-faq-item h3{margin:0 0 8px;font-size:16px}
.s247-faq-item p{margin:0;text-align:justify}
@media(max-width:640px){
  .s247-main{padding:16px 12px 40px}
  .s247-seo-inner{padding:20px 16px}
  .s247-seo h1{font-size:24px}
  .s247-seo h2{font-size:20px}
  .s247-seo table{font-size:13px;display:block;overflow-x:auto}
}

.s247-seo .s247-cta{background:linear-gradient(135deg,#22e07f 0%,#1cc86f 100%);color:#0e0f22;padding:20px 22px;border-radius:12px;margin:20px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.s247-seo .s247-cta-text{font-weight:800;font-size:18px;flex:1;min-width:220px;color:#0e0f22;text-shadow:0 1px 0 rgba(255,255,255,.15)}
.s247-seo .s247-cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.s247-seo .s247-cta a.s247-cta-btn{display:inline-flex;align-items:center;padding:12px 30px;border-radius:999px;font-weight:700;text-decoration:none;font-size:15px;letter-spacing:.3px;transition:.15s;border:2px solid transparent;color:#fff;background:#0e0f22}
.s247-seo .s247-cta a.s247-cta-btn:hover{background:#000;color:#ffd54a;border-color:#000}

/* from mobile-app/index.html */
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{background:#14182e;color:#e6e6f0;font-family:-apple-system,"Segoe UI",Roboto,Arial,sans-serif;font-size:15px;line-height:1.5;min-height:100vh;display:flex;flex-direction:column}
main{flex:1}
img{max-width:100%;height:auto}

/* from mobile-app/index.html */
/* Mobile: any wide table becomes horizontal-scroll block */
@media(max-width:900px){
  table{max-width:100%;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;border-collapse:collapse}
  table th,table td{padding:8px 12px;min-width:110px;white-space:normal}
  /* If table is inside a fixed-width wrapper, prevent wrapper overflow */
  .seo,.seo-block,.ew-seo,.entry-content,.mh-content,article,.container,.vn-seo{max-width:100%;overflow-x:hidden}
}
html,body{overflow-x:hidden}

/* from mobile-app/index.html */
.s247-footer{background:linear-gradient(180deg,#14182e 0%,#0a0c1f 100%);color:rgba(255,255,255,0.82);padding:52px 0 20px;margin-top:60px;border-top:1px solid rgba(209,136,254,0.18);font-family:inherit;font-size:14px;line-height:1.55}
.s247-footer__inner{max-width:1240px;margin:0 auto;padding:0 24px}
.s247-footer__cols{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:36px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,0.06)}
.s247-footer__brand{display:flex;flex-direction:column;gap:14px}
.s247-footer__logo{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:0.06em}
.s247-footer__logo-mark{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#d188fe,#8848c8);color:#fff;font-size:14px;font-weight:900;box-shadow:0 4px 14px rgba(209,136,254,0.4)}
.s247-footer__logo-text{color:#fff;font-size:20px;letter-spacing:0.14em}
.s247-footer__tagline{margin:0;color:rgba(255,255,255,0.55);font-size:13.5px;line-height:1.6;max-width:340px}
.s247-footer__badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}
.s247-footer__badge{display:inline-flex;align-items:center;padding:5px 12px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);border-radius:20px;font-size:11.5px;font-weight:600;color:rgba(255,255,255,0.85);letter-spacing:0.02em}
.s247-footer__badge--age{background:linear-gradient(135deg,#d188fe,#8848c8);border-color:transparent;color:#fff;font-weight:800}
.s247-footer__title{color:#d188fe;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:0.14em;margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid rgba(209,136,254,0.35);display:inline-block}
.s247-footer__nav{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px}
.s247-footer__nav li{padding:0}
.s247-footer__nav a{color:rgba(255,255,255,0.72);text-decoration:none;font-size:13.5px;transition:color .18s ease,padding-left .18s ease;display:inline-block}
.s247-footer__nav a:hover{color:#d188fe;padding-left:4px}
.s247-footer__legal{padding:24px 0 20px;border-bottom:1px solid rgba(255,255,255,0.06);text-align:center}
.s247-footer__legal p{margin:0 auto;max-width:820px;color:rgba(255,255,255,0.55);font-size:12.5px;line-height:1.7}
.s247-footer__legal strong{color:#fff;font-weight:700}
.s247-footer__legal a{color:#d188fe;text-decoration:underline;text-underline-offset:2px}
.s247-footer__bottom{padding-top:20px;text-align:center;display:flex;flex-direction:column;gap:4px}
.s247-footer__copy{margin:0;color:rgba(255,255,255,0.68);font-size:12.5px;font-weight:500;letter-spacing:0.02em}
.s247-footer__meta{margin:0;color:rgba(255,255,255,0.35);font-size:11.5px;font-style:italic}
@media (max-width:960px){.s247-footer__cols{grid-template-columns:1fr 1fr;gap:28px}}
@media (max-width:560px){.s247-footer{padding:36px 0 16px;margin-top:40px}.s247-footer__cols{grid-template-columns:1fr;gap:22px;padding-bottom:24px}.s247-footer__legal{padding:18px 0 14px}}

/* from sign-up/index.html */
.s247-header{position:sticky;top:0;z-index:1000;background:#0e0f22;border-bottom:1px solid rgba(255,255,255,.06)}
.s247-header-inner{max-width:1280px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;gap:16px}
.s247-burger{display:none;background:none;border:0;cursor:pointer;flex-direction:column;justify-content:center;gap:5px;padding:8px;width:40px;height:40px}
.s247-burger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:.2s}
.s247-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.s247-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.s247-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.s247-logo{display:flex;align-items:center;text-decoration:none}
.s247-logo img{height:38px;width:auto;display:block}
.s247-nav{display:flex;gap:6px;margin-left:20px}
.s247-nav a{color:#e6e6f0;text-decoration:none;padding:8px 14px;border-radius:6px;font-size:14px;font-weight:500;transition:.15s}
.s247-nav a:hover{background:rgba(255,255,255,.08);color:#22e07f}
.s247-actions{margin-left:auto;display:flex;gap:10px}
.s247-btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 18px;border-radius:999px;font-weight:600;font-size:14px;text-decoration:none;line-height:1;transition:.15s}
.s247-btn-ghost{color:#fff;border:1px solid rgba(255,255,255,.25);background:transparent}
.s247-btn-ghost:hover{background:rgba(255,255,255,.06)}
.s247-btn-primary{color:#0e0f22;background:#22e07f;border:1px solid #22e07f}
.s247-btn-primary:hover{background:#1cc86f}
.s247-drawer[hidden]{display:none}
.s247-drawer{display:flex;flex-direction:column;gap:2px;padding:8px 20px 14px;border-top:1px solid rgba(255,255,255,.06);background:#0b0c1e}
.s247-drawer a{color:#e6e6f0;text-decoration:none;padding:12px 6px;border-radius:6px;font-size:15px}
.s247-drawer a:hover{background:rgba(255,255,255,.06);color:#22e07f}
@media(max-width:960px){
  .s247-nav{display:none}
  .s247-burger{display:flex}
}
@media(max-width:640px){
  .s247-header-inner{padding:10px 12px;gap:10px}
  .s247-logo img{height:32px}
  .s247-btn{padding:8px 12px;font-size:13px}
  .s247-btn-ghost{padding:8px 10px}
}

/* from sign-up/index.html */
.s247-main{max-width:1180px;margin:0 auto;padding:24px 20px 60px}
.s247-seo{color:#e6e6f0}
.s247-seo-inner{background:#0b0c1e;border-radius:14px;padding:32px}
.s247-seo h1{font-size:32px;line-height:1.25;margin:0 0 20px;color:#fff}
.s247-seo h2{font-size:24px;line-height:1.3;margin:36px 0 14px;color:#fff}
.s247-seo h3{font-size:18px;line-height:1.35;margin:22px 0 10px;color:#fff}
.s247-seo p{margin:0 0 14px;line-height:1.65;text-align:justify}
.s247-seo ul,.s247-seo ol{margin:0 0 16px 22px;line-height:1.65}
.s247-seo ul li,.s247-seo ol li{margin:6px 0}
.s247-seo a{color:#22e07f;text-decoration:none}
.s247-seo a:hover{text-decoration:underline}
.s247-seo strong{color:#fff}
.s247-seo table{width:100%;border-collapse:collapse;margin:14px 0 20px;font-size:14px;background:#0e0f22;border-radius:8px;overflow:hidden}
.s247-seo th,.s247-seo td{padding:10px 12px;text-align:left;border-bottom:1px solid rgba(255,255,255,.06)}
.s247-seo th{background:#151732;color:#fff;font-weight:600}
.s247-seo tr:last-child td{border-bottom:none}
.s247-hero-lead{font-size:17px;color:#c9c9d6;background:rgba(255,255,255,.03);padding:16px 18px;border-radius:10px;border-left:3px solid #22e07f;text-align:justify}
.s247-cta{background:linear-gradient(135deg,#22e07f 0%,#1cc86f 100%);color:#0e0f22;padding:20px 22px;border-radius:12px;margin:20px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.s247-cta-text{font-weight:700;font-size:17px;flex:1;min-width:220px}
.s247-cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.s247-cta-btn{display:inline-flex;padding:12px 28px;border-radius:999px;font-weight:700;text-decoration:none;font-size:15px;letter-spacing:.3px;transition:.15s;border:2px solid transparent}
.s247-cta-btn-primary{background:#0e0f22;color:#fff;border-color:#0e0f22}
.s247-cta-btn-primary:hover{background:#000;color:#ffd54a;border-color:#000}
.s247-cta-btn-outline{display:none}




.s247-toc{background:#0e0f22;padding:16px 20px;border-radius:10px;margin:0 0 24px;border:1px solid rgba(255,255,255,.05)}
.s247-toc-title{margin:0 0 10px;font-size:16px;color:#fff}
.s247-toc-list{margin:0;padding-left:20px;line-height:1.6;font-size:14px}
.s247-toc-list a{color:#c9c9d6}
.s247-toc-list a:hover{color:#22e07f}
.s247-seo-section{margin-top:32px}
.s247-faq h2{margin-top:0}
.s247-faq-item{background:#0e0f22;padding:16px 18px;border-radius:8px;margin:10px 0}
.s247-faq-item h3{margin:0 0 8px;font-size:16px}
.s247-faq-item p{margin:0;text-align:justify}
@media(max-width:640px){
  .s247-main{padding:16px 12px 40px}
  .s247-seo-inner{padding:20px 16px}
  .s247-seo h1{font-size:24px}
  .s247-seo h2{font-size:20px}
  .s247-seo table{font-size:13px;display:block;overflow-x:auto}
}

.s247-seo .s247-cta{background:linear-gradient(135deg,#22e07f 0%,#1cc86f 100%);color:#0e0f22;padding:20px 22px;border-radius:12px;margin:20px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.s247-seo .s247-cta-text{font-weight:800;font-size:18px;flex:1;min-width:220px;color:#0e0f22;text-shadow:0 1px 0 rgba(255,255,255,.15)}
.s247-seo .s247-cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.s247-seo .s247-cta a.s247-cta-btn{display:inline-flex;align-items:center;padding:12px 30px;border-radius:999px;font-weight:700;text-decoration:none;font-size:15px;letter-spacing:.3px;transition:.15s;border:2px solid transparent;color:#fff;background:#0e0f22}
.s247-seo .s247-cta a.s247-cta-btn:hover{background:#000;color:#ffd54a;border-color:#000}

/* from sign-up/index.html */
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{background:#14182e;color:#e6e6f0;font-family:-apple-system,"Segoe UI",Roboto,Arial,sans-serif;font-size:15px;line-height:1.5;min-height:100vh;display:flex;flex-direction:column}
main{flex:1}
img{max-width:100%;height:auto}

/* from sign-up/index.html */
/* Mobile: any wide table becomes horizontal-scroll block */
@media(max-width:900px){
  table{max-width:100%;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;border-collapse:collapse}
  table th,table td{padding:8px 12px;min-width:110px;white-space:normal}
  /* If table is inside a fixed-width wrapper, prevent wrapper overflow */
  .seo,.seo-block,.ew-seo,.entry-content,.mh-content,article,.container,.vn-seo{max-width:100%;overflow-x:hidden}
}
html,body{overflow-x:hidden}

/* from sign-up/index.html */
.s247-footer{background:linear-gradient(180deg,#14182e 0%,#0a0c1f 100%);color:rgba(255,255,255,0.82);padding:52px 0 20px;margin-top:60px;border-top:1px solid rgba(209,136,254,0.18);font-family:inherit;font-size:14px;line-height:1.55}
.s247-footer__inner{max-width:1240px;margin:0 auto;padding:0 24px}
.s247-footer__cols{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:36px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,0.06)}
.s247-footer__brand{display:flex;flex-direction:column;gap:14px}
.s247-footer__logo{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:0.06em}
.s247-footer__logo-mark{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#d188fe,#8848c8);color:#fff;font-size:14px;font-weight:900;box-shadow:0 4px 14px rgba(209,136,254,0.4)}
.s247-footer__logo-text{color:#fff;font-size:20px;letter-spacing:0.14em}
.s247-footer__tagline{margin:0;color:rgba(255,255,255,0.55);font-size:13.5px;line-height:1.6;max-width:340px}
.s247-footer__badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}
.s247-footer__badge{display:inline-flex;align-items:center;padding:5px 12px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);border-radius:20px;font-size:11.5px;font-weight:600;color:rgba(255,255,255,0.85);letter-spacing:0.02em}
.s247-footer__badge--age{background:linear-gradient(135deg,#d188fe,#8848c8);border-color:transparent;color:#fff;font-weight:800}
.s247-footer__title{color:#d188fe;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:0.14em;margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid rgba(209,136,254,0.35);display:inline-block}
.s247-footer__nav{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px}
.s247-footer__nav li{padding:0}
.s247-footer__nav a{color:rgba(255,255,255,0.72);text-decoration:none;font-size:13.5px;transition:color .18s ease,padding-left .18s ease;display:inline-block}
.s247-footer__nav a:hover{color:#d188fe;padding-left:4px}
.s247-footer__legal{padding:24px 0 20px;border-bottom:1px solid rgba(255,255,255,0.06);text-align:center}
.s247-footer__legal p{margin:0 auto;max-width:820px;color:rgba(255,255,255,0.55);font-size:12.5px;line-height:1.7}
.s247-footer__legal strong{color:#fff;font-weight:700}
.s247-footer__legal a{color:#d188fe;text-decoration:underline;text-underline-offset:2px}
.s247-footer__bottom{padding-top:20px;text-align:center;display:flex;flex-direction:column;gap:4px}
.s247-footer__copy{margin:0;color:rgba(255,255,255,0.68);font-size:12.5px;font-weight:500;letter-spacing:0.02em}
.s247-footer__meta{margin:0;color:rgba(255,255,255,0.35);font-size:11.5px;font-style:italic}
@media (max-width:960px){.s247-footer__cols{grid-template-columns:1fr 1fr;gap:28px}}
@media (max-width:560px){.s247-footer{padding:36px 0 16px;margin-top:40px}.s247-footer__cols{grid-template-columns:1fr;gap:22px;padding-bottom:24px}.s247-footer__legal{padding:18px 0 14px}}


/* Mobile responsive containers + tables */
@media (max-width: 767px) {
    html, body {
        overflow-x: hidden;
        max-width: 100vw;
    }
    .s247-main,
    .s247-seo,
    .s247-seo-inner,
    .s247-hero,
    .s247-hero-inner,
    .s247-lobby,
    .s247-footer,
    .s247-footer__inner {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }
    .s247-seo-inner table,
    .s247-main table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: normal;
    }
    .s247-seo-inner img,
    .s247-main img {
        max-width: 100%;
        height: auto;
    }
    .s247-seo-inner pre,
    .s247-seo-inner code {
        max-width: 100%;
        overflow-x: auto;
        white-space: pre-wrap;
        word-break: break-word;
    }
}
